Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Consumer ¶
type Consumer struct {
Messenger *messengers.Messenger
}
func (*Consumer) IsBackground ¶
type Elasticsearch ¶
type Elasticsearch struct {
Client *elastic.Client
}
func (*Elasticsearch) IsBackground ¶
func (e *Elasticsearch) IsBackground() bool
func (*Elasticsearch) Priority ¶
func (e *Elasticsearch) Priority() int
func (*Elasticsearch) Run ¶
func (e *Elasticsearch) Run(servers []configs.Server)
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
func (*Factory) Add ¶
func (f *Factory) Add(application Application)
func (*Factory) Register ¶
func (f *Factory) Register(applications ...Application)
type GRpc ¶
func (*GRpc) IsBackground ¶
type Rest ¶
type Rest struct { HttpPort int Middleware *middlewares.Factory Router *routers.Factory GRpcClient *grpc.ClientConn }
func (*Rest) IsBackground ¶
Click to show internal directories.
Click to hide internal directories.