Compare commits

..

1 commit

Author SHA1 Message Date
7e0e2517a1
[#112] container: Remove GetExtendedACL
Some checks failed
DCO action / DCO (pull_request) Successful in 41s
Tests and linters / Tests (1.22) (pull_request) Successful in 1m4s
Tests and linters / Tests (1.23) (pull_request) Successful in 1m3s
Tests and linters / Tests with -race (pull_request) Successful in 1m20s
Tests and linters / Lint (pull_request) Failing after 32s
Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-09-02 13:50:59 +03:00

View file

@ -34,6 +34,12 @@ const (
listReqBodyOwnerField = 1
listRespBodyIDsField = 1
getEACLReqBodyIDField = 1
getEACLRespBodyTableField = 1
getEACLRespBodySignatureField = 2
getEACLRespBodyTokenField = 3
)
func (a *Attribute) StableMarshal(buf []byte) []byte {