Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceConfig ¶
type ServiceConfig struct { UploadPath string `json:"upload_path" mapstructure:"upload_path" yaml:"upload_path"` CleanUpUploads bool `json:"clean_up_uploads" mapstructure:"clean_up_uploads" yaml:"clean_up_uploads"` CleanOrphanUploadsPeriodHours int `` /* 130-byte string literal not displayed */ PurgeDeletedFilesPeriodDays int `json:"purge_deleted_files_period_days" mapstructure:"purge_deleted_files_period_days" yaml:"purge_deleted_files_period_days"` }
Click to show internal directories.
Click to hide internal directories.