Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FillLocale ¶
type FillLocale interface { EstablishConnection(*gorm.DB) FillLocale Add(StorageLocale) Merge(map[string]map[string]string, StorageLocale) FillLocale }
type Locale ¶
type Locale interface {
Get(conf config.Configurable, key string) interface{}
}
type StorageLocale ¶
Click to show internal directories.
Click to hide internal directories.