Documentation ¶
Overview ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- type DopplerClient
- func (dc *DopplerClient) Authenticate() error
- func (dc *DopplerClient) BaseURL() *url.URL
- func (dc *DopplerClient) GetSecret(request client.SecretRequest) (*client.SecretResponse, error)
- func (dc *DopplerClient) GetSecrets(request client.SecretsRequest) (*client.SecretsResponse, error)
- func (dc *DopplerClient) WithValue(request client.SecretRequest, response *client.SecretResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DopplerClient ¶
type DopplerClient struct {
// contains filtered or unexported fields
}
func (*DopplerClient) Authenticate ¶
func (dc *DopplerClient) Authenticate() error
func (*DopplerClient) BaseURL ¶
func (dc *DopplerClient) BaseURL() *url.URL
func (*DopplerClient) GetSecret ¶
func (dc *DopplerClient) GetSecret(request client.SecretRequest) (*client.SecretResponse, error)
func (*DopplerClient) GetSecrets ¶
func (dc *DopplerClient) GetSecrets(request client.SecretsRequest) (*client.SecretsResponse, error)
func (*DopplerClient) WithValue ¶
func (dc *DopplerClient) WithValue(request client.SecretRequest, response *client.SecretResponse, err error)
Click to show internal directories.
Click to hide internal directories.