Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶ added in v0.3.0
type Key struct {
// contains filtered or unexported fields
}
func Audience ¶
Audience is the storage key for mapping audience IDs. A venture can have multiple audiences, while a user can be part of multiple ventures as well as multiple audiences.
func Message ¶
Message is the storage key for mapping message IDs. A message can have multiple replies, which are just messages as well.
func Role ¶ added in v0.3.0
Role is the storage key for mapping role IDs. A user can have multiple roles associated to resources. The inserted resource key is the filled, hashed version of any of the other resource keys defined here, e.g. sha265("ven:al9qy:tml") for records of timeline roles.
func Timeline ¶
Timeline is the storage key for mapping timeline IDs. A timeline can have multiple updates.
func Update ¶
Update is the storage key for mapping update IDs. An update can have multiple messages.