Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func NewApp ¶
func NewApp(setting biz.SettingRepo) *App
type Create ¶
type Create struct { Ak string `form:"ak" json:"ak" validate:"required"` Sk string `form:"sk" json:"sk" validate:"required"` Bucket string `form:"bucket" json:"bucket" validate:"required"` URL string `form:"url" json:"url" validate:"required"` Path string `form:"path" json:"path" validate:"required"` }
Click to show internal directories.
Click to hide internal directories.