Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DestroyInfrastructure ¶
func DestroyInfrastructure(i *Infrastructure)
Types ¶
type Config ¶
type Config struct {
DatabaseConfig
}
type DatabaseConfig ¶
type DatabaseConfig struct { Operations *operations.Config `json:"operations" yaml:"operations"` DataService *data_service.Config `json:"data_service" yaml:"data_service"` }
type Infrastructure ¶
type Infrastructure struct {
// contains filtered or unexported fields
}
func NewInfrastructure ¶
func NewInfrastructure(config Config) *Infrastructure
func (Infrastructure) DBExecutor ¶
func (i Infrastructure) DBExecutor() database.Executor
Click to show internal directories.
Click to hide internal directories.