client

package
v0.0.0-...-4b712a2 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2021 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RunningConfig

type RunningConfig interface {
	ServiceRead
	ServiceWrite
}

type ServiceHandle

type ServiceHandle interface {
}

func RegisterService

func RegisterService(namespace string, runningConfig RunningConfig) ServiceHandle

type ServiceRead

type ServiceRead interface {
	Get(string) []byte
}

type ServiceWrite

type ServiceWrite interface {
	Check([]byte) []error
	Set([]byte) []error
}

Jump to

Keyboard shortcuts

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