Documentation
¶
Index ¶
Constants ¶
View Source
const PinEntry_TypeID = 0xdb74f7cf7bc815c6
PinEntry_TypeID is the unique identifier for the type PinEntry.
View Source
const Pin_TypeID = 0x985d53e01674ee95
Pin_TypeID is the unique identifier for the type Pin.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pin ¶
func (Pin) SetIsPinned ¶
type PinEntry ¶
A single entry for a certain content node
type PinEntry_List ¶
PinEntry_List is a list of PinEntry.
func NewPinEntry_List ¶
func NewPinEntry_List(s *capnp.Segment, sz int32) (PinEntry_List, error)
NewPinEntry creates a new list of PinEntry.
func (PinEntry_List) At ¶
func (s PinEntry_List) At(i int) PinEntry
func (PinEntry_List) String ¶
func (s PinEntry_List) String() string
type PinEntry_Promise ¶
PinEntry_Promise is a wrapper for a PinEntry promised by a client call.
func (PinEntry_Promise) Struct ¶
func (p PinEntry_Promise) Struct() (PinEntry, error)
type Pin_Promise ¶
Pin_Promise is a wrapper for a Pin promised by a client call.
func (Pin_Promise) Struct ¶
func (p Pin_Promise) Struct() (Pin, error)
Click to show internal directories.
Click to hide internal directories.