Documentation ¶
Index ¶
- type Component
- func (co *Component) Get(ctx context.Context, id mrtype.KeyInt32, defaultVal string) string
- func (co *Component) GetBool(ctx context.Context, id mrtype.KeyInt32, defaultVal bool) bool
- func (co *Component) GetInt64(ctx context.Context, id mrtype.KeyInt32, defaultVal int64) int64
- func (co *Component) GetInt64List(ctx context.Context, id mrtype.KeyInt32, defaultVal []int64) []int64
- func (co *Component) GetList(ctx context.Context, id mrtype.KeyInt32, defaultVal []string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component - компонент для извлечения настроек, которые хранятся в хранилище данных.
Click to show internal directories.
Click to hide internal directories.