Documentation
¶
Index ¶
- type Config
- func (c *Config[T]) Default() (t *T)
- func (c *Config[T]) Environment(key string, value string) (t *T)
- func (c *Config[T]) Filepath(required string, optionals ...string) (t *T)
- func (c *Config[T]) Getter(getter callback.Getter, getters ...callback.Getter) (t *T)
- func (c *Config[T]) Loader(loader config.Loader, loaders ...config.Loader) (t *T)
- func (c *Config[T]) Nullable() (t *T)
- func (c *Config[T]) Required() (t *T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.