Documentation
¶
Index ¶
- Constants
- func NewContainerService(ctx context.Context) (*service.ContainerService, error)
- func NewTemplateService(ctx context.Context) (*service.TemplateService, error)
- func NewTokenService(ctx context.Context) (*service.TokenService, error)
- func NewUserService(ctx context.Context) (*service.UserService, error)
Constants ¶
View Source
const ( UserServiceName string = "user_service" TokenServiceName string = "token_service" ContainerServiceName string = "container_service" TemplateServiceName string = "template_service" )
Variables ¶
This section is empty.
Functions ¶
func NewContainerService ¶
func NewContainerService(ctx context.Context) (*service.ContainerService, error)
func NewTemplateService ¶
func NewTemplateService(ctx context.Context) (*service.TemplateService, error)
func NewTokenService ¶
func NewTokenService(ctx context.Context) (*service.TokenService, error)
func NewUserService ¶
func NewUserService(ctx context.Context) (*service.UserService, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.