Documentation
¶
Index ¶
Constants ¶
View Source
const Redis = "redis"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Default string Connections map[string]Configable }
type Configable ¶
type Configable interface{}
type Provider ¶
type Provider struct { *foundation.UnimplementedProvider // contains filtered or unexported fields }
func NewProvider ¶
func NewProvider(app foundation.Application) *Provider
Click to show internal directories.
Click to hide internal directories.