Documentation
¶
Index ¶
- func AttributesFromContext(ctx context.Context) authorizer.Attributes
- func DeepCopyAttributes(attr authorizer.Attributes) authorizer.AttributesRecord
- func NewAttributesKeeper(delegate authorizer.Authorizer) authorizer.Authorizer
- func UpdateAttributes(ctx context.Context, attributes authorizer.Attributes)
- func WithAttributeHolder(parent context.Context) context.Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttributesFromContext ¶
func AttributesFromContext(ctx context.Context) authorizer.Attributes
func DeepCopyAttributes ¶
func DeepCopyAttributes(attr authorizer.Attributes) authorizer.AttributesRecord
DeepCopyAttributes creates a copy of the given attributes, returned as a raw record to allow further modifications.
func NewAttributesKeeper ¶
func NewAttributesKeeper(delegate authorizer.Authorizer) authorizer.Authorizer
func UpdateAttributes ¶
func UpdateAttributes(ctx context.Context, attributes authorizer.Attributes)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.