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 ¶
- association.go
- auditlog.go
- compatiblev2.go
- graphics.go
- health.go
- identifier.go
- inst.go
- inst_business.go
- inst_module.go
- inst_set.go
- object.go
- object_association.go
- object_attribute.go
- object_classification.go
- object_group.go
- privilege.go
- privilege_group.go
- privilege_role.go
- service.go
- service_initfunc.go
- types.go
Click to show internal directories.
Click to hide internal directories.