bearer: Add method IsSetAPEOverride
#227
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#227
Loading…
Reference in a new issue
No description provided.
Delete branch "acid-ant/frostfs-sdk-go:feature/token-bearer"
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?
Signed-off-by: Anton Nikiforov an.nikiforov@yadro.com
acid-ant referenced this pull request from TrueCloudLab/frostfs-node2024-06-04 07:53:48 +00:00
APE
chains toBearer
token #115721f327e8dc
to2a04a40710
WIP: bearer: Add methodto bearer: Add methodIsSetAPEOverride
IsSetAPEOverride
@ -316,0 +316,4 @@
// IsSetAPEOverride return true if APEOverride is set.
//
// See also: APEOverride.
func (b *Token) IsSetAPEOverride() bool {
Why do we need this? Empty table is valid because it is not an optional parameter.
To quickly check that table is empty, to avoid checking equality to empty.
I mean, when it is missing, we can assume it is present and is empty.
Pull request closed