Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CanonicalKeyHandler ¶
type CanonicalKeyHandler struct{}
CanonicalKeyHandler is a key handler which makes use of the canonical key for relations for dispatching.
func (*CanonicalKeyHandler) ComputeCheckKey ¶
func (c *CanonicalKeyHandler) ComputeCheckKey(ctx context.Context, req *v1.DispatchCheckRequest, nsm namespace.Manager) (string, error)
type DirectKeyHandler ¶
type DirectKeyHandler struct{}
DirectKeyHandler is a key handler that uses the relation name itself as the key.
func (*DirectKeyHandler) ComputeCheckKey ¶
func (d *DirectKeyHandler) ComputeCheckKey(ctx context.Context, req *v1.DispatchCheckRequest, nsm namespace.Manager) (string, error)
Click to show internal directories.
Click to hide internal directories.