Files
mstore/pkg/client/client.go
T
2026-01-24 19:21:27 +02:00

10 lines
208 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)
}