Documentation ¶ Index ¶ func KCService() (store.Store, error) type MyValue func (m *MyValue) Marshal() ([]byte, error) func (m *MyValue) Metadata() map[string]string func (m *MyValue) SetMetadata(map[string]string) error func (m *MyValue) Unmarshal(data []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func KCService ¶ func KCService() (store.Store, error) Types ¶ type MyValue ¶ type MyValue struct { Value []byte `json:"value"` } func (*MyValue) Marshal ¶ func (m *MyValue) Marshal() ([]byte, error) func (*MyValue) Metadata ¶ func (m *MyValue) Metadata() map[string]string func (*MyValue) SetMetadata ¶ func (m *MyValue) SetMetadata(map[string]string) error func (*MyValue) Unmarshal ¶ func (m *MyValue) Unmarshal(data []byte) error Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.