Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecryptRequest ¶
func (*DecryptRequest) Validate ¶ added in v0.26.0
func (r *DecryptRequest) Validate() error
type DecryptResponse ¶
type EncryptRequest ¶
func (*EncryptRequest) Validate ¶ added in v0.26.0
func (r *EncryptRequest) Validate() error
type EncryptResponse ¶
type Service ¶
type Service interface { Encrypt(context.Context, *EncryptRequest) (*EncryptResponse, error) Decrypt(context.Context, *DecryptRequest) (*DecryptResponse, error) Decode(ctx context.Context, decryptRequest *DecryptRequest, factory toolbox.DecoderFactory, target interface{}) error }
Click to show internal directories.
Click to hide internal directories.