Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecRequest ¶
type ExecRequest struct{}
type PathDecision ¶
type PathDecision struct{}
type PathRequest ¶
type PathRequest struct{}
type Service ¶
type Service interface {
WrapExec(context.Context, ExecRequest) (ExecPlan, error)
AuthorizePath(context.Context, PathRequest) (PathDecision, error)
}
Click to show internal directories.
Click to hide internal directories.