Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface {
GetPort() int
GetMigrationSource() string
GetDbUser() string
GetDbPassword() string
GetDbHost() string
GetDbPort() int
GetDbName() string
}
Store encapsulates configuration properties to be injected
type StoreImpl ¶
type StoreImpl struct {
// contains filtered or unexported fields
}
StoreImpl implements store
func NewStoreImpl ¶
NewStoreImpl is a constructor
func (*StoreImpl) GetDbPassword ¶ added in v0.2.0
GetDbPassword returns the database password
func (*StoreImpl) GetMigrationSource ¶
GetMigrationSource returns the source for database migrations to run
Click to show internal directories.
Click to hide internal directories.