memory

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2026 License: Apache-2.0, MIT Imports: 4 Imported by: 0

Documentation

Overview

Package memory provides an in-memory implementation of vault.Vault.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

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

func New

func New() *Store

func (*Store) Delete

func (s *Store) Delete(ctx context.Context, key string) error

func (*Store) Read

func (s *Store) Read(ctx context.Context, key string) ([]byte, error)

func (*Store) Write

func (s *Store) Write(ctx context.Context, key string, value []byte) error

Jump to

Keyboard shortcuts

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