refactor: added route impls and minor changes
This commit is contained in:
parent
dc6818e1e2
commit
e2b400fb12
2 changed files with 14 additions and 2 deletions
|
|
@ -185,6 +185,18 @@ func (s *Service) Upload() http.HandlerFunc {
|
|||
}
|
||||
}
|
||||
|
||||
func (s *Service) UploadPlugin() http.HandlerFunc {
|
||||
return func(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
func (s *Service) UploadProfile() http.HandlerFunc {
|
||||
return func(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
func (s *Service) List() http.HandlerFunc {
|
||||
return func(w http.ResponseWriter, r *http.Request) {
|
||||
var (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue