Documentation
¶
Index ¶
- type PassThroughAuth
- func (a PassThroughAuth) AnnotateGroup(ctx context.Context, group string) error
- func (a PassThroughAuth) CreateCollection(ctx context.Context, group string) error
- func (a PassThroughAuth) CreateLabel(ctx context.Context) error
- func (a PassThroughAuth) DeleteCollection(ctx context.Context, group string) error
- func (a PassThroughAuth) DeleteImage(ctx context.Context, group string) error
- func (a PassThroughAuth) DeleteLabel(ctx context.Context) error
- func (a PassThroughAuth) ImportImage(ctx context.Context, srcGroup string, dstGroup string) error
- func (a PassThroughAuth) IngestImage(ctx context.Context, group string) error
- func (a PassThroughAuth) UpdateCollection(ctx context.Context, group string) error
- func (a PassThroughAuth) UpdateLabel(ctx context.Context) error
- type PrincipalProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PassThroughAuth ¶
type PassThroughAuth struct {
}
func (PassThroughAuth) AnnotateGroup ¶
func (a PassThroughAuth) AnnotateGroup(ctx context.Context, group string) error
func (PassThroughAuth) CreateCollection ¶
func (a PassThroughAuth) CreateCollection(ctx context.Context, group string) error
func (PassThroughAuth) CreateLabel ¶
func (a PassThroughAuth) CreateLabel(ctx context.Context) error
func (PassThroughAuth) DeleteCollection ¶
func (a PassThroughAuth) DeleteCollection(ctx context.Context, group string) error
func (PassThroughAuth) DeleteImage ¶
func (a PassThroughAuth) DeleteImage(ctx context.Context, group string) error
func (PassThroughAuth) DeleteLabel ¶
func (a PassThroughAuth) DeleteLabel(ctx context.Context) error
func (PassThroughAuth) ImportImage ¶
func (PassThroughAuth) IngestImage ¶
func (a PassThroughAuth) IngestImage(ctx context.Context, group string) error
func (PassThroughAuth) UpdateCollection ¶
func (a PassThroughAuth) UpdateCollection(ctx context.Context, group string) error
func (PassThroughAuth) UpdateLabel ¶
func (a PassThroughAuth) UpdateLabel(ctx context.Context) error
type PrincipalProvider ¶
Click to show internal directories.
Click to hide internal directories.