Documentation ¶
Index ¶
- type App
- func (a *App) CreateConnectionListener(host string) error
- func (a *App) GetEventBus() app.EventBusImpl
- func (a *App) Init() error
- func (a *App) InitGRPCServer(host string) error
- func (a *App) InitHTTPServer(host string) error
- func (a *App) Run() error
- func (a *App) Serve() error
- func (a *App) Uninit()
- type GRPCServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) CreateConnectionListener ¶
func (*App) GetEventBus ¶
func (a *App) GetEventBus() app.EventBusImpl
func (*App) InitGRPCServer ¶
func (*App) InitHTTPServer ¶
type GRPCServer ¶
Click to show internal directories.
Click to hide internal directories.