Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestFulUpload ¶
type RestFulUpload struct { }
RestFulUpload is a struct used to implement restful upload
func (*RestFulUpload) URLPatterns ¶
func (r *RestFulUpload) URLPatterns() []rf.Route
URLPatterns helps to respond for corresponding API calls
func (*RestFulUpload) UploadFile ¶
func (r *RestFulUpload) UploadFile(b *rf.Context)
UploadFile is a method used to reply user hello in json format
func (*RestFulUpload) UploadForm ¶
func (r *RestFulUpload) UploadForm(b *rf.Context)
UploadForm is a method used to reply user hello in json format
Click to show internal directories.
Click to hide internal directories.