Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServiceTypeList = []ServiceType{ SERVICETYPE_BROKER, SERVICETYPE_DATASTORE, SERVICETYPE_CQRS, }
Functions ¶
Types ¶
type ServiceType ¶
type ServiceType int
const ( SERVICETYPE_BROKER ServiceType = iota SERVICETYPE_DATASTORE SERVICETYPE_CQRS SERVICETYPE_UNDEFINED )
func GetServiceType ¶
func GetServiceType(serviceType string) ServiceType
func (ServiceType) String ¶
func (d ServiceType) String() string
Click to show internal directories.
Click to hide internal directories.