Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConstErrorModule = "vantagepoint" ConstErrorLevel = env.ConstErrorLevelActor ConstLogStorage = "vantagepoint.log" ConstConfigPathVantagePoint = "general.vantagepoint" ConstConfigPathVantagePointScheduleEnabled = "general.vantagepoint.schedule.enabled" ConstConfigPathVantagePointScheduleHour = "general.vantagepoint.schedule.hour" ConstConfigPathVantagePointUploadPath = "general.vantagepoint.upload.path" ConstConfigPathVantagePointUploadFileMask = "general.vantagepoint.upload.filemask" ConstSchedulerTaskName = "vantagePointCheckNewUploads" )
Variables ¶
This section is empty.
Functions ¶
func CheckNewUploads ¶
Types ¶
type UploadProcessorInterface ¶
type UploadProcessorInterface interface {
Process() error
}
Click to show internal directories.
Click to hide internal directories.