keyring

package
v0.0.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteKey

func DeleteKey(key string) (bool, error)

func GetKey

func GetKey(key string) (string, error)

func MockInit

func MockInit()

func SetKey

func SetKey(key, value string) error

Types

type Keyring

type Keyring interface {
	SetKey(key, value string) error
	GetKey(key string) (string, error)
	DeleteKey(key string) (done bool, err error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL