added file checker, completation/size/digest

This commit is contained in:
2026-03-30 13:20:13 +02:00
parent 8afe71d925
commit f5227bcac9
8 changed files with 291 additions and 43 deletions
+5
View File
@@ -91,6 +91,11 @@ func (ref *Referer) CollectionsEP() string {
return curl.String()
}
func (ref *Referer) CheckEP() string {
curl := ref.urlobj.JoinPath("/v3/api/checker/", ref.resource)
return curl.String()
}
func (ref *Referer) Userinfo() (string, string) {
return ref.user, ref.pass
}