Documentation
¶
Index ¶
- Constants
- func InitBoardService(ctx context.Context, app *App, pool *pgxpool.Pool) error
- func InitCloser()
- func InitGlobalContext() (context.Context, error)
- func InitPostgresPool(ctx context.Context, connectionString string) (*pgxpool.Pool, error)
- func InitTaskService(ctx context.Context, app *App, pool *pgxpool.Pool) error
- func InitTopicService(ctx context.Context, app *App, pool *pgxpool.Pool) error
- type App
Constants ¶
View Source
const ( CloserGroupApp = "app" CloserGroupConnections = "connections" CloserGroupGlobalContext = "global context" )
View Source
const ( HighPriority = iota MediumPriority LowPriority )
View Source
const (
ShutdownTimeoutInSeconds = 5
)
Variables ¶
This section is empty.
Functions ¶
func InitBoardService ¶
func InitCloser ¶
func InitCloser()
func InitGlobalContext ¶
func InitPostgresPool ¶
func InitTaskService ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.