Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImpOptionService ¶
type ImpOptionService struct { markup.Component `id:"OptionService"` AC application.Context `inject:"context"` }
ImpOptionService ...
func (*ImpOptionService) GetOptions ¶
func (inst *ImpOptionService) GetOptions(o *vo.Option) error
GetOptions ...
type TheOptionController ¶
type TheOptionController struct { markup.RestController `class:"rest-controller"` Responder glass.MainResponder `inject:"#glass-main-responder"` OptionService service.OptionService `inject:"#OptionService"` }
TheOptionController 控制器
func (*TheOptionController) Init ¶
func (inst *TheOptionController) Init(ec glass.EngineConnection) error
Init 初始化
Click to show internal directories.
Click to hide internal directories.