Documentation ¶
Index ¶
- type Cat
- func (s Cat) GetSegment() *capn.Segment
- func (s Cat) Id() int32
- func (s Cat) MarshalCapLit() ([]byte, error)
- func (s Cat) MarshalJSON() ([]byte, error)
- func (s Cat) Name() string
- func (s Cat) NameBytes() []byte
- func (s Cat) Partner() dog.Dog
- func (s Cat) ReadCapLit(r io.Reader) error
- func (s Cat) SetId(v int32)
- func (s Cat) SetName(v string)
- func (s Cat) SetPartner(v dog.Dog)
- func (s Cat) WriteCapLit(w io.Writer) error
- func (s Cat) WriteJSON(w io.Writer) error
- type Cat_List
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cat ¶
func AutoNewCat ¶
func NewRootCat ¶
func ReadRootCat ¶
func (Cat) GetSegment ¶
func (s Cat) GetSegment() *capn.Segment
func (Cat) MarshalCapLit ¶
func (Cat) MarshalJSON ¶
func (Cat) SetPartner ¶
type Cat_List ¶
type Cat_List C.PointerList
Click to show internal directories.
Click to hide internal directories.