Documentation ¶
Index ¶
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
type GRPCServer ¶
func NewGRPCServer ¶
func NewGRPCServer(host string) *GRPCServer
func (*GRPCServer) Init ¶
func (gs *GRPCServer) Init(a *App) error
func (*GRPCServer) Serve ¶
func (gs *GRPCServer) Serve() error
type HTTPServer ¶
type HTTPServer struct {
// contains filtered or unexported fields
}
func NewHTTPServer ¶
func NewHTTPServer(host string) *HTTPServer
func (*HTTPServer) Init ¶
func (hs *HTTPServer) Init(a *App) error
func (*HTTPServer) Serve ¶
func (hs *HTTPServer) Serve() error
Click to show internal directories.
Click to hide internal directories.