splitted one operator module to file, account, image operators; splitted operator functions; etc

This commit is contained in:
2026-03-05 11:32:32 +02:00
parent 9ecd25ed0b
commit 80d6a244cf
54 changed files with 1049 additions and 826 deletions
+19 -19
View File
@@ -376,26 +376,26 @@ EXTRA_mstored_SOURCES = cmd/mstored/starter/starter.go \
app/maindb/grant.go app/maindb/init.go app/maindb/maindb.go \
app/maindb/manifest.go app/maindb/scheme.go \
app/operator/account.go app/operator/blob.go \
app/operator/file.go app/operator/grant.go \
app/operator/imgaux.go app/operator/manifest.go \
app/operator/ociaux.go app/operator/operator.go \
app/operator/service.go app/operator/version.go \
app/router/bindobj.go app/router/context.go \
app/router/corsmw.go app/router/loggingmw.go \
app/router/pathc.go app/router/recovermw.go \
app/router/router.go app/server/server.go \
app/service/service.go app/storage/storage.go \
pkg/auxhttp/basic.go pkg/auxhttp/crange.go \
pkg/auxoci/ociaux.go pkg/auxpwd/passwd.go \
pkg/auxtool/cleandir.go pkg/auxtool/fileex.go \
pkg/auxtool/randstr.go pkg/auxtool/tmpfile.go \
pkg/auxtool/unixnow.go pkg/auxutar/utar.go pkg/auxuuid/uuid.go \
app/operator/grant.go app/operator/imgaux.go \
app/operator/manifest.go app/operator/ociaux.go \
app/operator/operator.go app/operator/service.go \
app/operator/version.go app/router/bindobj.go \
app/router/context.go app/router/corsmw.go \
app/router/loggingmw.go app/router/pathc.go \
app/router/recovermw.go app/router/router.go \
app/server/server.go app/service/service.go \
app/storage/storage.go pkg/auxhttp/basic.go \
pkg/auxhttp/crange.go pkg/auxoci/ociaux.go \
pkg/auxpwd/passwd.go pkg/auxtool/cleandir.go \
pkg/auxtool/fileex.go pkg/auxtool/randstr.go \
pkg/auxtool/tmpfile.go pkg/auxtool/unixnow.go \
pkg/auxutar/utar.go pkg/auxuuid/uuid.go \
pkg/auxx509/x509cert.go pkg/client/account.go \
pkg/client/client.go pkg/client/fileaux.go pkg/client/file.go \
pkg/client/grant.go pkg/client/httpcall.go \
pkg/client/imageaux.go pkg/client/imagedelete.go \
pkg/client/imageinfo.go pkg/client/imagepull.go \
pkg/client/imagepush.go pkg/client/service.go
pkg/client/client.go pkg/client/fileaux.go pkg/client/grant.go \
pkg/client/httpcall.go pkg/client/imageaux.go \
pkg/client/imagedelete.go pkg/client/imageinfo.go \
pkg/client/imagepull.go pkg/client/imagepush.go \
pkg/client/service.go
CWD = $(shell pwd)
EXTRA_DIST = vendor/ \
\