winhello

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Rendered for windows/amd64

Index

Constants

This section is empty.

Variables

View Source
var ErrKeyNotFound = errors.New("The specified item could not be found in the keyring")

Functions

This section is empty.

Types

type Backend

type Backend struct {
	// contains filtered or unexported fields
}

func New

func New(serviceName string) (*Backend, error)

func (*Backend) Get

func (b *Backend) Get(key string) ([]byte, error)

func (*Backend) Keys

func (b *Backend) Keys() ([]string, error)

func (*Backend) Remove

func (b *Backend) Remove(key string) error

func (*Backend) Set

func (b *Backend) Set(key string, data []byte) error

Jump to

Keyboard shortcuts

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