go.mod: Update api-go #263
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
pool
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#263
Loading…
Reference in a new issue
No description provided.
Delete branch "a-savchuk/frostfs-sdk-go:remove-get-eacl"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove
client.ContainerEACL
and related references. This change was initiated by the removal ofContainerService.GetExtendedACL
from the API.Initiated by this issue.
Signed-off-by: Aleksey Savchuk a.savchuk@yadro.com
52ba5dbf31
to689e79352b
689e79352b
to0ebfa7d3b7
WIP: go.mod: Update api-go,to WIP: go.mod: Update api-goWIP: go.mod: Update api-goto go.mod: Update api-goWaiting for services to approve
Please resolve conflicts.
@ -580,4 +578,2 @@
}
// containerEACL invokes sdkClient.ContainerEACL parse response status to error and return result as is.
func (c *clientWrapper) containerEACL(ctx context.Context, prm PrmContainerEACL) (eacl.Table, error) {
Please also drop these methods (
containerEACL
/containerSetEACL
) frommock_test.go
Done
Oh, we also should drop:
methodContainerSetEACL
/methodContainerEACL
ofMethodIndex
typePrmContainerSetEACL
PrmContainerEACL
Done. Feels like playing Minesweeper💣
0ebfa7d3b7
tob36bdde7a8
b36bdde7a8
to793c612bc8
793c612bc8
to8f751d9dd0