Documentation ¶
Index ¶
- Constants
- Variables
- type AppIdReplacement
- func (AppIdReplacement) DecodeFromPtr(p capnp.Ptr) AppIdReplacement
- func (s AppIdReplacement) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s AppIdReplacement) HasOriginal() bool
- func (s AppIdReplacement) HasReplacement() bool
- func (s AppIdReplacement) HasRevokeExceptPackageIds() bool
- func (s AppIdReplacement) IsValid() bool
- func (s AppIdReplacement) Message() *capnp.Message
- func (s AppIdReplacement) NewRevokeExceptPackageIds(n int32) (capnp.TextList, error)
- func (s AppIdReplacement) Original() (string, error)
- func (s AppIdReplacement) OriginalBytes() ([]byte, error)
- func (s AppIdReplacement) Replacement() (string, error)
- func (s AppIdReplacement) ReplacementBytes() ([]byte, error)
- func (s AppIdReplacement) RevokeExceptPackageIds() (capnp.TextList, error)
- func (s AppIdReplacement) Segment() *capnp.Segment
- func (s AppIdReplacement) SetOriginal(v string) error
- func (s AppIdReplacement) SetReplacement(v string) error
- func (s AppIdReplacement) SetRevokeExceptPackageIds(v capnp.TextList) error
- func (s AppIdReplacement) String() string
- func (s AppIdReplacement) ToPtr() capnp.Ptr
- type AppIdReplacement_Future
- type AppIdReplacement_List
Constants ¶
View Source
const AppIdReplacement_TypeID = 0x888dcc6878baa07a
AppIdReplacement_TypeID is the unique identifier for the type AppIdReplacement.
Variables ¶
View Source
var (
AppIdReplacementList = AppIdReplacement_List(capnp.MustUnmarshalRoot(x_a53cae3f717a1676[0:712]).List())
)
Constants defined in appid-replacements.capnp.
Functions ¶
This section is empty.
Types ¶
type AppIdReplacement ¶
func NewAppIdReplacement ¶
func NewAppIdReplacement(s *capnp.Segment) (AppIdReplacement, error)
func NewRootAppIdReplacement ¶
func NewRootAppIdReplacement(s *capnp.Segment) (AppIdReplacement, error)
func ReadRootAppIdReplacement ¶
func ReadRootAppIdReplacement(msg *capnp.Message) (AppIdReplacement, error)
func (AppIdReplacement) DecodeFromPtr ¶
func (AppIdReplacement) DecodeFromPtr(p capnp.Ptr) AppIdReplacement
func (AppIdReplacement) EncodeAsPtr ¶
func (s AppIdReplacement) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (AppIdReplacement) HasOriginal ¶
func (s AppIdReplacement) HasOriginal() bool
func (AppIdReplacement) HasReplacement ¶
func (s AppIdReplacement) HasReplacement() bool
func (AppIdReplacement) HasRevokeExceptPackageIds ¶
func (s AppIdReplacement) HasRevokeExceptPackageIds() bool
func (AppIdReplacement) IsValid ¶
func (s AppIdReplacement) IsValid() bool
func (AppIdReplacement) Message ¶
func (s AppIdReplacement) Message() *capnp.Message
func (AppIdReplacement) NewRevokeExceptPackageIds ¶
func (s AppIdReplacement) NewRevokeExceptPackageIds(n int32) (capnp.TextList, error)
NewRevokeExceptPackageIds sets the revokeExceptPackageIds field to a newly allocated capnp.TextList, preferring placement in s's segment.
func (AppIdReplacement) Original ¶
func (s AppIdReplacement) Original() (string, error)
func (AppIdReplacement) OriginalBytes ¶
func (s AppIdReplacement) OriginalBytes() ([]byte, error)
func (AppIdReplacement) Replacement ¶
func (s AppIdReplacement) Replacement() (string, error)
func (AppIdReplacement) ReplacementBytes ¶
func (s AppIdReplacement) ReplacementBytes() ([]byte, error)
func (AppIdReplacement) RevokeExceptPackageIds ¶
func (s AppIdReplacement) RevokeExceptPackageIds() (capnp.TextList, error)
func (AppIdReplacement) Segment ¶
func (s AppIdReplacement) Segment() *capnp.Segment
func (AppIdReplacement) SetOriginal ¶
func (s AppIdReplacement) SetOriginal(v string) error
func (AppIdReplacement) SetReplacement ¶
func (s AppIdReplacement) SetReplacement(v string) error
func (AppIdReplacement) SetRevokeExceptPackageIds ¶
func (s AppIdReplacement) SetRevokeExceptPackageIds(v capnp.TextList) error
func (AppIdReplacement) String ¶
func (s AppIdReplacement) String() string
func (AppIdReplacement) ToPtr ¶
func (s AppIdReplacement) ToPtr() capnp.Ptr
type AppIdReplacement_Future ¶
AppIdReplacement_Future is a wrapper for a AppIdReplacement promised by a client call.
func (AppIdReplacement_Future) Struct ¶
func (f AppIdReplacement_Future) Struct() (AppIdReplacement, error)
type AppIdReplacement_List ¶
type AppIdReplacement_List = capnp.StructList[AppIdReplacement]
AppIdReplacement_List is a list of AppIdReplacement.
Click to show internal directories.
Click to hide internal directories.