store

package
v0.0.0-...-5a170ab Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2016 License: Apache-2.0 Imports: 11 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Del

type Del string

type Get

type Get string

type KVStore

type KVStore struct {
	Hive    bh.Hive
	Buckets uint64
}

func (*KVStore) Map

func (s *KVStore) Map(msg bh.Msg, ctx bh.MapContext) bh.MappedCells

func (*KVStore) Rcv

func (s *KVStore) Rcv(msg bh.Msg, ctx bh.RcvContext) error

func (*KVStore) ServeHTTP

func (s *KVStore) ServeHTTP(w http.ResponseWriter, r *http.Request)

type Put

type Put struct {
	Key string
	Val string
}

type Result

type Result struct {
	Key string `json:"key"`
	Val string `json:"value"`
}

Jump to

Keyboard shortcuts

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