Documentation ¶
Index ¶
- type AllowAllAuthz
- func (a *AllowAllAuthz) Check(ctx context.Context, r *kessel.CheckRequest) (*kessel.CheckResponse, error)
- func (a *AllowAllAuthz) CreateTuples(ctx context.Context, r *kessel.CreateTuplesRequest) (*kessel.CreateTuplesResponse, error)
- func (a *AllowAllAuthz) DeleteTuples(ctx context.Context, r *kessel.DeleteTuplesRequest) (*kessel.DeleteTuplesResponse, error)
- func (a *AllowAllAuthz) Health(ctx context.Context) (*kesselv1.GetReadyzResponse, error)
- func (a *AllowAllAuthz) SetWorkspace(ctx context.Context, local_resource_id, workspace, name, namespace string) (*kessel.CreateTuplesResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllowAllAuthz ¶
func New ¶
func New(logger *log.Helper) *AllowAllAuthz
func (*AllowAllAuthz) Check ¶
func (a *AllowAllAuthz) Check(ctx context.Context, r *kessel.CheckRequest) (*kessel.CheckResponse, error)
func (*AllowAllAuthz) CreateTuples ¶
func (a *AllowAllAuthz) CreateTuples(ctx context.Context, r *kessel.CreateTuplesRequest) (*kessel.CreateTuplesResponse, error)
func (*AllowAllAuthz) DeleteTuples ¶
func (a *AllowAllAuthz) DeleteTuples(ctx context.Context, r *kessel.DeleteTuplesRequest) (*kessel.DeleteTuplesResponse, error)
func (*AllowAllAuthz) Health ¶
func (a *AllowAllAuthz) Health(ctx context.Context) (*kesselv1.GetReadyzResponse, error)
func (*AllowAllAuthz) SetWorkspace ¶
func (a *AllowAllAuthz) SetWorkspace(ctx context.Context, local_resource_id, workspace, name, namespace string) (*kessel.CreateTuplesResponse, error)
Click to show internal directories.
Click to hide internal directories.