keyvalueserver

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2016 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(impl Interface) thrift.Service

New prepares an implementation of the KeyValue service for registration.

handler := KeyValueHandler{}
thrift.Register(dispatcher, keyvalueserver.New(handler))

Types

type Interface

type Interface interface {
	GetValue(
		ctx context.Context,
		reqMeta yarpc.ReqMeta,
		Key *string,
	) (string, yarpc.ResMeta, error)

	SetValue(
		ctx context.Context,
		reqMeta yarpc.ReqMeta,
		Key *string,
		Value *string,
	) (yarpc.ResMeta, error)
}

Interface is the server-side interface for the KeyValue service.

Jump to

Keyboard shortcuts

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