Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFeedCIDs ¶ added in v0.17.0
Types ¶
type Added ¶
type FeedStreamRoot ¶
type FeedStreamRoot struct { Metadata object.Metadata `nimona:"metadata:m,omitempty"` ObjectType string Datetime string }
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) Type ¶
func (e *FeedStreamRoot) Type() string
Click to show internal directories.
Click to hide internal directories.