Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppInstance ¶
type AppInstance struct {
// contains filtered or unexported fields
}
func NewAppInstance ¶
func NewAppInstance() *AppInstance
func (*AppInstance) GetEventBus ¶
func (a *AppInstance) GetEventBus() eventbus.EventBus
func (*AppInstance) GetGRPCServer ¶
func (a *AppInstance) GetGRPCServer() grpc_server.Server
func (*AppInstance) GetMuxManager ¶
func (a *AppInstance) GetMuxManager() mux_manager.Manager
func (*AppInstance) Init ¶
func (a *AppInstance) Init() error
func (*AppInstance) Run ¶
func (a *AppInstance) Run() error
func (*AppInstance) Uninit ¶
func (a *AppInstance) Uninit()
Click to show internal directories.
Click to hide internal directories.