repository

package
v0.0.0-...-59b4705 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2024 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ETCDRepository

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

func (*ETCDRepository) Close

func (e *ETCDRepository) Close() error

func (*ETCDRepository) Connect

func (e *ETCDRepository) Connect() error

func (*ETCDRepository) GetValue

func (e *ETCDRepository) GetValue(key string) (*string, error)

func (*ETCDRepository) SetValue

func (e *ETCDRepository) SetValue(key, value string) error

type KeyValueStore

type KeyValueStore interface {
	Connect() error
	Close() error
	GetValue(key string) (*string, error)
	SetValue(key, value string) error
}

Jump to

Keyboard shortcuts

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