Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents a Themis client
func NewClient ¶
func NewClient(cfg *types.ThemisConfig) (*Client, error)
NewClient returns a new Client instance
func (*Client) UploadData ¶
func (c *Client) UploadData(username string, data *sign.SignatureData) error
UploadData uploads the given data using the Themis APIs hosted at the provided host, after signing the data using the given private key
Click to show internal directories.
Click to hide internal directories.