Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
Upload(fileName string, contents []byte) (UploadedFile, error)
}
Client defines upload service actions
type Response ¶
type Response struct { UploadedFiles []UploadedFile Errors []ResponseError }
Response represents response from upload service
type ResponseError ¶
ResponseError represents error response from upload service
Click to show internal directories.
Click to hide internal directories.