Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigOption ¶
Config .
type Instance ¶
type Instance struct { Instance *db.InstanceDB InstanceTenant *db.InstanceTenantDB }
Instance .
func (*Instance) GetConfigOptionByGroup ¶
func (ins *Instance) GetConfigOptionByGroup(engine, group string) (*ConfigOption, error)
GetConfigGroup .
type ServiceType ¶
type ServiceType string
const ( ServiceTypeMicroService ServiceType = "MICRO_SERVICE" ServiceTypeGeneralAbility ServiceType = "GENERAL_ABILITY" ServiceTypeAddon ServiceType = "ADDON" )
Click to show internal directories.
Click to hide internal directories.