Documentation ¶ Index ¶ type Uploader func NewUploader(configPath, dir string, conf *config.Config) *Uploader func (up *Uploader) DumpRequestOut(ctx context.Context, result map[string]string) error func (up *Uploader) Upload(ctx context.Context, result map[string]string) error func (up *Uploader) Validate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Uploader ¶ type Uploader struct { // contains filtered or unexported fields } func NewUploader ¶ func NewUploader(configPath, dir string, conf *config.Config) *Uploader func (*Uploader) DumpRequestOut ¶ func (up *Uploader) DumpRequestOut(ctx context.Context, result map[string]string) error func (*Uploader) Upload ¶ func (up *Uploader) Upload(ctx context.Context, result map[string]string) error func (*Uploader) Validate ¶ func (up *Uploader) Validate() error Source Files ¶ View all Source files metadata.go multipart.go upload.go Click to show internal directories. Click to hide internal directories.