repository

package
v0.0.0-...-8717a1f Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2020 License: GPL-2.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 KeyValueService

type KeyValueService struct {
	mock.Mock
}

func (KeyValueService) Delete

func (m KeyValueService) Delete(key string) error

func (KeyValueService) Get

func (m KeyValueService) Get(key string) ([]byte, error)

func (KeyValueService) Set

func (m KeyValueService) Set(key string, value []byte) error

func (KeyValueService) SetEx

func (m KeyValueService) SetEx(key string, value []byte, expirationInSeconds time.Duration) error

Jump to

Keyboard shortcuts

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