Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { SetCore(coreMgr core.Core) Actions() []*httpserver.Action }
API the API interface
type LogicFunc ¶
type LogicFunc func(params types.ContextParams, parthParams, queryParams ParamsGetter, data frtypes.MapStr) (interface{}, error)
LogicFunc the core logic function definition
type ParseOriginDataFunc ¶
ParseOriginDataFunc parse the origin data
type TopoServiceInterface ¶
type TopoServiceInterface interface { SetOperation(operation core.Core, err errors.CCErrorIf, language language.CCLanguageIf) WebService() *restful.WebService SetConfig(cfg options.Config, engin *backbone.Engine) }
TopoServiceInterface the topo service methods used to init
Source Files ¶
Click to show internal directories.
Click to hide internal directories.