repository

package
v0.0.0-...-52ab7f8 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2020 License: Apache-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 StatusRepo

type StatusRepo interface {
	StartAtomic()
	EndAtomic()
	GetKeys() []string
	Create(key string, value model.Status) error
	Delete(key string) error
	Get(key string) (model.Status, error)
	Update(key string, value model.Status) error
	GetHealthInfo() []adapter.HealthInfo
}

Jump to

Keyboard shortcuts

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