Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DestroyInfrastructure ¶
func DestroyInfrastructure(i *Infrastructure)
Types ¶
type CacheConfig ¶ added in v0.7.0
type CacheConfig struct { Namespace string `json:"namespace" yaml:"namespace"` Redis *struct { Address string `json:"address" yaml:"address"` UserName string `json:"user_name" yaml:"user_name"` Password string `json:"password" yaml:"password"` DB int `json:"db" yaml:"db"` } `json:"redis" yaml:"redis"` }
type Config ¶
type Config struct { DatabaseConfig CacheConfig }
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.