Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identifier ¶
Identifier abstracts how data-plane can be identified to the control-plane.
Including both a unique identifier and the authentication method.
type IdentifierDecorator ¶
type IdentifierDecorator struct { Identifier Id string }
func (*IdentifierDecorator) ID ¶
func (d *IdentifierDecorator) ID() string
type NOOP ¶
type NOOP struct{}
NOOP is a no-op implementation of the Identifier interface. Used only for testing purposes.
type Namespace ¶
Namespace identifier represents a group of workspaces that share a common resource.
Namespace is used but is not limited to implemented multi-tenancy. It also allows for more complex entity relations.
Click to show internal directories.
Click to hide internal directories.