Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type AppConfig ¶
type AppConfig struct {
Port string
StoreConfig store.DBConnectionConfig
}
func NewAppConfig ¶
func NewAppConfig(storeConfig store.DBConnectionConfig) AppConfig
func (AppConfig) WithStoreConfig ¶
func (a AppConfig) WithStoreConfig(config store.DBConnectionConfig) AppConfig
Click to show internal directories.
Click to hide internal directories.