Documentation
¶
Index ¶
Constants ¶
View Source
const AddedType = "event:nimona.io/feed.Added"
View Source
const FeedStreamRootType = "stream:nimona.io/feed"
View Source
const RemovedType = "event:nimona.io/feed.Removed"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FeedStreamRoot ¶
type FeedStreamRoot struct { Metadata object.Metadata `nimona:"@metadata:m,type=stream:nimona.io/feed"` ObjectType string `nimona:"objectType:s"` Timestamp string `nimona:"timestamp:s"` }
func GetFeedHypotheticalRoot ¶
func GetFeedHypotheticalRoot( owner crypto.PublicKey, objectType string, ) *FeedStreamRoot
Click to show internal directories.
Click to hide internal directories.