Documentation ¶
Rendered for darwin/amd64
Overview ¶
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Osxkeychain ¶
type Osxkeychain struct{}
Osxkeychain handles secrets using the OS X Keychain as store.
func (Osxkeychain) Add ¶
func (h Osxkeychain) Add(creds *credentials.Credentials) error
Add adds new credentials to the keychain.
func (Osxkeychain) Delete ¶
func (h Osxkeychain) Delete(serverURL string) error
Delete removes credentials from the keychain.
Click to show internal directories.
Click to hide internal directories.