Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConjurClient ¶
func NewConjurClient ¶
func NewConjurClient() *ConjurClient
func (*ConjurClient) AddSecrets ¶
func (c *ConjurClient) AddSecrets( secrets map[string]string, )
func (*ConjurClient) RetrieveSecrets ¶
type MockAccessToken ¶
type MockAccessToken struct{}
Mocks a Conjur access token.
func (MockAccessToken) Delete ¶
func (accessToken MockAccessToken) Delete() error
This method implementation is only so MockAccessToken will implement the MockAccessToken interface
func (MockAccessToken) Read ¶
func (accessToken MockAccessToken) Read() ([]byte, error)
Returns an arbitrary byte array as an access token data as we don't really need it
func (MockAccessToken) Write ¶
func (accessToken MockAccessToken) Write(Data []byte) error
This method implementation is only so MockAccessToken will implement the MockAccessToken interface
Click to show internal directories.
Click to hide internal directories.