Documentation
¶
Index ¶
- Constants
- func HackEmailSession_Methods(methods []server.Method, s HackEmailSession_Server) []server.Method
- func HackEmailSession_NewServer(s HackEmailSession_Server) *server.Server
- func HackSessionContext_Methods(methods []server.Method, s HackSessionContext_Server) []server.Method
- func HackSessionContext_NewServer(s HackSessionContext_Server) *server.Server
- type HackEmailSession
- func (c HackEmailSession) AddRef() HackEmailSession
- func (HackEmailSession) DecodeFromPtr(p capnp.Ptr) HackEmailSession
- func (c HackEmailSession) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (c HackEmailSession) GetFlowLimiter() fc.FlowLimiter
- func (c HackEmailSession) HintAddress(ctx context.Context, params func(email.EmailSendPort_hintAddress_Params) error) (email.EmailSendPort_hintAddress_Results_Future, capnp.ReleaseFunc)
- func (c HackEmailSession) IsSame(other HackEmailSession) bool
- func (c HackEmailSession) IsValid() bool
- func (c HackEmailSession) Release()
- func (c HackEmailSession) Resolve(ctx context.Context) error
- func (c HackEmailSession) Send(ctx context.Context, params func(email.EmailSendPort_send_Params) error) (email.EmailSendPort_send_Results_Future, capnp.ReleaseFunc)
- func (c HackEmailSession) SetFlowLimiter(lim fc.FlowLimiter)
- func (c HackEmailSession) String() string
- type HackEmailSession_List
- type HackEmailSession_Server
- type HackSessionContext
- func (c HackSessionContext) Activity(ctx context.Context, params func(grain.SessionContext_activity_Params) error) (grain.SessionContext_activity_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) AddRef() HackSessionContext
- func (c HackSessionContext) ClaimRequest(ctx context.Context, ...) (grain.SessionContext_claimRequest_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) Close(ctx context.Context, params func(grain.SessionContext_close_Params) error) (grain.SessionContext_close_Results_Future, capnp.ReleaseFunc)
- func (HackSessionContext) DecodeFromPtr(p capnp.Ptr) HackSessionContext
- func (c HackSessionContext) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (c HackSessionContext) FulfillRequest(ctx context.Context, ...) (grain.SessionContext_fulfillRequest_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) GetFlowLimiter() fc.FlowLimiter
- func (c HackSessionContext) GetPublicId(ctx context.Context, params func(HackSessionContext_getPublicId_Params) error) (HackSessionContext_getPublicId_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) GetSharedPermissions(ctx context.Context, ...) (grain.SessionContext_getSharedPermissions_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) GetUserAddress(ctx context.Context, ...) (email.EmailAddress_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) HintAddress(ctx context.Context, params func(email.EmailSendPort_hintAddress_Params) error) (email.EmailSendPort_hintAddress_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) IsSame(other HackSessionContext) bool
- func (c HackSessionContext) IsValid() bool
- func (c HackSessionContext) ObsoleteGenerateApiToken(ctx context.Context, ...) (HackSessionContext_obsoleteGenerateApiToken_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) ObsoleteGetIpInterface(ctx context.Context, ...) (HackSessionContext_obsoleteGetIpInterface_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) ObsoleteGetIpNetwork(ctx context.Context, ...) (HackSessionContext_obsoleteGetIpNetwork_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) ObsoleteGetUiViewForEndpoint(ctx context.Context, ...) (HackSessionContext_obsoleteGetUiViewForEndpoint_Results_Future, ...)
- func (c HackSessionContext) ObsoleteHttpGet(ctx context.Context, ...) (HackSessionContext_obsoleteHttpGet_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) ObsoleteListApiTokens(ctx context.Context, ...) (HackSessionContext_obsoleteListApiTokens_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) ObsoleteRevokeApiToken(ctx context.Context, ...) (HackSessionContext_obsoleteRevokeApiToken_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) Offer(ctx context.Context, params func(grain.SessionContext_offer_Params) error) (grain.SessionContext_offer_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) OpenView(ctx context.Context, params func(grain.SessionContext_openView_Params) error) (grain.SessionContext_openView_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) Release()
- func (c HackSessionContext) Request(ctx context.Context, params func(grain.SessionContext_request_Params) error) (grain.SessionContext_request_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) Resolve(ctx context.Context) error
- func (c HackSessionContext) Send(ctx context.Context, params func(email.EmailSendPort_send_Params) error) (email.EmailSendPort_send_Results_Future, capnp.ReleaseFunc)
- func (c HackSessionContext) SetFlowLimiter(lim fc.FlowLimiter)
- func (c HackSessionContext) String() string
- func (c HackSessionContext) TieToUser(ctx context.Context, params func(grain.SessionContext_tieToUser_Params) error) (grain.SessionContext_tieToUser_Results_Future, capnp.ReleaseFunc)
- type HackSessionContext_List
- type HackSessionContext_Server
- type HackSessionContext_TokenInfo
- func (HackSessionContext_TokenInfo) DecodeFromPtr(p capnp.Ptr) HackSessionContext_TokenInfo
- func (s HackSessionContext_TokenInfo) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_TokenInfo) HasPetname() bool
- func (s HackSessionContext_TokenInfo) HasTokenId() bool
- func (s HackSessionContext_TokenInfo) HasUserInfo() bool
- func (s HackSessionContext_TokenInfo) IsValid() bool
- func (s HackSessionContext_TokenInfo) Message() *capnp.Message
- func (s HackSessionContext_TokenInfo) NewUserInfo() (identity.UserInfo, error)
- func (s HackSessionContext_TokenInfo) Petname() (string, error)
- func (s HackSessionContext_TokenInfo) PetnameBytes() ([]byte, error)
- func (s HackSessionContext_TokenInfo) Segment() *capnp.Segment
- func (s HackSessionContext_TokenInfo) SetPetname(v string) error
- func (s HackSessionContext_TokenInfo) SetTokenId(v string) error
- func (s HackSessionContext_TokenInfo) SetUserInfo(v identity.UserInfo) error
- func (s HackSessionContext_TokenInfo) String() string
- func (s HackSessionContext_TokenInfo) ToPtr() capnp.Ptr
- func (s HackSessionContext_TokenInfo) TokenId() (string, error)
- func (s HackSessionContext_TokenInfo) TokenIdBytes() ([]byte, error)
- func (s HackSessionContext_TokenInfo) UserInfo() (identity.UserInfo, error)
- type HackSessionContext_TokenInfo_Future
- type HackSessionContext_TokenInfo_List
- type HackSessionContext_getPublicId
- type HackSessionContext_getPublicId_Params
- func NewHackSessionContext_getPublicId_Params(s *capnp.Segment) (HackSessionContext_getPublicId_Params, error)
- func NewRootHackSessionContext_getPublicId_Params(s *capnp.Segment) (HackSessionContext_getPublicId_Params, error)
- func ReadRootHackSessionContext_getPublicId_Params(msg *capnp.Message) (HackSessionContext_getPublicId_Params, error)
- func (HackSessionContext_getPublicId_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_getPublicId_Params
- func (s HackSessionContext_getPublicId_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_getPublicId_Params) IsValid() bool
- func (s HackSessionContext_getPublicId_Params) Message() *capnp.Message
- func (s HackSessionContext_getPublicId_Params) Segment() *capnp.Segment
- func (s HackSessionContext_getPublicId_Params) String() string
- func (s HackSessionContext_getPublicId_Params) ToPtr() capnp.Ptr
- type HackSessionContext_getPublicId_Params_Future
- type HackSessionContext_getPublicId_Params_List
- type HackSessionContext_getPublicId_Results
- func NewHackSessionContext_getPublicId_Results(s *capnp.Segment) (HackSessionContext_getPublicId_Results, error)
- func NewRootHackSessionContext_getPublicId_Results(s *capnp.Segment) (HackSessionContext_getPublicId_Results, error)
- func ReadRootHackSessionContext_getPublicId_Results(msg *capnp.Message) (HackSessionContext_getPublicId_Results, error)
- func (s HackSessionContext_getPublicId_Results) AutoUrl() (string, error)
- func (s HackSessionContext_getPublicId_Results) AutoUrlBytes() ([]byte, error)
- func (HackSessionContext_getPublicId_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_getPublicId_Results
- func (s HackSessionContext_getPublicId_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_getPublicId_Results) HasAutoUrl() bool
- func (s HackSessionContext_getPublicId_Results) HasHostname() bool
- func (s HackSessionContext_getPublicId_Results) HasPublicId() bool
- func (s HackSessionContext_getPublicId_Results) Hostname() (string, error)
- func (s HackSessionContext_getPublicId_Results) HostnameBytes() ([]byte, error)
- func (s HackSessionContext_getPublicId_Results) IsDemoUser() bool
- func (s HackSessionContext_getPublicId_Results) IsValid() bool
- func (s HackSessionContext_getPublicId_Results) Message() *capnp.Message
- func (s HackSessionContext_getPublicId_Results) PublicId() (string, error)
- func (s HackSessionContext_getPublicId_Results) PublicIdBytes() ([]byte, error)
- func (s HackSessionContext_getPublicId_Results) Segment() *capnp.Segment
- func (s HackSessionContext_getPublicId_Results) SetAutoUrl(v string) error
- func (s HackSessionContext_getPublicId_Results) SetHostname(v string) error
- func (s HackSessionContext_getPublicId_Results) SetIsDemoUser(v bool)
- func (s HackSessionContext_getPublicId_Results) SetPublicId(v string) error
- func (s HackSessionContext_getPublicId_Results) String() string
- func (s HackSessionContext_getPublicId_Results) ToPtr() capnp.Ptr
- type HackSessionContext_getPublicId_Results_Future
- type HackSessionContext_getPublicId_Results_List
- type HackSessionContext_getUserAddress
- type HackSessionContext_getUserAddress_Params
- func NewHackSessionContext_getUserAddress_Params(s *capnp.Segment) (HackSessionContext_getUserAddress_Params, error)
- func NewRootHackSessionContext_getUserAddress_Params(s *capnp.Segment) (HackSessionContext_getUserAddress_Params, error)
- func ReadRootHackSessionContext_getUserAddress_Params(msg *capnp.Message) (HackSessionContext_getUserAddress_Params, error)
- func (HackSessionContext_getUserAddress_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_getUserAddress_Params
- func (s HackSessionContext_getUserAddress_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_getUserAddress_Params) IsValid() bool
- func (s HackSessionContext_getUserAddress_Params) Message() *capnp.Message
- func (s HackSessionContext_getUserAddress_Params) Segment() *capnp.Segment
- func (s HackSessionContext_getUserAddress_Params) String() string
- func (s HackSessionContext_getUserAddress_Params) ToPtr() capnp.Ptr
- type HackSessionContext_getUserAddress_Params_Future
- type HackSessionContext_getUserAddress_Params_List
- type HackSessionContext_obsoleteGenerateApiToken
- type HackSessionContext_obsoleteGenerateApiToken_Params
- func NewHackSessionContext_obsoleteGenerateApiToken_Params(s *capnp.Segment) (HackSessionContext_obsoleteGenerateApiToken_Params, error)
- func NewRootHackSessionContext_obsoleteGenerateApiToken_Params(s *capnp.Segment) (HackSessionContext_obsoleteGenerateApiToken_Params, error)
- func ReadRootHackSessionContext_obsoleteGenerateApiToken_Params(msg *capnp.Message) (HackSessionContext_obsoleteGenerateApiToken_Params, error)
- func (HackSessionContext_obsoleteGenerateApiToken_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteGenerateApiToken_Params
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) Expires() uint64
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) HasPetname() bool
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) HasUserInfo() bool
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) IsValid() bool
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) Message() *capnp.Message
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) NewUserInfo() (identity.UserInfo, error)
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) Petname() (string, error)
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) PetnameBytes() ([]byte, error)
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) SetExpires(v uint64)
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) SetPetname(v string) error
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) SetUserInfo(v identity.UserInfo) error
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) String() string
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) ToPtr() capnp.Ptr
- func (s HackSessionContext_obsoleteGenerateApiToken_Params) UserInfo() (identity.UserInfo, error)
- type HackSessionContext_obsoleteGenerateApiToken_Params_Future
- type HackSessionContext_obsoleteGenerateApiToken_Params_List
- type HackSessionContext_obsoleteGenerateApiToken_Results
- func NewHackSessionContext_obsoleteGenerateApiToken_Results(s *capnp.Segment) (HackSessionContext_obsoleteGenerateApiToken_Results, error)
- func NewRootHackSessionContext_obsoleteGenerateApiToken_Results(s *capnp.Segment) (HackSessionContext_obsoleteGenerateApiToken_Results, error)
- func ReadRootHackSessionContext_obsoleteGenerateApiToken_Results(msg *capnp.Message) (HackSessionContext_obsoleteGenerateApiToken_Results, error)
- func (HackSessionContext_obsoleteGenerateApiToken_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteGenerateApiToken_Results
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) EndpointUrl() (string, error)
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) EndpointUrlBytes() ([]byte, error)
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) HasEndpointUrl() bool
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) HasToken() bool
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) HasTokenId() bool
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) IsValid() bool
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) Message() *capnp.Message
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) SetEndpointUrl(v string) error
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) SetToken(v string) error
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) SetTokenId(v string) error
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) String() string
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) ToPtr() capnp.Ptr
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) Token() (string, error)
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) TokenBytes() ([]byte, error)
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) TokenId() (string, error)
- func (s HackSessionContext_obsoleteGenerateApiToken_Results) TokenIdBytes() ([]byte, error)
- type HackSessionContext_obsoleteGenerateApiToken_Results_Future
- type HackSessionContext_obsoleteGenerateApiToken_Results_List
- type HackSessionContext_obsoleteGetIpInterface
- type HackSessionContext_obsoleteGetIpInterface_Params
- func NewHackSessionContext_obsoleteGetIpInterface_Params(s *capnp.Segment) (HackSessionContext_obsoleteGetIpInterface_Params, error)
- func NewRootHackSessionContext_obsoleteGetIpInterface_Params(s *capnp.Segment) (HackSessionContext_obsoleteGetIpInterface_Params, error)
- func ReadRootHackSessionContext_obsoleteGetIpInterface_Params(msg *capnp.Message) (HackSessionContext_obsoleteGetIpInterface_Params, error)
- func (HackSessionContext_obsoleteGetIpInterface_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteGetIpInterface_Params
- func (s HackSessionContext_obsoleteGetIpInterface_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteGetIpInterface_Params) IsValid() bool
- func (s HackSessionContext_obsoleteGetIpInterface_Params) Message() *capnp.Message
- func (s HackSessionContext_obsoleteGetIpInterface_Params) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteGetIpInterface_Params) String() string
- func (s HackSessionContext_obsoleteGetIpInterface_Params) ToPtr() capnp.Ptr
- type HackSessionContext_obsoleteGetIpInterface_Params_Future
- type HackSessionContext_obsoleteGetIpInterface_Params_List
- type HackSessionContext_obsoleteGetIpInterface_Results
- func NewHackSessionContext_obsoleteGetIpInterface_Results(s *capnp.Segment) (HackSessionContext_obsoleteGetIpInterface_Results, error)
- func NewRootHackSessionContext_obsoleteGetIpInterface_Results(s *capnp.Segment) (HackSessionContext_obsoleteGetIpInterface_Results, error)
- func ReadRootHackSessionContext_obsoleteGetIpInterface_Results(msg *capnp.Message) (HackSessionContext_obsoleteGetIpInterface_Results, error)
- func (HackSessionContext_obsoleteGetIpInterface_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteGetIpInterface_Results
- func (s HackSessionContext_obsoleteGetIpInterface_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteGetIpInterface_Results) HasInterface() bool
- func (s HackSessionContext_obsoleteGetIpInterface_Results) Interface() ip.IpInterface
- func (s HackSessionContext_obsoleteGetIpInterface_Results) IsValid() bool
- func (s HackSessionContext_obsoleteGetIpInterface_Results) Message() *capnp.Message
- func (s HackSessionContext_obsoleteGetIpInterface_Results) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteGetIpInterface_Results) SetInterface(v ip.IpInterface) error
- func (s HackSessionContext_obsoleteGetIpInterface_Results) String() string
- func (s HackSessionContext_obsoleteGetIpInterface_Results) ToPtr() capnp.Ptr
- type HackSessionContext_obsoleteGetIpInterface_Results_Future
- type HackSessionContext_obsoleteGetIpInterface_Results_List
- type HackSessionContext_obsoleteGetIpNetwork
- type HackSessionContext_obsoleteGetIpNetwork_Params
- func NewHackSessionContext_obsoleteGetIpNetwork_Params(s *capnp.Segment) (HackSessionContext_obsoleteGetIpNetwork_Params, error)
- func NewRootHackSessionContext_obsoleteGetIpNetwork_Params(s *capnp.Segment) (HackSessionContext_obsoleteGetIpNetwork_Params, error)
- func ReadRootHackSessionContext_obsoleteGetIpNetwork_Params(msg *capnp.Message) (HackSessionContext_obsoleteGetIpNetwork_Params, error)
- func (HackSessionContext_obsoleteGetIpNetwork_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteGetIpNetwork_Params
- func (s HackSessionContext_obsoleteGetIpNetwork_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteGetIpNetwork_Params) IsValid() bool
- func (s HackSessionContext_obsoleteGetIpNetwork_Params) Message() *capnp.Message
- func (s HackSessionContext_obsoleteGetIpNetwork_Params) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteGetIpNetwork_Params) String() string
- func (s HackSessionContext_obsoleteGetIpNetwork_Params) ToPtr() capnp.Ptr
- type HackSessionContext_obsoleteGetIpNetwork_Params_Future
- type HackSessionContext_obsoleteGetIpNetwork_Params_List
- type HackSessionContext_obsoleteGetIpNetwork_Results
- func NewHackSessionContext_obsoleteGetIpNetwork_Results(s *capnp.Segment) (HackSessionContext_obsoleteGetIpNetwork_Results, error)
- func NewRootHackSessionContext_obsoleteGetIpNetwork_Results(s *capnp.Segment) (HackSessionContext_obsoleteGetIpNetwork_Results, error)
- func ReadRootHackSessionContext_obsoleteGetIpNetwork_Results(msg *capnp.Message) (HackSessionContext_obsoleteGetIpNetwork_Results, error)
- func (HackSessionContext_obsoleteGetIpNetwork_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteGetIpNetwork_Results
- func (s HackSessionContext_obsoleteGetIpNetwork_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteGetIpNetwork_Results) HasNetwork() bool
- func (s HackSessionContext_obsoleteGetIpNetwork_Results) IsValid() bool
- func (s HackSessionContext_obsoleteGetIpNetwork_Results) Message() *capnp.Message
- func (s HackSessionContext_obsoleteGetIpNetwork_Results) Network() ip.IpNetwork
- func (s HackSessionContext_obsoleteGetIpNetwork_Results) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteGetIpNetwork_Results) SetNetwork(v ip.IpNetwork) error
- func (s HackSessionContext_obsoleteGetIpNetwork_Results) String() string
- func (s HackSessionContext_obsoleteGetIpNetwork_Results) ToPtr() capnp.Ptr
- type HackSessionContext_obsoleteGetIpNetwork_Results_Future
- type HackSessionContext_obsoleteGetIpNetwork_Results_List
- type HackSessionContext_obsoleteGetUiViewForEndpoint
- type HackSessionContext_obsoleteGetUiViewForEndpoint_Params
- func NewHackSessionContext_obsoleteGetUiViewForEndpoint_Params(s *capnp.Segment) (HackSessionContext_obsoleteGetUiViewForEndpoint_Params, error)
- func NewRootHackSessionContext_obsoleteGetUiViewForEndpoint_Params(s *capnp.Segment) (HackSessionContext_obsoleteGetUiViewForEndpoint_Params, error)
- func ReadRootHackSessionContext_obsoleteGetUiViewForEndpoint_Params(msg *capnp.Message) (HackSessionContext_obsoleteGetUiViewForEndpoint_Params, error)
- func (HackSessionContext_obsoleteGetUiViewForEndpoint_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteGetUiViewForEndpoint_Params
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) HasUrl() bool
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) IsValid() bool
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) Message() *capnp.Message
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) SetUrl(v string) error
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) String() string
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) ToPtr() capnp.Ptr
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) Url() (string, error)
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) UrlBytes() ([]byte, error)
- type HackSessionContext_obsoleteGetUiViewForEndpoint_Params_Future
- type HackSessionContext_obsoleteGetUiViewForEndpoint_Params_List
- type HackSessionContext_obsoleteGetUiViewForEndpoint_Results
- func NewHackSessionContext_obsoleteGetUiViewForEndpoint_Results(s *capnp.Segment) (HackSessionContext_obsoleteGetUiViewForEndpoint_Results, error)
- func NewRootHackSessionContext_obsoleteGetUiViewForEndpoint_Results(s *capnp.Segment) (HackSessionContext_obsoleteGetUiViewForEndpoint_Results, error)
- func ReadRootHackSessionContext_obsoleteGetUiViewForEndpoint_Results(msg *capnp.Message) (HackSessionContext_obsoleteGetUiViewForEndpoint_Results, error)
- func (HackSessionContext_obsoleteGetUiViewForEndpoint_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteGetUiViewForEndpoint_Results
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) HasView() bool
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) IsValid() bool
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) Message() *capnp.Message
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) SetView(v grain.UiView) error
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) String() string
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) ToPtr() capnp.Ptr
- func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) View() grain.UiView
- type HackSessionContext_obsoleteGetUiViewForEndpoint_Results_Future
- type HackSessionContext_obsoleteGetUiViewForEndpoint_Results_List
- type HackSessionContext_obsoleteHttpGet
- type HackSessionContext_obsoleteHttpGet_Params
- func NewHackSessionContext_obsoleteHttpGet_Params(s *capnp.Segment) (HackSessionContext_obsoleteHttpGet_Params, error)
- func NewRootHackSessionContext_obsoleteHttpGet_Params(s *capnp.Segment) (HackSessionContext_obsoleteHttpGet_Params, error)
- func ReadRootHackSessionContext_obsoleteHttpGet_Params(msg *capnp.Message) (HackSessionContext_obsoleteHttpGet_Params, error)
- func (HackSessionContext_obsoleteHttpGet_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteHttpGet_Params
- func (s HackSessionContext_obsoleteHttpGet_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteHttpGet_Params) HasUrl() bool
- func (s HackSessionContext_obsoleteHttpGet_Params) IsValid() bool
- func (s HackSessionContext_obsoleteHttpGet_Params) Message() *capnp.Message
- func (s HackSessionContext_obsoleteHttpGet_Params) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteHttpGet_Params) SetUrl(v string) error
- func (s HackSessionContext_obsoleteHttpGet_Params) String() string
- func (s HackSessionContext_obsoleteHttpGet_Params) ToPtr() capnp.Ptr
- func (s HackSessionContext_obsoleteHttpGet_Params) Url() (string, error)
- func (s HackSessionContext_obsoleteHttpGet_Params) UrlBytes() ([]byte, error)
- type HackSessionContext_obsoleteHttpGet_Params_Future
- type HackSessionContext_obsoleteHttpGet_Params_List
- type HackSessionContext_obsoleteHttpGet_Results
- func NewHackSessionContext_obsoleteHttpGet_Results(s *capnp.Segment) (HackSessionContext_obsoleteHttpGet_Results, error)
- func NewRootHackSessionContext_obsoleteHttpGet_Results(s *capnp.Segment) (HackSessionContext_obsoleteHttpGet_Results, error)
- func ReadRootHackSessionContext_obsoleteHttpGet_Results(msg *capnp.Message) (HackSessionContext_obsoleteHttpGet_Results, error)
- func (s HackSessionContext_obsoleteHttpGet_Results) Content() ([]byte, error)
- func (HackSessionContext_obsoleteHttpGet_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteHttpGet_Results
- func (s HackSessionContext_obsoleteHttpGet_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteHttpGet_Results) HasContent() bool
- func (s HackSessionContext_obsoleteHttpGet_Results) HasMimeType() bool
- func (s HackSessionContext_obsoleteHttpGet_Results) IsValid() bool
- func (s HackSessionContext_obsoleteHttpGet_Results) Message() *capnp.Message
- func (s HackSessionContext_obsoleteHttpGet_Results) MimeType() (string, error)
- func (s HackSessionContext_obsoleteHttpGet_Results) MimeTypeBytes() ([]byte, error)
- func (s HackSessionContext_obsoleteHttpGet_Results) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteHttpGet_Results) SetContent(v []byte) error
- func (s HackSessionContext_obsoleteHttpGet_Results) SetMimeType(v string) error
- func (s HackSessionContext_obsoleteHttpGet_Results) String() string
- func (s HackSessionContext_obsoleteHttpGet_Results) ToPtr() capnp.Ptr
- type HackSessionContext_obsoleteHttpGet_Results_Future
- type HackSessionContext_obsoleteHttpGet_Results_List
- type HackSessionContext_obsoleteListApiTokens
- type HackSessionContext_obsoleteListApiTokens_Params
- func NewHackSessionContext_obsoleteListApiTokens_Params(s *capnp.Segment) (HackSessionContext_obsoleteListApiTokens_Params, error)
- func NewRootHackSessionContext_obsoleteListApiTokens_Params(s *capnp.Segment) (HackSessionContext_obsoleteListApiTokens_Params, error)
- func ReadRootHackSessionContext_obsoleteListApiTokens_Params(msg *capnp.Message) (HackSessionContext_obsoleteListApiTokens_Params, error)
- func (HackSessionContext_obsoleteListApiTokens_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteListApiTokens_Params
- func (s HackSessionContext_obsoleteListApiTokens_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteListApiTokens_Params) IsValid() bool
- func (s HackSessionContext_obsoleteListApiTokens_Params) Message() *capnp.Message
- func (s HackSessionContext_obsoleteListApiTokens_Params) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteListApiTokens_Params) String() string
- func (s HackSessionContext_obsoleteListApiTokens_Params) ToPtr() capnp.Ptr
- type HackSessionContext_obsoleteListApiTokens_Params_Future
- type HackSessionContext_obsoleteListApiTokens_Params_List
- type HackSessionContext_obsoleteListApiTokens_Results
- func NewHackSessionContext_obsoleteListApiTokens_Results(s *capnp.Segment) (HackSessionContext_obsoleteListApiTokens_Results, error)
- func NewRootHackSessionContext_obsoleteListApiTokens_Results(s *capnp.Segment) (HackSessionContext_obsoleteListApiTokens_Results, error)
- func ReadRootHackSessionContext_obsoleteListApiTokens_Results(msg *capnp.Message) (HackSessionContext_obsoleteListApiTokens_Results, error)
- func (HackSessionContext_obsoleteListApiTokens_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteListApiTokens_Results
- func (s HackSessionContext_obsoleteListApiTokens_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteListApiTokens_Results) HasTokens() bool
- func (s HackSessionContext_obsoleteListApiTokens_Results) IsValid() bool
- func (s HackSessionContext_obsoleteListApiTokens_Results) Message() *capnp.Message
- func (s HackSessionContext_obsoleteListApiTokens_Results) NewTokens(n int32) (HackSessionContext_TokenInfo_List, error)
- func (s HackSessionContext_obsoleteListApiTokens_Results) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteListApiTokens_Results) SetTokens(v HackSessionContext_TokenInfo_List) error
- func (s HackSessionContext_obsoleteListApiTokens_Results) String() string
- func (s HackSessionContext_obsoleteListApiTokens_Results) ToPtr() capnp.Ptr
- func (s HackSessionContext_obsoleteListApiTokens_Results) Tokens() (HackSessionContext_TokenInfo_List, error)
- type HackSessionContext_obsoleteListApiTokens_Results_Future
- type HackSessionContext_obsoleteListApiTokens_Results_List
- type HackSessionContext_obsoleteRevokeApiToken
- type HackSessionContext_obsoleteRevokeApiToken_Params
- func NewHackSessionContext_obsoleteRevokeApiToken_Params(s *capnp.Segment) (HackSessionContext_obsoleteRevokeApiToken_Params, error)
- func NewRootHackSessionContext_obsoleteRevokeApiToken_Params(s *capnp.Segment) (HackSessionContext_obsoleteRevokeApiToken_Params, error)
- func ReadRootHackSessionContext_obsoleteRevokeApiToken_Params(msg *capnp.Message) (HackSessionContext_obsoleteRevokeApiToken_Params, error)
- func (HackSessionContext_obsoleteRevokeApiToken_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteRevokeApiToken_Params
- func (s HackSessionContext_obsoleteRevokeApiToken_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteRevokeApiToken_Params) HasTokenId() bool
- func (s HackSessionContext_obsoleteRevokeApiToken_Params) IsValid() bool
- func (s HackSessionContext_obsoleteRevokeApiToken_Params) Message() *capnp.Message
- func (s HackSessionContext_obsoleteRevokeApiToken_Params) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteRevokeApiToken_Params) SetTokenId(v string) error
- func (s HackSessionContext_obsoleteRevokeApiToken_Params) String() string
- func (s HackSessionContext_obsoleteRevokeApiToken_Params) ToPtr() capnp.Ptr
- func (s HackSessionContext_obsoleteRevokeApiToken_Params) TokenId() (string, error)
- func (s HackSessionContext_obsoleteRevokeApiToken_Params) TokenIdBytes() ([]byte, error)
- type HackSessionContext_obsoleteRevokeApiToken_Params_Future
- type HackSessionContext_obsoleteRevokeApiToken_Params_List
- type HackSessionContext_obsoleteRevokeApiToken_Results
- func NewHackSessionContext_obsoleteRevokeApiToken_Results(s *capnp.Segment) (HackSessionContext_obsoleteRevokeApiToken_Results, error)
- func NewRootHackSessionContext_obsoleteRevokeApiToken_Results(s *capnp.Segment) (HackSessionContext_obsoleteRevokeApiToken_Results, error)
- func ReadRootHackSessionContext_obsoleteRevokeApiToken_Results(msg *capnp.Message) (HackSessionContext_obsoleteRevokeApiToken_Results, error)
- func (HackSessionContext_obsoleteRevokeApiToken_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteRevokeApiToken_Results
- func (s HackSessionContext_obsoleteRevokeApiToken_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HackSessionContext_obsoleteRevokeApiToken_Results) IsValid() bool
- func (s HackSessionContext_obsoleteRevokeApiToken_Results) Message() *capnp.Message
- func (s HackSessionContext_obsoleteRevokeApiToken_Results) Segment() *capnp.Segment
- func (s HackSessionContext_obsoleteRevokeApiToken_Results) String() string
- func (s HackSessionContext_obsoleteRevokeApiToken_Results) ToPtr() capnp.Ptr
- type HackSessionContext_obsoleteRevokeApiToken_Results_Future
- type HackSessionContext_obsoleteRevokeApiToken_Results_List
Constants ¶
const HackEmailSession_TypeID = 0xc3b5ced7344b04a6
HackEmailSession_TypeID is the unique identifier for the type HackEmailSession.
const HackSessionContext_TokenInfo_TypeID = 0xf910658ae8c6674d
HackSessionContext_TokenInfo_TypeID is the unique identifier for the type HackSessionContext_TokenInfo.
const HackSessionContext_TypeID = 0xe14c1f5321159b8f
HackSessionContext_TypeID is the unique identifier for the type HackSessionContext.
const HackSessionContext_getPublicId_Params_TypeID = 0xe706d835e9cd64af
HackSessionContext_getPublicId_Params_TypeID is the unique identifier for the type HackSessionContext_getPublicId_Params.
const HackSessionContext_getPublicId_Results_TypeID = 0xe96193c522f6c05d
HackSessionContext_getPublicId_Results_TypeID is the unique identifier for the type HackSessionContext_getPublicId_Results.
const HackSessionContext_getUserAddress_Params_TypeID = 0xa15e445037d1834c
HackSessionContext_getUserAddress_Params_TypeID is the unique identifier for the type HackSessionContext_getUserAddress_Params.
const HackSessionContext_obsoleteGenerateApiToken_Params_TypeID = 0x837afa61d880beb6
HackSessionContext_obsoleteGenerateApiToken_Params_TypeID is the unique identifier for the type HackSessionContext_obsoleteGenerateApiToken_Params.
const HackSessionContext_obsoleteGenerateApiToken_Results_TypeID = 0xc9973f31a90887f9
HackSessionContext_obsoleteGenerateApiToken_Results_TypeID is the unique identifier for the type HackSessionContext_obsoleteGenerateApiToken_Results.
const HackSessionContext_obsoleteGetIpInterface_Params_TypeID = 0xecebff1662ba10a1
HackSessionContext_obsoleteGetIpInterface_Params_TypeID is the unique identifier for the type HackSessionContext_obsoleteGetIpInterface_Params.
const HackSessionContext_obsoleteGetIpInterface_Results_TypeID = 0xb9147a48c12c807d
HackSessionContext_obsoleteGetIpInterface_Results_TypeID is the unique identifier for the type HackSessionContext_obsoleteGetIpInterface_Results.
const HackSessionContext_obsoleteGetIpNetwork_Params_TypeID = 0x97f9d7a51ffe0741
HackSessionContext_obsoleteGetIpNetwork_Params_TypeID is the unique identifier for the type HackSessionContext_obsoleteGetIpNetwork_Params.
const HackSessionContext_obsoleteGetIpNetwork_Results_TypeID = 0xa9502e5fdabb8b07
HackSessionContext_obsoleteGetIpNetwork_Results_TypeID is the unique identifier for the type HackSessionContext_obsoleteGetIpNetwork_Results.
const HackSessionContext_obsoleteGetUiViewForEndpoint_Params_TypeID = 0xb45bb2d206694fe6
HackSessionContext_obsoleteGetUiViewForEndpoint_Params_TypeID is the unique identifier for the type HackSessionContext_obsoleteGetUiViewForEndpoint_Params.
const HackSessionContext_obsoleteGetUiViewForEndpoint_Results_TypeID = 0xfdc944999b9296df
HackSessionContext_obsoleteGetUiViewForEndpoint_Results_TypeID is the unique identifier for the type HackSessionContext_obsoleteGetUiViewForEndpoint_Results.
const HackSessionContext_obsoleteHttpGet_Params_TypeID = 0xe54437a7b8f52843
HackSessionContext_obsoleteHttpGet_Params_TypeID is the unique identifier for the type HackSessionContext_obsoleteHttpGet_Params.
const HackSessionContext_obsoleteHttpGet_Results_TypeID = 0xb44df810894a44f4
HackSessionContext_obsoleteHttpGet_Results_TypeID is the unique identifier for the type HackSessionContext_obsoleteHttpGet_Results.
const HackSessionContext_obsoleteListApiTokens_Params_TypeID = 0xfe777c71f871f413
HackSessionContext_obsoleteListApiTokens_Params_TypeID is the unique identifier for the type HackSessionContext_obsoleteListApiTokens_Params.
const HackSessionContext_obsoleteListApiTokens_Results_TypeID = 0xe9e4890dae20b03c
HackSessionContext_obsoleteListApiTokens_Results_TypeID is the unique identifier for the type HackSessionContext_obsoleteListApiTokens_Results.
const HackSessionContext_obsoleteRevokeApiToken_Params_TypeID = 0x845e8081686d8a0f
HackSessionContext_obsoleteRevokeApiToken_Params_TypeID is the unique identifier for the type HackSessionContext_obsoleteRevokeApiToken_Params.
const HackSessionContext_obsoleteRevokeApiToken_Results_TypeID = 0xaea67098dc479ce6
HackSessionContext_obsoleteRevokeApiToken_Results_TypeID is the unique identifier for the type HackSessionContext_obsoleteRevokeApiToken_Results.
Variables ¶
This section is empty.
Functions ¶
func HackEmailSession_Methods ¶
func HackEmailSession_Methods(methods []server.Method, s HackEmailSession_Server) []server.Method
HackEmailSession_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.
func HackEmailSession_NewServer ¶
func HackEmailSession_NewServer(s HackEmailSession_Server) *server.Server
HackEmailSession_NewServer creates a new Server from an implementation of HackEmailSession_Server.
func HackSessionContext_Methods ¶
func HackSessionContext_Methods(methods []server.Method, s HackSessionContext_Server) []server.Method
HackSessionContext_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.
func HackSessionContext_NewServer ¶
func HackSessionContext_NewServer(s HackSessionContext_Server) *server.Server
HackSessionContext_NewServer creates a new Server from an implementation of HackSessionContext_Server.
Types ¶
type HackEmailSession ¶
func HackEmailSession_ServerToClient ¶
func HackEmailSession_ServerToClient(s HackEmailSession_Server) HackEmailSession
HackEmailSession_ServerToClient creates a new Client from an implementation of HackEmailSession_Server. The caller is responsible for calling Release on the returned Client.
func (HackEmailSession) AddRef ¶
func (c HackEmailSession) AddRef() HackEmailSession
AddRef creates a new Client that refers to the same capability as c. If c is nil or has resolved to null, then AddRef returns nil.
func (HackEmailSession) DecodeFromPtr ¶
func (HackEmailSession) DecodeFromPtr(p capnp.Ptr) HackEmailSession
func (HackEmailSession) EncodeAsPtr ¶
func (c HackEmailSession) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackEmailSession) GetFlowLimiter ¶
func (c HackEmailSession) GetFlowLimiter() fc.FlowLimiter
Get the current flowcontrol.FlowLimiter used to manage flow control for this client.
func (HackEmailSession) HintAddress ¶
func (c HackEmailSession) HintAddress(ctx context.Context, params func(email.EmailSendPort_hintAddress_Params) error) (email.EmailSendPort_hintAddress_Results_Future, capnp.ReleaseFunc)
func (HackEmailSession) IsSame ¶
func (c HackEmailSession) IsSame(other HackEmailSession) bool
IsSame reports whether c and other refer to a capability created by the same call to NewClient. This can return false negatives if c or other are not fully resolved: use Resolve if this is an issue. If either c or other are released, then IsSame panics.
func (HackEmailSession) IsValid ¶
func (c HackEmailSession) IsValid() bool
IsValid reports whether c is a valid reference to a capability. A reference is invalid if it is nil, has resolved to null, or has been released.
func (HackEmailSession) Release ¶
func (c HackEmailSession) Release()
Release releases a capability reference. If this is the last reference to the capability, then the underlying resources associated with the capability will be released.
Release will panic if c has already been released, but not if c is nil or resolved to null.
func (HackEmailSession) Resolve ¶
func (c HackEmailSession) Resolve(ctx context.Context) error
Resolve blocks until the capability is fully resolved or the Context expires.
func (HackEmailSession) Send ¶
func (c HackEmailSession) Send(ctx context.Context, params func(email.EmailSendPort_send_Params) error) (email.EmailSendPort_send_Results_Future, capnp.ReleaseFunc)
func (HackEmailSession) SetFlowLimiter ¶
func (c HackEmailSession) SetFlowLimiter(lim fc.FlowLimiter)
Update the flowcontrol.FlowLimiter used to manage flow control for this client. This affects all future calls, but not calls already waiting to send. Passing nil sets the value to flowcontrol.NopLimiter, which is also the default.
func (HackEmailSession) String ¶
func (c HackEmailSession) String() string
String returns a string that identifies this capability for debugging purposes. Its format should not be depended on: in particular, it should not be used to compare clients. Use IsSame to compare clients for equality.
type HackEmailSession_List ¶
type HackEmailSession_List = capnp.CapList[HackEmailSession]
HackEmailSession_List is a list of HackEmailSession.
type HackEmailSession_Server ¶
type HackEmailSession_Server interface { Send(context.Context, email.EmailSendPort_send) error HintAddress(context.Context, email.EmailSendPort_hintAddress) error }
type HackSessionContext ¶
func HackSessionContext_ServerToClient ¶
func HackSessionContext_ServerToClient(s HackSessionContext_Server) HackSessionContext
HackSessionContext_ServerToClient creates a new Client from an implementation of HackSessionContext_Server. The caller is responsible for calling Release on the returned Client.
func (HackSessionContext) Activity ¶
func (c HackSessionContext) Activity(ctx context.Context, params func(grain.SessionContext_activity_Params) error) (grain.SessionContext_activity_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) AddRef ¶
func (c HackSessionContext) AddRef() HackSessionContext
AddRef creates a new Client that refers to the same capability as c. If c is nil or has resolved to null, then AddRef returns nil.
func (HackSessionContext) ClaimRequest ¶
func (c HackSessionContext) ClaimRequest(ctx context.Context, params func(grain.SessionContext_claimRequest_Params) error) (grain.SessionContext_claimRequest_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) Close ¶
func (c HackSessionContext) Close(ctx context.Context, params func(grain.SessionContext_close_Params) error) (grain.SessionContext_close_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) DecodeFromPtr ¶
func (HackSessionContext) DecodeFromPtr(p capnp.Ptr) HackSessionContext
func (HackSessionContext) EncodeAsPtr ¶
func (c HackSessionContext) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext) FulfillRequest ¶
func (c HackSessionContext) FulfillRequest(ctx context.Context, params func(grain.SessionContext_fulfillRequest_Params) error) (grain.SessionContext_fulfillRequest_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) GetFlowLimiter ¶
func (c HackSessionContext) GetFlowLimiter() fc.FlowLimiter
Get the current flowcontrol.FlowLimiter used to manage flow control for this client.
func (HackSessionContext) GetPublicId ¶
func (c HackSessionContext) GetPublicId(ctx context.Context, params func(HackSessionContext_getPublicId_Params) error) (HackSessionContext_getPublicId_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) GetSharedPermissions ¶
func (c HackSessionContext) GetSharedPermissions(ctx context.Context, params func(grain.SessionContext_getSharedPermissions_Params) error) (grain.SessionContext_getSharedPermissions_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) GetUserAddress ¶
func (c HackSessionContext) GetUserAddress(ctx context.Context, params func(HackSessionContext_getUserAddress_Params) error) (email.EmailAddress_Future, capnp.ReleaseFunc)
func (HackSessionContext) HintAddress ¶
func (c HackSessionContext) HintAddress(ctx context.Context, params func(email.EmailSendPort_hintAddress_Params) error) (email.EmailSendPort_hintAddress_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) IsSame ¶
func (c HackSessionContext) IsSame(other HackSessionContext) bool
IsSame reports whether c and other refer to a capability created by the same call to NewClient. This can return false negatives if c or other are not fully resolved: use Resolve if this is an issue. If either c or other are released, then IsSame panics.
func (HackSessionContext) IsValid ¶
func (c HackSessionContext) IsValid() bool
IsValid reports whether c is a valid reference to a capability. A reference is invalid if it is nil, has resolved to null, or has been released.
func (HackSessionContext) ObsoleteGenerateApiToken ¶
func (c HackSessionContext) ObsoleteGenerateApiToken(ctx context.Context, params func(HackSessionContext_obsoleteGenerateApiToken_Params) error) (HackSessionContext_obsoleteGenerateApiToken_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) ObsoleteGetIpInterface ¶
func (c HackSessionContext) ObsoleteGetIpInterface(ctx context.Context, params func(HackSessionContext_obsoleteGetIpInterface_Params) error) (HackSessionContext_obsoleteGetIpInterface_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) ObsoleteGetIpNetwork ¶
func (c HackSessionContext) ObsoleteGetIpNetwork(ctx context.Context, params func(HackSessionContext_obsoleteGetIpNetwork_Params) error) (HackSessionContext_obsoleteGetIpNetwork_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) ObsoleteGetUiViewForEndpoint ¶
func (c HackSessionContext) ObsoleteGetUiViewForEndpoint(ctx context.Context, params func(HackSessionContext_obsoleteGetUiViewForEndpoint_Params) error) (HackSessionContext_obsoleteGetUiViewForEndpoint_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) ObsoleteHttpGet ¶
func (c HackSessionContext) ObsoleteHttpGet(ctx context.Context, params func(HackSessionContext_obsoleteHttpGet_Params) error) (HackSessionContext_obsoleteHttpGet_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) ObsoleteListApiTokens ¶
func (c HackSessionContext) ObsoleteListApiTokens(ctx context.Context, params func(HackSessionContext_obsoleteListApiTokens_Params) error) (HackSessionContext_obsoleteListApiTokens_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) ObsoleteRevokeApiToken ¶
func (c HackSessionContext) ObsoleteRevokeApiToken(ctx context.Context, params func(HackSessionContext_obsoleteRevokeApiToken_Params) error) (HackSessionContext_obsoleteRevokeApiToken_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) Offer ¶
func (c HackSessionContext) Offer(ctx context.Context, params func(grain.SessionContext_offer_Params) error) (grain.SessionContext_offer_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) OpenView ¶
func (c HackSessionContext) OpenView(ctx context.Context, params func(grain.SessionContext_openView_Params) error) (grain.SessionContext_openView_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) Release ¶
func (c HackSessionContext) Release()
Release releases a capability reference. If this is the last reference to the capability, then the underlying resources associated with the capability will be released.
Release will panic if c has already been released, but not if c is nil or resolved to null.
func (HackSessionContext) Request ¶
func (c HackSessionContext) Request(ctx context.Context, params func(grain.SessionContext_request_Params) error) (grain.SessionContext_request_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) Resolve ¶
func (c HackSessionContext) Resolve(ctx context.Context) error
Resolve blocks until the capability is fully resolved or the Context expires.
func (HackSessionContext) Send ¶
func (c HackSessionContext) Send(ctx context.Context, params func(email.EmailSendPort_send_Params) error) (email.EmailSendPort_send_Results_Future, capnp.ReleaseFunc)
func (HackSessionContext) SetFlowLimiter ¶
func (c HackSessionContext) SetFlowLimiter(lim fc.FlowLimiter)
Update the flowcontrol.FlowLimiter used to manage flow control for this client. This affects all future calls, but not calls already waiting to send. Passing nil sets the value to flowcontrol.NopLimiter, which is also the default.
func (HackSessionContext) String ¶
func (c HackSessionContext) String() string
String returns a string that identifies this capability for debugging purposes. Its format should not be depended on: in particular, it should not be used to compare clients. Use IsSame to compare clients for equality.
func (HackSessionContext) TieToUser ¶
func (c HackSessionContext) TieToUser(ctx context.Context, params func(grain.SessionContext_tieToUser_Params) error) (grain.SessionContext_tieToUser_Results_Future, capnp.ReleaseFunc)
type HackSessionContext_List ¶
type HackSessionContext_List = capnp.CapList[HackSessionContext]
HackSessionContext_List is a list of HackSessionContext.
type HackSessionContext_Server ¶
type HackSessionContext_Server interface { GetPublicId(context.Context, HackSessionContext_getPublicId) error ObsoleteHttpGet(context.Context, HackSessionContext_obsoleteHttpGet) error GetUserAddress(context.Context, HackSessionContext_getUserAddress) error ObsoleteGenerateApiToken(context.Context, HackSessionContext_obsoleteGenerateApiToken) error ObsoleteListApiTokens(context.Context, HackSessionContext_obsoleteListApiTokens) error ObsoleteRevokeApiToken(context.Context, HackSessionContext_obsoleteRevokeApiToken) error ObsoleteGetIpNetwork(context.Context, HackSessionContext_obsoleteGetIpNetwork) error ObsoleteGetIpInterface(context.Context, HackSessionContext_obsoleteGetIpInterface) error ObsoleteGetUiViewForEndpoint(context.Context, HackSessionContext_obsoleteGetUiViewForEndpoint) error TieToUser(context.Context, grain.SessionContext_tieToUser) error Offer(context.Context, grain.SessionContext_offer) error Request(context.Context, grain.SessionContext_request) error FulfillRequest(context.Context, grain.SessionContext_fulfillRequest) error Close(context.Context, grain.SessionContext_close) error OpenView(context.Context, grain.SessionContext_openView) error ClaimRequest(context.Context, grain.SessionContext_claimRequest) error Activity(context.Context, grain.SessionContext_activity) error Send(context.Context, email.EmailSendPort_send) error HintAddress(context.Context, email.EmailSendPort_hintAddress) error }
type HackSessionContext_TokenInfo ¶
func NewHackSessionContext_TokenInfo ¶
func NewHackSessionContext_TokenInfo(s *capnp.Segment) (HackSessionContext_TokenInfo, error)
func NewRootHackSessionContext_TokenInfo ¶
func NewRootHackSessionContext_TokenInfo(s *capnp.Segment) (HackSessionContext_TokenInfo, error)
func ReadRootHackSessionContext_TokenInfo ¶
func ReadRootHackSessionContext_TokenInfo(msg *capnp.Message) (HackSessionContext_TokenInfo, error)
func (HackSessionContext_TokenInfo) DecodeFromPtr ¶
func (HackSessionContext_TokenInfo) DecodeFromPtr(p capnp.Ptr) HackSessionContext_TokenInfo
func (HackSessionContext_TokenInfo) EncodeAsPtr ¶
func (s HackSessionContext_TokenInfo) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_TokenInfo) HasPetname ¶
func (s HackSessionContext_TokenInfo) HasPetname() bool
func (HackSessionContext_TokenInfo) HasTokenId ¶
func (s HackSessionContext_TokenInfo) HasTokenId() bool
func (HackSessionContext_TokenInfo) HasUserInfo ¶
func (s HackSessionContext_TokenInfo) HasUserInfo() bool
func (HackSessionContext_TokenInfo) IsValid ¶
func (s HackSessionContext_TokenInfo) IsValid() bool
func (HackSessionContext_TokenInfo) Message ¶
func (s HackSessionContext_TokenInfo) Message() *capnp.Message
func (HackSessionContext_TokenInfo) NewUserInfo ¶
func (s HackSessionContext_TokenInfo) NewUserInfo() (identity.UserInfo, error)
NewUserInfo sets the userInfo field to a newly allocated identity.UserInfo struct, preferring placement in s's segment.
func (HackSessionContext_TokenInfo) Petname ¶
func (s HackSessionContext_TokenInfo) Petname() (string, error)
func (HackSessionContext_TokenInfo) PetnameBytes ¶
func (s HackSessionContext_TokenInfo) PetnameBytes() ([]byte, error)
func (HackSessionContext_TokenInfo) Segment ¶
func (s HackSessionContext_TokenInfo) Segment() *capnp.Segment
func (HackSessionContext_TokenInfo) SetPetname ¶
func (s HackSessionContext_TokenInfo) SetPetname(v string) error
func (HackSessionContext_TokenInfo) SetTokenId ¶
func (s HackSessionContext_TokenInfo) SetTokenId(v string) error
func (HackSessionContext_TokenInfo) SetUserInfo ¶
func (s HackSessionContext_TokenInfo) SetUserInfo(v identity.UserInfo) error
func (HackSessionContext_TokenInfo) String ¶
func (s HackSessionContext_TokenInfo) String() string
func (HackSessionContext_TokenInfo) ToPtr ¶
func (s HackSessionContext_TokenInfo) ToPtr() capnp.Ptr
func (HackSessionContext_TokenInfo) TokenId ¶
func (s HackSessionContext_TokenInfo) TokenId() (string, error)
func (HackSessionContext_TokenInfo) TokenIdBytes ¶
func (s HackSessionContext_TokenInfo) TokenIdBytes() ([]byte, error)
func (HackSessionContext_TokenInfo) UserInfo ¶
func (s HackSessionContext_TokenInfo) UserInfo() (identity.UserInfo, error)
type HackSessionContext_TokenInfo_Future ¶
HackSessionContext_TokenInfo_Future is a wrapper for a HackSessionContext_TokenInfo promised by a client call.
func (HackSessionContext_TokenInfo_Future) Struct ¶
func (f HackSessionContext_TokenInfo_Future) Struct() (HackSessionContext_TokenInfo, error)
func (HackSessionContext_TokenInfo_Future) UserInfo ¶
func (p HackSessionContext_TokenInfo_Future) UserInfo() identity.UserInfo_Future
type HackSessionContext_TokenInfo_List ¶
type HackSessionContext_TokenInfo_List = capnp.StructList[HackSessionContext_TokenInfo]
HackSessionContext_TokenInfo_List is a list of HackSessionContext_TokenInfo.
type HackSessionContext_getPublicId ¶
HackSessionContext_getPublicId holds the state for a server call to HackSessionContext.getPublicId. See server.Call for documentation.
func (HackSessionContext_getPublicId) AllocResults ¶
func (c HackSessionContext_getPublicId) AllocResults() (HackSessionContext_getPublicId_Results, error)
AllocResults allocates the results struct.
func (HackSessionContext_getPublicId) Args ¶
func (c HackSessionContext_getPublicId) Args() HackSessionContext_getPublicId_Params
Args returns the call's arguments.
type HackSessionContext_getPublicId_Params ¶
func NewHackSessionContext_getPublicId_Params ¶
func NewHackSessionContext_getPublicId_Params(s *capnp.Segment) (HackSessionContext_getPublicId_Params, error)
func NewRootHackSessionContext_getPublicId_Params ¶
func NewRootHackSessionContext_getPublicId_Params(s *capnp.Segment) (HackSessionContext_getPublicId_Params, error)
func ReadRootHackSessionContext_getPublicId_Params ¶
func ReadRootHackSessionContext_getPublicId_Params(msg *capnp.Message) (HackSessionContext_getPublicId_Params, error)
func (HackSessionContext_getPublicId_Params) DecodeFromPtr ¶
func (HackSessionContext_getPublicId_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_getPublicId_Params
func (HackSessionContext_getPublicId_Params) EncodeAsPtr ¶
func (s HackSessionContext_getPublicId_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_getPublicId_Params) IsValid ¶
func (s HackSessionContext_getPublicId_Params) IsValid() bool
func (HackSessionContext_getPublicId_Params) Message ¶
func (s HackSessionContext_getPublicId_Params) Message() *capnp.Message
func (HackSessionContext_getPublicId_Params) Segment ¶
func (s HackSessionContext_getPublicId_Params) Segment() *capnp.Segment
func (HackSessionContext_getPublicId_Params) String ¶
func (s HackSessionContext_getPublicId_Params) String() string
func (HackSessionContext_getPublicId_Params) ToPtr ¶
func (s HackSessionContext_getPublicId_Params) ToPtr() capnp.Ptr
type HackSessionContext_getPublicId_Params_Future ¶
HackSessionContext_getPublicId_Params_Future is a wrapper for a HackSessionContext_getPublicId_Params promised by a client call.
func (HackSessionContext_getPublicId_Params_Future) Struct ¶
func (f HackSessionContext_getPublicId_Params_Future) Struct() (HackSessionContext_getPublicId_Params, error)
type HackSessionContext_getPublicId_Params_List ¶
type HackSessionContext_getPublicId_Params_List = capnp.StructList[HackSessionContext_getPublicId_Params]
HackSessionContext_getPublicId_Params_List is a list of HackSessionContext_getPublicId_Params.
type HackSessionContext_getPublicId_Results ¶
func NewHackSessionContext_getPublicId_Results ¶
func NewHackSessionContext_getPublicId_Results(s *capnp.Segment) (HackSessionContext_getPublicId_Results, error)
func NewRootHackSessionContext_getPublicId_Results ¶
func NewRootHackSessionContext_getPublicId_Results(s *capnp.Segment) (HackSessionContext_getPublicId_Results, error)
func ReadRootHackSessionContext_getPublicId_Results ¶
func ReadRootHackSessionContext_getPublicId_Results(msg *capnp.Message) (HackSessionContext_getPublicId_Results, error)
func (HackSessionContext_getPublicId_Results) AutoUrl ¶
func (s HackSessionContext_getPublicId_Results) AutoUrl() (string, error)
func (HackSessionContext_getPublicId_Results) AutoUrlBytes ¶
func (s HackSessionContext_getPublicId_Results) AutoUrlBytes() ([]byte, error)
func (HackSessionContext_getPublicId_Results) DecodeFromPtr ¶
func (HackSessionContext_getPublicId_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_getPublicId_Results
func (HackSessionContext_getPublicId_Results) EncodeAsPtr ¶
func (s HackSessionContext_getPublicId_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_getPublicId_Results) HasAutoUrl ¶
func (s HackSessionContext_getPublicId_Results) HasAutoUrl() bool
func (HackSessionContext_getPublicId_Results) HasHostname ¶
func (s HackSessionContext_getPublicId_Results) HasHostname() bool
func (HackSessionContext_getPublicId_Results) HasPublicId ¶
func (s HackSessionContext_getPublicId_Results) HasPublicId() bool
func (HackSessionContext_getPublicId_Results) Hostname ¶
func (s HackSessionContext_getPublicId_Results) Hostname() (string, error)
func (HackSessionContext_getPublicId_Results) HostnameBytes ¶
func (s HackSessionContext_getPublicId_Results) HostnameBytes() ([]byte, error)
func (HackSessionContext_getPublicId_Results) IsDemoUser ¶
func (s HackSessionContext_getPublicId_Results) IsDemoUser() bool
func (HackSessionContext_getPublicId_Results) IsValid ¶
func (s HackSessionContext_getPublicId_Results) IsValid() bool
func (HackSessionContext_getPublicId_Results) Message ¶
func (s HackSessionContext_getPublicId_Results) Message() *capnp.Message
func (HackSessionContext_getPublicId_Results) PublicId ¶
func (s HackSessionContext_getPublicId_Results) PublicId() (string, error)
func (HackSessionContext_getPublicId_Results) PublicIdBytes ¶
func (s HackSessionContext_getPublicId_Results) PublicIdBytes() ([]byte, error)
func (HackSessionContext_getPublicId_Results) Segment ¶
func (s HackSessionContext_getPublicId_Results) Segment() *capnp.Segment
func (HackSessionContext_getPublicId_Results) SetAutoUrl ¶
func (s HackSessionContext_getPublicId_Results) SetAutoUrl(v string) error
func (HackSessionContext_getPublicId_Results) SetHostname ¶
func (s HackSessionContext_getPublicId_Results) SetHostname(v string) error
func (HackSessionContext_getPublicId_Results) SetIsDemoUser ¶
func (s HackSessionContext_getPublicId_Results) SetIsDemoUser(v bool)
func (HackSessionContext_getPublicId_Results) SetPublicId ¶
func (s HackSessionContext_getPublicId_Results) SetPublicId(v string) error
func (HackSessionContext_getPublicId_Results) String ¶
func (s HackSessionContext_getPublicId_Results) String() string
func (HackSessionContext_getPublicId_Results) ToPtr ¶
func (s HackSessionContext_getPublicId_Results) ToPtr() capnp.Ptr
type HackSessionContext_getPublicId_Results_Future ¶
HackSessionContext_getPublicId_Results_Future is a wrapper for a HackSessionContext_getPublicId_Results promised by a client call.
func (HackSessionContext_getPublicId_Results_Future) Struct ¶
func (f HackSessionContext_getPublicId_Results_Future) Struct() (HackSessionContext_getPublicId_Results, error)
type HackSessionContext_getPublicId_Results_List ¶
type HackSessionContext_getPublicId_Results_List = capnp.StructList[HackSessionContext_getPublicId_Results]
HackSessionContext_getPublicId_Results_List is a list of HackSessionContext_getPublicId_Results.
type HackSessionContext_getUserAddress ¶
HackSessionContext_getUserAddress holds the state for a server call to HackSessionContext.getUserAddress. See server.Call for documentation.
func (HackSessionContext_getUserAddress) AllocResults ¶
func (c HackSessionContext_getUserAddress) AllocResults() (email.EmailAddress, error)
AllocResults allocates the results struct.
func (HackSessionContext_getUserAddress) Args ¶
Args returns the call's arguments.
type HackSessionContext_getUserAddress_Params ¶
func NewHackSessionContext_getUserAddress_Params ¶
func NewHackSessionContext_getUserAddress_Params(s *capnp.Segment) (HackSessionContext_getUserAddress_Params, error)
func NewRootHackSessionContext_getUserAddress_Params ¶
func NewRootHackSessionContext_getUserAddress_Params(s *capnp.Segment) (HackSessionContext_getUserAddress_Params, error)
func ReadRootHackSessionContext_getUserAddress_Params ¶
func ReadRootHackSessionContext_getUserAddress_Params(msg *capnp.Message) (HackSessionContext_getUserAddress_Params, error)
func (HackSessionContext_getUserAddress_Params) DecodeFromPtr ¶
func (HackSessionContext_getUserAddress_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_getUserAddress_Params
func (HackSessionContext_getUserAddress_Params) EncodeAsPtr ¶
func (s HackSessionContext_getUserAddress_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_getUserAddress_Params) IsValid ¶
func (s HackSessionContext_getUserAddress_Params) IsValid() bool
func (HackSessionContext_getUserAddress_Params) Message ¶
func (s HackSessionContext_getUserAddress_Params) Message() *capnp.Message
func (HackSessionContext_getUserAddress_Params) Segment ¶
func (s HackSessionContext_getUserAddress_Params) Segment() *capnp.Segment
func (HackSessionContext_getUserAddress_Params) String ¶
func (s HackSessionContext_getUserAddress_Params) String() string
func (HackSessionContext_getUserAddress_Params) ToPtr ¶
func (s HackSessionContext_getUserAddress_Params) ToPtr() capnp.Ptr
type HackSessionContext_getUserAddress_Params_Future ¶
HackSessionContext_getUserAddress_Params_Future is a wrapper for a HackSessionContext_getUserAddress_Params promised by a client call.
func (HackSessionContext_getUserAddress_Params_Future) Struct ¶
func (f HackSessionContext_getUserAddress_Params_Future) Struct() (HackSessionContext_getUserAddress_Params, error)
type HackSessionContext_getUserAddress_Params_List ¶
type HackSessionContext_getUserAddress_Params_List = capnp.StructList[HackSessionContext_getUserAddress_Params]
HackSessionContext_getUserAddress_Params_List is a list of HackSessionContext_getUserAddress_Params.
func NewHackSessionContext_getUserAddress_Params_List ¶
func NewHackSessionContext_getUserAddress_Params_List(s *capnp.Segment, sz int32) (HackSessionContext_getUserAddress_Params_List, error)
NewHackSessionContext_getUserAddress_Params creates a new list of HackSessionContext_getUserAddress_Params.
type HackSessionContext_obsoleteGenerateApiToken ¶
HackSessionContext_obsoleteGenerateApiToken holds the state for a server call to HackSessionContext.obsoleteGenerateApiToken. See server.Call for documentation.
func (HackSessionContext_obsoleteGenerateApiToken) AllocResults ¶
func (c HackSessionContext_obsoleteGenerateApiToken) AllocResults() (HackSessionContext_obsoleteGenerateApiToken_Results, error)
AllocResults allocates the results struct.
func (HackSessionContext_obsoleteGenerateApiToken) Args ¶
func (c HackSessionContext_obsoleteGenerateApiToken) Args() HackSessionContext_obsoleteGenerateApiToken_Params
Args returns the call's arguments.
type HackSessionContext_obsoleteGenerateApiToken_Params ¶
func NewHackSessionContext_obsoleteGenerateApiToken_Params ¶
func NewHackSessionContext_obsoleteGenerateApiToken_Params(s *capnp.Segment) (HackSessionContext_obsoleteGenerateApiToken_Params, error)
func NewRootHackSessionContext_obsoleteGenerateApiToken_Params ¶
func NewRootHackSessionContext_obsoleteGenerateApiToken_Params(s *capnp.Segment) (HackSessionContext_obsoleteGenerateApiToken_Params, error)
func ReadRootHackSessionContext_obsoleteGenerateApiToken_Params ¶
func ReadRootHackSessionContext_obsoleteGenerateApiToken_Params(msg *capnp.Message) (HackSessionContext_obsoleteGenerateApiToken_Params, error)
func (HackSessionContext_obsoleteGenerateApiToken_Params) DecodeFromPtr ¶
func (HackSessionContext_obsoleteGenerateApiToken_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteGenerateApiToken_Params
func (HackSessionContext_obsoleteGenerateApiToken_Params) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteGenerateApiToken_Params) Expires ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) Expires() uint64
func (HackSessionContext_obsoleteGenerateApiToken_Params) HasPetname ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) HasPetname() bool
func (HackSessionContext_obsoleteGenerateApiToken_Params) HasUserInfo ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) HasUserInfo() bool
func (HackSessionContext_obsoleteGenerateApiToken_Params) IsValid ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) IsValid() bool
func (HackSessionContext_obsoleteGenerateApiToken_Params) Message ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) Message() *capnp.Message
func (HackSessionContext_obsoleteGenerateApiToken_Params) NewUserInfo ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) NewUserInfo() (identity.UserInfo, error)
NewUserInfo sets the userInfo field to a newly allocated identity.UserInfo struct, preferring placement in s's segment.
func (HackSessionContext_obsoleteGenerateApiToken_Params) Petname ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) Petname() (string, error)
func (HackSessionContext_obsoleteGenerateApiToken_Params) PetnameBytes ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) PetnameBytes() ([]byte, error)
func (HackSessionContext_obsoleteGenerateApiToken_Params) Segment ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) Segment() *capnp.Segment
func (HackSessionContext_obsoleteGenerateApiToken_Params) SetExpires ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) SetExpires(v uint64)
func (HackSessionContext_obsoleteGenerateApiToken_Params) SetPetname ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) SetPetname(v string) error
func (HackSessionContext_obsoleteGenerateApiToken_Params) SetUserInfo ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) SetUserInfo(v identity.UserInfo) error
func (HackSessionContext_obsoleteGenerateApiToken_Params) String ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) String() string
func (HackSessionContext_obsoleteGenerateApiToken_Params) ToPtr ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) ToPtr() capnp.Ptr
func (HackSessionContext_obsoleteGenerateApiToken_Params) UserInfo ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Params) UserInfo() (identity.UserInfo, error)
type HackSessionContext_obsoleteGenerateApiToken_Params_Future ¶
HackSessionContext_obsoleteGenerateApiToken_Params_Future is a wrapper for a HackSessionContext_obsoleteGenerateApiToken_Params promised by a client call.
func (HackSessionContext_obsoleteGenerateApiToken_Params_Future) Struct ¶
func (HackSessionContext_obsoleteGenerateApiToken_Params_Future) UserInfo ¶
func (p HackSessionContext_obsoleteGenerateApiToken_Params_Future) UserInfo() identity.UserInfo_Future
type HackSessionContext_obsoleteGenerateApiToken_Params_List ¶
type HackSessionContext_obsoleteGenerateApiToken_Params_List = capnp.StructList[HackSessionContext_obsoleteGenerateApiToken_Params]
HackSessionContext_obsoleteGenerateApiToken_Params_List is a list of HackSessionContext_obsoleteGenerateApiToken_Params.
func NewHackSessionContext_obsoleteGenerateApiToken_Params_List ¶
func NewHackSessionContext_obsoleteGenerateApiToken_Params_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteGenerateApiToken_Params_List, error)
NewHackSessionContext_obsoleteGenerateApiToken_Params creates a new list of HackSessionContext_obsoleteGenerateApiToken_Params.
type HackSessionContext_obsoleteGenerateApiToken_Results ¶
func NewHackSessionContext_obsoleteGenerateApiToken_Results ¶
func NewHackSessionContext_obsoleteGenerateApiToken_Results(s *capnp.Segment) (HackSessionContext_obsoleteGenerateApiToken_Results, error)
func NewRootHackSessionContext_obsoleteGenerateApiToken_Results ¶
func NewRootHackSessionContext_obsoleteGenerateApiToken_Results(s *capnp.Segment) (HackSessionContext_obsoleteGenerateApiToken_Results, error)
func ReadRootHackSessionContext_obsoleteGenerateApiToken_Results ¶
func ReadRootHackSessionContext_obsoleteGenerateApiToken_Results(msg *capnp.Message) (HackSessionContext_obsoleteGenerateApiToken_Results, error)
func (HackSessionContext_obsoleteGenerateApiToken_Results) DecodeFromPtr ¶
func (HackSessionContext_obsoleteGenerateApiToken_Results) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteGenerateApiToken_Results) EndpointUrl ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) EndpointUrl() (string, error)
func (HackSessionContext_obsoleteGenerateApiToken_Results) EndpointUrlBytes ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) EndpointUrlBytes() ([]byte, error)
func (HackSessionContext_obsoleteGenerateApiToken_Results) HasEndpointUrl ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) HasEndpointUrl() bool
func (HackSessionContext_obsoleteGenerateApiToken_Results) HasToken ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) HasToken() bool
func (HackSessionContext_obsoleteGenerateApiToken_Results) HasTokenId ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) HasTokenId() bool
func (HackSessionContext_obsoleteGenerateApiToken_Results) IsValid ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) IsValid() bool
func (HackSessionContext_obsoleteGenerateApiToken_Results) Message ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) Message() *capnp.Message
func (HackSessionContext_obsoleteGenerateApiToken_Results) Segment ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) Segment() *capnp.Segment
func (HackSessionContext_obsoleteGenerateApiToken_Results) SetEndpointUrl ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) SetEndpointUrl(v string) error
func (HackSessionContext_obsoleteGenerateApiToken_Results) SetToken ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) SetToken(v string) error
func (HackSessionContext_obsoleteGenerateApiToken_Results) SetTokenId ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) SetTokenId(v string) error
func (HackSessionContext_obsoleteGenerateApiToken_Results) String ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) String() string
func (HackSessionContext_obsoleteGenerateApiToken_Results) ToPtr ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) ToPtr() capnp.Ptr
func (HackSessionContext_obsoleteGenerateApiToken_Results) Token ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) Token() (string, error)
func (HackSessionContext_obsoleteGenerateApiToken_Results) TokenBytes ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) TokenBytes() ([]byte, error)
func (HackSessionContext_obsoleteGenerateApiToken_Results) TokenId ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) TokenId() (string, error)
func (HackSessionContext_obsoleteGenerateApiToken_Results) TokenIdBytes ¶
func (s HackSessionContext_obsoleteGenerateApiToken_Results) TokenIdBytes() ([]byte, error)
type HackSessionContext_obsoleteGenerateApiToken_Results_Future ¶
HackSessionContext_obsoleteGenerateApiToken_Results_Future is a wrapper for a HackSessionContext_obsoleteGenerateApiToken_Results promised by a client call.
func (HackSessionContext_obsoleteGenerateApiToken_Results_Future) Struct ¶
type HackSessionContext_obsoleteGenerateApiToken_Results_List ¶
type HackSessionContext_obsoleteGenerateApiToken_Results_List = capnp.StructList[HackSessionContext_obsoleteGenerateApiToken_Results]
HackSessionContext_obsoleteGenerateApiToken_Results_List is a list of HackSessionContext_obsoleteGenerateApiToken_Results.
func NewHackSessionContext_obsoleteGenerateApiToken_Results_List ¶
func NewHackSessionContext_obsoleteGenerateApiToken_Results_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteGenerateApiToken_Results_List, error)
NewHackSessionContext_obsoleteGenerateApiToken_Results creates a new list of HackSessionContext_obsoleteGenerateApiToken_Results.
type HackSessionContext_obsoleteGetIpInterface ¶
HackSessionContext_obsoleteGetIpInterface holds the state for a server call to HackSessionContext.obsoleteGetIpInterface. See server.Call for documentation.
func (HackSessionContext_obsoleteGetIpInterface) AllocResults ¶
func (c HackSessionContext_obsoleteGetIpInterface) AllocResults() (HackSessionContext_obsoleteGetIpInterface_Results, error)
AllocResults allocates the results struct.
func (HackSessionContext_obsoleteGetIpInterface) Args ¶
func (c HackSessionContext_obsoleteGetIpInterface) Args() HackSessionContext_obsoleteGetIpInterface_Params
Args returns the call's arguments.
type HackSessionContext_obsoleteGetIpInterface_Params ¶
func NewHackSessionContext_obsoleteGetIpInterface_Params ¶
func NewHackSessionContext_obsoleteGetIpInterface_Params(s *capnp.Segment) (HackSessionContext_obsoleteGetIpInterface_Params, error)
func NewRootHackSessionContext_obsoleteGetIpInterface_Params ¶
func NewRootHackSessionContext_obsoleteGetIpInterface_Params(s *capnp.Segment) (HackSessionContext_obsoleteGetIpInterface_Params, error)
func ReadRootHackSessionContext_obsoleteGetIpInterface_Params ¶
func ReadRootHackSessionContext_obsoleteGetIpInterface_Params(msg *capnp.Message) (HackSessionContext_obsoleteGetIpInterface_Params, error)
func (HackSessionContext_obsoleteGetIpInterface_Params) DecodeFromPtr ¶
func (HackSessionContext_obsoleteGetIpInterface_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteGetIpInterface_Params
func (HackSessionContext_obsoleteGetIpInterface_Params) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteGetIpInterface_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteGetIpInterface_Params) IsValid ¶
func (s HackSessionContext_obsoleteGetIpInterface_Params) IsValid() bool
func (HackSessionContext_obsoleteGetIpInterface_Params) Message ¶
func (s HackSessionContext_obsoleteGetIpInterface_Params) Message() *capnp.Message
func (HackSessionContext_obsoleteGetIpInterface_Params) Segment ¶
func (s HackSessionContext_obsoleteGetIpInterface_Params) Segment() *capnp.Segment
func (HackSessionContext_obsoleteGetIpInterface_Params) String ¶
func (s HackSessionContext_obsoleteGetIpInterface_Params) String() string
func (HackSessionContext_obsoleteGetIpInterface_Params) ToPtr ¶
func (s HackSessionContext_obsoleteGetIpInterface_Params) ToPtr() capnp.Ptr
type HackSessionContext_obsoleteGetIpInterface_Params_Future ¶
HackSessionContext_obsoleteGetIpInterface_Params_Future is a wrapper for a HackSessionContext_obsoleteGetIpInterface_Params promised by a client call.
func (HackSessionContext_obsoleteGetIpInterface_Params_Future) Struct ¶
type HackSessionContext_obsoleteGetIpInterface_Params_List ¶
type HackSessionContext_obsoleteGetIpInterface_Params_List = capnp.StructList[HackSessionContext_obsoleteGetIpInterface_Params]
HackSessionContext_obsoleteGetIpInterface_Params_List is a list of HackSessionContext_obsoleteGetIpInterface_Params.
func NewHackSessionContext_obsoleteGetIpInterface_Params_List ¶
func NewHackSessionContext_obsoleteGetIpInterface_Params_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteGetIpInterface_Params_List, error)
NewHackSessionContext_obsoleteGetIpInterface_Params creates a new list of HackSessionContext_obsoleteGetIpInterface_Params.
type HackSessionContext_obsoleteGetIpInterface_Results ¶
func NewHackSessionContext_obsoleteGetIpInterface_Results ¶
func NewHackSessionContext_obsoleteGetIpInterface_Results(s *capnp.Segment) (HackSessionContext_obsoleteGetIpInterface_Results, error)
func NewRootHackSessionContext_obsoleteGetIpInterface_Results ¶
func NewRootHackSessionContext_obsoleteGetIpInterface_Results(s *capnp.Segment) (HackSessionContext_obsoleteGetIpInterface_Results, error)
func ReadRootHackSessionContext_obsoleteGetIpInterface_Results ¶
func ReadRootHackSessionContext_obsoleteGetIpInterface_Results(msg *capnp.Message) (HackSessionContext_obsoleteGetIpInterface_Results, error)
func (HackSessionContext_obsoleteGetIpInterface_Results) DecodeFromPtr ¶
func (HackSessionContext_obsoleteGetIpInterface_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteGetIpInterface_Results
func (HackSessionContext_obsoleteGetIpInterface_Results) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteGetIpInterface_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteGetIpInterface_Results) HasInterface ¶
func (s HackSessionContext_obsoleteGetIpInterface_Results) HasInterface() bool
func (HackSessionContext_obsoleteGetIpInterface_Results) Interface ¶
func (s HackSessionContext_obsoleteGetIpInterface_Results) Interface() ip.IpInterface
func (HackSessionContext_obsoleteGetIpInterface_Results) IsValid ¶
func (s HackSessionContext_obsoleteGetIpInterface_Results) IsValid() bool
func (HackSessionContext_obsoleteGetIpInterface_Results) Message ¶
func (s HackSessionContext_obsoleteGetIpInterface_Results) Message() *capnp.Message
func (HackSessionContext_obsoleteGetIpInterface_Results) Segment ¶
func (s HackSessionContext_obsoleteGetIpInterface_Results) Segment() *capnp.Segment
func (HackSessionContext_obsoleteGetIpInterface_Results) SetInterface ¶
func (s HackSessionContext_obsoleteGetIpInterface_Results) SetInterface(v ip.IpInterface) error
func (HackSessionContext_obsoleteGetIpInterface_Results) String ¶
func (s HackSessionContext_obsoleteGetIpInterface_Results) String() string
func (HackSessionContext_obsoleteGetIpInterface_Results) ToPtr ¶
func (s HackSessionContext_obsoleteGetIpInterface_Results) ToPtr() capnp.Ptr
type HackSessionContext_obsoleteGetIpInterface_Results_Future ¶
HackSessionContext_obsoleteGetIpInterface_Results_Future is a wrapper for a HackSessionContext_obsoleteGetIpInterface_Results promised by a client call.
func (HackSessionContext_obsoleteGetIpInterface_Results_Future) Interface ¶
func (p HackSessionContext_obsoleteGetIpInterface_Results_Future) Interface() ip.IpInterface
func (HackSessionContext_obsoleteGetIpInterface_Results_Future) Struct ¶
type HackSessionContext_obsoleteGetIpInterface_Results_List ¶
type HackSessionContext_obsoleteGetIpInterface_Results_List = capnp.StructList[HackSessionContext_obsoleteGetIpInterface_Results]
HackSessionContext_obsoleteGetIpInterface_Results_List is a list of HackSessionContext_obsoleteGetIpInterface_Results.
func NewHackSessionContext_obsoleteGetIpInterface_Results_List ¶
func NewHackSessionContext_obsoleteGetIpInterface_Results_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteGetIpInterface_Results_List, error)
NewHackSessionContext_obsoleteGetIpInterface_Results creates a new list of HackSessionContext_obsoleteGetIpInterface_Results.
type HackSessionContext_obsoleteGetIpNetwork ¶
HackSessionContext_obsoleteGetIpNetwork holds the state for a server call to HackSessionContext.obsoleteGetIpNetwork. See server.Call for documentation.
func (HackSessionContext_obsoleteGetIpNetwork) AllocResults ¶
func (c HackSessionContext_obsoleteGetIpNetwork) AllocResults() (HackSessionContext_obsoleteGetIpNetwork_Results, error)
AllocResults allocates the results struct.
func (HackSessionContext_obsoleteGetIpNetwork) Args ¶
func (c HackSessionContext_obsoleteGetIpNetwork) Args() HackSessionContext_obsoleteGetIpNetwork_Params
Args returns the call's arguments.
type HackSessionContext_obsoleteGetIpNetwork_Params ¶
func NewHackSessionContext_obsoleteGetIpNetwork_Params ¶
func NewHackSessionContext_obsoleteGetIpNetwork_Params(s *capnp.Segment) (HackSessionContext_obsoleteGetIpNetwork_Params, error)
func NewRootHackSessionContext_obsoleteGetIpNetwork_Params ¶
func NewRootHackSessionContext_obsoleteGetIpNetwork_Params(s *capnp.Segment) (HackSessionContext_obsoleteGetIpNetwork_Params, error)
func ReadRootHackSessionContext_obsoleteGetIpNetwork_Params ¶
func ReadRootHackSessionContext_obsoleteGetIpNetwork_Params(msg *capnp.Message) (HackSessionContext_obsoleteGetIpNetwork_Params, error)
func (HackSessionContext_obsoleteGetIpNetwork_Params) DecodeFromPtr ¶
func (HackSessionContext_obsoleteGetIpNetwork_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteGetIpNetwork_Params
func (HackSessionContext_obsoleteGetIpNetwork_Params) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteGetIpNetwork_Params) IsValid ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Params) IsValid() bool
func (HackSessionContext_obsoleteGetIpNetwork_Params) Message ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Params) Message() *capnp.Message
func (HackSessionContext_obsoleteGetIpNetwork_Params) Segment ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Params) Segment() *capnp.Segment
func (HackSessionContext_obsoleteGetIpNetwork_Params) String ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Params) String() string
func (HackSessionContext_obsoleteGetIpNetwork_Params) ToPtr ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Params) ToPtr() capnp.Ptr
type HackSessionContext_obsoleteGetIpNetwork_Params_Future ¶
HackSessionContext_obsoleteGetIpNetwork_Params_Future is a wrapper for a HackSessionContext_obsoleteGetIpNetwork_Params promised by a client call.
func (HackSessionContext_obsoleteGetIpNetwork_Params_Future) Struct ¶
type HackSessionContext_obsoleteGetIpNetwork_Params_List ¶
type HackSessionContext_obsoleteGetIpNetwork_Params_List = capnp.StructList[HackSessionContext_obsoleteGetIpNetwork_Params]
HackSessionContext_obsoleteGetIpNetwork_Params_List is a list of HackSessionContext_obsoleteGetIpNetwork_Params.
func NewHackSessionContext_obsoleteGetIpNetwork_Params_List ¶
func NewHackSessionContext_obsoleteGetIpNetwork_Params_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteGetIpNetwork_Params_List, error)
NewHackSessionContext_obsoleteGetIpNetwork_Params creates a new list of HackSessionContext_obsoleteGetIpNetwork_Params.
type HackSessionContext_obsoleteGetIpNetwork_Results ¶
func NewHackSessionContext_obsoleteGetIpNetwork_Results ¶
func NewHackSessionContext_obsoleteGetIpNetwork_Results(s *capnp.Segment) (HackSessionContext_obsoleteGetIpNetwork_Results, error)
func NewRootHackSessionContext_obsoleteGetIpNetwork_Results ¶
func NewRootHackSessionContext_obsoleteGetIpNetwork_Results(s *capnp.Segment) (HackSessionContext_obsoleteGetIpNetwork_Results, error)
func ReadRootHackSessionContext_obsoleteGetIpNetwork_Results ¶
func ReadRootHackSessionContext_obsoleteGetIpNetwork_Results(msg *capnp.Message) (HackSessionContext_obsoleteGetIpNetwork_Results, error)
func (HackSessionContext_obsoleteGetIpNetwork_Results) DecodeFromPtr ¶
func (HackSessionContext_obsoleteGetIpNetwork_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteGetIpNetwork_Results
func (HackSessionContext_obsoleteGetIpNetwork_Results) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteGetIpNetwork_Results) HasNetwork ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Results) HasNetwork() bool
func (HackSessionContext_obsoleteGetIpNetwork_Results) IsValid ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Results) IsValid() bool
func (HackSessionContext_obsoleteGetIpNetwork_Results) Message ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Results) Message() *capnp.Message
func (HackSessionContext_obsoleteGetIpNetwork_Results) Network ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Results) Network() ip.IpNetwork
func (HackSessionContext_obsoleteGetIpNetwork_Results) Segment ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Results) Segment() *capnp.Segment
func (HackSessionContext_obsoleteGetIpNetwork_Results) SetNetwork ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Results) SetNetwork(v ip.IpNetwork) error
func (HackSessionContext_obsoleteGetIpNetwork_Results) String ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Results) String() string
func (HackSessionContext_obsoleteGetIpNetwork_Results) ToPtr ¶
func (s HackSessionContext_obsoleteGetIpNetwork_Results) ToPtr() capnp.Ptr
type HackSessionContext_obsoleteGetIpNetwork_Results_Future ¶
HackSessionContext_obsoleteGetIpNetwork_Results_Future is a wrapper for a HackSessionContext_obsoleteGetIpNetwork_Results promised by a client call.
func (HackSessionContext_obsoleteGetIpNetwork_Results_Future) Network ¶
func (p HackSessionContext_obsoleteGetIpNetwork_Results_Future) Network() ip.IpNetwork
func (HackSessionContext_obsoleteGetIpNetwork_Results_Future) Struct ¶
type HackSessionContext_obsoleteGetIpNetwork_Results_List ¶
type HackSessionContext_obsoleteGetIpNetwork_Results_List = capnp.StructList[HackSessionContext_obsoleteGetIpNetwork_Results]
HackSessionContext_obsoleteGetIpNetwork_Results_List is a list of HackSessionContext_obsoleteGetIpNetwork_Results.
func NewHackSessionContext_obsoleteGetIpNetwork_Results_List ¶
func NewHackSessionContext_obsoleteGetIpNetwork_Results_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteGetIpNetwork_Results_List, error)
NewHackSessionContext_obsoleteGetIpNetwork_Results creates a new list of HackSessionContext_obsoleteGetIpNetwork_Results.
type HackSessionContext_obsoleteGetUiViewForEndpoint ¶
HackSessionContext_obsoleteGetUiViewForEndpoint holds the state for a server call to HackSessionContext.obsoleteGetUiViewForEndpoint. See server.Call for documentation.
func (HackSessionContext_obsoleteGetUiViewForEndpoint) AllocResults ¶
func (c HackSessionContext_obsoleteGetUiViewForEndpoint) AllocResults() (HackSessionContext_obsoleteGetUiViewForEndpoint_Results, error)
AllocResults allocates the results struct.
func (HackSessionContext_obsoleteGetUiViewForEndpoint) Args ¶
func (c HackSessionContext_obsoleteGetUiViewForEndpoint) Args() HackSessionContext_obsoleteGetUiViewForEndpoint_Params
Args returns the call's arguments.
type HackSessionContext_obsoleteGetUiViewForEndpoint_Params ¶
func NewHackSessionContext_obsoleteGetUiViewForEndpoint_Params ¶
func NewHackSessionContext_obsoleteGetUiViewForEndpoint_Params(s *capnp.Segment) (HackSessionContext_obsoleteGetUiViewForEndpoint_Params, error)
func NewRootHackSessionContext_obsoleteGetUiViewForEndpoint_Params ¶
func NewRootHackSessionContext_obsoleteGetUiViewForEndpoint_Params(s *capnp.Segment) (HackSessionContext_obsoleteGetUiViewForEndpoint_Params, error)
func ReadRootHackSessionContext_obsoleteGetUiViewForEndpoint_Params ¶
func ReadRootHackSessionContext_obsoleteGetUiViewForEndpoint_Params(msg *capnp.Message) (HackSessionContext_obsoleteGetUiViewForEndpoint_Params, error)
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Params) DecodeFromPtr ¶
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Params) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Params) HasUrl ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) HasUrl() bool
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Params) IsValid ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) IsValid() bool
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Params) Message ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) Message() *capnp.Message
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Params) Segment ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) Segment() *capnp.Segment
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Params) SetUrl ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) SetUrl(v string) error
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Params) String ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) String() string
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Params) ToPtr ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) ToPtr() capnp.Ptr
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Params) Url ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) Url() (string, error)
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Params) UrlBytes ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Params) UrlBytes() ([]byte, error)
type HackSessionContext_obsoleteGetUiViewForEndpoint_Params_Future ¶
HackSessionContext_obsoleteGetUiViewForEndpoint_Params_Future is a wrapper for a HackSessionContext_obsoleteGetUiViewForEndpoint_Params promised by a client call.
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Params_Future) Struct ¶
type HackSessionContext_obsoleteGetUiViewForEndpoint_Params_List ¶
type HackSessionContext_obsoleteGetUiViewForEndpoint_Params_List = capnp.StructList[HackSessionContext_obsoleteGetUiViewForEndpoint_Params]
HackSessionContext_obsoleteGetUiViewForEndpoint_Params_List is a list of HackSessionContext_obsoleteGetUiViewForEndpoint_Params.
func NewHackSessionContext_obsoleteGetUiViewForEndpoint_Params_List ¶
func NewHackSessionContext_obsoleteGetUiViewForEndpoint_Params_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteGetUiViewForEndpoint_Params_List, error)
NewHackSessionContext_obsoleteGetUiViewForEndpoint_Params creates a new list of HackSessionContext_obsoleteGetUiViewForEndpoint_Params.
type HackSessionContext_obsoleteGetUiViewForEndpoint_Results ¶
func NewHackSessionContext_obsoleteGetUiViewForEndpoint_Results ¶
func NewHackSessionContext_obsoleteGetUiViewForEndpoint_Results(s *capnp.Segment) (HackSessionContext_obsoleteGetUiViewForEndpoint_Results, error)
func NewRootHackSessionContext_obsoleteGetUiViewForEndpoint_Results ¶
func NewRootHackSessionContext_obsoleteGetUiViewForEndpoint_Results(s *capnp.Segment) (HackSessionContext_obsoleteGetUiViewForEndpoint_Results, error)
func ReadRootHackSessionContext_obsoleteGetUiViewForEndpoint_Results ¶
func ReadRootHackSessionContext_obsoleteGetUiViewForEndpoint_Results(msg *capnp.Message) (HackSessionContext_obsoleteGetUiViewForEndpoint_Results, error)
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Results) DecodeFromPtr ¶
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Results) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Results) HasView ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) HasView() bool
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Results) IsValid ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) IsValid() bool
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Results) Message ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) Message() *capnp.Message
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Results) Segment ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) Segment() *capnp.Segment
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Results) SetView ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) SetView(v grain.UiView) error
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Results) String ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) String() string
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Results) ToPtr ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) ToPtr() capnp.Ptr
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Results) View ¶
func (s HackSessionContext_obsoleteGetUiViewForEndpoint_Results) View() grain.UiView
type HackSessionContext_obsoleteGetUiViewForEndpoint_Results_Future ¶
HackSessionContext_obsoleteGetUiViewForEndpoint_Results_Future is a wrapper for a HackSessionContext_obsoleteGetUiViewForEndpoint_Results promised by a client call.
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Results_Future) Struct ¶
func (HackSessionContext_obsoleteGetUiViewForEndpoint_Results_Future) View ¶
type HackSessionContext_obsoleteGetUiViewForEndpoint_Results_List ¶
type HackSessionContext_obsoleteGetUiViewForEndpoint_Results_List = capnp.StructList[HackSessionContext_obsoleteGetUiViewForEndpoint_Results]
HackSessionContext_obsoleteGetUiViewForEndpoint_Results_List is a list of HackSessionContext_obsoleteGetUiViewForEndpoint_Results.
func NewHackSessionContext_obsoleteGetUiViewForEndpoint_Results_List ¶
func NewHackSessionContext_obsoleteGetUiViewForEndpoint_Results_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteGetUiViewForEndpoint_Results_List, error)
NewHackSessionContext_obsoleteGetUiViewForEndpoint_Results creates a new list of HackSessionContext_obsoleteGetUiViewForEndpoint_Results.
type HackSessionContext_obsoleteHttpGet ¶
HackSessionContext_obsoleteHttpGet holds the state for a server call to HackSessionContext.obsoleteHttpGet. See server.Call for documentation.
func (HackSessionContext_obsoleteHttpGet) AllocResults ¶
func (c HackSessionContext_obsoleteHttpGet) AllocResults() (HackSessionContext_obsoleteHttpGet_Results, error)
AllocResults allocates the results struct.
func (HackSessionContext_obsoleteHttpGet) Args ¶
Args returns the call's arguments.
type HackSessionContext_obsoleteHttpGet_Params ¶
func NewHackSessionContext_obsoleteHttpGet_Params ¶
func NewHackSessionContext_obsoleteHttpGet_Params(s *capnp.Segment) (HackSessionContext_obsoleteHttpGet_Params, error)
func NewRootHackSessionContext_obsoleteHttpGet_Params ¶
func NewRootHackSessionContext_obsoleteHttpGet_Params(s *capnp.Segment) (HackSessionContext_obsoleteHttpGet_Params, error)
func ReadRootHackSessionContext_obsoleteHttpGet_Params ¶
func ReadRootHackSessionContext_obsoleteHttpGet_Params(msg *capnp.Message) (HackSessionContext_obsoleteHttpGet_Params, error)
func (HackSessionContext_obsoleteHttpGet_Params) DecodeFromPtr ¶
func (HackSessionContext_obsoleteHttpGet_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteHttpGet_Params
func (HackSessionContext_obsoleteHttpGet_Params) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteHttpGet_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteHttpGet_Params) HasUrl ¶
func (s HackSessionContext_obsoleteHttpGet_Params) HasUrl() bool
func (HackSessionContext_obsoleteHttpGet_Params) IsValid ¶
func (s HackSessionContext_obsoleteHttpGet_Params) IsValid() bool
func (HackSessionContext_obsoleteHttpGet_Params) Message ¶
func (s HackSessionContext_obsoleteHttpGet_Params) Message() *capnp.Message
func (HackSessionContext_obsoleteHttpGet_Params) Segment ¶
func (s HackSessionContext_obsoleteHttpGet_Params) Segment() *capnp.Segment
func (HackSessionContext_obsoleteHttpGet_Params) SetUrl ¶
func (s HackSessionContext_obsoleteHttpGet_Params) SetUrl(v string) error
func (HackSessionContext_obsoleteHttpGet_Params) String ¶
func (s HackSessionContext_obsoleteHttpGet_Params) String() string
func (HackSessionContext_obsoleteHttpGet_Params) ToPtr ¶
func (s HackSessionContext_obsoleteHttpGet_Params) ToPtr() capnp.Ptr
func (HackSessionContext_obsoleteHttpGet_Params) Url ¶
func (s HackSessionContext_obsoleteHttpGet_Params) Url() (string, error)
func (HackSessionContext_obsoleteHttpGet_Params) UrlBytes ¶
func (s HackSessionContext_obsoleteHttpGet_Params) UrlBytes() ([]byte, error)
type HackSessionContext_obsoleteHttpGet_Params_Future ¶
HackSessionContext_obsoleteHttpGet_Params_Future is a wrapper for a HackSessionContext_obsoleteHttpGet_Params promised by a client call.
func (HackSessionContext_obsoleteHttpGet_Params_Future) Struct ¶
type HackSessionContext_obsoleteHttpGet_Params_List ¶
type HackSessionContext_obsoleteHttpGet_Params_List = capnp.StructList[HackSessionContext_obsoleteHttpGet_Params]
HackSessionContext_obsoleteHttpGet_Params_List is a list of HackSessionContext_obsoleteHttpGet_Params.
func NewHackSessionContext_obsoleteHttpGet_Params_List ¶
func NewHackSessionContext_obsoleteHttpGet_Params_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteHttpGet_Params_List, error)
NewHackSessionContext_obsoleteHttpGet_Params creates a new list of HackSessionContext_obsoleteHttpGet_Params.
type HackSessionContext_obsoleteHttpGet_Results ¶
func NewHackSessionContext_obsoleteHttpGet_Results ¶
func NewHackSessionContext_obsoleteHttpGet_Results(s *capnp.Segment) (HackSessionContext_obsoleteHttpGet_Results, error)
func NewRootHackSessionContext_obsoleteHttpGet_Results ¶
func NewRootHackSessionContext_obsoleteHttpGet_Results(s *capnp.Segment) (HackSessionContext_obsoleteHttpGet_Results, error)
func ReadRootHackSessionContext_obsoleteHttpGet_Results ¶
func ReadRootHackSessionContext_obsoleteHttpGet_Results(msg *capnp.Message) (HackSessionContext_obsoleteHttpGet_Results, error)
func (HackSessionContext_obsoleteHttpGet_Results) Content ¶
func (s HackSessionContext_obsoleteHttpGet_Results) Content() ([]byte, error)
func (HackSessionContext_obsoleteHttpGet_Results) DecodeFromPtr ¶
func (HackSessionContext_obsoleteHttpGet_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteHttpGet_Results
func (HackSessionContext_obsoleteHttpGet_Results) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteHttpGet_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteHttpGet_Results) HasContent ¶
func (s HackSessionContext_obsoleteHttpGet_Results) HasContent() bool
func (HackSessionContext_obsoleteHttpGet_Results) HasMimeType ¶
func (s HackSessionContext_obsoleteHttpGet_Results) HasMimeType() bool
func (HackSessionContext_obsoleteHttpGet_Results) IsValid ¶
func (s HackSessionContext_obsoleteHttpGet_Results) IsValid() bool
func (HackSessionContext_obsoleteHttpGet_Results) Message ¶
func (s HackSessionContext_obsoleteHttpGet_Results) Message() *capnp.Message
func (HackSessionContext_obsoleteHttpGet_Results) MimeType ¶
func (s HackSessionContext_obsoleteHttpGet_Results) MimeType() (string, error)
func (HackSessionContext_obsoleteHttpGet_Results) MimeTypeBytes ¶
func (s HackSessionContext_obsoleteHttpGet_Results) MimeTypeBytes() ([]byte, error)
func (HackSessionContext_obsoleteHttpGet_Results) Segment ¶
func (s HackSessionContext_obsoleteHttpGet_Results) Segment() *capnp.Segment
func (HackSessionContext_obsoleteHttpGet_Results) SetContent ¶
func (s HackSessionContext_obsoleteHttpGet_Results) SetContent(v []byte) error
func (HackSessionContext_obsoleteHttpGet_Results) SetMimeType ¶
func (s HackSessionContext_obsoleteHttpGet_Results) SetMimeType(v string) error
func (HackSessionContext_obsoleteHttpGet_Results) String ¶
func (s HackSessionContext_obsoleteHttpGet_Results) String() string
func (HackSessionContext_obsoleteHttpGet_Results) ToPtr ¶
func (s HackSessionContext_obsoleteHttpGet_Results) ToPtr() capnp.Ptr
type HackSessionContext_obsoleteHttpGet_Results_Future ¶
HackSessionContext_obsoleteHttpGet_Results_Future is a wrapper for a HackSessionContext_obsoleteHttpGet_Results promised by a client call.
func (HackSessionContext_obsoleteHttpGet_Results_Future) Struct ¶
type HackSessionContext_obsoleteHttpGet_Results_List ¶
type HackSessionContext_obsoleteHttpGet_Results_List = capnp.StructList[HackSessionContext_obsoleteHttpGet_Results]
HackSessionContext_obsoleteHttpGet_Results_List is a list of HackSessionContext_obsoleteHttpGet_Results.
func NewHackSessionContext_obsoleteHttpGet_Results_List ¶
func NewHackSessionContext_obsoleteHttpGet_Results_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteHttpGet_Results_List, error)
NewHackSessionContext_obsoleteHttpGet_Results creates a new list of HackSessionContext_obsoleteHttpGet_Results.
type HackSessionContext_obsoleteListApiTokens ¶
HackSessionContext_obsoleteListApiTokens holds the state for a server call to HackSessionContext.obsoleteListApiTokens. See server.Call for documentation.
func (HackSessionContext_obsoleteListApiTokens) AllocResults ¶
func (c HackSessionContext_obsoleteListApiTokens) AllocResults() (HackSessionContext_obsoleteListApiTokens_Results, error)
AllocResults allocates the results struct.
func (HackSessionContext_obsoleteListApiTokens) Args ¶
func (c HackSessionContext_obsoleteListApiTokens) Args() HackSessionContext_obsoleteListApiTokens_Params
Args returns the call's arguments.
type HackSessionContext_obsoleteListApiTokens_Params ¶
func NewHackSessionContext_obsoleteListApiTokens_Params ¶
func NewHackSessionContext_obsoleteListApiTokens_Params(s *capnp.Segment) (HackSessionContext_obsoleteListApiTokens_Params, error)
func NewRootHackSessionContext_obsoleteListApiTokens_Params ¶
func NewRootHackSessionContext_obsoleteListApiTokens_Params(s *capnp.Segment) (HackSessionContext_obsoleteListApiTokens_Params, error)
func ReadRootHackSessionContext_obsoleteListApiTokens_Params ¶
func ReadRootHackSessionContext_obsoleteListApiTokens_Params(msg *capnp.Message) (HackSessionContext_obsoleteListApiTokens_Params, error)
func (HackSessionContext_obsoleteListApiTokens_Params) DecodeFromPtr ¶
func (HackSessionContext_obsoleteListApiTokens_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteListApiTokens_Params
func (HackSessionContext_obsoleteListApiTokens_Params) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteListApiTokens_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteListApiTokens_Params) IsValid ¶
func (s HackSessionContext_obsoleteListApiTokens_Params) IsValid() bool
func (HackSessionContext_obsoleteListApiTokens_Params) Message ¶
func (s HackSessionContext_obsoleteListApiTokens_Params) Message() *capnp.Message
func (HackSessionContext_obsoleteListApiTokens_Params) Segment ¶
func (s HackSessionContext_obsoleteListApiTokens_Params) Segment() *capnp.Segment
func (HackSessionContext_obsoleteListApiTokens_Params) String ¶
func (s HackSessionContext_obsoleteListApiTokens_Params) String() string
func (HackSessionContext_obsoleteListApiTokens_Params) ToPtr ¶
func (s HackSessionContext_obsoleteListApiTokens_Params) ToPtr() capnp.Ptr
type HackSessionContext_obsoleteListApiTokens_Params_Future ¶
HackSessionContext_obsoleteListApiTokens_Params_Future is a wrapper for a HackSessionContext_obsoleteListApiTokens_Params promised by a client call.
func (HackSessionContext_obsoleteListApiTokens_Params_Future) Struct ¶
type HackSessionContext_obsoleteListApiTokens_Params_List ¶
type HackSessionContext_obsoleteListApiTokens_Params_List = capnp.StructList[HackSessionContext_obsoleteListApiTokens_Params]
HackSessionContext_obsoleteListApiTokens_Params_List is a list of HackSessionContext_obsoleteListApiTokens_Params.
func NewHackSessionContext_obsoleteListApiTokens_Params_List ¶
func NewHackSessionContext_obsoleteListApiTokens_Params_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteListApiTokens_Params_List, error)
NewHackSessionContext_obsoleteListApiTokens_Params creates a new list of HackSessionContext_obsoleteListApiTokens_Params.
type HackSessionContext_obsoleteListApiTokens_Results ¶
func NewHackSessionContext_obsoleteListApiTokens_Results ¶
func NewHackSessionContext_obsoleteListApiTokens_Results(s *capnp.Segment) (HackSessionContext_obsoleteListApiTokens_Results, error)
func NewRootHackSessionContext_obsoleteListApiTokens_Results ¶
func NewRootHackSessionContext_obsoleteListApiTokens_Results(s *capnp.Segment) (HackSessionContext_obsoleteListApiTokens_Results, error)
func ReadRootHackSessionContext_obsoleteListApiTokens_Results ¶
func ReadRootHackSessionContext_obsoleteListApiTokens_Results(msg *capnp.Message) (HackSessionContext_obsoleteListApiTokens_Results, error)
func (HackSessionContext_obsoleteListApiTokens_Results) DecodeFromPtr ¶
func (HackSessionContext_obsoleteListApiTokens_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteListApiTokens_Results
func (HackSessionContext_obsoleteListApiTokens_Results) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteListApiTokens_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteListApiTokens_Results) HasTokens ¶
func (s HackSessionContext_obsoleteListApiTokens_Results) HasTokens() bool
func (HackSessionContext_obsoleteListApiTokens_Results) IsValid ¶
func (s HackSessionContext_obsoleteListApiTokens_Results) IsValid() bool
func (HackSessionContext_obsoleteListApiTokens_Results) Message ¶
func (s HackSessionContext_obsoleteListApiTokens_Results) Message() *capnp.Message
func (HackSessionContext_obsoleteListApiTokens_Results) NewTokens ¶
func (s HackSessionContext_obsoleteListApiTokens_Results) NewTokens(n int32) (HackSessionContext_TokenInfo_List, error)
NewTokens sets the tokens field to a newly allocated HackSessionContext_TokenInfo_List, preferring placement in s's segment.
func (HackSessionContext_obsoleteListApiTokens_Results) Segment ¶
func (s HackSessionContext_obsoleteListApiTokens_Results) Segment() *capnp.Segment
func (HackSessionContext_obsoleteListApiTokens_Results) SetTokens ¶
func (s HackSessionContext_obsoleteListApiTokens_Results) SetTokens(v HackSessionContext_TokenInfo_List) error
func (HackSessionContext_obsoleteListApiTokens_Results) String ¶
func (s HackSessionContext_obsoleteListApiTokens_Results) String() string
func (HackSessionContext_obsoleteListApiTokens_Results) ToPtr ¶
func (s HackSessionContext_obsoleteListApiTokens_Results) ToPtr() capnp.Ptr
func (HackSessionContext_obsoleteListApiTokens_Results) Tokens ¶
func (s HackSessionContext_obsoleteListApiTokens_Results) Tokens() (HackSessionContext_TokenInfo_List, error)
type HackSessionContext_obsoleteListApiTokens_Results_Future ¶
HackSessionContext_obsoleteListApiTokens_Results_Future is a wrapper for a HackSessionContext_obsoleteListApiTokens_Results promised by a client call.
func (HackSessionContext_obsoleteListApiTokens_Results_Future) Struct ¶
type HackSessionContext_obsoleteListApiTokens_Results_List ¶
type HackSessionContext_obsoleteListApiTokens_Results_List = capnp.StructList[HackSessionContext_obsoleteListApiTokens_Results]
HackSessionContext_obsoleteListApiTokens_Results_List is a list of HackSessionContext_obsoleteListApiTokens_Results.
func NewHackSessionContext_obsoleteListApiTokens_Results_List ¶
func NewHackSessionContext_obsoleteListApiTokens_Results_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteListApiTokens_Results_List, error)
NewHackSessionContext_obsoleteListApiTokens_Results creates a new list of HackSessionContext_obsoleteListApiTokens_Results.
type HackSessionContext_obsoleteRevokeApiToken ¶
HackSessionContext_obsoleteRevokeApiToken holds the state for a server call to HackSessionContext.obsoleteRevokeApiToken. See server.Call for documentation.
func (HackSessionContext_obsoleteRevokeApiToken) AllocResults ¶
func (c HackSessionContext_obsoleteRevokeApiToken) AllocResults() (HackSessionContext_obsoleteRevokeApiToken_Results, error)
AllocResults allocates the results struct.
func (HackSessionContext_obsoleteRevokeApiToken) Args ¶
func (c HackSessionContext_obsoleteRevokeApiToken) Args() HackSessionContext_obsoleteRevokeApiToken_Params
Args returns the call's arguments.
type HackSessionContext_obsoleteRevokeApiToken_Params ¶
func NewHackSessionContext_obsoleteRevokeApiToken_Params ¶
func NewHackSessionContext_obsoleteRevokeApiToken_Params(s *capnp.Segment) (HackSessionContext_obsoleteRevokeApiToken_Params, error)
func NewRootHackSessionContext_obsoleteRevokeApiToken_Params ¶
func NewRootHackSessionContext_obsoleteRevokeApiToken_Params(s *capnp.Segment) (HackSessionContext_obsoleteRevokeApiToken_Params, error)
func ReadRootHackSessionContext_obsoleteRevokeApiToken_Params ¶
func ReadRootHackSessionContext_obsoleteRevokeApiToken_Params(msg *capnp.Message) (HackSessionContext_obsoleteRevokeApiToken_Params, error)
func (HackSessionContext_obsoleteRevokeApiToken_Params) DecodeFromPtr ¶
func (HackSessionContext_obsoleteRevokeApiToken_Params) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteRevokeApiToken_Params
func (HackSessionContext_obsoleteRevokeApiToken_Params) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteRevokeApiToken_Params) HasTokenId ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Params) HasTokenId() bool
func (HackSessionContext_obsoleteRevokeApiToken_Params) IsValid ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Params) IsValid() bool
func (HackSessionContext_obsoleteRevokeApiToken_Params) Message ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Params) Message() *capnp.Message
func (HackSessionContext_obsoleteRevokeApiToken_Params) Segment ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Params) Segment() *capnp.Segment
func (HackSessionContext_obsoleteRevokeApiToken_Params) SetTokenId ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Params) SetTokenId(v string) error
func (HackSessionContext_obsoleteRevokeApiToken_Params) String ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Params) String() string
func (HackSessionContext_obsoleteRevokeApiToken_Params) ToPtr ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Params) ToPtr() capnp.Ptr
func (HackSessionContext_obsoleteRevokeApiToken_Params) TokenId ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Params) TokenId() (string, error)
func (HackSessionContext_obsoleteRevokeApiToken_Params) TokenIdBytes ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Params) TokenIdBytes() ([]byte, error)
type HackSessionContext_obsoleteRevokeApiToken_Params_Future ¶
HackSessionContext_obsoleteRevokeApiToken_Params_Future is a wrapper for a HackSessionContext_obsoleteRevokeApiToken_Params promised by a client call.
func (HackSessionContext_obsoleteRevokeApiToken_Params_Future) Struct ¶
type HackSessionContext_obsoleteRevokeApiToken_Params_List ¶
type HackSessionContext_obsoleteRevokeApiToken_Params_List = capnp.StructList[HackSessionContext_obsoleteRevokeApiToken_Params]
HackSessionContext_obsoleteRevokeApiToken_Params_List is a list of HackSessionContext_obsoleteRevokeApiToken_Params.
func NewHackSessionContext_obsoleteRevokeApiToken_Params_List ¶
func NewHackSessionContext_obsoleteRevokeApiToken_Params_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteRevokeApiToken_Params_List, error)
NewHackSessionContext_obsoleteRevokeApiToken_Params creates a new list of HackSessionContext_obsoleteRevokeApiToken_Params.
type HackSessionContext_obsoleteRevokeApiToken_Results ¶
func NewHackSessionContext_obsoleteRevokeApiToken_Results ¶
func NewHackSessionContext_obsoleteRevokeApiToken_Results(s *capnp.Segment) (HackSessionContext_obsoleteRevokeApiToken_Results, error)
func NewRootHackSessionContext_obsoleteRevokeApiToken_Results ¶
func NewRootHackSessionContext_obsoleteRevokeApiToken_Results(s *capnp.Segment) (HackSessionContext_obsoleteRevokeApiToken_Results, error)
func ReadRootHackSessionContext_obsoleteRevokeApiToken_Results ¶
func ReadRootHackSessionContext_obsoleteRevokeApiToken_Results(msg *capnp.Message) (HackSessionContext_obsoleteRevokeApiToken_Results, error)
func (HackSessionContext_obsoleteRevokeApiToken_Results) DecodeFromPtr ¶
func (HackSessionContext_obsoleteRevokeApiToken_Results) DecodeFromPtr(p capnp.Ptr) HackSessionContext_obsoleteRevokeApiToken_Results
func (HackSessionContext_obsoleteRevokeApiToken_Results) EncodeAsPtr ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HackSessionContext_obsoleteRevokeApiToken_Results) IsValid ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Results) IsValid() bool
func (HackSessionContext_obsoleteRevokeApiToken_Results) Message ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Results) Message() *capnp.Message
func (HackSessionContext_obsoleteRevokeApiToken_Results) Segment ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Results) Segment() *capnp.Segment
func (HackSessionContext_obsoleteRevokeApiToken_Results) String ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Results) String() string
func (HackSessionContext_obsoleteRevokeApiToken_Results) ToPtr ¶
func (s HackSessionContext_obsoleteRevokeApiToken_Results) ToPtr() capnp.Ptr
type HackSessionContext_obsoleteRevokeApiToken_Results_Future ¶
HackSessionContext_obsoleteRevokeApiToken_Results_Future is a wrapper for a HackSessionContext_obsoleteRevokeApiToken_Results promised by a client call.
func (HackSessionContext_obsoleteRevokeApiToken_Results_Future) Struct ¶
type HackSessionContext_obsoleteRevokeApiToken_Results_List ¶
type HackSessionContext_obsoleteRevokeApiToken_Results_List = capnp.StructList[HackSessionContext_obsoleteRevokeApiToken_Results]
HackSessionContext_obsoleteRevokeApiToken_Results_List is a list of HackSessionContext_obsoleteRevokeApiToken_Results.
func NewHackSessionContext_obsoleteRevokeApiToken_Results_List ¶
func NewHackSessionContext_obsoleteRevokeApiToken_Results_List(s *capnp.Segment, sz int32) (HackSessionContext_obsoleteRevokeApiToken_Results_List, error)
NewHackSessionContext_obsoleteRevokeApiToken_Results creates a new list of HackSessionContext_obsoleteRevokeApiToken_Results.