Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConjurClient ¶
Client for communication with Conjur. In this project it is used only for batch secrets retrieval so we expose only this method of the client. The name ConjurClient also improves readability as Client can be ambiguous.
func NewConjurClient ¶
func NewConjurClient(tokenData []byte) (ConjurClient, error)
Click to show internal directories.
Click to hide internal directories.