working commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package client
|
||||
|
||||
type Client struct {
|
||||
}
|
||||
|
||||
func (cli *Client) FileExists(path string) (bool, error) {
|
||||
//reqPath = fmt.Sprintf("/v3/api/file/%s", path)
|
||||
//request, err := http.NewRequest("HEAD", reqPath, nil)
|
||||
}
|
||||
Reference in New Issue
Block a user