Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ModulesServices = []ServiceType{ AuthService, UserService, ImService, }
Functions ¶
func ExistServiceType ¶
Types ¶
type ServiceType ¶
type ServiceType string
noinspection GoNameStartsWithPackageName
const ( MainService ServiceType = "main-service" AuthService ServiceType = "auth-service" UserService ServiceType = "user-service" ImService ServiceType = "im-service" )
Click to show internal directories.
Click to hide internal directories.