Documentation ¶
Index ¶
- func NewV1() client.IClientV1
- type ControllerV1
- func (c *ControllerV1) Delete(ctx context.Context, req *v1.DeleteReq) (res *v1.DeleteRes, err error)
- func (c *ControllerV1) DeleteSecret(ctx context.Context, req *v1.DeleteSecretReq) (res *v1.DeleteSecretRes, err error)
- func (c *ControllerV1) GenerateSecret(ctx context.Context, req *v1.GenerateSecretReq) (res *v1.GenerateSecretRes, err error)
- func (c *ControllerV1) Get(ctx context.Context, req *v1.GetReq) (res *v1.GetRes, err error)
- func (c *ControllerV1) GetClientSecrets(ctx context.Context, req *v1.GetClientSecretsReq) (res *v1.GetClientSecretsRes, err error)
- func (c *ControllerV1) List(ctx context.Context, req *v1.ListReq) (res *v1.ListRes, err error)
- func (c *ControllerV1) Save(ctx context.Context, req *v1.SaveReq) (res *v1.SaveRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ControllerV1 ¶
type ControllerV1 struct{}
func (*ControllerV1) DeleteSecret ¶
func (c *ControllerV1) DeleteSecret(ctx context.Context, req *v1.DeleteSecretReq) (res *v1.DeleteSecretRes, err error)
func (*ControllerV1) GenerateSecret ¶
func (c *ControllerV1) GenerateSecret(ctx context.Context, req *v1.GenerateSecretReq) (res *v1.GenerateSecretRes, err error)
func (*ControllerV1) GetClientSecrets ¶
func (c *ControllerV1) GetClientSecrets(ctx context.Context, req *v1.GetClientSecretsReq) (res *v1.GetClientSecretsRes, err error)
Click to show internal directories.
Click to hide internal directories.