Versions in this module Expand all Collapse all v0 v0.1.1 Oct 2, 2018 Changes in this version + type Test struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Test) Descriptor() ([]byte, []int) + func (*Test) ProtoMessage() + func (dst *Test) XXX_Merge(src proto.Message) + func (m *Test) GetName() string + func (m *Test) Reset() + func (m *Test) String() string + func (m *Test) XXX_DiscardUnknown() + func (m *Test) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Test) XXX_Size() int + func (m *Test) XXX_Unmarshal(b []byte) error v0.1.0 Sep 25, 2018 Changes in this version + func CheckVersion(previous, new HavingMetadata) (uint64, error) + type Datastore interface + Apply func(name string, pb proto.Message) error + Delete func(name string) error + Get func(name string, pb proto.Message) error + List func(f func(length int) []proto.Message) error + type HavingMetadata interface + GetMetadata func() *pn0stack.Metadata