Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoreServiceInterface ¶
type CoreServiceInterface interface { WebService() *restful.Container SetConfig(cfg options.Config, engin *backbone.Engine, err errors.CCErrorIf, language language.CCLanguageIf) error }
CoreServiceInterface the topo service methods used to init
type LogicFunc ¶
type LogicFunc func(params core.ContextParams, parthParams, queryParams ParamsGetter, data mapstr.MapStr) (interface{}, error)
LogicFunc the core logic function definition
Click to show internal directories.
Click to hide internal directories.