Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheConfig ¶
type Config ¶
type Config struct { Server ServerConfig `koanf:"server"` Cache CacheConfig `koanf:"cache"` Loader LoaderConfig `koanf:"loader"` }
type LoaderConfig ¶
type LoaderConfig struct { MinioConfig *MinioConfig `validate:"omitempty,dive" koanf:"minio_config"` ModuleLoader string `validate:"required" koanf:"module_loader"` ModuleDirectory string `validate:"omitempty" koanf:"module_directory"` }
type MinioConfig ¶
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.