diff options
Diffstat (limited to 'http_server.go')
| -rw-r--r-- | http_server.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/http_server.go b/http_server.go index c5d1c56..2491831 100644 --- a/http_server.go +++ b/http_server.go @@ -24,12 +24,6 @@ const ( paramNamePath = "path" ) -type fsRequest struct { - Path string `json:"path"` - Content []byte `json:"content"` - IsDir bool `json:"is_dir"` -} - func (aww *Awwan) registerHttpApis() (err error) { var ( logp = "registerHttpApis" |
