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