Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bundle ¶
type Bundle struct {
UserSvc UserService.IUserSvc
}
type IBundlable ¶
type IBundlable interface { CreateService(appCtx AppContext.Context) (interface{}, error) ServiceName() string }
Click to show internal directories.
Click to hide internal directories.