Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadConfiguration ¶
func ReadConfiguration() error
func SetAWSSession ¶
Types ¶
type Config ¶
type Config struct { Service ServiceConfig Server ServerConfig Upload UploadConfig StorageEngine string DiskStorage DiskStorageConfig AWS AWSConfig Prometheus PrometheusConfig }
type DiskStorageConfig ¶
type DiskStorageConfig struct {
Path string
}
type PrometheusConfig ¶
type ServerConfig ¶
type ServiceConfig ¶
type ServiceConfig struct {
Address string
}
type UploadConfig ¶
type UploadConfig struct {
MaxFileSize uint32
}
Click to show internal directories.
Click to hide internal directories.