Documentation ¶ Overview ¶ gen for home toolset Index ¶ func GetAllProvider() []interface{} type FileDisk func Disk(t string) FileDisk type Local func NewLocal() *Local func (l *Local) FormFile(c *gin.Context, up, to string) (string, error) func (l *Local) Init() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetAllProvider ¶ added in v0.5.9 func GetAllProvider() []interface{} Types ¶ type FileDisk ¶ type FileDisk interface { FormFile(c *gin.Context, up, to string) string } func Disk ¶ func Disk(t string) FileDisk type Local ¶ type Local struct { // contains filtered or unexported fields } Local @Bean func NewLocal ¶ added in v0.5.9 func NewLocal() *Local func (*Local) FormFile ¶ func (l *Local) FormFile(c *gin.Context, up, to string) (string, error) func (*Local) Init ¶ func (l *Local) Init() Source Files ¶ View all Source files disk.go local.go z_inject_gen.go Click to show internal directories. Click to hide internal directories.