Documentation ¶
Index ¶
- Constants
- type Book
- func (Book) DecodeFromPtr(p capnp.Ptr) Book
- func (s Book) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Book) HasTitle() bool
- func (s Book) IsValid() bool
- func (s Book) Message() *capnp.Message
- func (s Book) PageCount() int32
- func (s Book) Segment() *capnp.Segment
- func (s Book) SetPageCount(v int32)
- func (s Book) SetTitle(v string) error
- func (s Book) String() string
- func (s Book) Title() (string, error)
- func (s Book) TitleBytes() ([]byte, error)
- func (s Book) ToPtr() capnp.Ptr
- type Book_Future
- type Book_List
Constants ¶
View Source
const Book_TypeID = 0x8100cc88d7d4d47c
Book_TypeID is the unique identifier for the type Book.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Book_Future ¶
Book_Future is a wrapper for a Book promised by a client call.
func (Book_Future) Struct ¶
func (f Book_Future) Struct() (Book, error)
Click to show internal directories.
Click to hide internal directories.