Versions in this module Expand all Collapse all v0 v0.1.1 Oct 2, 2018 v0.1.0 Sep 25, 2018 Changes in this version + type MemoryDatastore struct + Data map[string][]byte + func NewMemoryDatastore() *MemoryDatastore + func (m MemoryDatastore) Apply(name string, pb proto.Message) error + func (m MemoryDatastore) Delete(name string) error + func (m MemoryDatastore) Get(name string, pb proto.Message) error + func (m MemoryDatastore) List(f func(length int) []proto.Message) error