Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CBLEServer ¶
type CBLEServer struct {
Config *config.Config
Ent *ent.Client
Webserver *webserver.CBLEWebserver
PermissionEngine *permissionengine.PermissionEngine
GRPCServer *providers.CBLEServer
}
func (*CBLEServer) Initialize ¶
func (s *CBLEServer) Initialize(ctx context.Context) error
Initialize should be called before Run
func (*CBLEServer) Run ¶
func (s *CBLEServer) Run(ctx context.Context, wg *sync.WaitGroup)
Run is called to start all of the CBLE runtimes
func (*CBLEServer) Shutdown ¶
func (s *CBLEServer) Shutdown() error
Shutdown should be called after Run returns
Click to show internal directories.
Click to hide internal directories.