Documentation ¶ Index ¶ type Com3dao func (inst *Com3dao) Fetch(c context.Context, id int) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Com3dao ¶ type Com3dao struct { Service parts.IService //starter:inject("#") Controller []parts.IController //starter:inject(".") // contains filtered or unexported fields } Com3dao ... func (*Com3dao) Fetch ¶ func (inst *Com3dao) Fetch(c context.Context, id int) (string, error) Fetch ... Source Files ¶ View all Source files c3.go Click to show internal directories. Click to hide internal directories.