Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
type Dependencies struct { Logger zerolog.Logger Converter providers.EnvironmentConverter }
Dependencies defines the dependencies of this bot
type Store ¶
type Store struct { Config Dependencies }
Store is a postgres based store.
func NewPostgresStore ¶
func NewPostgresStore(cfg Config, deps Dependencies) *Store
NewPostgresStore creates a new PostgresStore
Click to show internal directories.
Click to hide internal directories.