Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LabelInterface ¶
type LabelInterface interface { AddLabel(ctx context.Context, h http.Header, tableName string, option selector.LabelAddOption) errors.CCErrorCoder RemoveLabel(ctx context.Context, h http.Header, tableName string, option selector.LabelRemoveOption) errors.CCErrorCoder }
func NewLabelInterfaceClient ¶
func NewLabelInterfaceClient(client rest.ClientInterface) LabelInterface
Click to show internal directories.
Click to hide internal directories.