Files
mstore/pkg/client/client.go
T
2026-01-26 17:44:54 +02:00

11 lines
223 B
Go

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)
}