Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Added ¶
type Added struct { Metadata object.Metadata `nimona:"metadata:m,omitempty"` ObjectHash []object.Hash `nimona:"objectHash:ar,omitempty"` Sequence int64 `nimona:"sequence:i,omitempty"` Datetime string `nimona:"datetime:s,omitempty"` }
func (Added) ToObjectMap ¶ added in v0.14.4
type FeedStreamRoot ¶
type FeedStreamRoot struct { Metadata object.Metadata `nimona:"metadata:m,omitempty"` ObjectType string `nimona:"objectType:s,omitempty"` Datetime string `nimona:"datetime:s,omitempty"` }
func GetFeedHypotheticalRoot ¶
func GetFeedHypotheticalRoot( owner crypto.PublicKey, objectType string, ) *FeedStreamRoot
func (*FeedStreamRoot) FromObject ¶
func (e *FeedStreamRoot) FromObject(o *object.Object) error
func (FeedStreamRoot) ToObject ¶
func (e FeedStreamRoot) ToObject() *object.Object
func (FeedStreamRoot) ToObjectMap ¶ added in v0.14.4
func (e FeedStreamRoot) ToObjectMap() map[string]interface{}
func (*FeedStreamRoot) Type ¶
func (e *FeedStreamRoot) Type() string
Click to show internal directories.
Click to hide internal directories.