hubapi

package
v0.1.0-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2023 License: MIT Imports: 7 Imported by: 53

Documentation

Index

Constants

View Source
const (
	AuthnServiceName               = "authn"
	DefaultAccessTokenValiditySec  = int32(3600)
	DefaultRefreshTokenValiditySec = int32(1209600)
	CapNameUserAuthn               = "capUserAuthn"
	CapNameManageAuthn             = "capManageAuthn"
)

Constants defined in Authn.capnp.

View Source
const (
	AuthzServiceName    = "authz"
	ClientRoleNone      = "none"
	ClientRoleViewer    = "viewer"
	ClientRoleOperator  = "operator"
	ClientRoleManager   = "manager"
	ClientRoleIotDevice = "iotdevice"
	PermEmitAction      = "permEmitAction"
	PermPubEvent        = "permPubEvent"
	PermPubTD           = "permPublishTD"
	PermReadAction      = "permReadAction"
	PermReadEvent       = "permReadEvent"
	PermReadTD          = "permReadTD"
	PermWriteProperty   = "permWriteProperty"
	AllGroupName        = "all"
	CapNameClientAuthz  = "capClientAuthz"
	CapNameManageAuthz  = "capManageAuthz"
	CapNameVerifyAuthz  = "capVerifyAuthz"
)

Constants defined in Authz.capnp.

View Source
const (
	CertServiceName                = "certservice"
	DefaultCaCertFile              = "caCert.pem"
	DefaultCaKeyFile               = "caKey.pem"
	DefaultServiceCertValidityDays = int32(30)
	DefaultUserCertValidityDays    = int32(30)
	DefaultDeviceCertValidityDays  = int32(30)
	CapNameDeviceCerts             = "capDeviceCerts"
	CapNameServiceCerts            = "capServiceCerts"
	CapNameUserCerts               = "capUserCerts"
	CapNameVerifyCerts             = "capVerifyCerts"
)

Constants defined in Certs.capnp.

View Source
const (
	DirectoryServiceName   = "directory"
	CapNameReadDirectory   = "capReadDirectory"
	CapNameUpdateDirectory = "capUpdateDirectory"
)

Constants defined in Directory.capnp.

View Source
const (
	HistoryServiceName     = "history"
	CapNameAddHistory      = "capAddHistory"
	CapNameManageRetention = "capManageRetention"
	CapNameReadHistory     = "capReadHistory"
)

Constants defined in History.capnp.

View Source
const (
	ProvisioningServiceName    = "provisioning"
	CapNameManageProvisioning  = "capManageProvisioning"
	CapNameRequestProvisioning = "capRequestProvisioning"
	CapNameRefreshProvisioning = "capRefreshProvisioning"
)

Constants defined in Provisioning.capnp.

View Source
const (
	PubsubServiceName    = "pubsub"
	CapNameDevicePubSub  = "capDevicePubSub"
	CapNameServicePubSub = "capServicePubSub"
	CapNameUserPubSub    = "capUserPubSub"
)

Constants defined in PubSub.capnp.

View Source
const (
	ResolverServiceName       = "resolver"
	DefaultResolverAddress    = "/tmp/hiveot-resolver.socket"
	ClientTypeUnauthenticated = "noauth"
	ClientTypeAdmin           = "admin"
	ClientTypeIotDevice       = "iotdevice"
	ClientTypeUser            = "user"
	ClientTypeService         = "service"
)

Constants defined in Resolver.capnp.

View Source
const (
	StateServiceName   = "state"
	CapNameClientState = "capClientState"
)

Constants defined in State.capnp.

View Source
const BucketStoreInfo_TypeID = 0x8c845f36ae42d93d

BucketStoreInfo_TypeID is the unique identifier for the type BucketStoreInfo.

View Source
const CapAddHistory_TypeID = 0xaeedfb5c318d00ee

CapAddHistory_TypeID is the unique identifier for the type CapAddHistory.

View Source
const CapAddHistory_addAction_Params_TypeID = 0xf2d04e4d076109a1

CapAddHistory_addAction_Params_TypeID is the unique identifier for the type CapAddHistory_addAction_Params.

View Source
const CapAddHistory_addAction_Results_TypeID = 0xaa066f541f1a116a

CapAddHistory_addAction_Results_TypeID is the unique identifier for the type CapAddHistory_addAction_Results.

View Source
const CapAddHistory_addEvent_Params_TypeID = 0xd3899668953eaf95

CapAddHistory_addEvent_Params_TypeID is the unique identifier for the type CapAddHistory_addEvent_Params.

View Source
const CapAddHistory_addEvent_Results_TypeID = 0x9c3ac18a6f855cd2

CapAddHistory_addEvent_Results_TypeID is the unique identifier for the type CapAddHistory_addEvent_Results.

View Source
const CapAddHistory_addEvents_Params_TypeID = 0xb3a20cba1aabab09

CapAddHistory_addEvents_Params_TypeID is the unique identifier for the type CapAddHistory_addEvents_Params.

View Source
const CapAddHistory_addEvents_Results_TypeID = 0x95158665d71f5337

CapAddHistory_addEvents_Results_TypeID is the unique identifier for the type CapAddHistory_addEvents_Results.

View Source
const CapAuthn_TypeID = 0xadc0216f564238ef

CapAuthn_TypeID is the unique identifier for the type CapAuthn.

View Source
const CapAuthn_capManageAuthn_Params_TypeID = 0xc93833e44515d43e

CapAuthn_capManageAuthn_Params_TypeID is the unique identifier for the type CapAuthn_capManageAuthn_Params.

View Source
const CapAuthn_capManageAuthn_Results_TypeID = 0xf0946743a7eb5a01

CapAuthn_capManageAuthn_Results_TypeID is the unique identifier for the type CapAuthn_capManageAuthn_Results.

View Source
const CapAuthn_capUserAuthn_Params_TypeID = 0xefbb76feba0110de

CapAuthn_capUserAuthn_Params_TypeID is the unique identifier for the type CapAuthn_capUserAuthn_Params.

View Source
const CapAuthn_capUserAuthn_Results_TypeID = 0xc929e07cd708a78a

CapAuthn_capUserAuthn_Results_TypeID is the unique identifier for the type CapAuthn_capUserAuthn_Results.

View Source
const CapAuthz_TypeID = 0xe7a8fc57f59c4ab4

CapAuthz_TypeID is the unique identifier for the type CapAuthz.

View Source
const CapAuthz_capClientAuthz_Params_TypeID = 0xd3cb6dc7b5b71ef7

CapAuthz_capClientAuthz_Params_TypeID is the unique identifier for the type CapAuthz_capClientAuthz_Params.

View Source
const CapAuthz_capClientAuthz_Results_TypeID = 0x8936891056d33633

CapAuthz_capClientAuthz_Results_TypeID is the unique identifier for the type CapAuthz_capClientAuthz_Results.

View Source
const CapAuthz_capManageAuthz_Params_TypeID = 0xd1e1df166519d100

CapAuthz_capManageAuthz_Params_TypeID is the unique identifier for the type CapAuthz_capManageAuthz_Params.

View Source
const CapAuthz_capManageAuthz_Results_TypeID = 0xb4ad26f6c52c0300

CapAuthz_capManageAuthz_Results_TypeID is the unique identifier for the type CapAuthz_capManageAuthz_Results.

View Source
const CapAuthz_capVerifyAuthz_Params_TypeID = 0x8a65d37d1854b0b9

CapAuthz_capVerifyAuthz_Params_TypeID is the unique identifier for the type CapAuthz_capVerifyAuthz_Params.

View Source
const CapAuthz_capVerifyAuthz_Results_TypeID = 0xca7c68978c2cd0e0

CapAuthz_capVerifyAuthz_Results_TypeID is the unique identifier for the type CapAuthz_capVerifyAuthz_Results.

View Source
const CapBucketCursor_TypeID = 0xa11bc07e0c80620f

CapBucketCursor_TypeID is the unique identifier for the type CapBucketCursor.

View Source
const CapBucketCursor_first_Params_TypeID = 0xa68d3c040a138fc4

CapBucketCursor_first_Params_TypeID is the unique identifier for the type CapBucketCursor_first_Params.

View Source
const CapBucketCursor_first_Results_TypeID = 0x92163fe8dfbba335

CapBucketCursor_first_Results_TypeID is the unique identifier for the type CapBucketCursor_first_Results.

View Source
const CapBucketCursor_last_Params_TypeID = 0x85be05195246e76a

CapBucketCursor_last_Params_TypeID is the unique identifier for the type CapBucketCursor_last_Params.

View Source
const CapBucketCursor_last_Results_TypeID = 0xbec9f2412880c3c4

CapBucketCursor_last_Results_TypeID is the unique identifier for the type CapBucketCursor_last_Results.

View Source
const CapBucketCursor_nextN_Params_TypeID = 0xb722198a741d6b09

CapBucketCursor_nextN_Params_TypeID is the unique identifier for the type CapBucketCursor_nextN_Params.

View Source
const CapBucketCursor_nextN_Results_TypeID = 0x868c48c5a99951cf

CapBucketCursor_nextN_Results_TypeID is the unique identifier for the type CapBucketCursor_nextN_Results.

View Source
const CapBucketCursor_next_Params_TypeID = 0xe474a76a2f0a28aa

CapBucketCursor_next_Params_TypeID is the unique identifier for the type CapBucketCursor_next_Params.

View Source
const CapBucketCursor_next_Results_TypeID = 0xf4d0d1cc3d7621b4

CapBucketCursor_next_Results_TypeID is the unique identifier for the type CapBucketCursor_next_Results.

View Source
const CapBucketCursor_prevN_Params_TypeID = 0xd1d62e51cc686764

CapBucketCursor_prevN_Params_TypeID is the unique identifier for the type CapBucketCursor_prevN_Params.

View Source
const CapBucketCursor_prevN_Results_TypeID = 0xd88b83d32b65bc16

CapBucketCursor_prevN_Results_TypeID is the unique identifier for the type CapBucketCursor_prevN_Results.

View Source
const CapBucketCursor_prev_Params_TypeID = 0x81ba0d0702530538

CapBucketCursor_prev_Params_TypeID is the unique identifier for the type CapBucketCursor_prev_Params.

View Source
const CapBucketCursor_prev_Results_TypeID = 0x80afad1a89a118e9

CapBucketCursor_prev_Results_TypeID is the unique identifier for the type CapBucketCursor_prev_Results.

View Source
const CapBucketCursor_seek_Params_TypeID = 0xd67f13920d614679

CapBucketCursor_seek_Params_TypeID is the unique identifier for the type CapBucketCursor_seek_Params.

View Source
const CapBucketCursor_seek_Results_TypeID = 0x9279eeebcc13f8a4

CapBucketCursor_seek_Results_TypeID is the unique identifier for the type CapBucketCursor_seek_Results.

View Source
const CapCerts_TypeID = 0xbc4667f0c566ed1b

CapCerts_TypeID is the unique identifier for the type CapCerts.

View Source
const CapCerts_capDeviceCerts_Params_TypeID = 0x8b17ebc3a878547d

CapCerts_capDeviceCerts_Params_TypeID is the unique identifier for the type CapCerts_capDeviceCerts_Params.

View Source
const CapCerts_capDeviceCerts_Results_TypeID = 0xef7af10b7cfa6e86

CapCerts_capDeviceCerts_Results_TypeID is the unique identifier for the type CapCerts_capDeviceCerts_Results.

View Source
const CapCerts_capServiceCerts_Params_TypeID = 0x8635df752d5e8709

CapCerts_capServiceCerts_Params_TypeID is the unique identifier for the type CapCerts_capServiceCerts_Params.

View Source
const CapCerts_capServiceCerts_Results_TypeID = 0xc24dcb44431416fd

CapCerts_capServiceCerts_Results_TypeID is the unique identifier for the type CapCerts_capServiceCerts_Results.

View Source
const CapCerts_capUserCerts_Params_TypeID = 0xfa0c6b017caeafc9

CapCerts_capUserCerts_Params_TypeID is the unique identifier for the type CapCerts_capUserCerts_Params.

View Source
const CapCerts_capUserCerts_Results_TypeID = 0x944af56ed9250476

CapCerts_capUserCerts_Results_TypeID is the unique identifier for the type CapCerts_capUserCerts_Results.

View Source
const CapCerts_capVerifyCerts_Params_TypeID = 0xbd8e7935ff05370a

CapCerts_capVerifyCerts_Params_TypeID is the unique identifier for the type CapCerts_capVerifyCerts_Params.

View Source
const CapCerts_capVerifyCerts_Results_TypeID = 0x8738a1e15f03a2c6

CapCerts_capVerifyCerts_Results_TypeID is the unique identifier for the type CapCerts_capVerifyCerts_Results.

View Source
const CapClientAuthz_TypeID = 0x901071c55900f0ee

CapClientAuthz_TypeID is the unique identifier for the type CapClientAuthz.

View Source
const CapClientAuthz_getPermissions_Params_TypeID = 0x942c2bf8c8460f17

CapClientAuthz_getPermissions_Params_TypeID is the unique identifier for the type CapClientAuthz_getPermissions_Params.

View Source
const CapClientAuthz_getPermissions_Results_TypeID = 0x8f4d5501f70df3cc

CapClientAuthz_getPermissions_Results_TypeID is the unique identifier for the type CapClientAuthz_getPermissions_Results.

View Source
const CapClientState_TypeID = 0xf78da3a18a6bdd8f

CapClientState_TypeID is the unique identifier for the type CapClientState.

View Source
const CapClientState_cursor_Params_TypeID = 0xd4943dfea8634d13

CapClientState_cursor_Params_TypeID is the unique identifier for the type CapClientState_cursor_Params.

View Source
const CapClientState_cursor_Results_TypeID = 0x830a47d5d26db3aa

CapClientState_cursor_Results_TypeID is the unique identifier for the type CapClientState_cursor_Results.

View Source
const CapClientState_delete_Params_TypeID = 0x840787d39c20c911

CapClientState_delete_Params_TypeID is the unique identifier for the type CapClientState_delete_Params.

View Source
const CapClientState_delete_Results_TypeID = 0xe31782358d7fbadb

CapClientState_delete_Results_TypeID is the unique identifier for the type CapClientState_delete_Results.

View Source
const CapClientState_getMultiple_Params_TypeID = 0xc95153c3f6bd2763

CapClientState_getMultiple_Params_TypeID is the unique identifier for the type CapClientState_getMultiple_Params.

View Source
const CapClientState_getMultiple_Results_TypeID = 0xb099e855eea7fd92

CapClientState_getMultiple_Results_TypeID is the unique identifier for the type CapClientState_getMultiple_Results.

View Source
const CapClientState_get_Params_TypeID = 0xb1035539ef0fdf36

CapClientState_get_Params_TypeID is the unique identifier for the type CapClientState_get_Params.

View Source
const CapClientState_get_Results_TypeID = 0xa1b5065fb07e3b9f

CapClientState_get_Results_TypeID is the unique identifier for the type CapClientState_get_Results.

View Source
const CapClientState_setMultiple_Params_TypeID = 0x9a088b173cbfb244

CapClientState_setMultiple_Params_TypeID is the unique identifier for the type CapClientState_setMultiple_Params.

View Source
const CapClientState_setMultiple_Results_TypeID = 0xc22fbd0fa669f905

CapClientState_setMultiple_Results_TypeID is the unique identifier for the type CapClientState_setMultiple_Results.

View Source
const CapClientState_set_Params_TypeID = 0xcbe2b3ca9a99a0dd

CapClientState_set_Params_TypeID is the unique identifier for the type CapClientState_set_Params.

View Source
const CapClientState_set_Results_TypeID = 0xe5c3705eca013d26

CapClientState_set_Results_TypeID is the unique identifier for the type CapClientState_set_Results.

View Source
const CapDeviceCerts_TypeID = 0xd619b9809a56774e

CapDeviceCerts_TypeID is the unique identifier for the type CapDeviceCerts.

View Source
const CapDeviceCerts_createDeviceCert_Params_TypeID = 0xa07734b165754dfe

CapDeviceCerts_createDeviceCert_Params_TypeID is the unique identifier for the type CapDeviceCerts_createDeviceCert_Params.

View Source
const CapDeviceCerts_createDeviceCert_Results_TypeID = 0xfed3083ae3a62664

CapDeviceCerts_createDeviceCert_Results_TypeID is the unique identifier for the type CapDeviceCerts_createDeviceCert_Results.

View Source
const CapDevicePubSub_TypeID = 0xdfb8a690e8697e4a

CapDevicePubSub_TypeID is the unique identifier for the type CapDevicePubSub.

View Source
const CapDevicePubSub_pubEvent_Params_TypeID = 0x87cc5066fed0778c

CapDevicePubSub_pubEvent_Params_TypeID is the unique identifier for the type CapDevicePubSub_pubEvent_Params.

View Source
const CapDevicePubSub_pubEvent_Results_TypeID = 0xd6e9ff28b3be9b63

CapDevicePubSub_pubEvent_Results_TypeID is the unique identifier for the type CapDevicePubSub_pubEvent_Results.

View Source
const CapDevicePubSub_pubProperties_Params_TypeID = 0x8654dd0285fb2417

CapDevicePubSub_pubProperties_Params_TypeID is the unique identifier for the type CapDevicePubSub_pubProperties_Params.

View Source
const CapDevicePubSub_pubProperties_Results_TypeID = 0x963848ac762fb0d0

CapDevicePubSub_pubProperties_Results_TypeID is the unique identifier for the type CapDevicePubSub_pubProperties_Results.

View Source
const CapDevicePubSub_pubTD_Params_TypeID = 0xf42f5607f8b83318

CapDevicePubSub_pubTD_Params_TypeID is the unique identifier for the type CapDevicePubSub_pubTD_Params.

View Source
const CapDevicePubSub_pubTD_Results_TypeID = 0x8a5bb4a2615ad89f

CapDevicePubSub_pubTD_Results_TypeID is the unique identifier for the type CapDevicePubSub_pubTD_Results.

View Source
const CapDevicePubSub_subAction_Params_TypeID = 0x8efab8ac3a0cf3ae

CapDevicePubSub_subAction_Params_TypeID is the unique identifier for the type CapDevicePubSub_subAction_Params.

View Source
const CapDevicePubSub_subAction_Results_TypeID = 0xf69c375c3a85d655

CapDevicePubSub_subAction_Results_TypeID is the unique identifier for the type CapDevicePubSub_subAction_Results.

View Source
const CapDirectoryCursor_TypeID = 0xb2aec1ed9963584e

CapDirectoryCursor_TypeID is the unique identifier for the type CapDirectoryCursor.

View Source
const CapDirectoryCursor_first_Params_TypeID = 0xe060be8c78108e04

CapDirectoryCursor_first_Params_TypeID is the unique identifier for the type CapDirectoryCursor_first_Params.

View Source
const CapDirectoryCursor_first_Results_TypeID = 0x947be10137c7170c

CapDirectoryCursor_first_Results_TypeID is the unique identifier for the type CapDirectoryCursor_first_Results.

View Source
const CapDirectoryCursor_nextN_Params_TypeID = 0x832c6f53dbceeb5b

CapDirectoryCursor_nextN_Params_TypeID is the unique identifier for the type CapDirectoryCursor_nextN_Params.

View Source
const CapDirectoryCursor_nextN_Results_TypeID = 0x9eca153b630ceaac

CapDirectoryCursor_nextN_Results_TypeID is the unique identifier for the type CapDirectoryCursor_nextN_Results.

View Source
const CapDirectoryCursor_next_Params_TypeID = 0xc8f8e3e5692c04c5

CapDirectoryCursor_next_Params_TypeID is the unique identifier for the type CapDirectoryCursor_next_Params.

View Source
const CapDirectoryCursor_next_Results_TypeID = 0xd44a68020ee5bf22

CapDirectoryCursor_next_Results_TypeID is the unique identifier for the type CapDirectoryCursor_next_Results.

View Source
const CapDirectoryService_TypeID = 0xfafce17e91651c9d

CapDirectoryService_TypeID is the unique identifier for the type CapDirectoryService.

View Source
const CapDirectoryService_capReadDirectory_Params_TypeID = 0xe00ca908014ee7a5

CapDirectoryService_capReadDirectory_Params_TypeID is the unique identifier for the type CapDirectoryService_capReadDirectory_Params.

View Source
const CapDirectoryService_capReadDirectory_Results_TypeID = 0x9a23234217146e4c

CapDirectoryService_capReadDirectory_Results_TypeID is the unique identifier for the type CapDirectoryService_capReadDirectory_Results.

View Source
const CapDirectoryService_capUpdateDirectory_Params_TypeID = 0xe95ae8838532048d

CapDirectoryService_capUpdateDirectory_Params_TypeID is the unique identifier for the type CapDirectoryService_capUpdateDirectory_Params.

View Source
const CapDirectoryService_capUpdateDirectory_Results_TypeID = 0xf4fc53932293ace0

CapDirectoryService_capUpdateDirectory_Results_TypeID is the unique identifier for the type CapDirectoryService_capUpdateDirectory_Results.

View Source
const CapGatewaySession_TypeID = 0xc50a0c4801768ab0

CapGatewaySession_TypeID is the unique identifier for the type CapGatewaySession.

View Source
const CapGatewaySession_listCapabilities_Params_TypeID = 0xf1a76030917cce82

CapGatewaySession_listCapabilities_Params_TypeID is the unique identifier for the type CapGatewaySession_listCapabilities_Params.

View Source
const CapGatewaySession_listCapabilities_Results_TypeID = 0xa2b15d1db4fa12d2

CapGatewaySession_listCapabilities_Results_TypeID is the unique identifier for the type CapGatewaySession_listCapabilities_Results.

View Source
const CapGatewaySession_login_Params_TypeID = 0xc15a6f918b7c3038

CapGatewaySession_login_Params_TypeID is the unique identifier for the type CapGatewaySession_login_Params.

View Source
const CapGatewaySession_login_Results_TypeID = 0xce340b1ce0aa477c

CapGatewaySession_login_Results_TypeID is the unique identifier for the type CapGatewaySession_login_Results.

View Source
const CapGatewaySession_ping_Params_TypeID = 0xc469005256c59d20

CapGatewaySession_ping_Params_TypeID is the unique identifier for the type CapGatewaySession_ping_Params.

View Source
const CapGatewaySession_ping_Results_TypeID = 0xa75445aa77986ace

CapGatewaySession_ping_Results_TypeID is the unique identifier for the type CapGatewaySession_ping_Results.

View Source
const CapGatewaySession_refresh_Params_TypeID = 0xf811e6b8fd945038

CapGatewaySession_refresh_Params_TypeID is the unique identifier for the type CapGatewaySession_refresh_Params.

View Source
const CapGatewaySession_refresh_Results_TypeID = 0xcf0b9e786839c3fc

CapGatewaySession_refresh_Results_TypeID is the unique identifier for the type CapGatewaySession_refresh_Results.

View Source
const CapHistoryCursor_TypeID = 0x9d62a769e5dd0281

CapHistoryCursor_TypeID is the unique identifier for the type CapHistoryCursor.

View Source
const CapHistoryCursor_first_Params_TypeID = 0xcf1afe8826feb5a0

CapHistoryCursor_first_Params_TypeID is the unique identifier for the type CapHistoryCursor_first_Params.

View Source
const CapHistoryCursor_first_Results_TypeID = 0xf473c4c1fb580a07

CapHistoryCursor_first_Results_TypeID is the unique identifier for the type CapHistoryCursor_first_Results.

View Source
const CapHistoryCursor_last_Params_TypeID = 0xc986f64c6c14ca4f

CapHistoryCursor_last_Params_TypeID is the unique identifier for the type CapHistoryCursor_last_Params.

View Source
const CapHistoryCursor_last_Results_TypeID = 0x9f1384ed24dccf37

CapHistoryCursor_last_Results_TypeID is the unique identifier for the type CapHistoryCursor_last_Results.

View Source
const CapHistoryCursor_nextN_Params_TypeID = 0xe46ac295853f5a28

CapHistoryCursor_nextN_Params_TypeID is the unique identifier for the type CapHistoryCursor_nextN_Params.

View Source
const CapHistoryCursor_nextN_Results_TypeID = 0xee77b061c9ba3ce9

CapHistoryCursor_nextN_Results_TypeID is the unique identifier for the type CapHistoryCursor_nextN_Results.

View Source
const CapHistoryCursor_next_Params_TypeID = 0xbdeae8c7974b47f8

CapHistoryCursor_next_Params_TypeID is the unique identifier for the type CapHistoryCursor_next_Params.

View Source
const CapHistoryCursor_next_Results_TypeID = 0xfc5dac1667b5feb1

CapHistoryCursor_next_Results_TypeID is the unique identifier for the type CapHistoryCursor_next_Results.

View Source
const CapHistoryCursor_prevN_Params_TypeID = 0xa6fcb2009f6f5277

CapHistoryCursor_prevN_Params_TypeID is the unique identifier for the type CapHistoryCursor_prevN_Params.

View Source
const CapHistoryCursor_prevN_Results_TypeID = 0xb1731fa2fac2190d

CapHistoryCursor_prevN_Results_TypeID is the unique identifier for the type CapHistoryCursor_prevN_Results.

View Source
const CapHistoryCursor_prev_Params_TypeID = 0xc6fd08f6df519d73

CapHistoryCursor_prev_Params_TypeID is the unique identifier for the type CapHistoryCursor_prev_Params.

View Source
const CapHistoryCursor_prev_Results_TypeID = 0xc68e1d3ad2dcac35

CapHistoryCursor_prev_Results_TypeID is the unique identifier for the type CapHistoryCursor_prev_Results.

View Source
const CapHistoryCursor_seek_Params_TypeID = 0xc3ef318bca0bb7b4

CapHistoryCursor_seek_Params_TypeID is the unique identifier for the type CapHistoryCursor_seek_Params.

View Source
const CapHistoryCursor_seek_Results_TypeID = 0x88f56e7efe394a20

CapHistoryCursor_seek_Results_TypeID is the unique identifier for the type CapHistoryCursor_seek_Results.

View Source
const CapHistoryService_TypeID = 0x934ac037c7063be0

CapHistoryService_TypeID is the unique identifier for the type CapHistoryService.

View Source
const CapHistoryService_capAddHistory_Params_TypeID = 0xe77e737e0f852702

CapHistoryService_capAddHistory_Params_TypeID is the unique identifier for the type CapHistoryService_capAddHistory_Params.

View Source
const CapHistoryService_capAddHistory_Results_TypeID = 0xffd4b7abb0abe3b4

CapHistoryService_capAddHistory_Results_TypeID is the unique identifier for the type CapHistoryService_capAddHistory_Results.

View Source
const CapHistoryService_capManageRetention_Params_TypeID = 0xf71ceab5f8e294bd

CapHistoryService_capManageRetention_Params_TypeID is the unique identifier for the type CapHistoryService_capManageRetention_Params.

View Source
const CapHistoryService_capManageRetention_Results_TypeID = 0xe610c5eade193517

CapHistoryService_capManageRetention_Results_TypeID is the unique identifier for the type CapHistoryService_capManageRetention_Results.

View Source
const CapHistoryService_capReadHistory_Params_TypeID = 0xf51b4d58d6c7f245

CapHistoryService_capReadHistory_Params_TypeID is the unique identifier for the type CapHistoryService_capReadHistory_Params.

View Source
const CapHistoryService_capReadHistory_Results_TypeID = 0x8a3402043f3ec9f0

CapHistoryService_capReadHistory_Results_TypeID is the unique identifier for the type CapHistoryService_capReadHistory_Results.

View Source
const CapLauncher_TypeID = 0x96524352b99b59d2

CapLauncher_TypeID is the unique identifier for the type CapLauncher.

View Source
const CapLauncher_list_Params_TypeID = 0xd43c617d04683d01

CapLauncher_list_Params_TypeID is the unique identifier for the type CapLauncher_list_Params.

View Source
const CapLauncher_list_Results_TypeID = 0xa7b81c0bbc4ab3a8

CapLauncher_list_Results_TypeID is the unique identifier for the type CapLauncher_list_Results.

View Source
const CapLauncher_startAll_Params_TypeID = 0xa4f2766999f82f48

CapLauncher_startAll_Params_TypeID is the unique identifier for the type CapLauncher_startAll_Params.

View Source
const CapLauncher_startAll_Results_TypeID = 0xd606313032e1634f

CapLauncher_startAll_Results_TypeID is the unique identifier for the type CapLauncher_startAll_Results.

View Source
const CapLauncher_startService_Params_TypeID = 0x9dd032618f0a61da

CapLauncher_startService_Params_TypeID is the unique identifier for the type CapLauncher_startService_Params.

View Source
const CapLauncher_startService_Results_TypeID = 0xef6591cc288ebded

CapLauncher_startService_Results_TypeID is the unique identifier for the type CapLauncher_startService_Results.

View Source
const CapLauncher_stopAll_Params_TypeID = 0x97fd81fe4e5a7de8

CapLauncher_stopAll_Params_TypeID is the unique identifier for the type CapLauncher_stopAll_Params.

View Source
const CapLauncher_stopAll_Results_TypeID = 0xe272876d68537114

CapLauncher_stopAll_Results_TypeID is the unique identifier for the type CapLauncher_stopAll_Results.

View Source
const CapLauncher_stopService_Params_TypeID = 0xe4f33c61c382a6a7

CapLauncher_stopService_Params_TypeID is the unique identifier for the type CapLauncher_stopService_Params.

View Source
const CapLauncher_stopService_Results_TypeID = 0xb7dbdb4757bf491e

CapLauncher_stopService_Results_TypeID is the unique identifier for the type CapLauncher_stopService_Results.

View Source
const CapManageAuthn_TypeID = 0x88a16fc7ce91c2bc

CapManageAuthn_TypeID is the unique identifier for the type CapManageAuthn.

View Source
const CapManageAuthn_addUser_Params_TypeID = 0xf16244ccb186a63b

CapManageAuthn_addUser_Params_TypeID is the unique identifier for the type CapManageAuthn_addUser_Params.

View Source
const CapManageAuthn_addUser_Results_TypeID = 0xb7815fcecda6b54c

CapManageAuthn_addUser_Results_TypeID is the unique identifier for the type CapManageAuthn_addUser_Results.

View Source
const CapManageAuthn_listUsers_Params_TypeID = 0xfcdcc5587bf2f9d8

CapManageAuthn_listUsers_Params_TypeID is the unique identifier for the type CapManageAuthn_listUsers_Params.

View Source
const CapManageAuthn_listUsers_Results_TypeID = 0x8060c97a0e273ede

CapManageAuthn_listUsers_Results_TypeID is the unique identifier for the type CapManageAuthn_listUsers_Results.

View Source
const CapManageAuthn_removeUser_Params_TypeID = 0xe459e7faec337b55

CapManageAuthn_removeUser_Params_TypeID is the unique identifier for the type CapManageAuthn_removeUser_Params.

View Source
const CapManageAuthn_removeUser_Results_TypeID = 0xa818262095a69d17

CapManageAuthn_removeUser_Results_TypeID is the unique identifier for the type CapManageAuthn_removeUser_Results.

View Source
const CapManageAuthn_resetPassword_Params_TypeID = 0xea8e208f67747074

CapManageAuthn_resetPassword_Params_TypeID is the unique identifier for the type CapManageAuthn_resetPassword_Params.

View Source
const CapManageAuthn_resetPassword_Results_TypeID = 0xfaa82702574f9d19

CapManageAuthn_resetPassword_Results_TypeID is the unique identifier for the type CapManageAuthn_resetPassword_Results.

View Source
const CapManageAuthz_TypeID = 0xea9816b0e3a4ecd0

CapManageAuthz_TypeID is the unique identifier for the type CapManageAuthz.

View Source
const CapManageAuthz_addThing_Params_TypeID = 0xa319eda6f36efbd8

CapManageAuthz_addThing_Params_TypeID is the unique identifier for the type CapManageAuthz_addThing_Params.

View Source
const CapManageAuthz_addThing_Results_TypeID = 0x83b0068869d06e38

CapManageAuthz_addThing_Results_TypeID is the unique identifier for the type CapManageAuthz_addThing_Results.

View Source
const CapManageAuthz_getGroupRoles_Params_TypeID = 0xbbe7aaaf47590309

CapManageAuthz_getGroupRoles_Params_TypeID is the unique identifier for the type CapManageAuthz_getGroupRoles_Params.

View Source
const CapManageAuthz_getGroupRoles_Results_TypeID = 0x90cd9a09818e64bc

CapManageAuthz_getGroupRoles_Results_TypeID is the unique identifier for the type CapManageAuthz_getGroupRoles_Results.

View Source
const CapManageAuthz_getGroup_Params_TypeID = 0x921ec3b1c6717810

CapManageAuthz_getGroup_Params_TypeID is the unique identifier for the type CapManageAuthz_getGroup_Params.

View Source
const CapManageAuthz_getGroup_Results_TypeID = 0x98a24585f7c66e69

CapManageAuthz_getGroup_Results_TypeID is the unique identifier for the type CapManageAuthz_getGroup_Results.

View Source
const CapManageAuthz_listGroups_Params_TypeID = 0x8e0b29eea97424c5

CapManageAuthz_listGroups_Params_TypeID is the unique identifier for the type CapManageAuthz_listGroups_Params.

View Source
const CapManageAuthz_listGroups_Results_TypeID = 0xfd66973322b6d825

CapManageAuthz_listGroups_Results_TypeID is the unique identifier for the type CapManageAuthz_listGroups_Results.

View Source
const CapManageAuthz_removeAll_Params_TypeID = 0xe47ee2c53558c61e

CapManageAuthz_removeAll_Params_TypeID is the unique identifier for the type CapManageAuthz_removeAll_Params.

View Source
const CapManageAuthz_removeAll_Results_TypeID = 0xd2e95db6a0007eb0

CapManageAuthz_removeAll_Results_TypeID is the unique identifier for the type CapManageAuthz_removeAll_Results.

View Source
const CapManageAuthz_removeClient_Params_TypeID = 0xaeed8a641e89dccf

CapManageAuthz_removeClient_Params_TypeID is the unique identifier for the type CapManageAuthz_removeClient_Params.

View Source
const CapManageAuthz_removeClient_Results_TypeID = 0xedf2f26fa7576a7f

CapManageAuthz_removeClient_Results_TypeID is the unique identifier for the type CapManageAuthz_removeClient_Results.

View Source
const CapManageAuthz_removeThing_Params_TypeID = 0xce8ad1f5fca7517e

CapManageAuthz_removeThing_Params_TypeID is the unique identifier for the type CapManageAuthz_removeThing_Params.

View Source
const CapManageAuthz_removeThing_Results_TypeID = 0x91cda370415fe10c

CapManageAuthz_removeThing_Results_TypeID is the unique identifier for the type CapManageAuthz_removeThing_Results.

View Source
const CapManageAuthz_setClientRole_Params_TypeID = 0xf1c713df386a5dca

CapManageAuthz_setClientRole_Params_TypeID is the unique identifier for the type CapManageAuthz_setClientRole_Params.

View Source
const CapManageAuthz_setClientRole_Results_TypeID = 0x9f609c5244787777

CapManageAuthz_setClientRole_Results_TypeID is the unique identifier for the type CapManageAuthz_setClientRole_Results.

View Source
const CapManageProvisioning_TypeID = 0xc5cabd19dec29fbb

CapManageProvisioning_TypeID is the unique identifier for the type CapManageProvisioning.

View Source
const CapManageProvisioning_addOOBSecrets_Params_TypeID = 0x8ec39d491b2497d1

CapManageProvisioning_addOOBSecrets_Params_TypeID is the unique identifier for the type CapManageProvisioning_addOOBSecrets_Params.

View Source
const CapManageProvisioning_addOOBSecrets_Results_TypeID = 0x838ce274c4d89b89

CapManageProvisioning_addOOBSecrets_Results_TypeID is the unique identifier for the type CapManageProvisioning_addOOBSecrets_Results.

View Source
const CapManageProvisioning_approveRequest_Params_TypeID = 0xb7048da50fee071e

CapManageProvisioning_approveRequest_Params_TypeID is the unique identifier for the type CapManageProvisioning_approveRequest_Params.

View Source
const CapManageProvisioning_approveRequest_Results_TypeID = 0xe26c156c3850092a

CapManageProvisioning_approveRequest_Results_TypeID is the unique identifier for the type CapManageProvisioning_approveRequest_Results.

View Source
const CapManageProvisioning_getApprovedRequests_Params_TypeID = 0xe06d5ae541d18a4d

CapManageProvisioning_getApprovedRequests_Params_TypeID is the unique identifier for the type CapManageProvisioning_getApprovedRequests_Params.

View Source
const CapManageProvisioning_getApprovedRequests_Results_TypeID = 0xe35d87bd41df41a2

CapManageProvisioning_getApprovedRequests_Results_TypeID is the unique identifier for the type CapManageProvisioning_getApprovedRequests_Results.

View Source
const CapManageProvisioning_getPendingRequests_Params_TypeID = 0x847e5dea644198b3

CapManageProvisioning_getPendingRequests_Params_TypeID is the unique identifier for the type CapManageProvisioning_getPendingRequests_Params.

View Source
const CapManageProvisioning_getPendingRequests_Results_TypeID = 0xb709d610e685ddfa

CapManageProvisioning_getPendingRequests_Results_TypeID is the unique identifier for the type CapManageProvisioning_getPendingRequests_Results.

View Source
const CapManageRetention_TypeID = 0xf2086587739b71d1

CapManageRetention_TypeID is the unique identifier for the type CapManageRetention.

View Source
const CapManageRetention_getEventRetention_Params_TypeID = 0xd04e1143cc533067

CapManageRetention_getEventRetention_Params_TypeID is the unique identifier for the type CapManageRetention_getEventRetention_Params.

View Source
const CapManageRetention_getEventRetention_Results_TypeID = 0xd2778faa7ff8eb3f

CapManageRetention_getEventRetention_Results_TypeID is the unique identifier for the type CapManageRetention_getEventRetention_Results.

View Source
const CapManageRetention_getEvents_Params_TypeID = 0x94f59b819a6e7ce3

CapManageRetention_getEvents_Params_TypeID is the unique identifier for the type CapManageRetention_getEvents_Params.

View Source
const CapManageRetention_getEvents_Results_TypeID = 0xeade1fba66bf829a

CapManageRetention_getEvents_Results_TypeID is the unique identifier for the type CapManageRetention_getEvents_Results.

View Source
const CapManageRetention_removeEventRetention_Params_TypeID = 0xcf60bbf7431096a0

CapManageRetention_removeEventRetention_Params_TypeID is the unique identifier for the type CapManageRetention_removeEventRetention_Params.

View Source
const CapManageRetention_removeEventRetention_Results_TypeID = 0xbaf76beaa0eaef07

CapManageRetention_removeEventRetention_Results_TypeID is the unique identifier for the type CapManageRetention_removeEventRetention_Results.

View Source
const CapManageRetention_setEventRetention_Params_TypeID = 0xf1a3ef65a8704f35

CapManageRetention_setEventRetention_Params_TypeID is the unique identifier for the type CapManageRetention_setEventRetention_Params.

View Source
const CapManageRetention_setEventRetention_Results_TypeID = 0xf9e91c3361bc207d

CapManageRetention_setEventRetention_Results_TypeID is the unique identifier for the type CapManageRetention_setEventRetention_Results.

View Source
const CapManageRetention_testEvent_Params_TypeID = 0x843f3755e887cec2

CapManageRetention_testEvent_Params_TypeID is the unique identifier for the type CapManageRetention_testEvent_Params.

View Source
const CapManageRetention_testEvent_Results_TypeID = 0xbbd75d212e1f85e7

CapManageRetention_testEvent_Results_TypeID is the unique identifier for the type CapManageRetention_testEvent_Results.

View Source
const CapProvider_TypeID = 0xacf14758b95cf892

CapProvider_TypeID is the unique identifier for the type CapProvider.

View Source
const CapProvider_listCapabilities_Params_TypeID = 0xbb0d5b68acfa1d84

CapProvider_listCapabilities_Params_TypeID is the unique identifier for the type CapProvider_listCapabilities_Params.

View Source
const CapProvider_listCapabilities_Results_TypeID = 0xf5cba8f2960769af

CapProvider_listCapabilities_Results_TypeID is the unique identifier for the type CapProvider_listCapabilities_Results.

View Source
const CapProvisioning_TypeID = 0xb27307efca3363be

CapProvisioning_TypeID is the unique identifier for the type CapProvisioning.

View Source
const CapProvisioning_capManageProvisioning_Params_TypeID = 0xfc3703eae91b8639

CapProvisioning_capManageProvisioning_Params_TypeID is the unique identifier for the type CapProvisioning_capManageProvisioning_Params.

View Source
const CapProvisioning_capManageProvisioning_Results_TypeID = 0xf402ccb00738f2d2

CapProvisioning_capManageProvisioning_Results_TypeID is the unique identifier for the type CapProvisioning_capManageProvisioning_Results.

View Source
const CapProvisioning_capRefreshProvisioning_Params_TypeID = 0x8aefb2c2be92348a

CapProvisioning_capRefreshProvisioning_Params_TypeID is the unique identifier for the type CapProvisioning_capRefreshProvisioning_Params.

View Source
const CapProvisioning_capRefreshProvisioning_Results_TypeID = 0xed54d0e7b62886ec

CapProvisioning_capRefreshProvisioning_Results_TypeID is the unique identifier for the type CapProvisioning_capRefreshProvisioning_Results.

View Source
const CapProvisioning_capRequestProvisioning_Params_TypeID = 0xd639555807730795

CapProvisioning_capRequestProvisioning_Params_TypeID is the unique identifier for the type CapProvisioning_capRequestProvisioning_Params.

View Source
const CapProvisioning_capRequestProvisioning_Results_TypeID = 0xf28d935389e9c513

CapProvisioning_capRequestProvisioning_Results_TypeID is the unique identifier for the type CapProvisioning_capRequestProvisioning_Results.

View Source
const CapPubSubService_TypeID = 0xe4a8e3bfe7c72fdf

CapPubSubService_TypeID is the unique identifier for the type CapPubSubService.

View Source
const CapPubSubService_capDevicePubSub_Params_TypeID = 0x997bc227bdb0ae49

CapPubSubService_capDevicePubSub_Params_TypeID is the unique identifier for the type CapPubSubService_capDevicePubSub_Params.

View Source
const CapPubSubService_capDevicePubSub_Results_TypeID = 0xfb030c3f99d5f3de

CapPubSubService_capDevicePubSub_Results_TypeID is the unique identifier for the type CapPubSubService_capDevicePubSub_Results.

View Source
const CapPubSubService_capServicePubSub_Params_TypeID = 0xbc0d0aa70387a01a

CapPubSubService_capServicePubSub_Params_TypeID is the unique identifier for the type CapPubSubService_capServicePubSub_Params.

View Source
const CapPubSubService_capServicePubSub_Results_TypeID = 0xd326fc0f35d8303b

CapPubSubService_capServicePubSub_Results_TypeID is the unique identifier for the type CapPubSubService_capServicePubSub_Results.

View Source
const CapPubSubService_capUserPubSub_Params_TypeID = 0xc5a7633821f7b5fb

CapPubSubService_capUserPubSub_Params_TypeID is the unique identifier for the type CapPubSubService_capUserPubSub_Params.

View Source
const CapPubSubService_capUserPubSub_Results_TypeID = 0xd5c39e93b94cc83b

CapPubSubService_capUserPubSub_Results_TypeID is the unique identifier for the type CapPubSubService_capUserPubSub_Results.

View Source
const CapReadDirectory_TypeID = 0xa19ac9e4c3ae910e

CapReadDirectory_TypeID is the unique identifier for the type CapReadDirectory.

View Source
const CapReadDirectory_cursor_Params_TypeID = 0xd422ea849f91d323

CapReadDirectory_cursor_Params_TypeID is the unique identifier for the type CapReadDirectory_cursor_Params.

View Source
const CapReadDirectory_cursor_Results_TypeID = 0xf39c90c6ef40ea8c

CapReadDirectory_cursor_Results_TypeID is the unique identifier for the type CapReadDirectory_cursor_Results.

View Source
const CapReadDirectory_getTD_Params_TypeID = 0xfd67831669d4d276

CapReadDirectory_getTD_Params_TypeID is the unique identifier for the type CapReadDirectory_getTD_Params.

View Source
const CapReadDirectory_getTD_Results_TypeID = 0xfb167076a935c133

CapReadDirectory_getTD_Results_TypeID is the unique identifier for the type CapReadDirectory_getTD_Results.

View Source
const CapReadHistory_TypeID = 0xadd9881ba4754f20

CapReadHistory_TypeID is the unique identifier for the type CapReadHistory.

View Source
const CapReadHistory_getEventHistory_Params_TypeID = 0xb400b2d098c85f04

CapReadHistory_getEventHistory_Params_TypeID is the unique identifier for the type CapReadHistory_getEventHistory_Params.

View Source
const CapReadHistory_getEventHistory_Results_TypeID = 0x9d6b3c5af51f3915

CapReadHistory_getEventHistory_Results_TypeID is the unique identifier for the type CapReadHistory_getEventHistory_Results.

View Source
const CapReadHistory_getProperties_Params_TypeID = 0xcc69b73148363436

CapReadHistory_getProperties_Params_TypeID is the unique identifier for the type CapReadHistory_getProperties_Params.

View Source
const CapReadHistory_getProperties_Results_TypeID = 0xa9ea20731d3aa7a9

CapReadHistory_getProperties_Results_TypeID is the unique identifier for the type CapReadHistory_getProperties_Results.

View Source
const CapReadHistory_info_Params_TypeID = 0xfa5aa37101cf4521

CapReadHistory_info_Params_TypeID is the unique identifier for the type CapReadHistory_info_Params.

View Source
const CapReadHistory_info_Results_TypeID = 0xab3daf6000a44ed3

CapReadHistory_info_Results_TypeID is the unique identifier for the type CapReadHistory_info_Results.

View Source
const CapRefreshProvisioning_TypeID = 0x940570d71d747d70

CapRefreshProvisioning_TypeID is the unique identifier for the type CapRefreshProvisioning.

View Source
const CapRefreshProvisioning_refreshDeviceCert_Params_TypeID = 0xe07174b85cc1d213

CapRefreshProvisioning_refreshDeviceCert_Params_TypeID is the unique identifier for the type CapRefreshProvisioning_refreshDeviceCert_Params.

View Source
const CapRefreshProvisioning_refreshDeviceCert_Results_TypeID = 0xdb45b32e421221f7

CapRefreshProvisioning_refreshDeviceCert_Results_TypeID is the unique identifier for the type CapRefreshProvisioning_refreshDeviceCert_Results.

View Source
const CapRequestProvisioning_TypeID = 0xc030b983562bd8a4

CapRequestProvisioning_TypeID is the unique identifier for the type CapRequestProvisioning.

View Source
const CapRequestProvisioning_submitProvisioningRequest_Params_TypeID = 0xbbdcc0b62dd56424

CapRequestProvisioning_submitProvisioningRequest_Params_TypeID is the unique identifier for the type CapRequestProvisioning_submitProvisioningRequest_Params.

View Source
const CapRequestProvisioning_submitProvisioningRequest_Results_TypeID = 0xc3743df7b9645cc6

CapRequestProvisioning_submitProvisioningRequest_Results_TypeID is the unique identifier for the type CapRequestProvisioning_submitProvisioningRequest_Results.

View Source
const CapResolverService_TypeID = 0xab76eb2c88343a05

CapResolverService_TypeID is the unique identifier for the type CapResolverService.

View Source
const CapServiceCerts_TypeID = 0xfb03fbde72bfd77b

CapServiceCerts_TypeID is the unique identifier for the type CapServiceCerts.

View Source
const CapServiceCerts_createServiceCert_Params_TypeID = 0x9034b47b50ec3828

CapServiceCerts_createServiceCert_Params_TypeID is the unique identifier for the type CapServiceCerts_createServiceCert_Params.

View Source
const CapServiceCerts_createServiceCert_Results_TypeID = 0xfadea51c36b495d7

CapServiceCerts_createServiceCert_Results_TypeID is the unique identifier for the type CapServiceCerts_createServiceCert_Results.

View Source
const CapServicePubSub_TypeID = 0xf9bfff17720dccba

CapServicePubSub_TypeID is the unique identifier for the type CapServicePubSub.

View Source
const CapServicePubSub_subActions_Params_TypeID = 0xee3e107dce1b7eee

CapServicePubSub_subActions_Params_TypeID is the unique identifier for the type CapServicePubSub_subActions_Params.

View Source
const CapServicePubSub_subActions_Results_TypeID = 0xb495269b0f4ed2b7

CapServicePubSub_subActions_Results_TypeID is the unique identifier for the type CapServicePubSub_subActions_Results.

View Source
const CapState_TypeID = 0xd11db16b4eb22eec

CapState_TypeID is the unique identifier for the type CapState.

View Source
const CapState_capClientState_Params_TypeID = 0xebba2a63a6381c2f

CapState_capClientState_Params_TypeID is the unique identifier for the type CapState_capClientState_Params.

View Source
const CapState_capClientState_Results_TypeID = 0x9592f3c8d197afde

CapState_capClientState_Results_TypeID is the unique identifier for the type CapState_capClientState_Results.

View Source
const CapSubscriptionHandler_TypeID = 0x80433d2ee6f482f5

CapSubscriptionHandler_TypeID is the unique identifier for the type CapSubscriptionHandler.

View Source
const CapSubscriptionHandler_handleValue_Params_TypeID = 0x9290df923ae70938

CapSubscriptionHandler_handleValue_Params_TypeID is the unique identifier for the type CapSubscriptionHandler_handleValue_Params.

View Source
const CapSubscriptionHandler_handleValue_Results_TypeID = 0xc6a7b2614c3fad2c

CapSubscriptionHandler_handleValue_Results_TypeID is the unique identifier for the type CapSubscriptionHandler_handleValue_Results.

View Source
const CapUpdateDirectory_TypeID = 0x859a9432de9f13ae

CapUpdateDirectory_TypeID is the unique identifier for the type CapUpdateDirectory.

View Source
const CapUpdateDirectory_removeTD_Params_TypeID = 0xe42c18fae46c41d6

CapUpdateDirectory_removeTD_Params_TypeID is the unique identifier for the type CapUpdateDirectory_removeTD_Params.

View Source
const CapUpdateDirectory_removeTD_Results_TypeID = 0xd95e680dea6a35c4

CapUpdateDirectory_removeTD_Results_TypeID is the unique identifier for the type CapUpdateDirectory_removeTD_Results.

View Source
const CapUpdateDirectory_updateTD_Params_TypeID = 0x8b29feea8de52fc2

CapUpdateDirectory_updateTD_Params_TypeID is the unique identifier for the type CapUpdateDirectory_updateTD_Params.

View Source
const CapUpdateDirectory_updateTD_Results_TypeID = 0xc467c34fc2089673

CapUpdateDirectory_updateTD_Results_TypeID is the unique identifier for the type CapUpdateDirectory_updateTD_Results.

View Source
const CapUserAuthn_TypeID = 0xb42266ae95764a2f

CapUserAuthn_TypeID is the unique identifier for the type CapUserAuthn.

View Source
const CapUserAuthn_getProfile_Params_TypeID = 0x98f7a88d8ec4c1c0

CapUserAuthn_getProfile_Params_TypeID is the unique identifier for the type CapUserAuthn_getProfile_Params.

View Source
const CapUserAuthn_getProfile_Results_TypeID = 0xd3ab3daf5d31eb03

CapUserAuthn_getProfile_Results_TypeID is the unique identifier for the type CapUserAuthn_getProfile_Results.

View Source
const CapUserAuthn_login_Params_TypeID = 0x91c8c0a05a1ee6f4

CapUserAuthn_login_Params_TypeID is the unique identifier for the type CapUserAuthn_login_Params.

View Source
const CapUserAuthn_login_Results_TypeID = 0xda2c28aea8073720

CapUserAuthn_login_Results_TypeID is the unique identifier for the type CapUserAuthn_login_Results.

View Source
const CapUserAuthn_logout_Params_TypeID = 0x81ccd5a4ad2aa0d9

CapUserAuthn_logout_Params_TypeID is the unique identifier for the type CapUserAuthn_logout_Params.

View Source
const CapUserAuthn_logout_Results_TypeID = 0xbb1be9df471e9b74

CapUserAuthn_logout_Results_TypeID is the unique identifier for the type CapUserAuthn_logout_Results.

View Source
const CapUserAuthn_refresh_Params_TypeID = 0x8a007ccfc6846d2c

CapUserAuthn_refresh_Params_TypeID is the unique identifier for the type CapUserAuthn_refresh_Params.

View Source
const CapUserAuthn_refresh_Results_TypeID = 0xb8f2fc96dded89b3

CapUserAuthn_refresh_Results_TypeID is the unique identifier for the type CapUserAuthn_refresh_Results.

View Source
const CapUserAuthn_setPassword_Params_TypeID = 0xc24d2df029f38b08

CapUserAuthn_setPassword_Params_TypeID is the unique identifier for the type CapUserAuthn_setPassword_Params.

View Source
const CapUserAuthn_setPassword_Results_TypeID = 0xba0eadefa6a1bdd7

CapUserAuthn_setPassword_Results_TypeID is the unique identifier for the type CapUserAuthn_setPassword_Results.

View Source
const CapUserAuthn_setProfile_Params_TypeID = 0x9604e07c9629f204

CapUserAuthn_setProfile_Params_TypeID is the unique identifier for the type CapUserAuthn_setProfile_Params.

View Source
const CapUserAuthn_setProfile_Results_TypeID = 0xba2709b2850e5ca8

CapUserAuthn_setProfile_Results_TypeID is the unique identifier for the type CapUserAuthn_setProfile_Results.

View Source
const CapUserCerts_TypeID = 0xbf895d6d45760872

CapUserCerts_TypeID is the unique identifier for the type CapUserCerts.

View Source
const CapUserCerts_createUserCert_Params_TypeID = 0x80ba300a9babc95b

CapUserCerts_createUserCert_Params_TypeID is the unique identifier for the type CapUserCerts_createUserCert_Params.

View Source
const CapUserCerts_createUserCert_Results_TypeID = 0xaea61579d1d72744

CapUserCerts_createUserCert_Results_TypeID is the unique identifier for the type CapUserCerts_createUserCert_Results.

View Source
const CapUserPubSub_TypeID = 0xad556cb9c8905a7b

CapUserPubSub_TypeID is the unique identifier for the type CapUserPubSub.

View Source
const CapUserPubSub_pubAction_Params_TypeID = 0x913808ae28ff6473

CapUserPubSub_pubAction_Params_TypeID is the unique identifier for the type CapUserPubSub_pubAction_Params.

View Source
const CapUserPubSub_pubAction_Results_TypeID = 0xc3ba28619686bf88

CapUserPubSub_pubAction_Results_TypeID is the unique identifier for the type CapUserPubSub_pubAction_Results.

View Source
const CapUserPubSub_subEvent_Params_TypeID = 0xae7ce3209daecb9a

CapUserPubSub_subEvent_Params_TypeID is the unique identifier for the type CapUserPubSub_subEvent_Params.

View Source
const CapUserPubSub_subEvent_Results_TypeID = 0x95c0951f289d3d1a

CapUserPubSub_subEvent_Results_TypeID is the unique identifier for the type CapUserPubSub_subEvent_Results.

View Source
const CapUserPubSub_subTDs_Params_TypeID = 0xa1fcad99b548f00c

CapUserPubSub_subTDs_Params_TypeID is the unique identifier for the type CapUserPubSub_subTDs_Params.

View Source
const CapUserPubSub_subTDs_Results_TypeID = 0x8f93aea5ec1f82bf

CapUserPubSub_subTDs_Results_TypeID is the unique identifier for the type CapUserPubSub_subTDs_Results.

View Source
const CapVerifyAuthz_TypeID = 0xd908552cc4662bcb

CapVerifyAuthz_TypeID is the unique identifier for the type CapVerifyAuthz.

View Source
const CapVerifyAuthz_getPermissions_Params_TypeID = 0xb32101cd36b4d785

CapVerifyAuthz_getPermissions_Params_TypeID is the unique identifier for the type CapVerifyAuthz_getPermissions_Params.

View Source
const CapVerifyAuthz_getPermissions_Results_TypeID = 0xec8c33f61af0fe5c

CapVerifyAuthz_getPermissions_Results_TypeID is the unique identifier for the type CapVerifyAuthz_getPermissions_Results.

View Source
const CapVerifyCerts_TypeID = 0xa184693083b66c59

CapVerifyCerts_TypeID is the unique identifier for the type CapVerifyCerts.

View Source
const CapVerifyCerts_verifyCert_Params_TypeID = 0x9a854004bdf77cec

CapVerifyCerts_verifyCert_Params_TypeID is the unique identifier for the type CapVerifyCerts_verifyCert_Params.

View Source
const CapVerifyCerts_verifyCert_Results_TypeID = 0x94c029bc0d5d837d

CapVerifyCerts_verifyCert_Results_TypeID is the unique identifier for the type CapVerifyCerts_verifyCert_Results.

View Source
const CapabilityInfo_TypeID = 0xae50171d46b6aaf1

CapabilityInfo_TypeID is the unique identifier for the type CapabilityInfo.

View Source
const ClientInfo_TypeID = 0xa84de8606bebcb5f

ClientInfo_TypeID is the unique identifier for the type ClientInfo.

View Source
const ClientType = uint64(0xe1385e5b215ca71f)
View Source
const EventRetention_TypeID = 0x82949d8d788d3f1c

EventRetention_TypeID is the unique identifier for the type EventRetention.

View Source
const (
	GatewayServiceName = "gateway"
)

Constants defined in Gateway.capnp.

View Source
const (
	GoISO8601Format = "2006-01-02T15:04:05.000-0700"
)

Constants defined in Thing.capnp.

View Source
const Group_TypeID = 0xe8a6e2efa864976a

Group_TypeID is the unique identifier for the type Group.

View Source
const KeyValueMap_Entry_TypeID = 0xd929beeebbbcb3a1

KeyValueMap_Entry_TypeID is the unique identifier for the type KeyValueMap_Entry.

View Source
const KeyValueMap_TypeID = 0xf5b8f559366e8d7d

KeyValueMap_TypeID is the unique identifier for the type KeyValueMap.

View Source
const (
	LauncherServiceName = "launcher"
)

Constants defined in Launcher.capnp.

View Source
const OOBSecret_TypeID = 0xf57827bb15119eee

OOBSecret_TypeID is the unique identifier for the type OOBSecret.

View Source
const ProvisionStatus_TypeID = 0xfc89b3e24fe8aa64

ProvisionStatus_TypeID is the unique identifier for the type ProvisionStatus.

View Source
const RoleMap_Entry_TypeID = 0x97183a096ac47cf5

RoleMap_Entry_TypeID is the unique identifier for the type RoleMap_Entry.

View Source
const RoleMap_TypeID = 0x9e451e166449d1c8

RoleMap_TypeID is the unique identifier for the type RoleMap.

View Source
const ServiceInfo_TypeID = 0x8aa0c0b71a33baab

ServiceInfo_TypeID is the unique identifier for the type ServiceInfo.

View Source
const ThingValueMap_Entry_TypeID = 0xa75dd2927f33dca6

ThingValueMap_Entry_TypeID is the unique identifier for the type ThingValueMap_Entry.

View Source
const ThingValueMap_TypeID = 0xccab8f814d133426

ThingValueMap_TypeID is the unique identifier for the type ThingValueMap.

View Source
const ThingValue_TypeID = 0x9bd6e69db8968092

ThingValue_TypeID is the unique identifier for the type ThingValue.

View Source
const UserProfile_TypeID = 0xcdce39482d244d4a

UserProfile_TypeID is the unique identifier for the type UserProfile.

Variables

This section is empty.

Functions

func CapAddHistory_Methods

func CapAddHistory_Methods(methods []server.Method, s CapAddHistory_Server) []server.Method

CapAddHistory_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapAddHistory_NewServer

func CapAddHistory_NewServer(s CapAddHistory_Server) *server.Server

CapAddHistory_NewServer creates a new Server from an implementation of CapAddHistory_Server.

func CapAuthn_Methods

func CapAuthn_Methods(methods []server.Method, s CapAuthn_Server) []server.Method

CapAuthn_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapAuthn_NewServer

func CapAuthn_NewServer(s CapAuthn_Server) *server.Server

CapAuthn_NewServer creates a new Server from an implementation of CapAuthn_Server.

func CapAuthz_Methods

func CapAuthz_Methods(methods []server.Method, s CapAuthz_Server) []server.Method

CapAuthz_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapAuthz_NewServer

func CapAuthz_NewServer(s CapAuthz_Server) *server.Server

CapAuthz_NewServer creates a new Server from an implementation of CapAuthz_Server.

func CapBucketCursor_Methods

func CapBucketCursor_Methods(methods []server.Method, s CapBucketCursor_Server) []server.Method

CapBucketCursor_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapBucketCursor_NewServer

func CapBucketCursor_NewServer(s CapBucketCursor_Server) *server.Server

CapBucketCursor_NewServer creates a new Server from an implementation of CapBucketCursor_Server.

func CapCerts_Methods

func CapCerts_Methods(methods []server.Method, s CapCerts_Server) []server.Method

CapCerts_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapCerts_NewServer

func CapCerts_NewServer(s CapCerts_Server) *server.Server

CapCerts_NewServer creates a new Server from an implementation of CapCerts_Server.

func CapClientAuthz_Methods

func CapClientAuthz_Methods(methods []server.Method, s CapClientAuthz_Server) []server.Method

CapClientAuthz_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapClientAuthz_NewServer

func CapClientAuthz_NewServer(s CapClientAuthz_Server) *server.Server

CapClientAuthz_NewServer creates a new Server from an implementation of CapClientAuthz_Server.

func CapClientState_Methods

func CapClientState_Methods(methods []server.Method, s CapClientState_Server) []server.Method

CapClientState_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapClientState_NewServer

func CapClientState_NewServer(s CapClientState_Server) *server.Server

CapClientState_NewServer creates a new Server from an implementation of CapClientState_Server.

func CapDeviceCerts_Methods

func CapDeviceCerts_Methods(methods []server.Method, s CapDeviceCerts_Server) []server.Method

CapDeviceCerts_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapDeviceCerts_NewServer

func CapDeviceCerts_NewServer(s CapDeviceCerts_Server) *server.Server

CapDeviceCerts_NewServer creates a new Server from an implementation of CapDeviceCerts_Server.

func CapDevicePubSub_Methods

func CapDevicePubSub_Methods(methods []server.Method, s CapDevicePubSub_Server) []server.Method

CapDevicePubSub_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapDevicePubSub_NewServer

func CapDevicePubSub_NewServer(s CapDevicePubSub_Server) *server.Server

CapDevicePubSub_NewServer creates a new Server from an implementation of CapDevicePubSub_Server.

func CapDirectoryCursor_Methods

func CapDirectoryCursor_Methods(methods []server.Method, s CapDirectoryCursor_Server) []server.Method

CapDirectoryCursor_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapDirectoryCursor_NewServer

func CapDirectoryCursor_NewServer(s CapDirectoryCursor_Server) *server.Server

CapDirectoryCursor_NewServer creates a new Server from an implementation of CapDirectoryCursor_Server.

func CapDirectoryService_Methods

func CapDirectoryService_Methods(methods []server.Method, s CapDirectoryService_Server) []server.Method

CapDirectoryService_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapDirectoryService_NewServer

func CapDirectoryService_NewServer(s CapDirectoryService_Server) *server.Server

CapDirectoryService_NewServer creates a new Server from an implementation of CapDirectoryService_Server.

func CapGatewaySession_Methods

func CapGatewaySession_Methods(methods []server.Method, s CapGatewaySession_Server) []server.Method

CapGatewaySession_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapGatewaySession_NewServer

func CapGatewaySession_NewServer(s CapGatewaySession_Server) *server.Server

CapGatewaySession_NewServer creates a new Server from an implementation of CapGatewaySession_Server.

func CapHistoryCursor_Methods

func CapHistoryCursor_Methods(methods []server.Method, s CapHistoryCursor_Server) []server.Method

CapHistoryCursor_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapHistoryCursor_NewServer

func CapHistoryCursor_NewServer(s CapHistoryCursor_Server) *server.Server

CapHistoryCursor_NewServer creates a new Server from an implementation of CapHistoryCursor_Server.

func CapHistoryService_Methods

func CapHistoryService_Methods(methods []server.Method, s CapHistoryService_Server) []server.Method

CapHistoryService_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapHistoryService_NewServer

func CapHistoryService_NewServer(s CapHistoryService_Server) *server.Server

CapHistoryService_NewServer creates a new Server from an implementation of CapHistoryService_Server.

func CapLauncher_Methods

func CapLauncher_Methods(methods []server.Method, s CapLauncher_Server) []server.Method

CapLauncher_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapLauncher_NewServer

func CapLauncher_NewServer(s CapLauncher_Server) *server.Server

CapLauncher_NewServer creates a new Server from an implementation of CapLauncher_Server.

func CapManageAuthn_Methods

func CapManageAuthn_Methods(methods []server.Method, s CapManageAuthn_Server) []server.Method

CapManageAuthn_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapManageAuthn_NewServer

func CapManageAuthn_NewServer(s CapManageAuthn_Server) *server.Server

CapManageAuthn_NewServer creates a new Server from an implementation of CapManageAuthn_Server.

func CapManageAuthz_Methods

func CapManageAuthz_Methods(methods []server.Method, s CapManageAuthz_Server) []server.Method

CapManageAuthz_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapManageAuthz_NewServer

func CapManageAuthz_NewServer(s CapManageAuthz_Server) *server.Server

CapManageAuthz_NewServer creates a new Server from an implementation of CapManageAuthz_Server.

func CapManageProvisioning_Methods

func CapManageProvisioning_Methods(methods []server.Method, s CapManageProvisioning_Server) []server.Method

CapManageProvisioning_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapManageProvisioning_NewServer

func CapManageProvisioning_NewServer(s CapManageProvisioning_Server) *server.Server

CapManageProvisioning_NewServer creates a new Server from an implementation of CapManageProvisioning_Server.

func CapManageRetention_Methods

func CapManageRetention_Methods(methods []server.Method, s CapManageRetention_Server) []server.Method

CapManageRetention_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapManageRetention_NewServer

func CapManageRetention_NewServer(s CapManageRetention_Server) *server.Server

CapManageRetention_NewServer creates a new Server from an implementation of CapManageRetention_Server.

func CapProvider_Methods

func CapProvider_Methods(methods []server.Method, s CapProvider_Server) []server.Method

CapProvider_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapProvider_NewServer

func CapProvider_NewServer(s CapProvider_Server) *server.Server

CapProvider_NewServer creates a new Server from an implementation of CapProvider_Server.

func CapProvisioning_Methods

func CapProvisioning_Methods(methods []server.Method, s CapProvisioning_Server) []server.Method

CapProvisioning_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapProvisioning_NewServer

func CapProvisioning_NewServer(s CapProvisioning_Server) *server.Server

CapProvisioning_NewServer creates a new Server from an implementation of CapProvisioning_Server.

func CapPubSubService_Methods

func CapPubSubService_Methods(methods []server.Method, s CapPubSubService_Server) []server.Method

CapPubSubService_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapPubSubService_NewServer

func CapPubSubService_NewServer(s CapPubSubService_Server) *server.Server

CapPubSubService_NewServer creates a new Server from an implementation of CapPubSubService_Server.

func CapReadDirectory_Methods

func CapReadDirectory_Methods(methods []server.Method, s CapReadDirectory_Server) []server.Method

CapReadDirectory_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapReadDirectory_NewServer

func CapReadDirectory_NewServer(s CapReadDirectory_Server) *server.Server

CapReadDirectory_NewServer creates a new Server from an implementation of CapReadDirectory_Server.

func CapReadHistory_Methods

func CapReadHistory_Methods(methods []server.Method, s CapReadHistory_Server) []server.Method

CapReadHistory_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapReadHistory_NewServer

func CapReadHistory_NewServer(s CapReadHistory_Server) *server.Server

CapReadHistory_NewServer creates a new Server from an implementation of CapReadHistory_Server.

func CapRefreshProvisioning_Methods

func CapRefreshProvisioning_Methods(methods []server.Method, s CapRefreshProvisioning_Server) []server.Method

CapRefreshProvisioning_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapRefreshProvisioning_NewServer

func CapRefreshProvisioning_NewServer(s CapRefreshProvisioning_Server) *server.Server

CapRefreshProvisioning_NewServer creates a new Server from an implementation of CapRefreshProvisioning_Server.

func CapRequestProvisioning_Methods

func CapRequestProvisioning_Methods(methods []server.Method, s CapRequestProvisioning_Server) []server.Method

CapRequestProvisioning_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapRequestProvisioning_NewServer

func CapRequestProvisioning_NewServer(s CapRequestProvisioning_Server) *server.Server

CapRequestProvisioning_NewServer creates a new Server from an implementation of CapRequestProvisioning_Server.

func CapResolverService_Methods

func CapResolverService_Methods(methods []server.Method, s CapResolverService_Server) []server.Method

CapResolverService_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapResolverService_NewServer

func CapResolverService_NewServer(s CapResolverService_Server) *server.Server

CapResolverService_NewServer creates a new Server from an implementation of CapResolverService_Server.

func CapServiceCerts_Methods

func CapServiceCerts_Methods(methods []server.Method, s CapServiceCerts_Server) []server.Method

CapServiceCerts_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapServiceCerts_NewServer

func CapServiceCerts_NewServer(s CapServiceCerts_Server) *server.Server

CapServiceCerts_NewServer creates a new Server from an implementation of CapServiceCerts_Server.

func CapServicePubSub_Methods

func CapServicePubSub_Methods(methods []server.Method, s CapServicePubSub_Server) []server.Method

CapServicePubSub_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapServicePubSub_NewServer

func CapServicePubSub_NewServer(s CapServicePubSub_Server) *server.Server

CapServicePubSub_NewServer creates a new Server from an implementation of CapServicePubSub_Server.

func CapState_Methods

func CapState_Methods(methods []server.Method, s CapState_Server) []server.Method

CapState_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapState_NewServer

func CapState_NewServer(s CapState_Server) *server.Server

CapState_NewServer creates a new Server from an implementation of CapState_Server.

func CapSubscriptionHandler_Methods

func CapSubscriptionHandler_Methods(methods []server.Method, s CapSubscriptionHandler_Server) []server.Method

CapSubscriptionHandler_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapSubscriptionHandler_NewServer

func CapSubscriptionHandler_NewServer(s CapSubscriptionHandler_Server) *server.Server

CapSubscriptionHandler_NewServer creates a new Server from an implementation of CapSubscriptionHandler_Server.

func CapUpdateDirectory_Methods

func CapUpdateDirectory_Methods(methods []server.Method, s CapUpdateDirectory_Server) []server.Method

CapUpdateDirectory_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapUpdateDirectory_NewServer

func CapUpdateDirectory_NewServer(s CapUpdateDirectory_Server) *server.Server

CapUpdateDirectory_NewServer creates a new Server from an implementation of CapUpdateDirectory_Server.

func CapUserAuthn_Methods

func CapUserAuthn_Methods(methods []server.Method, s CapUserAuthn_Server) []server.Method

CapUserAuthn_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapUserAuthn_NewServer

func CapUserAuthn_NewServer(s CapUserAuthn_Server) *server.Server

CapUserAuthn_NewServer creates a new Server from an implementation of CapUserAuthn_Server.

func CapUserCerts_Methods

func CapUserCerts_Methods(methods []server.Method, s CapUserCerts_Server) []server.Method

CapUserCerts_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapUserCerts_NewServer

func CapUserCerts_NewServer(s CapUserCerts_Server) *server.Server

CapUserCerts_NewServer creates a new Server from an implementation of CapUserCerts_Server.

func CapUserPubSub_Methods

func CapUserPubSub_Methods(methods []server.Method, s CapUserPubSub_Server) []server.Method

CapUserPubSub_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapUserPubSub_NewServer

func CapUserPubSub_NewServer(s CapUserPubSub_Server) *server.Server

CapUserPubSub_NewServer creates a new Server from an implementation of CapUserPubSub_Server.

func CapVerifyAuthz_Methods

func CapVerifyAuthz_Methods(methods []server.Method, s CapVerifyAuthz_Server) []server.Method

CapVerifyAuthz_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapVerifyAuthz_NewServer

func CapVerifyAuthz_NewServer(s CapVerifyAuthz_Server) *server.Server

CapVerifyAuthz_NewServer creates a new Server from an implementation of CapVerifyAuthz_Server.

func CapVerifyCerts_Methods

func CapVerifyCerts_Methods(methods []server.Method, s CapVerifyCerts_Server) []server.Method

CapVerifyCerts_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func CapVerifyCerts_NewServer

func CapVerifyCerts_NewServer(s CapVerifyCerts_Server) *server.Server

CapVerifyCerts_NewServer creates a new Server from an implementation of CapVerifyCerts_Server.

Types

type BucketStoreInfo

type BucketStoreInfo capnp.Struct

func NewBucketStoreInfo

func NewBucketStoreInfo(s *capnp.Segment) (BucketStoreInfo, error)

func NewRootBucketStoreInfo

func NewRootBucketStoreInfo(s *capnp.Segment) (BucketStoreInfo, error)

func ReadRootBucketStoreInfo

func ReadRootBucketStoreInfo(msg *capnp.Message) (BucketStoreInfo, error)

func (BucketStoreInfo) DataSize

func (s BucketStoreInfo) DataSize() int64

func (BucketStoreInfo) DecodeFromPtr

func (BucketStoreInfo) DecodeFromPtr(p capnp.Ptr) BucketStoreInfo

func (BucketStoreInfo) EncodeAsPtr

func (s BucketStoreInfo) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (BucketStoreInfo) Engine

func (s BucketStoreInfo) Engine() (string, error)

func (BucketStoreInfo) EngineBytes

func (s BucketStoreInfo) EngineBytes() ([]byte, error)

func (BucketStoreInfo) HasEngine

func (s BucketStoreInfo) HasEngine() bool

func (BucketStoreInfo) HasId

func (s BucketStoreInfo) HasId() bool

func (BucketStoreInfo) Id

func (s BucketStoreInfo) Id() (string, error)

func (BucketStoreInfo) IdBytes

func (s BucketStoreInfo) IdBytes() ([]byte, error)

func (BucketStoreInfo) IsValid

func (s BucketStoreInfo) IsValid() bool

func (BucketStoreInfo) Message

func (s BucketStoreInfo) Message() *capnp.Message

func (BucketStoreInfo) NrRecords

func (s BucketStoreInfo) NrRecords() int64

func (BucketStoreInfo) Segment

func (s BucketStoreInfo) Segment() *capnp.Segment

func (BucketStoreInfo) SetDataSize

func (s BucketStoreInfo) SetDataSize(v int64)

func (BucketStoreInfo) SetEngine

func (s BucketStoreInfo) SetEngine(v string) error

func (BucketStoreInfo) SetId

func (s BucketStoreInfo) SetId(v string) error

func (BucketStoreInfo) SetNrRecords

func (s BucketStoreInfo) SetNrRecords(v int64)

func (BucketStoreInfo) String

func (s BucketStoreInfo) String() string

func (BucketStoreInfo) ToPtr

func (s BucketStoreInfo) ToPtr() capnp.Ptr

type BucketStoreInfo_Future

type BucketStoreInfo_Future struct{ *capnp.Future }

BucketStoreInfo_Future is a wrapper for a BucketStoreInfo promised by a client call.

func (BucketStoreInfo_Future) Struct

type BucketStoreInfo_List

type BucketStoreInfo_List = capnp.StructList[BucketStoreInfo]

BucketStoreInfo_List is a list of BucketStoreInfo.

func NewBucketStoreInfo_List

func NewBucketStoreInfo_List(s *capnp.Segment, sz int32) (BucketStoreInfo_List, error)

NewBucketStoreInfo creates a new list of BucketStoreInfo.

type CapAddHistory

type CapAddHistory capnp.Client

func CapAddHistory_ServerToClient

func CapAddHistory_ServerToClient(s CapAddHistory_Server) CapAddHistory

CapAddHistory_ServerToClient creates a new Client from an implementation of CapAddHistory_Server. The caller is responsible for calling Release on the returned Client.

func (CapAddHistory) AddRef

func (c CapAddHistory) AddRef() CapAddHistory

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 (CapAddHistory) DecodeFromPtr

func (CapAddHistory) DecodeFromPtr(p capnp.Ptr) CapAddHistory

func (CapAddHistory) EncodeAsPtr

func (c CapAddHistory) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapAddHistory) GetFlowLimiter

func (c CapAddHistory) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapAddHistory) IsSame

func (c CapAddHistory) IsSame(other CapAddHistory) 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 (CapAddHistory) IsValid

func (c CapAddHistory) 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 (CapAddHistory) Release

func (c CapAddHistory) 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 (CapAddHistory) Resolve

func (c CapAddHistory) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapAddHistory) SetFlowLimiter

func (c CapAddHistory) 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 (CapAddHistory) String

func (c CapAddHistory) 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 CapAddHistory_List

type CapAddHistory_List = capnp.CapList[CapAddHistory]

CapAddHistory_List is a list of CapAddHistory.

func NewCapAddHistory_List

func NewCapAddHistory_List(s *capnp.Segment, sz int32) (CapAddHistory_List, error)

NewCapAddHistory creates a new list of CapAddHistory.

type CapAddHistory_addAction

type CapAddHistory_addAction struct {
	*server.Call
}

CapAddHistory_addAction holds the state for a server call to CapAddHistory.addAction. See server.Call for documentation.

func (CapAddHistory_addAction) AllocResults

AllocResults allocates the results struct.

func (CapAddHistory_addAction) Args

Args returns the call's arguments.

type CapAddHistory_addAction_Params

type CapAddHistory_addAction_Params capnp.Struct

func NewCapAddHistory_addAction_Params

func NewCapAddHistory_addAction_Params(s *capnp.Segment) (CapAddHistory_addAction_Params, error)

func NewRootCapAddHistory_addAction_Params

func NewRootCapAddHistory_addAction_Params(s *capnp.Segment) (CapAddHistory_addAction_Params, error)

func ReadRootCapAddHistory_addAction_Params

func ReadRootCapAddHistory_addAction_Params(msg *capnp.Message) (CapAddHistory_addAction_Params, error)

func (CapAddHistory_addAction_Params) DecodeFromPtr

func (CapAddHistory_addAction_Params) EncodeAsPtr

func (CapAddHistory_addAction_Params) HasTv

func (CapAddHistory_addAction_Params) IsValid

func (CapAddHistory_addAction_Params) Message

func (CapAddHistory_addAction_Params) NewTv

NewTv sets the tv field to a newly allocated ThingValue struct, preferring placement in s's segment.

func (CapAddHistory_addAction_Params) Segment

func (CapAddHistory_addAction_Params) SetTv

func (CapAddHistory_addAction_Params) String

func (CapAddHistory_addAction_Params) ToPtr

func (CapAddHistory_addAction_Params) Tv

type CapAddHistory_addAction_Params_Future

type CapAddHistory_addAction_Params_Future struct{ *capnp.Future }

CapAddHistory_addAction_Params_Future is a wrapper for a CapAddHistory_addAction_Params promised by a client call.

func (CapAddHistory_addAction_Params_Future) Struct

func (CapAddHistory_addAction_Params_Future) Tv

type CapAddHistory_addAction_Params_List

type CapAddHistory_addAction_Params_List = capnp.StructList[CapAddHistory_addAction_Params]

CapAddHistory_addAction_Params_List is a list of CapAddHistory_addAction_Params.

func NewCapAddHistory_addAction_Params_List

func NewCapAddHistory_addAction_Params_List(s *capnp.Segment, sz int32) (CapAddHistory_addAction_Params_List, error)

NewCapAddHistory_addAction_Params creates a new list of CapAddHistory_addAction_Params.

type CapAddHistory_addAction_Results

type CapAddHistory_addAction_Results capnp.Struct

func NewCapAddHistory_addAction_Results

func NewCapAddHistory_addAction_Results(s *capnp.Segment) (CapAddHistory_addAction_Results, error)

func NewRootCapAddHistory_addAction_Results

func NewRootCapAddHistory_addAction_Results(s *capnp.Segment) (CapAddHistory_addAction_Results, error)

func ReadRootCapAddHistory_addAction_Results

func ReadRootCapAddHistory_addAction_Results(msg *capnp.Message) (CapAddHistory_addAction_Results, error)

func (CapAddHistory_addAction_Results) DecodeFromPtr

func (CapAddHistory_addAction_Results) EncodeAsPtr

func (CapAddHistory_addAction_Results) IsValid

func (CapAddHistory_addAction_Results) Message

func (CapAddHistory_addAction_Results) Segment

func (CapAddHistory_addAction_Results) String

func (CapAddHistory_addAction_Results) ToPtr

type CapAddHistory_addAction_Results_Future

type CapAddHistory_addAction_Results_Future struct{ *capnp.Future }

CapAddHistory_addAction_Results_Future is a wrapper for a CapAddHistory_addAction_Results promised by a client call.

func (CapAddHistory_addAction_Results_Future) Struct

type CapAddHistory_addAction_Results_List

type CapAddHistory_addAction_Results_List = capnp.StructList[CapAddHistory_addAction_Results]

CapAddHistory_addAction_Results_List is a list of CapAddHistory_addAction_Results.

func NewCapAddHistory_addAction_Results_List

func NewCapAddHistory_addAction_Results_List(s *capnp.Segment, sz int32) (CapAddHistory_addAction_Results_List, error)

NewCapAddHistory_addAction_Results creates a new list of CapAddHistory_addAction_Results.

type CapAddHistory_addEvent

type CapAddHistory_addEvent struct {
	*server.Call
}

CapAddHistory_addEvent holds the state for a server call to CapAddHistory.addEvent. See server.Call for documentation.

func (CapAddHistory_addEvent) AllocResults

AllocResults allocates the results struct.

func (CapAddHistory_addEvent) Args

Args returns the call's arguments.

type CapAddHistory_addEvent_Params

type CapAddHistory_addEvent_Params capnp.Struct

func NewCapAddHistory_addEvent_Params

func NewCapAddHistory_addEvent_Params(s *capnp.Segment) (CapAddHistory_addEvent_Params, error)

func NewRootCapAddHistory_addEvent_Params

func NewRootCapAddHistory_addEvent_Params(s *capnp.Segment) (CapAddHistory_addEvent_Params, error)

func ReadRootCapAddHistory_addEvent_Params

func ReadRootCapAddHistory_addEvent_Params(msg *capnp.Message) (CapAddHistory_addEvent_Params, error)

func (CapAddHistory_addEvent_Params) DecodeFromPtr

func (CapAddHistory_addEvent_Params) EncodeAsPtr

func (s CapAddHistory_addEvent_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapAddHistory_addEvent_Params) HasTv

func (CapAddHistory_addEvent_Params) IsValid

func (s CapAddHistory_addEvent_Params) IsValid() bool

func (CapAddHistory_addEvent_Params) Message

func (CapAddHistory_addEvent_Params) NewTv

NewTv sets the tv field to a newly allocated ThingValue struct, preferring placement in s's segment.

func (CapAddHistory_addEvent_Params) Segment

func (CapAddHistory_addEvent_Params) SetTv

func (CapAddHistory_addEvent_Params) String

func (CapAddHistory_addEvent_Params) ToPtr

func (CapAddHistory_addEvent_Params) Tv

type CapAddHistory_addEvent_Params_Future

type CapAddHistory_addEvent_Params_Future struct{ *capnp.Future }

CapAddHistory_addEvent_Params_Future is a wrapper for a CapAddHistory_addEvent_Params promised by a client call.

func (CapAddHistory_addEvent_Params_Future) Struct

func (CapAddHistory_addEvent_Params_Future) Tv

type CapAddHistory_addEvent_Params_List

type CapAddHistory_addEvent_Params_List = capnp.StructList[CapAddHistory_addEvent_Params]

CapAddHistory_addEvent_Params_List is a list of CapAddHistory_addEvent_Params.

func NewCapAddHistory_addEvent_Params_List

func NewCapAddHistory_addEvent_Params_List(s *capnp.Segment, sz int32) (CapAddHistory_addEvent_Params_List, error)

NewCapAddHistory_addEvent_Params creates a new list of CapAddHistory_addEvent_Params.

type CapAddHistory_addEvent_Results

type CapAddHistory_addEvent_Results capnp.Struct

func NewCapAddHistory_addEvent_Results

func NewCapAddHistory_addEvent_Results(s *capnp.Segment) (CapAddHistory_addEvent_Results, error)

func NewRootCapAddHistory_addEvent_Results

func NewRootCapAddHistory_addEvent_Results(s *capnp.Segment) (CapAddHistory_addEvent_Results, error)

func ReadRootCapAddHistory_addEvent_Results

func ReadRootCapAddHistory_addEvent_Results(msg *capnp.Message) (CapAddHistory_addEvent_Results, error)

func (CapAddHistory_addEvent_Results) DecodeFromPtr

func (CapAddHistory_addEvent_Results) EncodeAsPtr

func (CapAddHistory_addEvent_Results) IsValid

func (CapAddHistory_addEvent_Results) Message

func (CapAddHistory_addEvent_Results) Segment

func (CapAddHistory_addEvent_Results) String

func (CapAddHistory_addEvent_Results) ToPtr

type CapAddHistory_addEvent_Results_Future

type CapAddHistory_addEvent_Results_Future struct{ *capnp.Future }

CapAddHistory_addEvent_Results_Future is a wrapper for a CapAddHistory_addEvent_Results promised by a client call.

func (CapAddHistory_addEvent_Results_Future) Struct

type CapAddHistory_addEvent_Results_List

type CapAddHistory_addEvent_Results_List = capnp.StructList[CapAddHistory_addEvent_Results]

CapAddHistory_addEvent_Results_List is a list of CapAddHistory_addEvent_Results.

func NewCapAddHistory_addEvent_Results_List

func NewCapAddHistory_addEvent_Results_List(s *capnp.Segment, sz int32) (CapAddHistory_addEvent_Results_List, error)

NewCapAddHistory_addEvent_Results creates a new list of CapAddHistory_addEvent_Results.

type CapAddHistory_addEvents

type CapAddHistory_addEvents struct {
	*server.Call
}

CapAddHistory_addEvents holds the state for a server call to CapAddHistory.addEvents. See server.Call for documentation.

func (CapAddHistory_addEvents) AllocResults

AllocResults allocates the results struct.

func (CapAddHistory_addEvents) Args

Args returns the call's arguments.

type CapAddHistory_addEvents_Params

type CapAddHistory_addEvents_Params capnp.Struct

func NewCapAddHistory_addEvents_Params

func NewCapAddHistory_addEvents_Params(s *capnp.Segment) (CapAddHistory_addEvents_Params, error)

func NewRootCapAddHistory_addEvents_Params

func NewRootCapAddHistory_addEvents_Params(s *capnp.Segment) (CapAddHistory_addEvents_Params, error)

func ReadRootCapAddHistory_addEvents_Params

func ReadRootCapAddHistory_addEvents_Params(msg *capnp.Message) (CapAddHistory_addEvents_Params, error)

func (CapAddHistory_addEvents_Params) DecodeFromPtr

func (CapAddHistory_addEvents_Params) EncodeAsPtr

func (CapAddHistory_addEvents_Params) HasTv

func (CapAddHistory_addEvents_Params) IsValid

func (CapAddHistory_addEvents_Params) Message

func (CapAddHistory_addEvents_Params) NewTv

NewTv sets the tv field to a newly allocated ThingValue_List, preferring placement in s's segment.

func (CapAddHistory_addEvents_Params) Segment

func (CapAddHistory_addEvents_Params) SetTv

func (CapAddHistory_addEvents_Params) String

func (CapAddHistory_addEvents_Params) ToPtr

func (CapAddHistory_addEvents_Params) Tv

type CapAddHistory_addEvents_Params_Future

type CapAddHistory_addEvents_Params_Future struct{ *capnp.Future }

CapAddHistory_addEvents_Params_Future is a wrapper for a CapAddHistory_addEvents_Params promised by a client call.

func (CapAddHistory_addEvents_Params_Future) Struct

type CapAddHistory_addEvents_Params_List

type CapAddHistory_addEvents_Params_List = capnp.StructList[CapAddHistory_addEvents_Params]

CapAddHistory_addEvents_Params_List is a list of CapAddHistory_addEvents_Params.

func NewCapAddHistory_addEvents_Params_List

func NewCapAddHistory_addEvents_Params_List(s *capnp.Segment, sz int32) (CapAddHistory_addEvents_Params_List, error)

NewCapAddHistory_addEvents_Params creates a new list of CapAddHistory_addEvents_Params.

type CapAddHistory_addEvents_Results

type CapAddHistory_addEvents_Results capnp.Struct

func NewCapAddHistory_addEvents_Results

func NewCapAddHistory_addEvents_Results(s *capnp.Segment) (CapAddHistory_addEvents_Results, error)

func NewRootCapAddHistory_addEvents_Results

func NewRootCapAddHistory_addEvents_Results(s *capnp.Segment) (CapAddHistory_addEvents_Results, error)

func ReadRootCapAddHistory_addEvents_Results

func ReadRootCapAddHistory_addEvents_Results(msg *capnp.Message) (CapAddHistory_addEvents_Results, error)

func (CapAddHistory_addEvents_Results) DecodeFromPtr

func (CapAddHistory_addEvents_Results) EncodeAsPtr

func (CapAddHistory_addEvents_Results) IsValid

func (CapAddHistory_addEvents_Results) Message

func (CapAddHistory_addEvents_Results) Segment

func (CapAddHistory_addEvents_Results) String

func (CapAddHistory_addEvents_Results) ToPtr

type CapAddHistory_addEvents_Results_Future

type CapAddHistory_addEvents_Results_Future struct{ *capnp.Future }

CapAddHistory_addEvents_Results_Future is a wrapper for a CapAddHistory_addEvents_Results promised by a client call.

func (CapAddHistory_addEvents_Results_Future) Struct

type CapAddHistory_addEvents_Results_List

type CapAddHistory_addEvents_Results_List = capnp.StructList[CapAddHistory_addEvents_Results]

CapAddHistory_addEvents_Results_List is a list of CapAddHistory_addEvents_Results.

func NewCapAddHistory_addEvents_Results_List

func NewCapAddHistory_addEvents_Results_List(s *capnp.Segment, sz int32) (CapAddHistory_addEvents_Results_List, error)

NewCapAddHistory_addEvents_Results creates a new list of CapAddHistory_addEvents_Results.

type CapAuthn

type CapAuthn capnp.Client

func CapAuthn_ServerToClient

func CapAuthn_ServerToClient(s CapAuthn_Server) CapAuthn

CapAuthn_ServerToClient creates a new Client from an implementation of CapAuthn_Server. The caller is responsible for calling Release on the returned Client.

func (CapAuthn) AddRef

func (c CapAuthn) AddRef() CapAuthn

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 (CapAuthn) DecodeFromPtr

func (CapAuthn) DecodeFromPtr(p capnp.Ptr) CapAuthn

func (CapAuthn) EncodeAsPtr

func (c CapAuthn) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapAuthn) GetFlowLimiter

func (c CapAuthn) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapAuthn) IsSame

func (c CapAuthn) IsSame(other CapAuthn) 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 (CapAuthn) IsValid

func (c CapAuthn) 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 (CapAuthn) Release

func (c CapAuthn) 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 (CapAuthn) Resolve

func (c CapAuthn) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapAuthn) SetFlowLimiter

func (c CapAuthn) 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 (CapAuthn) String

func (c CapAuthn) 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 CapAuthn_List

type CapAuthn_List = capnp.CapList[CapAuthn]

CapAuthn_List is a list of CapAuthn.

func NewCapAuthn_List

func NewCapAuthn_List(s *capnp.Segment, sz int32) (CapAuthn_List, error)

NewCapAuthn creates a new list of CapAuthn.

type CapAuthn_Server

type CapAuthn_Server interface {
	CapUserAuthn(context.Context, CapAuthn_capUserAuthn) error

	CapManageAuthn(context.Context, CapAuthn_capManageAuthn) error
}

type CapAuthn_capManageAuthn

type CapAuthn_capManageAuthn struct {
	*server.Call
}

CapAuthn_capManageAuthn holds the state for a server call to CapAuthn.capManageAuthn. See server.Call for documentation.

func (CapAuthn_capManageAuthn) AllocResults

AllocResults allocates the results struct.

func (CapAuthn_capManageAuthn) Args

Args returns the call's arguments.

type CapAuthn_capManageAuthn_Params

type CapAuthn_capManageAuthn_Params capnp.Struct

func NewCapAuthn_capManageAuthn_Params

func NewCapAuthn_capManageAuthn_Params(s *capnp.Segment) (CapAuthn_capManageAuthn_Params, error)

func NewRootCapAuthn_capManageAuthn_Params

func NewRootCapAuthn_capManageAuthn_Params(s *capnp.Segment) (CapAuthn_capManageAuthn_Params, error)

func ReadRootCapAuthn_capManageAuthn_Params

func ReadRootCapAuthn_capManageAuthn_Params(msg *capnp.Message) (CapAuthn_capManageAuthn_Params, error)

func (CapAuthn_capManageAuthn_Params) ClientID

func (CapAuthn_capManageAuthn_Params) ClientIDBytes

func (s CapAuthn_capManageAuthn_Params) ClientIDBytes() ([]byte, error)

func (CapAuthn_capManageAuthn_Params) DecodeFromPtr

func (CapAuthn_capManageAuthn_Params) EncodeAsPtr

func (CapAuthn_capManageAuthn_Params) HasClientID

func (s CapAuthn_capManageAuthn_Params) HasClientID() bool

func (CapAuthn_capManageAuthn_Params) IsValid

func (CapAuthn_capManageAuthn_Params) Message

func (CapAuthn_capManageAuthn_Params) Segment

func (CapAuthn_capManageAuthn_Params) SetClientID

func (s CapAuthn_capManageAuthn_Params) SetClientID(v string) error

func (CapAuthn_capManageAuthn_Params) String

func (CapAuthn_capManageAuthn_Params) ToPtr

type CapAuthn_capManageAuthn_Params_Future

type CapAuthn_capManageAuthn_Params_Future struct{ *capnp.Future }

CapAuthn_capManageAuthn_Params_Future is a wrapper for a CapAuthn_capManageAuthn_Params promised by a client call.

func (CapAuthn_capManageAuthn_Params_Future) Struct

type CapAuthn_capManageAuthn_Params_List

type CapAuthn_capManageAuthn_Params_List = capnp.StructList[CapAuthn_capManageAuthn_Params]

CapAuthn_capManageAuthn_Params_List is a list of CapAuthn_capManageAuthn_Params.

func NewCapAuthn_capManageAuthn_Params_List

func NewCapAuthn_capManageAuthn_Params_List(s *capnp.Segment, sz int32) (CapAuthn_capManageAuthn_Params_List, error)

NewCapAuthn_capManageAuthn_Params creates a new list of CapAuthn_capManageAuthn_Params.

type CapAuthn_capManageAuthn_Results

type CapAuthn_capManageAuthn_Results capnp.Struct

func NewCapAuthn_capManageAuthn_Results

func NewCapAuthn_capManageAuthn_Results(s *capnp.Segment) (CapAuthn_capManageAuthn_Results, error)

func NewRootCapAuthn_capManageAuthn_Results

func NewRootCapAuthn_capManageAuthn_Results(s *capnp.Segment) (CapAuthn_capManageAuthn_Results, error)

func ReadRootCapAuthn_capManageAuthn_Results

func ReadRootCapAuthn_capManageAuthn_Results(msg *capnp.Message) (CapAuthn_capManageAuthn_Results, error)

func (CapAuthn_capManageAuthn_Results) Cap

func (CapAuthn_capManageAuthn_Results) DecodeFromPtr

func (CapAuthn_capManageAuthn_Results) EncodeAsPtr

func (CapAuthn_capManageAuthn_Results) HasCap

func (CapAuthn_capManageAuthn_Results) IsValid

func (CapAuthn_capManageAuthn_Results) Message

func (CapAuthn_capManageAuthn_Results) Segment

func (CapAuthn_capManageAuthn_Results) SetCap

func (CapAuthn_capManageAuthn_Results) String

func (CapAuthn_capManageAuthn_Results) ToPtr

type CapAuthn_capManageAuthn_Results_Future

type CapAuthn_capManageAuthn_Results_Future struct{ *capnp.Future }

CapAuthn_capManageAuthn_Results_Future is a wrapper for a CapAuthn_capManageAuthn_Results promised by a client call.

func (CapAuthn_capManageAuthn_Results_Future) Cap

func (CapAuthn_capManageAuthn_Results_Future) Struct

type CapAuthn_capManageAuthn_Results_List

type CapAuthn_capManageAuthn_Results_List = capnp.StructList[CapAuthn_capManageAuthn_Results]

CapAuthn_capManageAuthn_Results_List is a list of CapAuthn_capManageAuthn_Results.

func NewCapAuthn_capManageAuthn_Results_List

func NewCapAuthn_capManageAuthn_Results_List(s *capnp.Segment, sz int32) (CapAuthn_capManageAuthn_Results_List, error)

NewCapAuthn_capManageAuthn_Results creates a new list of CapAuthn_capManageAuthn_Results.

type CapAuthn_capUserAuthn

type CapAuthn_capUserAuthn struct {
	*server.Call
}

CapAuthn_capUserAuthn holds the state for a server call to CapAuthn.capUserAuthn. See server.Call for documentation.

func (CapAuthn_capUserAuthn) AllocResults

AllocResults allocates the results struct.

func (CapAuthn_capUserAuthn) Args

Args returns the call's arguments.

type CapAuthn_capUserAuthn_Params

type CapAuthn_capUserAuthn_Params capnp.Struct

func NewCapAuthn_capUserAuthn_Params

func NewCapAuthn_capUserAuthn_Params(s *capnp.Segment) (CapAuthn_capUserAuthn_Params, error)

func NewRootCapAuthn_capUserAuthn_Params

func NewRootCapAuthn_capUserAuthn_Params(s *capnp.Segment) (CapAuthn_capUserAuthn_Params, error)

func ReadRootCapAuthn_capUserAuthn_Params

func ReadRootCapAuthn_capUserAuthn_Params(msg *capnp.Message) (CapAuthn_capUserAuthn_Params, error)

func (CapAuthn_capUserAuthn_Params) ClientID

func (s CapAuthn_capUserAuthn_Params) ClientID() (string, error)

func (CapAuthn_capUserAuthn_Params) ClientIDBytes

func (s CapAuthn_capUserAuthn_Params) ClientIDBytes() ([]byte, error)

func (CapAuthn_capUserAuthn_Params) DecodeFromPtr

func (CapAuthn_capUserAuthn_Params) EncodeAsPtr

func (s CapAuthn_capUserAuthn_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapAuthn_capUserAuthn_Params) HasClientID

func (s CapAuthn_capUserAuthn_Params) HasClientID() bool

func (CapAuthn_capUserAuthn_Params) IsValid

func (s CapAuthn_capUserAuthn_Params) IsValid() bool

func (CapAuthn_capUserAuthn_Params) Message

func (CapAuthn_capUserAuthn_Params) Segment

func (CapAuthn_capUserAuthn_Params) SetClientID

func (s CapAuthn_capUserAuthn_Params) SetClientID(v string) error

func (CapAuthn_capUserAuthn_Params) String

func (CapAuthn_capUserAuthn_Params) ToPtr

type CapAuthn_capUserAuthn_Params_Future

type CapAuthn_capUserAuthn_Params_Future struct{ *capnp.Future }

CapAuthn_capUserAuthn_Params_Future is a wrapper for a CapAuthn_capUserAuthn_Params promised by a client call.

func (CapAuthn_capUserAuthn_Params_Future) Struct

type CapAuthn_capUserAuthn_Params_List

type CapAuthn_capUserAuthn_Params_List = capnp.StructList[CapAuthn_capUserAuthn_Params]

CapAuthn_capUserAuthn_Params_List is a list of CapAuthn_capUserAuthn_Params.

func NewCapAuthn_capUserAuthn_Params_List

func NewCapAuthn_capUserAuthn_Params_List(s *capnp.Segment, sz int32) (CapAuthn_capUserAuthn_Params_List, error)

NewCapAuthn_capUserAuthn_Params creates a new list of CapAuthn_capUserAuthn_Params.

type CapAuthn_capUserAuthn_Results

type CapAuthn_capUserAuthn_Results capnp.Struct

func NewCapAuthn_capUserAuthn_Results

func NewCapAuthn_capUserAuthn_Results(s *capnp.Segment) (CapAuthn_capUserAuthn_Results, error)

func NewRootCapAuthn_capUserAuthn_Results

func NewRootCapAuthn_capUserAuthn_Results(s *capnp.Segment) (CapAuthn_capUserAuthn_Results, error)

func ReadRootCapAuthn_capUserAuthn_Results

func ReadRootCapAuthn_capUserAuthn_Results(msg *capnp.Message) (CapAuthn_capUserAuthn_Results, error)

func (CapAuthn_capUserAuthn_Results) Cap

func (CapAuthn_capUserAuthn_Results) DecodeFromPtr

func (CapAuthn_capUserAuthn_Results) EncodeAsPtr

func (s CapAuthn_capUserAuthn_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapAuthn_capUserAuthn_Results) HasCap

func (CapAuthn_capUserAuthn_Results) IsValid

func (s CapAuthn_capUserAuthn_Results) IsValid() bool

func (CapAuthn_capUserAuthn_Results) Message

func (CapAuthn_capUserAuthn_Results) Segment

func (CapAuthn_capUserAuthn_Results) SetCap

func (CapAuthn_capUserAuthn_Results) String

func (CapAuthn_capUserAuthn_Results) ToPtr

type CapAuthn_capUserAuthn_Results_Future

type CapAuthn_capUserAuthn_Results_Future struct{ *capnp.Future }

CapAuthn_capUserAuthn_Results_Future is a wrapper for a CapAuthn_capUserAuthn_Results promised by a client call.

func (CapAuthn_capUserAuthn_Results_Future) Cap

func (CapAuthn_capUserAuthn_Results_Future) Struct

type CapAuthn_capUserAuthn_Results_List

type CapAuthn_capUserAuthn_Results_List = capnp.StructList[CapAuthn_capUserAuthn_Results]

CapAuthn_capUserAuthn_Results_List is a list of CapAuthn_capUserAuthn_Results.

func NewCapAuthn_capUserAuthn_Results_List

func NewCapAuthn_capUserAuthn_Results_List(s *capnp.Segment, sz int32) (CapAuthn_capUserAuthn_Results_List, error)

NewCapAuthn_capUserAuthn_Results creates a new list of CapAuthn_capUserAuthn_Results.

type CapAuthz

type CapAuthz capnp.Client

func CapAuthz_ServerToClient

func CapAuthz_ServerToClient(s CapAuthz_Server) CapAuthz

CapAuthz_ServerToClient creates a new Client from an implementation of CapAuthz_Server. The caller is responsible for calling Release on the returned Client.

func (CapAuthz) AddRef

func (c CapAuthz) AddRef() CapAuthz

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 (CapAuthz) DecodeFromPtr

func (CapAuthz) DecodeFromPtr(p capnp.Ptr) CapAuthz

func (CapAuthz) EncodeAsPtr

func (c CapAuthz) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapAuthz) GetFlowLimiter

func (c CapAuthz) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapAuthz) IsSame

func (c CapAuthz) IsSame(other CapAuthz) 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 (CapAuthz) IsValid

func (c CapAuthz) 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 (CapAuthz) Release

func (c CapAuthz) 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 (CapAuthz) Resolve

func (c CapAuthz) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapAuthz) SetFlowLimiter

func (c CapAuthz) 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 (CapAuthz) String

func (c CapAuthz) 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 CapAuthz_List

type CapAuthz_List = capnp.CapList[CapAuthz]

CapAuthz_List is a list of CapAuthz.

func NewCapAuthz_List

func NewCapAuthz_List(s *capnp.Segment, sz int32) (CapAuthz_List, error)

NewCapAuthz creates a new list of CapAuthz.

type CapAuthz_Server

type CapAuthz_Server interface {
	CapClientAuthz(context.Context, CapAuthz_capClientAuthz) error

	CapManageAuthz(context.Context, CapAuthz_capManageAuthz) error

	CapVerifyAuthz(context.Context, CapAuthz_capVerifyAuthz) error
}

type CapAuthz_capClientAuthz

type CapAuthz_capClientAuthz struct {
	*server.Call
}

CapAuthz_capClientAuthz holds the state for a server call to CapAuthz.capClientAuthz. See server.Call for documentation.

func (CapAuthz_capClientAuthz) AllocResults

AllocResults allocates the results struct.

func (CapAuthz_capClientAuthz) Args

Args returns the call's arguments.

type CapAuthz_capClientAuthz_Params

type CapAuthz_capClientAuthz_Params capnp.Struct

func NewCapAuthz_capClientAuthz_Params

func NewCapAuthz_capClientAuthz_Params(s *capnp.Segment) (CapAuthz_capClientAuthz_Params, error)

func NewRootCapAuthz_capClientAuthz_Params

func NewRootCapAuthz_capClientAuthz_Params(s *capnp.Segment) (CapAuthz_capClientAuthz_Params, error)

func ReadRootCapAuthz_capClientAuthz_Params

func ReadRootCapAuthz_capClientAuthz_Params(msg *capnp.Message) (CapAuthz_capClientAuthz_Params, error)

func (CapAuthz_capClientAuthz_Params) ClientID

func (CapAuthz_capClientAuthz_Params) ClientIDBytes

func (s CapAuthz_capClientAuthz_Params) ClientIDBytes() ([]byte, error)

func (CapAuthz_capClientAuthz_Params) DecodeFromPtr

func (CapAuthz_capClientAuthz_Params) EncodeAsPtr

func (CapAuthz_capClientAuthz_Params) HasClientID

func (s CapAuthz_capClientAuthz_Params) HasClientID() bool

func (CapAuthz_capClientAuthz_Params) IsValid

func (CapAuthz_capClientAuthz_Params) Message

func (CapAuthz_capClientAuthz_Params) Segment

func (CapAuthz_capClientAuthz_Params) SetClientID

func (s CapAuthz_capClientAuthz_Params) SetClientID(v string) error

func (CapAuthz_capClientAuthz_Params) String

func (CapAuthz_capClientAuthz_Params) ToPtr

type CapAuthz_capClientAuthz_Params_Future

type CapAuthz_capClientAuthz_Params_Future struct{ *capnp.Future }

CapAuthz_capClientAuthz_Params_Future is a wrapper for a CapAuthz_capClientAuthz_Params promised by a client call.

func (CapAuthz_capClientAuthz_Params_Future) Struct

type CapAuthz_capClientAuthz_Params_List

type CapAuthz_capClientAuthz_Params_List = capnp.StructList[CapAuthz_capClientAuthz_Params]

CapAuthz_capClientAuthz_Params_List is a list of CapAuthz_capClientAuthz_Params.

func NewCapAuthz_capClientAuthz_Params_List

func NewCapAuthz_capClientAuthz_Params_List(s *capnp.Segment, sz int32) (CapAuthz_capClientAuthz_Params_List, error)

NewCapAuthz_capClientAuthz_Params creates a new list of CapAuthz_capClientAuthz_Params.

type CapAuthz_capClientAuthz_Results

type CapAuthz_capClientAuthz_Results capnp.Struct

func NewCapAuthz_capClientAuthz_Results

func NewCapAuthz_capClientAuthz_Results(s *capnp.Segment) (CapAuthz_capClientAuthz_Results, error)

func NewRootCapAuthz_capClientAuthz_Results

func NewRootCapAuthz_capClientAuthz_Results(s *capnp.Segment) (CapAuthz_capClientAuthz_Results, error)

func ReadRootCapAuthz_capClientAuthz_Results

func ReadRootCapAuthz_capClientAuthz_Results(msg *capnp.Message) (CapAuthz_capClientAuthz_Results, error)

func (CapAuthz_capClientAuthz_Results) Cap

func (CapAuthz_capClientAuthz_Results) DecodeFromPtr

func (CapAuthz_capClientAuthz_Results) EncodeAsPtr

func (CapAuthz_capClientAuthz_Results) HasCap

func (CapAuthz_capClientAuthz_Results) IsValid

func (CapAuthz_capClientAuthz_Results) Message

func (CapAuthz_capClientAuthz_Results) Segment

func (CapAuthz_capClientAuthz_Results) SetCap

func (CapAuthz_capClientAuthz_Results) String

func (CapAuthz_capClientAuthz_Results) ToPtr

type CapAuthz_capClientAuthz_Results_Future

type CapAuthz_capClientAuthz_Results_Future struct{ *capnp.Future }

CapAuthz_capClientAuthz_Results_Future is a wrapper for a CapAuthz_capClientAuthz_Results promised by a client call.

func (CapAuthz_capClientAuthz_Results_Future) Cap

func (CapAuthz_capClientAuthz_Results_Future) Struct

type CapAuthz_capClientAuthz_Results_List

type CapAuthz_capClientAuthz_Results_List = capnp.StructList[CapAuthz_capClientAuthz_Results]

CapAuthz_capClientAuthz_Results_List is a list of CapAuthz_capClientAuthz_Results.

func NewCapAuthz_capClientAuthz_Results_List

func NewCapAuthz_capClientAuthz_Results_List(s *capnp.Segment, sz int32) (CapAuthz_capClientAuthz_Results_List, error)

NewCapAuthz_capClientAuthz_Results creates a new list of CapAuthz_capClientAuthz_Results.

type CapAuthz_capManageAuthz

type CapAuthz_capManageAuthz struct {
	*server.Call
}

CapAuthz_capManageAuthz holds the state for a server call to CapAuthz.capManageAuthz. See server.Call for documentation.

func (CapAuthz_capManageAuthz) AllocResults

AllocResults allocates the results struct.

func (CapAuthz_capManageAuthz) Args

Args returns the call's arguments.

type CapAuthz_capManageAuthz_Params

type CapAuthz_capManageAuthz_Params capnp.Struct

func NewCapAuthz_capManageAuthz_Params

func NewCapAuthz_capManageAuthz_Params(s *capnp.Segment) (CapAuthz_capManageAuthz_Params, error)

func NewRootCapAuthz_capManageAuthz_Params

func NewRootCapAuthz_capManageAuthz_Params(s *capnp.Segment) (CapAuthz_capManageAuthz_Params, error)

func ReadRootCapAuthz_capManageAuthz_Params

func ReadRootCapAuthz_capManageAuthz_Params(msg *capnp.Message) (CapAuthz_capManageAuthz_Params, error)

func (CapAuthz_capManageAuthz_Params) ClientID

func (CapAuthz_capManageAuthz_Params) ClientIDBytes

func (s CapAuthz_capManageAuthz_Params) ClientIDBytes() ([]byte, error)

func (CapAuthz_capManageAuthz_Params) DecodeFromPtr

func (CapAuthz_capManageAuthz_Params) EncodeAsPtr

func (CapAuthz_capManageAuthz_Params) HasClientID

func (s CapAuthz_capManageAuthz_Params) HasClientID() bool

func (CapAuthz_capManageAuthz_Params) IsValid

func (CapAuthz_capManageAuthz_Params) Message

func (CapAuthz_capManageAuthz_Params) Segment

func (CapAuthz_capManageAuthz_Params) SetClientID

func (s CapAuthz_capManageAuthz_Params) SetClientID(v string) error

func (CapAuthz_capManageAuthz_Params) String

func (CapAuthz_capManageAuthz_Params) ToPtr

type CapAuthz_capManageAuthz_Params_Future

type CapAuthz_capManageAuthz_Params_Future struct{ *capnp.Future }

CapAuthz_capManageAuthz_Params_Future is a wrapper for a CapAuthz_capManageAuthz_Params promised by a client call.

func (CapAuthz_capManageAuthz_Params_Future) Struct

type CapAuthz_capManageAuthz_Params_List

type CapAuthz_capManageAuthz_Params_List = capnp.StructList[CapAuthz_capManageAuthz_Params]

CapAuthz_capManageAuthz_Params_List is a list of CapAuthz_capManageAuthz_Params.

func NewCapAuthz_capManageAuthz_Params_List

func NewCapAuthz_capManageAuthz_Params_List(s *capnp.Segment, sz int32) (CapAuthz_capManageAuthz_Params_List, error)

NewCapAuthz_capManageAuthz_Params creates a new list of CapAuthz_capManageAuthz_Params.

type CapAuthz_capManageAuthz_Results

type CapAuthz_capManageAuthz_Results capnp.Struct

func NewCapAuthz_capManageAuthz_Results

func NewCapAuthz_capManageAuthz_Results(s *capnp.Segment) (CapAuthz_capManageAuthz_Results, error)

func NewRootCapAuthz_capManageAuthz_Results

func NewRootCapAuthz_capManageAuthz_Results(s *capnp.Segment) (CapAuthz_capManageAuthz_Results, error)

func ReadRootCapAuthz_capManageAuthz_Results

func ReadRootCapAuthz_capManageAuthz_Results(msg *capnp.Message) (CapAuthz_capManageAuthz_Results, error)

func (CapAuthz_capManageAuthz_Results) Cap

func (CapAuthz_capManageAuthz_Results) DecodeFromPtr

func (CapAuthz_capManageAuthz_Results) EncodeAsPtr

func (CapAuthz_capManageAuthz_Results) HasCap

func (CapAuthz_capManageAuthz_Results) IsValid

func (CapAuthz_capManageAuthz_Results) Message

func (CapAuthz_capManageAuthz_Results) Segment

func (CapAuthz_capManageAuthz_Results) SetCap

func (CapAuthz_capManageAuthz_Results) String

func (CapAuthz_capManageAuthz_Results) ToPtr

type CapAuthz_capManageAuthz_Results_Future

type CapAuthz_capManageAuthz_Results_Future struct{ *capnp.Future }

CapAuthz_capManageAuthz_Results_Future is a wrapper for a CapAuthz_capManageAuthz_Results promised by a client call.

func (CapAuthz_capManageAuthz_Results_Future) Cap

func (CapAuthz_capManageAuthz_Results_Future) Struct

type CapAuthz_capManageAuthz_Results_List

type CapAuthz_capManageAuthz_Results_List = capnp.StructList[CapAuthz_capManageAuthz_Results]

CapAuthz_capManageAuthz_Results_List is a list of CapAuthz_capManageAuthz_Results.

func NewCapAuthz_capManageAuthz_Results_List

func NewCapAuthz_capManageAuthz_Results_List(s *capnp.Segment, sz int32) (CapAuthz_capManageAuthz_Results_List, error)

NewCapAuthz_capManageAuthz_Results creates a new list of CapAuthz_capManageAuthz_Results.

type CapAuthz_capVerifyAuthz

type CapAuthz_capVerifyAuthz struct {
	*server.Call
}

CapAuthz_capVerifyAuthz holds the state for a server call to CapAuthz.capVerifyAuthz. See server.Call for documentation.

func (CapAuthz_capVerifyAuthz) AllocResults

AllocResults allocates the results struct.

func (CapAuthz_capVerifyAuthz) Args

Args returns the call's arguments.

type CapAuthz_capVerifyAuthz_Params

type CapAuthz_capVerifyAuthz_Params capnp.Struct

func NewCapAuthz_capVerifyAuthz_Params

func NewCapAuthz_capVerifyAuthz_Params(s *capnp.Segment) (CapAuthz_capVerifyAuthz_Params, error)

func NewRootCapAuthz_capVerifyAuthz_Params

func NewRootCapAuthz_capVerifyAuthz_Params(s *capnp.Segment) (CapAuthz_capVerifyAuthz_Params, error)

func ReadRootCapAuthz_capVerifyAuthz_Params

func ReadRootCapAuthz_capVerifyAuthz_Params(msg *capnp.Message) (CapAuthz_capVerifyAuthz_Params, error)

func (CapAuthz_capVerifyAuthz_Params) ClientID

func (CapAuthz_capVerifyAuthz_Params) ClientIDBytes

func (s CapAuthz_capVerifyAuthz_Params) ClientIDBytes() ([]byte, error)

func (CapAuthz_capVerifyAuthz_Params) DecodeFromPtr

func (CapAuthz_capVerifyAuthz_Params) EncodeAsPtr

func (CapAuthz_capVerifyAuthz_Params) HasClientID

func (s CapAuthz_capVerifyAuthz_Params) HasClientID() bool

func (CapAuthz_capVerifyAuthz_Params) IsValid

func (CapAuthz_capVerifyAuthz_Params) Message

func (CapAuthz_capVerifyAuthz_Params) Segment

func (CapAuthz_capVerifyAuthz_Params) SetClientID

func (s CapAuthz_capVerifyAuthz_Params) SetClientID(v string) error

func (CapAuthz_capVerifyAuthz_Params) String

func (CapAuthz_capVerifyAuthz_Params) ToPtr

type CapAuthz_capVerifyAuthz_Params_Future

type CapAuthz_capVerifyAuthz_Params_Future struct{ *capnp.Future }

CapAuthz_capVerifyAuthz_Params_Future is a wrapper for a CapAuthz_capVerifyAuthz_Params promised by a client call.

func (CapAuthz_capVerifyAuthz_Params_Future) Struct

type CapAuthz_capVerifyAuthz_Params_List

type CapAuthz_capVerifyAuthz_Params_List = capnp.StructList[CapAuthz_capVerifyAuthz_Params]

CapAuthz_capVerifyAuthz_Params_List is a list of CapAuthz_capVerifyAuthz_Params.

func NewCapAuthz_capVerifyAuthz_Params_List

func NewCapAuthz_capVerifyAuthz_Params_List(s *capnp.Segment, sz int32) (CapAuthz_capVerifyAuthz_Params_List, error)

NewCapAuthz_capVerifyAuthz_Params creates a new list of CapAuthz_capVerifyAuthz_Params.

type CapAuthz_capVerifyAuthz_Results

type CapAuthz_capVerifyAuthz_Results capnp.Struct

func NewCapAuthz_capVerifyAuthz_Results

func NewCapAuthz_capVerifyAuthz_Results(s *capnp.Segment) (CapAuthz_capVerifyAuthz_Results, error)

func NewRootCapAuthz_capVerifyAuthz_Results

func NewRootCapAuthz_capVerifyAuthz_Results(s *capnp.Segment) (CapAuthz_capVerifyAuthz_Results, error)

func ReadRootCapAuthz_capVerifyAuthz_Results

func ReadRootCapAuthz_capVerifyAuthz_Results(msg *capnp.Message) (CapAuthz_capVerifyAuthz_Results, error)

func (CapAuthz_capVerifyAuthz_Results) Cap

func (CapAuthz_capVerifyAuthz_Results) DecodeFromPtr

func (CapAuthz_capVerifyAuthz_Results) EncodeAsPtr

func (CapAuthz_capVerifyAuthz_Results) HasCap

func (CapAuthz_capVerifyAuthz_Results) IsValid

func (CapAuthz_capVerifyAuthz_Results) Message

func (CapAuthz_capVerifyAuthz_Results) Segment

func (CapAuthz_capVerifyAuthz_Results) SetCap

func (CapAuthz_capVerifyAuthz_Results) String

func (CapAuthz_capVerifyAuthz_Results) ToPtr

type CapAuthz_capVerifyAuthz_Results_Future

type CapAuthz_capVerifyAuthz_Results_Future struct{ *capnp.Future }

CapAuthz_capVerifyAuthz_Results_Future is a wrapper for a CapAuthz_capVerifyAuthz_Results promised by a client call.

func (CapAuthz_capVerifyAuthz_Results_Future) Cap

func (CapAuthz_capVerifyAuthz_Results_Future) Struct

type CapAuthz_capVerifyAuthz_Results_List

type CapAuthz_capVerifyAuthz_Results_List = capnp.StructList[CapAuthz_capVerifyAuthz_Results]

CapAuthz_capVerifyAuthz_Results_List is a list of CapAuthz_capVerifyAuthz_Results.

func NewCapAuthz_capVerifyAuthz_Results_List

func NewCapAuthz_capVerifyAuthz_Results_List(s *capnp.Segment, sz int32) (CapAuthz_capVerifyAuthz_Results_List, error)

NewCapAuthz_capVerifyAuthz_Results creates a new list of CapAuthz_capVerifyAuthz_Results.

type CapBucketCursor

type CapBucketCursor capnp.Client

func CapBucketCursor_ServerToClient

func CapBucketCursor_ServerToClient(s CapBucketCursor_Server) CapBucketCursor

CapBucketCursor_ServerToClient creates a new Client from an implementation of CapBucketCursor_Server. The caller is responsible for calling Release on the returned Client.

func (CapBucketCursor) AddRef

func (c CapBucketCursor) AddRef() CapBucketCursor

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 (CapBucketCursor) DecodeFromPtr

func (CapBucketCursor) DecodeFromPtr(p capnp.Ptr) CapBucketCursor

func (CapBucketCursor) EncodeAsPtr

func (c CapBucketCursor) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor) GetFlowLimiter

func (c CapBucketCursor) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapBucketCursor) IsSame

func (c CapBucketCursor) IsSame(other CapBucketCursor) 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 (CapBucketCursor) IsValid

func (c CapBucketCursor) 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 (CapBucketCursor) Release

func (c CapBucketCursor) 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 (CapBucketCursor) Resolve

func (c CapBucketCursor) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapBucketCursor) SetFlowLimiter

func (c CapBucketCursor) 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 (CapBucketCursor) String

func (c CapBucketCursor) 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 CapBucketCursor_List

type CapBucketCursor_List = capnp.CapList[CapBucketCursor]

CapBucketCursor_List is a list of CapBucketCursor.

func NewCapBucketCursor_List

func NewCapBucketCursor_List(s *capnp.Segment, sz int32) (CapBucketCursor_List, error)

NewCapBucketCursor creates a new list of CapBucketCursor.

type CapBucketCursor_first

type CapBucketCursor_first struct {
	*server.Call
}

CapBucketCursor_first holds the state for a server call to CapBucketCursor.first. See server.Call for documentation.

func (CapBucketCursor_first) AllocResults

AllocResults allocates the results struct.

func (CapBucketCursor_first) Args

Args returns the call's arguments.

type CapBucketCursor_first_Params

type CapBucketCursor_first_Params capnp.Struct

func NewCapBucketCursor_first_Params

func NewCapBucketCursor_first_Params(s *capnp.Segment) (CapBucketCursor_first_Params, error)

func NewRootCapBucketCursor_first_Params

func NewRootCapBucketCursor_first_Params(s *capnp.Segment) (CapBucketCursor_first_Params, error)

func ReadRootCapBucketCursor_first_Params

func ReadRootCapBucketCursor_first_Params(msg *capnp.Message) (CapBucketCursor_first_Params, error)

func (CapBucketCursor_first_Params) DecodeFromPtr

func (CapBucketCursor_first_Params) EncodeAsPtr

func (s CapBucketCursor_first_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_first_Params) IsValid

func (s CapBucketCursor_first_Params) IsValid() bool

func (CapBucketCursor_first_Params) Message

func (CapBucketCursor_first_Params) Segment

func (CapBucketCursor_first_Params) String

func (CapBucketCursor_first_Params) ToPtr

type CapBucketCursor_first_Params_Future

type CapBucketCursor_first_Params_Future struct{ *capnp.Future }

CapBucketCursor_first_Params_Future is a wrapper for a CapBucketCursor_first_Params promised by a client call.

func (CapBucketCursor_first_Params_Future) Struct

type CapBucketCursor_first_Params_List

type CapBucketCursor_first_Params_List = capnp.StructList[CapBucketCursor_first_Params]

CapBucketCursor_first_Params_List is a list of CapBucketCursor_first_Params.

func NewCapBucketCursor_first_Params_List

func NewCapBucketCursor_first_Params_List(s *capnp.Segment, sz int32) (CapBucketCursor_first_Params_List, error)

NewCapBucketCursor_first_Params creates a new list of CapBucketCursor_first_Params.

type CapBucketCursor_first_Results

type CapBucketCursor_first_Results capnp.Struct

func NewCapBucketCursor_first_Results

func NewCapBucketCursor_first_Results(s *capnp.Segment) (CapBucketCursor_first_Results, error)

func NewRootCapBucketCursor_first_Results

func NewRootCapBucketCursor_first_Results(s *capnp.Segment) (CapBucketCursor_first_Results, error)

func ReadRootCapBucketCursor_first_Results

func ReadRootCapBucketCursor_first_Results(msg *capnp.Message) (CapBucketCursor_first_Results, error)

func (CapBucketCursor_first_Results) DecodeFromPtr

func (CapBucketCursor_first_Results) EncodeAsPtr

func (s CapBucketCursor_first_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_first_Results) HasKey

func (CapBucketCursor_first_Results) HasValue

func (s CapBucketCursor_first_Results) HasValue() bool

func (CapBucketCursor_first_Results) IsValid

func (s CapBucketCursor_first_Results) IsValid() bool

func (CapBucketCursor_first_Results) Key

func (CapBucketCursor_first_Results) KeyBytes

func (s CapBucketCursor_first_Results) KeyBytes() ([]byte, error)

func (CapBucketCursor_first_Results) Message

func (CapBucketCursor_first_Results) Segment

func (CapBucketCursor_first_Results) SetKey

func (CapBucketCursor_first_Results) SetValid

func (s CapBucketCursor_first_Results) SetValid(v bool)

func (CapBucketCursor_first_Results) SetValue

func (s CapBucketCursor_first_Results) SetValue(v []byte) error

func (CapBucketCursor_first_Results) String

func (CapBucketCursor_first_Results) ToPtr

func (CapBucketCursor_first_Results) Valid

func (CapBucketCursor_first_Results) Value

func (s CapBucketCursor_first_Results) Value() ([]byte, error)

type CapBucketCursor_first_Results_Future

type CapBucketCursor_first_Results_Future struct{ *capnp.Future }

CapBucketCursor_first_Results_Future is a wrapper for a CapBucketCursor_first_Results promised by a client call.

func (CapBucketCursor_first_Results_Future) Struct

type CapBucketCursor_first_Results_List

type CapBucketCursor_first_Results_List = capnp.StructList[CapBucketCursor_first_Results]

CapBucketCursor_first_Results_List is a list of CapBucketCursor_first_Results.

func NewCapBucketCursor_first_Results_List

func NewCapBucketCursor_first_Results_List(s *capnp.Segment, sz int32) (CapBucketCursor_first_Results_List, error)

NewCapBucketCursor_first_Results creates a new list of CapBucketCursor_first_Results.

type CapBucketCursor_last

type CapBucketCursor_last struct {
	*server.Call
}

CapBucketCursor_last holds the state for a server call to CapBucketCursor.last. See server.Call for documentation.

func (CapBucketCursor_last) AllocResults

AllocResults allocates the results struct.

func (CapBucketCursor_last) Args

Args returns the call's arguments.

type CapBucketCursor_last_Params

type CapBucketCursor_last_Params capnp.Struct

func NewCapBucketCursor_last_Params

func NewCapBucketCursor_last_Params(s *capnp.Segment) (CapBucketCursor_last_Params, error)

func NewRootCapBucketCursor_last_Params

func NewRootCapBucketCursor_last_Params(s *capnp.Segment) (CapBucketCursor_last_Params, error)

func ReadRootCapBucketCursor_last_Params

func ReadRootCapBucketCursor_last_Params(msg *capnp.Message) (CapBucketCursor_last_Params, error)

func (CapBucketCursor_last_Params) DecodeFromPtr

func (CapBucketCursor_last_Params) EncodeAsPtr

func (s CapBucketCursor_last_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_last_Params) IsValid

func (s CapBucketCursor_last_Params) IsValid() bool

func (CapBucketCursor_last_Params) Message

func (CapBucketCursor_last_Params) Segment

func (CapBucketCursor_last_Params) String

func (CapBucketCursor_last_Params) ToPtr

type CapBucketCursor_last_Params_Future

type CapBucketCursor_last_Params_Future struct{ *capnp.Future }

CapBucketCursor_last_Params_Future is a wrapper for a CapBucketCursor_last_Params promised by a client call.

func (CapBucketCursor_last_Params_Future) Struct

type CapBucketCursor_last_Params_List

type CapBucketCursor_last_Params_List = capnp.StructList[CapBucketCursor_last_Params]

CapBucketCursor_last_Params_List is a list of CapBucketCursor_last_Params.

func NewCapBucketCursor_last_Params_List

func NewCapBucketCursor_last_Params_List(s *capnp.Segment, sz int32) (CapBucketCursor_last_Params_List, error)

NewCapBucketCursor_last_Params creates a new list of CapBucketCursor_last_Params.

type CapBucketCursor_last_Results

type CapBucketCursor_last_Results capnp.Struct

func NewCapBucketCursor_last_Results

func NewCapBucketCursor_last_Results(s *capnp.Segment) (CapBucketCursor_last_Results, error)

func NewRootCapBucketCursor_last_Results

func NewRootCapBucketCursor_last_Results(s *capnp.Segment) (CapBucketCursor_last_Results, error)

func ReadRootCapBucketCursor_last_Results

func ReadRootCapBucketCursor_last_Results(msg *capnp.Message) (CapBucketCursor_last_Results, error)

func (CapBucketCursor_last_Results) DecodeFromPtr

func (CapBucketCursor_last_Results) EncodeAsPtr

func (s CapBucketCursor_last_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_last_Results) HasKey

func (CapBucketCursor_last_Results) HasValue

func (s CapBucketCursor_last_Results) HasValue() bool

func (CapBucketCursor_last_Results) IsValid

func (s CapBucketCursor_last_Results) IsValid() bool

func (CapBucketCursor_last_Results) Key

func (CapBucketCursor_last_Results) KeyBytes

func (s CapBucketCursor_last_Results) KeyBytes() ([]byte, error)

func (CapBucketCursor_last_Results) Message

func (CapBucketCursor_last_Results) Segment

func (CapBucketCursor_last_Results) SetKey

func (CapBucketCursor_last_Results) SetValid

func (s CapBucketCursor_last_Results) SetValid(v bool)

func (CapBucketCursor_last_Results) SetValue

func (s CapBucketCursor_last_Results) SetValue(v []byte) error

func (CapBucketCursor_last_Results) String

func (CapBucketCursor_last_Results) ToPtr

func (CapBucketCursor_last_Results) Valid

func (CapBucketCursor_last_Results) Value

func (s CapBucketCursor_last_Results) Value() ([]byte, error)

type CapBucketCursor_last_Results_Future

type CapBucketCursor_last_Results_Future struct{ *capnp.Future }

CapBucketCursor_last_Results_Future is a wrapper for a CapBucketCursor_last_Results promised by a client call.

func (CapBucketCursor_last_Results_Future) Struct

type CapBucketCursor_last_Results_List

type CapBucketCursor_last_Results_List = capnp.StructList[CapBucketCursor_last_Results]

CapBucketCursor_last_Results_List is a list of CapBucketCursor_last_Results.

func NewCapBucketCursor_last_Results_List

func NewCapBucketCursor_last_Results_List(s *capnp.Segment, sz int32) (CapBucketCursor_last_Results_List, error)

NewCapBucketCursor_last_Results creates a new list of CapBucketCursor_last_Results.

type CapBucketCursor_next

type CapBucketCursor_next struct {
	*server.Call
}

CapBucketCursor_next holds the state for a server call to CapBucketCursor.next. See server.Call for documentation.

func (CapBucketCursor_next) AllocResults

AllocResults allocates the results struct.

func (CapBucketCursor_next) Args

Args returns the call's arguments.

type CapBucketCursor_nextN

type CapBucketCursor_nextN struct {
	*server.Call
}

CapBucketCursor_nextN holds the state for a server call to CapBucketCursor.nextN. See server.Call for documentation.

func (CapBucketCursor_nextN) AllocResults

AllocResults allocates the results struct.

func (CapBucketCursor_nextN) Args

Args returns the call's arguments.

type CapBucketCursor_nextN_Params

type CapBucketCursor_nextN_Params capnp.Struct

func NewCapBucketCursor_nextN_Params

func NewCapBucketCursor_nextN_Params(s *capnp.Segment) (CapBucketCursor_nextN_Params, error)

func NewRootCapBucketCursor_nextN_Params

func NewRootCapBucketCursor_nextN_Params(s *capnp.Segment) (CapBucketCursor_nextN_Params, error)

func ReadRootCapBucketCursor_nextN_Params

func ReadRootCapBucketCursor_nextN_Params(msg *capnp.Message) (CapBucketCursor_nextN_Params, error)

func (CapBucketCursor_nextN_Params) DecodeFromPtr

func (CapBucketCursor_nextN_Params) EncodeAsPtr

func (s CapBucketCursor_nextN_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_nextN_Params) IsValid

func (s CapBucketCursor_nextN_Params) IsValid() bool

func (CapBucketCursor_nextN_Params) Message

func (CapBucketCursor_nextN_Params) Segment

func (CapBucketCursor_nextN_Params) SetSteps

func (s CapBucketCursor_nextN_Params) SetSteps(v uint32)

func (CapBucketCursor_nextN_Params) Steps

func (CapBucketCursor_nextN_Params) String

func (CapBucketCursor_nextN_Params) ToPtr

type CapBucketCursor_nextN_Params_Future

type CapBucketCursor_nextN_Params_Future struct{ *capnp.Future }

CapBucketCursor_nextN_Params_Future is a wrapper for a CapBucketCursor_nextN_Params promised by a client call.

func (CapBucketCursor_nextN_Params_Future) Struct

type CapBucketCursor_nextN_Params_List

type CapBucketCursor_nextN_Params_List = capnp.StructList[CapBucketCursor_nextN_Params]

CapBucketCursor_nextN_Params_List is a list of CapBucketCursor_nextN_Params.

func NewCapBucketCursor_nextN_Params_List

func NewCapBucketCursor_nextN_Params_List(s *capnp.Segment, sz int32) (CapBucketCursor_nextN_Params_List, error)

NewCapBucketCursor_nextN_Params creates a new list of CapBucketCursor_nextN_Params.

type CapBucketCursor_nextN_Results

type CapBucketCursor_nextN_Results capnp.Struct

func NewCapBucketCursor_nextN_Results

func NewCapBucketCursor_nextN_Results(s *capnp.Segment) (CapBucketCursor_nextN_Results, error)

func NewRootCapBucketCursor_nextN_Results

func NewRootCapBucketCursor_nextN_Results(s *capnp.Segment) (CapBucketCursor_nextN_Results, error)

func ReadRootCapBucketCursor_nextN_Results

func ReadRootCapBucketCursor_nextN_Results(msg *capnp.Message) (CapBucketCursor_nextN_Results, error)

func (CapBucketCursor_nextN_Results) DecodeFromPtr

func (CapBucketCursor_nextN_Results) Docs

func (CapBucketCursor_nextN_Results) EncodeAsPtr

func (s CapBucketCursor_nextN_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_nextN_Results) HasDocs

func (s CapBucketCursor_nextN_Results) HasDocs() bool

func (CapBucketCursor_nextN_Results) IsValid

func (s CapBucketCursor_nextN_Results) IsValid() bool

func (CapBucketCursor_nextN_Results) ItemsRemaining

func (s CapBucketCursor_nextN_Results) ItemsRemaining() bool

func (CapBucketCursor_nextN_Results) Message

func (CapBucketCursor_nextN_Results) NewDocs

NewDocs sets the docs field to a newly allocated KeyValueMap struct, preferring placement in s's segment.

func (CapBucketCursor_nextN_Results) Segment

func (CapBucketCursor_nextN_Results) SetDocs

func (CapBucketCursor_nextN_Results) SetItemsRemaining

func (s CapBucketCursor_nextN_Results) SetItemsRemaining(v bool)

func (CapBucketCursor_nextN_Results) String

func (CapBucketCursor_nextN_Results) ToPtr

type CapBucketCursor_nextN_Results_Future

type CapBucketCursor_nextN_Results_Future struct{ *capnp.Future }

CapBucketCursor_nextN_Results_Future is a wrapper for a CapBucketCursor_nextN_Results promised by a client call.

func (CapBucketCursor_nextN_Results_Future) Docs

func (CapBucketCursor_nextN_Results_Future) Struct

type CapBucketCursor_nextN_Results_List

type CapBucketCursor_nextN_Results_List = capnp.StructList[CapBucketCursor_nextN_Results]

CapBucketCursor_nextN_Results_List is a list of CapBucketCursor_nextN_Results.

func NewCapBucketCursor_nextN_Results_List

func NewCapBucketCursor_nextN_Results_List(s *capnp.Segment, sz int32) (CapBucketCursor_nextN_Results_List, error)

NewCapBucketCursor_nextN_Results creates a new list of CapBucketCursor_nextN_Results.

type CapBucketCursor_next_Params

type CapBucketCursor_next_Params capnp.Struct

func NewCapBucketCursor_next_Params

func NewCapBucketCursor_next_Params(s *capnp.Segment) (CapBucketCursor_next_Params, error)

func NewRootCapBucketCursor_next_Params

func NewRootCapBucketCursor_next_Params(s *capnp.Segment) (CapBucketCursor_next_Params, error)

func ReadRootCapBucketCursor_next_Params

func ReadRootCapBucketCursor_next_Params(msg *capnp.Message) (CapBucketCursor_next_Params, error)

func (CapBucketCursor_next_Params) DecodeFromPtr

func (CapBucketCursor_next_Params) EncodeAsPtr

func (s CapBucketCursor_next_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_next_Params) IsValid

func (s CapBucketCursor_next_Params) IsValid() bool

func (CapBucketCursor_next_Params) Message

func (CapBucketCursor_next_Params) Segment

func (CapBucketCursor_next_Params) String

func (CapBucketCursor_next_Params) ToPtr

type CapBucketCursor_next_Params_Future

type CapBucketCursor_next_Params_Future struct{ *capnp.Future }

CapBucketCursor_next_Params_Future is a wrapper for a CapBucketCursor_next_Params promised by a client call.

func (CapBucketCursor_next_Params_Future) Struct

type CapBucketCursor_next_Params_List

type CapBucketCursor_next_Params_List = capnp.StructList[CapBucketCursor_next_Params]

CapBucketCursor_next_Params_List is a list of CapBucketCursor_next_Params.

func NewCapBucketCursor_next_Params_List

func NewCapBucketCursor_next_Params_List(s *capnp.Segment, sz int32) (CapBucketCursor_next_Params_List, error)

NewCapBucketCursor_next_Params creates a new list of CapBucketCursor_next_Params.

type CapBucketCursor_next_Results

type CapBucketCursor_next_Results capnp.Struct

func NewCapBucketCursor_next_Results

func NewCapBucketCursor_next_Results(s *capnp.Segment) (CapBucketCursor_next_Results, error)

func NewRootCapBucketCursor_next_Results

func NewRootCapBucketCursor_next_Results(s *capnp.Segment) (CapBucketCursor_next_Results, error)

func ReadRootCapBucketCursor_next_Results

func ReadRootCapBucketCursor_next_Results(msg *capnp.Message) (CapBucketCursor_next_Results, error)

func (CapBucketCursor_next_Results) DecodeFromPtr

func (CapBucketCursor_next_Results) EncodeAsPtr

func (s CapBucketCursor_next_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_next_Results) HasKey

func (CapBucketCursor_next_Results) HasValue

func (s CapBucketCursor_next_Results) HasValue() bool

func (CapBucketCursor_next_Results) IsValid

func (s CapBucketCursor_next_Results) IsValid() bool

func (CapBucketCursor_next_Results) Key

func (CapBucketCursor_next_Results) KeyBytes

func (s CapBucketCursor_next_Results) KeyBytes() ([]byte, error)

func (CapBucketCursor_next_Results) Message

func (CapBucketCursor_next_Results) Segment

func (CapBucketCursor_next_Results) SetKey

func (CapBucketCursor_next_Results) SetValid

func (s CapBucketCursor_next_Results) SetValid(v bool)

func (CapBucketCursor_next_Results) SetValue

func (s CapBucketCursor_next_Results) SetValue(v []byte) error

func (CapBucketCursor_next_Results) String

func (CapBucketCursor_next_Results) ToPtr

func (CapBucketCursor_next_Results) Valid

func (CapBucketCursor_next_Results) Value

func (s CapBucketCursor_next_Results) Value() ([]byte, error)

type CapBucketCursor_next_Results_Future

type CapBucketCursor_next_Results_Future struct{ *capnp.Future }

CapBucketCursor_next_Results_Future is a wrapper for a CapBucketCursor_next_Results promised by a client call.

func (CapBucketCursor_next_Results_Future) Struct

type CapBucketCursor_next_Results_List

type CapBucketCursor_next_Results_List = capnp.StructList[CapBucketCursor_next_Results]

CapBucketCursor_next_Results_List is a list of CapBucketCursor_next_Results.

func NewCapBucketCursor_next_Results_List

func NewCapBucketCursor_next_Results_List(s *capnp.Segment, sz int32) (CapBucketCursor_next_Results_List, error)

NewCapBucketCursor_next_Results creates a new list of CapBucketCursor_next_Results.

type CapBucketCursor_prev

type CapBucketCursor_prev struct {
	*server.Call
}

CapBucketCursor_prev holds the state for a server call to CapBucketCursor.prev. See server.Call for documentation.

func (CapBucketCursor_prev) AllocResults

AllocResults allocates the results struct.

func (CapBucketCursor_prev) Args

Args returns the call's arguments.

type CapBucketCursor_prevN

type CapBucketCursor_prevN struct {
	*server.Call
}

CapBucketCursor_prevN holds the state for a server call to CapBucketCursor.prevN. See server.Call for documentation.

func (CapBucketCursor_prevN) AllocResults

AllocResults allocates the results struct.

func (CapBucketCursor_prevN) Args

Args returns the call's arguments.

type CapBucketCursor_prevN_Params

type CapBucketCursor_prevN_Params capnp.Struct

func NewCapBucketCursor_prevN_Params

func NewCapBucketCursor_prevN_Params(s *capnp.Segment) (CapBucketCursor_prevN_Params, error)

func NewRootCapBucketCursor_prevN_Params

func NewRootCapBucketCursor_prevN_Params(s *capnp.Segment) (CapBucketCursor_prevN_Params, error)

func ReadRootCapBucketCursor_prevN_Params

func ReadRootCapBucketCursor_prevN_Params(msg *capnp.Message) (CapBucketCursor_prevN_Params, error)

func (CapBucketCursor_prevN_Params) DecodeFromPtr

func (CapBucketCursor_prevN_Params) EncodeAsPtr

func (s CapBucketCursor_prevN_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_prevN_Params) IsValid

func (s CapBucketCursor_prevN_Params) IsValid() bool

func (CapBucketCursor_prevN_Params) Message

func (CapBucketCursor_prevN_Params) Segment

func (CapBucketCursor_prevN_Params) SetSteps

func (s CapBucketCursor_prevN_Params) SetSteps(v uint32)

func (CapBucketCursor_prevN_Params) Steps

func (CapBucketCursor_prevN_Params) String

func (CapBucketCursor_prevN_Params) ToPtr

type CapBucketCursor_prevN_Params_Future

type CapBucketCursor_prevN_Params_Future struct{ *capnp.Future }

CapBucketCursor_prevN_Params_Future is a wrapper for a CapBucketCursor_prevN_Params promised by a client call.

func (CapBucketCursor_prevN_Params_Future) Struct

type CapBucketCursor_prevN_Params_List

type CapBucketCursor_prevN_Params_List = capnp.StructList[CapBucketCursor_prevN_Params]

CapBucketCursor_prevN_Params_List is a list of CapBucketCursor_prevN_Params.

func NewCapBucketCursor_prevN_Params_List

func NewCapBucketCursor_prevN_Params_List(s *capnp.Segment, sz int32) (CapBucketCursor_prevN_Params_List, error)

NewCapBucketCursor_prevN_Params creates a new list of CapBucketCursor_prevN_Params.

type CapBucketCursor_prevN_Results

type CapBucketCursor_prevN_Results capnp.Struct

func NewCapBucketCursor_prevN_Results

func NewCapBucketCursor_prevN_Results(s *capnp.Segment) (CapBucketCursor_prevN_Results, error)

func NewRootCapBucketCursor_prevN_Results

func NewRootCapBucketCursor_prevN_Results(s *capnp.Segment) (CapBucketCursor_prevN_Results, error)

func ReadRootCapBucketCursor_prevN_Results

func ReadRootCapBucketCursor_prevN_Results(msg *capnp.Message) (CapBucketCursor_prevN_Results, error)

func (CapBucketCursor_prevN_Results) DecodeFromPtr

func (CapBucketCursor_prevN_Results) Docs

func (CapBucketCursor_prevN_Results) EncodeAsPtr

func (s CapBucketCursor_prevN_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_prevN_Results) HasDocs

func (s CapBucketCursor_prevN_Results) HasDocs() bool

func (CapBucketCursor_prevN_Results) IsValid

func (s CapBucketCursor_prevN_Results) IsValid() bool

func (CapBucketCursor_prevN_Results) ItemsRemaining

func (s CapBucketCursor_prevN_Results) ItemsRemaining() bool

func (CapBucketCursor_prevN_Results) Message

func (CapBucketCursor_prevN_Results) NewDocs

NewDocs sets the docs field to a newly allocated KeyValueMap struct, preferring placement in s's segment.

func (CapBucketCursor_prevN_Results) Segment

func (CapBucketCursor_prevN_Results) SetDocs

func (CapBucketCursor_prevN_Results) SetItemsRemaining

func (s CapBucketCursor_prevN_Results) SetItemsRemaining(v bool)

func (CapBucketCursor_prevN_Results) String

func (CapBucketCursor_prevN_Results) ToPtr

type CapBucketCursor_prevN_Results_Future

type CapBucketCursor_prevN_Results_Future struct{ *capnp.Future }

CapBucketCursor_prevN_Results_Future is a wrapper for a CapBucketCursor_prevN_Results promised by a client call.

func (CapBucketCursor_prevN_Results_Future) Docs

func (CapBucketCursor_prevN_Results_Future) Struct

type CapBucketCursor_prevN_Results_List

type CapBucketCursor_prevN_Results_List = capnp.StructList[CapBucketCursor_prevN_Results]

CapBucketCursor_prevN_Results_List is a list of CapBucketCursor_prevN_Results.

func NewCapBucketCursor_prevN_Results_List

func NewCapBucketCursor_prevN_Results_List(s *capnp.Segment, sz int32) (CapBucketCursor_prevN_Results_List, error)

NewCapBucketCursor_prevN_Results creates a new list of CapBucketCursor_prevN_Results.

type CapBucketCursor_prev_Params

type CapBucketCursor_prev_Params capnp.Struct

func NewCapBucketCursor_prev_Params

func NewCapBucketCursor_prev_Params(s *capnp.Segment) (CapBucketCursor_prev_Params, error)

func NewRootCapBucketCursor_prev_Params

func NewRootCapBucketCursor_prev_Params(s *capnp.Segment) (CapBucketCursor_prev_Params, error)

func ReadRootCapBucketCursor_prev_Params

func ReadRootCapBucketCursor_prev_Params(msg *capnp.Message) (CapBucketCursor_prev_Params, error)

func (CapBucketCursor_prev_Params) DecodeFromPtr

func (CapBucketCursor_prev_Params) EncodeAsPtr

func (s CapBucketCursor_prev_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_prev_Params) IsValid

func (s CapBucketCursor_prev_Params) IsValid() bool

func (CapBucketCursor_prev_Params) Message

func (CapBucketCursor_prev_Params) Segment

func (CapBucketCursor_prev_Params) String

func (CapBucketCursor_prev_Params) ToPtr

type CapBucketCursor_prev_Params_Future

type CapBucketCursor_prev_Params_Future struct{ *capnp.Future }

CapBucketCursor_prev_Params_Future is a wrapper for a CapBucketCursor_prev_Params promised by a client call.

func (CapBucketCursor_prev_Params_Future) Struct

type CapBucketCursor_prev_Params_List

type CapBucketCursor_prev_Params_List = capnp.StructList[CapBucketCursor_prev_Params]

CapBucketCursor_prev_Params_List is a list of CapBucketCursor_prev_Params.

func NewCapBucketCursor_prev_Params_List

func NewCapBucketCursor_prev_Params_List(s *capnp.Segment, sz int32) (CapBucketCursor_prev_Params_List, error)

NewCapBucketCursor_prev_Params creates a new list of CapBucketCursor_prev_Params.

type CapBucketCursor_prev_Results

type CapBucketCursor_prev_Results capnp.Struct

func NewCapBucketCursor_prev_Results

func NewCapBucketCursor_prev_Results(s *capnp.Segment) (CapBucketCursor_prev_Results, error)

func NewRootCapBucketCursor_prev_Results

func NewRootCapBucketCursor_prev_Results(s *capnp.Segment) (CapBucketCursor_prev_Results, error)

func ReadRootCapBucketCursor_prev_Results

func ReadRootCapBucketCursor_prev_Results(msg *capnp.Message) (CapBucketCursor_prev_Results, error)

func (CapBucketCursor_prev_Results) DecodeFromPtr

func (CapBucketCursor_prev_Results) EncodeAsPtr

func (s CapBucketCursor_prev_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_prev_Results) HasKey

func (CapBucketCursor_prev_Results) HasValue

func (s CapBucketCursor_prev_Results) HasValue() bool

func (CapBucketCursor_prev_Results) IsValid

func (s CapBucketCursor_prev_Results) IsValid() bool

func (CapBucketCursor_prev_Results) Key

func (CapBucketCursor_prev_Results) KeyBytes

func (s CapBucketCursor_prev_Results) KeyBytes() ([]byte, error)

func (CapBucketCursor_prev_Results) Message

func (CapBucketCursor_prev_Results) Segment

func (CapBucketCursor_prev_Results) SetKey

func (CapBucketCursor_prev_Results) SetValid

func (s CapBucketCursor_prev_Results) SetValid(v bool)

func (CapBucketCursor_prev_Results) SetValue

func (s CapBucketCursor_prev_Results) SetValue(v []byte) error

func (CapBucketCursor_prev_Results) String

func (CapBucketCursor_prev_Results) ToPtr

func (CapBucketCursor_prev_Results) Valid

func (CapBucketCursor_prev_Results) Value

func (s CapBucketCursor_prev_Results) Value() ([]byte, error)

type CapBucketCursor_prev_Results_Future

type CapBucketCursor_prev_Results_Future struct{ *capnp.Future }

CapBucketCursor_prev_Results_Future is a wrapper for a CapBucketCursor_prev_Results promised by a client call.

func (CapBucketCursor_prev_Results_Future) Struct

type CapBucketCursor_prev_Results_List

type CapBucketCursor_prev_Results_List = capnp.StructList[CapBucketCursor_prev_Results]

CapBucketCursor_prev_Results_List is a list of CapBucketCursor_prev_Results.

func NewCapBucketCursor_prev_Results_List

func NewCapBucketCursor_prev_Results_List(s *capnp.Segment, sz int32) (CapBucketCursor_prev_Results_List, error)

NewCapBucketCursor_prev_Results creates a new list of CapBucketCursor_prev_Results.

type CapBucketCursor_seek

type CapBucketCursor_seek struct {
	*server.Call
}

CapBucketCursor_seek holds the state for a server call to CapBucketCursor.seek. See server.Call for documentation.

func (CapBucketCursor_seek) AllocResults

AllocResults allocates the results struct.

func (CapBucketCursor_seek) Args

Args returns the call's arguments.

type CapBucketCursor_seek_Params

type CapBucketCursor_seek_Params capnp.Struct

func NewCapBucketCursor_seek_Params

func NewCapBucketCursor_seek_Params(s *capnp.Segment) (CapBucketCursor_seek_Params, error)

func NewRootCapBucketCursor_seek_Params

func NewRootCapBucketCursor_seek_Params(s *capnp.Segment) (CapBucketCursor_seek_Params, error)

func ReadRootCapBucketCursor_seek_Params

func ReadRootCapBucketCursor_seek_Params(msg *capnp.Message) (CapBucketCursor_seek_Params, error)

func (CapBucketCursor_seek_Params) DecodeFromPtr

func (CapBucketCursor_seek_Params) EncodeAsPtr

func (s CapBucketCursor_seek_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_seek_Params) HasSearchKey

func (s CapBucketCursor_seek_Params) HasSearchKey() bool

func (CapBucketCursor_seek_Params) IsValid

func (s CapBucketCursor_seek_Params) IsValid() bool

func (CapBucketCursor_seek_Params) Message

func (CapBucketCursor_seek_Params) SearchKey

func (s CapBucketCursor_seek_Params) SearchKey() (string, error)

func (CapBucketCursor_seek_Params) SearchKeyBytes

func (s CapBucketCursor_seek_Params) SearchKeyBytes() ([]byte, error)

func (CapBucketCursor_seek_Params) Segment

func (CapBucketCursor_seek_Params) SetSearchKey

func (s CapBucketCursor_seek_Params) SetSearchKey(v string) error

func (CapBucketCursor_seek_Params) String

func (CapBucketCursor_seek_Params) ToPtr

type CapBucketCursor_seek_Params_Future

type CapBucketCursor_seek_Params_Future struct{ *capnp.Future }

CapBucketCursor_seek_Params_Future is a wrapper for a CapBucketCursor_seek_Params promised by a client call.

func (CapBucketCursor_seek_Params_Future) Struct

type CapBucketCursor_seek_Params_List

type CapBucketCursor_seek_Params_List = capnp.StructList[CapBucketCursor_seek_Params]

CapBucketCursor_seek_Params_List is a list of CapBucketCursor_seek_Params.

func NewCapBucketCursor_seek_Params_List

func NewCapBucketCursor_seek_Params_List(s *capnp.Segment, sz int32) (CapBucketCursor_seek_Params_List, error)

NewCapBucketCursor_seek_Params creates a new list of CapBucketCursor_seek_Params.

type CapBucketCursor_seek_Results

type CapBucketCursor_seek_Results capnp.Struct

func NewCapBucketCursor_seek_Results

func NewCapBucketCursor_seek_Results(s *capnp.Segment) (CapBucketCursor_seek_Results, error)

func NewRootCapBucketCursor_seek_Results

func NewRootCapBucketCursor_seek_Results(s *capnp.Segment) (CapBucketCursor_seek_Results, error)

func ReadRootCapBucketCursor_seek_Results

func ReadRootCapBucketCursor_seek_Results(msg *capnp.Message) (CapBucketCursor_seek_Results, error)

func (CapBucketCursor_seek_Results) DecodeFromPtr

func (CapBucketCursor_seek_Results) EncodeAsPtr

func (s CapBucketCursor_seek_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapBucketCursor_seek_Results) HasKey

func (CapBucketCursor_seek_Results) HasValue

func (s CapBucketCursor_seek_Results) HasValue() bool

func (CapBucketCursor_seek_Results) IsValid

func (s CapBucketCursor_seek_Results) IsValid() bool

func (CapBucketCursor_seek_Results) Key

func (CapBucketCursor_seek_Results) KeyBytes

func (s CapBucketCursor_seek_Results) KeyBytes() ([]byte, error)

func (CapBucketCursor_seek_Results) Message

func (CapBucketCursor_seek_Results) Segment

func (CapBucketCursor_seek_Results) SetKey

func (CapBucketCursor_seek_Results) SetValid

func (s CapBucketCursor_seek_Results) SetValid(v bool)

func (CapBucketCursor_seek_Results) SetValue

func (s CapBucketCursor_seek_Results) SetValue(v []byte) error

func (CapBucketCursor_seek_Results) String

func (CapBucketCursor_seek_Results) ToPtr

func (CapBucketCursor_seek_Results) Valid

func (CapBucketCursor_seek_Results) Value

func (s CapBucketCursor_seek_Results) Value() ([]byte, error)

type CapBucketCursor_seek_Results_Future

type CapBucketCursor_seek_Results_Future struct{ *capnp.Future }

CapBucketCursor_seek_Results_Future is a wrapper for a CapBucketCursor_seek_Results promised by a client call.

func (CapBucketCursor_seek_Results_Future) Struct

type CapBucketCursor_seek_Results_List

type CapBucketCursor_seek_Results_List = capnp.StructList[CapBucketCursor_seek_Results]

CapBucketCursor_seek_Results_List is a list of CapBucketCursor_seek_Results.

func NewCapBucketCursor_seek_Results_List

func NewCapBucketCursor_seek_Results_List(s *capnp.Segment, sz int32) (CapBucketCursor_seek_Results_List, error)

NewCapBucketCursor_seek_Results creates a new list of CapBucketCursor_seek_Results.

type CapCerts

type CapCerts capnp.Client

func CapCerts_ServerToClient

func CapCerts_ServerToClient(s CapCerts_Server) CapCerts

CapCerts_ServerToClient creates a new Client from an implementation of CapCerts_Server. The caller is responsible for calling Release on the returned Client.

func (CapCerts) AddRef

func (c CapCerts) AddRef() CapCerts

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 (CapCerts) DecodeFromPtr

func (CapCerts) DecodeFromPtr(p capnp.Ptr) CapCerts

func (CapCerts) EncodeAsPtr

func (c CapCerts) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapCerts) GetFlowLimiter

func (c CapCerts) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapCerts) IsSame

func (c CapCerts) IsSame(other CapCerts) 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 (CapCerts) IsValid

func (c CapCerts) 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 (CapCerts) Release

func (c CapCerts) 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 (CapCerts) Resolve

func (c CapCerts) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapCerts) SetFlowLimiter

func (c CapCerts) 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 (CapCerts) String

func (c CapCerts) 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 CapCerts_List

type CapCerts_List = capnp.CapList[CapCerts]

CapCerts_List is a list of CapCerts.

func NewCapCerts_List

func NewCapCerts_List(s *capnp.Segment, sz int32) (CapCerts_List, error)

NewCapCerts creates a new list of CapCerts.

type CapCerts_Server

type CapCerts_Server interface {
	CapDeviceCerts(context.Context, CapCerts_capDeviceCerts) error

	CapServiceCerts(context.Context, CapCerts_capServiceCerts) error

	CapUserCerts(context.Context, CapCerts_capUserCerts) error

	CapVerifyCerts(context.Context, CapCerts_capVerifyCerts) error
}

type CapCerts_capDeviceCerts

type CapCerts_capDeviceCerts struct {
	*server.Call
}

CapCerts_capDeviceCerts holds the state for a server call to CapCerts.capDeviceCerts. See server.Call for documentation.

func (CapCerts_capDeviceCerts) AllocResults

AllocResults allocates the results struct.

func (CapCerts_capDeviceCerts) Args

Args returns the call's arguments.

type CapCerts_capDeviceCerts_Params

type CapCerts_capDeviceCerts_Params capnp.Struct

func NewCapCerts_capDeviceCerts_Params

func NewCapCerts_capDeviceCerts_Params(s *capnp.Segment) (CapCerts_capDeviceCerts_Params, error)

func NewRootCapCerts_capDeviceCerts_Params

func NewRootCapCerts_capDeviceCerts_Params(s *capnp.Segment) (CapCerts_capDeviceCerts_Params, error)

func ReadRootCapCerts_capDeviceCerts_Params

func ReadRootCapCerts_capDeviceCerts_Params(msg *capnp.Message) (CapCerts_capDeviceCerts_Params, error)

func (CapCerts_capDeviceCerts_Params) ClientID

func (CapCerts_capDeviceCerts_Params) ClientIDBytes

func (s CapCerts_capDeviceCerts_Params) ClientIDBytes() ([]byte, error)

func (CapCerts_capDeviceCerts_Params) DecodeFromPtr

func (CapCerts_capDeviceCerts_Params) EncodeAsPtr

func (CapCerts_capDeviceCerts_Params) HasClientID

func (s CapCerts_capDeviceCerts_Params) HasClientID() bool

func (CapCerts_capDeviceCerts_Params) IsValid

func (CapCerts_capDeviceCerts_Params) Message

func (CapCerts_capDeviceCerts_Params) Segment

func (CapCerts_capDeviceCerts_Params) SetClientID

func (s CapCerts_capDeviceCerts_Params) SetClientID(v string) error

func (CapCerts_capDeviceCerts_Params) String

func (CapCerts_capDeviceCerts_Params) ToPtr

type CapCerts_capDeviceCerts_Params_Future

type CapCerts_capDeviceCerts_Params_Future struct{ *capnp.Future }

CapCerts_capDeviceCerts_Params_Future is a wrapper for a CapCerts_capDeviceCerts_Params promised by a client call.

func (CapCerts_capDeviceCerts_Params_Future) Struct

type CapCerts_capDeviceCerts_Params_List

type CapCerts_capDeviceCerts_Params_List = capnp.StructList[CapCerts_capDeviceCerts_Params]

CapCerts_capDeviceCerts_Params_List is a list of CapCerts_capDeviceCerts_Params.

func NewCapCerts_capDeviceCerts_Params_List

func NewCapCerts_capDeviceCerts_Params_List(s *capnp.Segment, sz int32) (CapCerts_capDeviceCerts_Params_List, error)

NewCapCerts_capDeviceCerts_Params creates a new list of CapCerts_capDeviceCerts_Params.

type CapCerts_capDeviceCerts_Results

type CapCerts_capDeviceCerts_Results capnp.Struct

func NewCapCerts_capDeviceCerts_Results

func NewCapCerts_capDeviceCerts_Results(s *capnp.Segment) (CapCerts_capDeviceCerts_Results, error)

func NewRootCapCerts_capDeviceCerts_Results

func NewRootCapCerts_capDeviceCerts_Results(s *capnp.Segment) (CapCerts_capDeviceCerts_Results, error)

func ReadRootCapCerts_capDeviceCerts_Results

func ReadRootCapCerts_capDeviceCerts_Results(msg *capnp.Message) (CapCerts_capDeviceCerts_Results, error)

func (CapCerts_capDeviceCerts_Results) Cap

func (CapCerts_capDeviceCerts_Results) DecodeFromPtr

func (CapCerts_capDeviceCerts_Results) EncodeAsPtr

func (CapCerts_capDeviceCerts_Results) HasCap

func (CapCerts_capDeviceCerts_Results) IsValid

func (CapCerts_capDeviceCerts_Results) Message

func (CapCerts_capDeviceCerts_Results) Segment

func (CapCerts_capDeviceCerts_Results) SetCap

func (CapCerts_capDeviceCerts_Results) String

func (CapCerts_capDeviceCerts_Results) ToPtr

type CapCerts_capDeviceCerts_Results_Future

type CapCerts_capDeviceCerts_Results_Future struct{ *capnp.Future }

CapCerts_capDeviceCerts_Results_Future is a wrapper for a CapCerts_capDeviceCerts_Results promised by a client call.

func (CapCerts_capDeviceCerts_Results_Future) Cap

func (CapCerts_capDeviceCerts_Results_Future) Struct

type CapCerts_capDeviceCerts_Results_List

type CapCerts_capDeviceCerts_Results_List = capnp.StructList[CapCerts_capDeviceCerts_Results]

CapCerts_capDeviceCerts_Results_List is a list of CapCerts_capDeviceCerts_Results.

func NewCapCerts_capDeviceCerts_Results_List

func NewCapCerts_capDeviceCerts_Results_List(s *capnp.Segment, sz int32) (CapCerts_capDeviceCerts_Results_List, error)

NewCapCerts_capDeviceCerts_Results creates a new list of CapCerts_capDeviceCerts_Results.

type CapCerts_capServiceCerts

type CapCerts_capServiceCerts struct {
	*server.Call
}

CapCerts_capServiceCerts holds the state for a server call to CapCerts.capServiceCerts. See server.Call for documentation.

func (CapCerts_capServiceCerts) AllocResults

AllocResults allocates the results struct.

func (CapCerts_capServiceCerts) Args

Args returns the call's arguments.

type CapCerts_capServiceCerts_Params

type CapCerts_capServiceCerts_Params capnp.Struct

func NewCapCerts_capServiceCerts_Params

func NewCapCerts_capServiceCerts_Params(s *capnp.Segment) (CapCerts_capServiceCerts_Params, error)

func NewRootCapCerts_capServiceCerts_Params

func NewRootCapCerts_capServiceCerts_Params(s *capnp.Segment) (CapCerts_capServiceCerts_Params, error)

func ReadRootCapCerts_capServiceCerts_Params

func ReadRootCapCerts_capServiceCerts_Params(msg *capnp.Message) (CapCerts_capServiceCerts_Params, error)

func (CapCerts_capServiceCerts_Params) ClientID

func (CapCerts_capServiceCerts_Params) ClientIDBytes

func (s CapCerts_capServiceCerts_Params) ClientIDBytes() ([]byte, error)

func (CapCerts_capServiceCerts_Params) DecodeFromPtr

func (CapCerts_capServiceCerts_Params) EncodeAsPtr

func (CapCerts_capServiceCerts_Params) HasClientID

func (s CapCerts_capServiceCerts_Params) HasClientID() bool

func (CapCerts_capServiceCerts_Params) IsValid

func (CapCerts_capServiceCerts_Params) Message

func (CapCerts_capServiceCerts_Params) Segment

func (CapCerts_capServiceCerts_Params) SetClientID

func (s CapCerts_capServiceCerts_Params) SetClientID(v string) error

func (CapCerts_capServiceCerts_Params) String

func (CapCerts_capServiceCerts_Params) ToPtr

type CapCerts_capServiceCerts_Params_Future

type CapCerts_capServiceCerts_Params_Future struct{ *capnp.Future }

CapCerts_capServiceCerts_Params_Future is a wrapper for a CapCerts_capServiceCerts_Params promised by a client call.

func (CapCerts_capServiceCerts_Params_Future) Struct

type CapCerts_capServiceCerts_Params_List

type CapCerts_capServiceCerts_Params_List = capnp.StructList[CapCerts_capServiceCerts_Params]

CapCerts_capServiceCerts_Params_List is a list of CapCerts_capServiceCerts_Params.

func NewCapCerts_capServiceCerts_Params_List

func NewCapCerts_capServiceCerts_Params_List(s *capnp.Segment, sz int32) (CapCerts_capServiceCerts_Params_List, error)

NewCapCerts_capServiceCerts_Params creates a new list of CapCerts_capServiceCerts_Params.

type CapCerts_capServiceCerts_Results

type CapCerts_capServiceCerts_Results capnp.Struct

func NewCapCerts_capServiceCerts_Results

func NewCapCerts_capServiceCerts_Results(s *capnp.Segment) (CapCerts_capServiceCerts_Results, error)

func NewRootCapCerts_capServiceCerts_Results

func NewRootCapCerts_capServiceCerts_Results(s *capnp.Segment) (CapCerts_capServiceCerts_Results, error)

func ReadRootCapCerts_capServiceCerts_Results

func ReadRootCapCerts_capServiceCerts_Results(msg *capnp.Message) (CapCerts_capServiceCerts_Results, error)

func (CapCerts_capServiceCerts_Results) Cap

func (CapCerts_capServiceCerts_Results) DecodeFromPtr

func (CapCerts_capServiceCerts_Results) EncodeAsPtr

func (CapCerts_capServiceCerts_Results) HasCap

func (CapCerts_capServiceCerts_Results) IsValid

func (CapCerts_capServiceCerts_Results) Message

func (CapCerts_capServiceCerts_Results) Segment

func (CapCerts_capServiceCerts_Results) SetCap

func (CapCerts_capServiceCerts_Results) String

func (CapCerts_capServiceCerts_Results) ToPtr

type CapCerts_capServiceCerts_Results_Future

type CapCerts_capServiceCerts_Results_Future struct{ *capnp.Future }

CapCerts_capServiceCerts_Results_Future is a wrapper for a CapCerts_capServiceCerts_Results promised by a client call.

func (CapCerts_capServiceCerts_Results_Future) Cap

func (CapCerts_capServiceCerts_Results_Future) Struct

type CapCerts_capServiceCerts_Results_List

type CapCerts_capServiceCerts_Results_List = capnp.StructList[CapCerts_capServiceCerts_Results]

CapCerts_capServiceCerts_Results_List is a list of CapCerts_capServiceCerts_Results.

func NewCapCerts_capServiceCerts_Results_List

func NewCapCerts_capServiceCerts_Results_List(s *capnp.Segment, sz int32) (CapCerts_capServiceCerts_Results_List, error)

NewCapCerts_capServiceCerts_Results creates a new list of CapCerts_capServiceCerts_Results.

type CapCerts_capUserCerts

type CapCerts_capUserCerts struct {
	*server.Call
}

CapCerts_capUserCerts holds the state for a server call to CapCerts.capUserCerts. See server.Call for documentation.

func (CapCerts_capUserCerts) AllocResults

AllocResults allocates the results struct.

func (CapCerts_capUserCerts) Args

Args returns the call's arguments.

type CapCerts_capUserCerts_Params

type CapCerts_capUserCerts_Params capnp.Struct

func NewCapCerts_capUserCerts_Params

func NewCapCerts_capUserCerts_Params(s *capnp.Segment) (CapCerts_capUserCerts_Params, error)

func NewRootCapCerts_capUserCerts_Params

func NewRootCapCerts_capUserCerts_Params(s *capnp.Segment) (CapCerts_capUserCerts_Params, error)

func ReadRootCapCerts_capUserCerts_Params

func ReadRootCapCerts_capUserCerts_Params(msg *capnp.Message) (CapCerts_capUserCerts_Params, error)

func (CapCerts_capUserCerts_Params) ClientID

func (s CapCerts_capUserCerts_Params) ClientID() (string, error)

func (CapCerts_capUserCerts_Params) ClientIDBytes

func (s CapCerts_capUserCerts_Params) ClientIDBytes() ([]byte, error)

func (CapCerts_capUserCerts_Params) DecodeFromPtr

func (CapCerts_capUserCerts_Params) EncodeAsPtr

func (s CapCerts_capUserCerts_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapCerts_capUserCerts_Params) HasClientID

func (s CapCerts_capUserCerts_Params) HasClientID() bool

func (CapCerts_capUserCerts_Params) IsValid

func (s CapCerts_capUserCerts_Params) IsValid() bool

func (CapCerts_capUserCerts_Params) Message

func (CapCerts_capUserCerts_Params) Segment

func (CapCerts_capUserCerts_Params) SetClientID

func (s CapCerts_capUserCerts_Params) SetClientID(v string) error

func (CapCerts_capUserCerts_Params) String

func (CapCerts_capUserCerts_Params) ToPtr

type CapCerts_capUserCerts_Params_Future

type CapCerts_capUserCerts_Params_Future struct{ *capnp.Future }

CapCerts_capUserCerts_Params_Future is a wrapper for a CapCerts_capUserCerts_Params promised by a client call.

func (CapCerts_capUserCerts_Params_Future) Struct

type CapCerts_capUserCerts_Params_List

type CapCerts_capUserCerts_Params_List = capnp.StructList[CapCerts_capUserCerts_Params]

CapCerts_capUserCerts_Params_List is a list of CapCerts_capUserCerts_Params.

func NewCapCerts_capUserCerts_Params_List

func NewCapCerts_capUserCerts_Params_List(s *capnp.Segment, sz int32) (CapCerts_capUserCerts_Params_List, error)

NewCapCerts_capUserCerts_Params creates a new list of CapCerts_capUserCerts_Params.

type CapCerts_capUserCerts_Results

type CapCerts_capUserCerts_Results capnp.Struct

func NewCapCerts_capUserCerts_Results

func NewCapCerts_capUserCerts_Results(s *capnp.Segment) (CapCerts_capUserCerts_Results, error)

func NewRootCapCerts_capUserCerts_Results

func NewRootCapCerts_capUserCerts_Results(s *capnp.Segment) (CapCerts_capUserCerts_Results, error)

func ReadRootCapCerts_capUserCerts_Results

func ReadRootCapCerts_capUserCerts_Results(msg *capnp.Message) (CapCerts_capUserCerts_Results, error)

func (CapCerts_capUserCerts_Results) Cap

func (CapCerts_capUserCerts_Results) DecodeFromPtr

func (CapCerts_capUserCerts_Results) EncodeAsPtr

func (s CapCerts_capUserCerts_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapCerts_capUserCerts_Results) HasCap

func (CapCerts_capUserCerts_Results) IsValid

func (s CapCerts_capUserCerts_Results) IsValid() bool

func (CapCerts_capUserCerts_Results) Message

func (CapCerts_capUserCerts_Results) Segment

func (CapCerts_capUserCerts_Results) SetCap

func (CapCerts_capUserCerts_Results) String

func (CapCerts_capUserCerts_Results) ToPtr

type CapCerts_capUserCerts_Results_Future

type CapCerts_capUserCerts_Results_Future struct{ *capnp.Future }

CapCerts_capUserCerts_Results_Future is a wrapper for a CapCerts_capUserCerts_Results promised by a client call.

func (CapCerts_capUserCerts_Results_Future) Cap

func (CapCerts_capUserCerts_Results_Future) Struct

type CapCerts_capUserCerts_Results_List

type CapCerts_capUserCerts_Results_List = capnp.StructList[CapCerts_capUserCerts_Results]

CapCerts_capUserCerts_Results_List is a list of CapCerts_capUserCerts_Results.

func NewCapCerts_capUserCerts_Results_List

func NewCapCerts_capUserCerts_Results_List(s *capnp.Segment, sz int32) (CapCerts_capUserCerts_Results_List, error)

NewCapCerts_capUserCerts_Results creates a new list of CapCerts_capUserCerts_Results.

type CapCerts_capVerifyCerts

type CapCerts_capVerifyCerts struct {
	*server.Call
}

CapCerts_capVerifyCerts holds the state for a server call to CapCerts.capVerifyCerts. See server.Call for documentation.

func (CapCerts_capVerifyCerts) AllocResults

AllocResults allocates the results struct.

func (CapCerts_capVerifyCerts) Args

Args returns the call's arguments.

type CapCerts_capVerifyCerts_Params

type CapCerts_capVerifyCerts_Params capnp.Struct

func NewCapCerts_capVerifyCerts_Params

func NewCapCerts_capVerifyCerts_Params(s *capnp.Segment) (CapCerts_capVerifyCerts_Params, error)

func NewRootCapCerts_capVerifyCerts_Params

func NewRootCapCerts_capVerifyCerts_Params(s *capnp.Segment) (CapCerts_capVerifyCerts_Params, error)

func ReadRootCapCerts_capVerifyCerts_Params

func ReadRootCapCerts_capVerifyCerts_Params(msg *capnp.Message) (CapCerts_capVerifyCerts_Params, error)

func (CapCerts_capVerifyCerts_Params) ClientID

func (CapCerts_capVerifyCerts_Params) ClientIDBytes

func (s CapCerts_capVerifyCerts_Params) ClientIDBytes() ([]byte, error)

func (CapCerts_capVerifyCerts_Params) DecodeFromPtr

func (CapCerts_capVerifyCerts_Params) EncodeAsPtr

func (CapCerts_capVerifyCerts_Params) HasClientID

func (s CapCerts_capVerifyCerts_Params) HasClientID() bool

func (CapCerts_capVerifyCerts_Params) IsValid

func (CapCerts_capVerifyCerts_Params) Message

func (CapCerts_capVerifyCerts_Params) Segment

func (CapCerts_capVerifyCerts_Params) SetClientID

func (s CapCerts_capVerifyCerts_Params) SetClientID(v string) error

func (CapCerts_capVerifyCerts_Params) String

func (CapCerts_capVerifyCerts_Params) ToPtr

type CapCerts_capVerifyCerts_Params_Future

type CapCerts_capVerifyCerts_Params_Future struct{ *capnp.Future }

CapCerts_capVerifyCerts_Params_Future is a wrapper for a CapCerts_capVerifyCerts_Params promised by a client call.

func (CapCerts_capVerifyCerts_Params_Future) Struct

type CapCerts_capVerifyCerts_Params_List

type CapCerts_capVerifyCerts_Params_List = capnp.StructList[CapCerts_capVerifyCerts_Params]

CapCerts_capVerifyCerts_Params_List is a list of CapCerts_capVerifyCerts_Params.

func NewCapCerts_capVerifyCerts_Params_List

func NewCapCerts_capVerifyCerts_Params_List(s *capnp.Segment, sz int32) (CapCerts_capVerifyCerts_Params_List, error)

NewCapCerts_capVerifyCerts_Params creates a new list of CapCerts_capVerifyCerts_Params.

type CapCerts_capVerifyCerts_Results

type CapCerts_capVerifyCerts_Results capnp.Struct

func NewCapCerts_capVerifyCerts_Results

func NewCapCerts_capVerifyCerts_Results(s *capnp.Segment) (CapCerts_capVerifyCerts_Results, error)

func NewRootCapCerts_capVerifyCerts_Results

func NewRootCapCerts_capVerifyCerts_Results(s *capnp.Segment) (CapCerts_capVerifyCerts_Results, error)

func ReadRootCapCerts_capVerifyCerts_Results

func ReadRootCapCerts_capVerifyCerts_Results(msg *capnp.Message) (CapCerts_capVerifyCerts_Results, error)

func (CapCerts_capVerifyCerts_Results) Cap

func (CapCerts_capVerifyCerts_Results) DecodeFromPtr

func (CapCerts_capVerifyCerts_Results) EncodeAsPtr

func (CapCerts_capVerifyCerts_Results) HasCap

func (CapCerts_capVerifyCerts_Results) IsValid

func (CapCerts_capVerifyCerts_Results) Message

func (CapCerts_capVerifyCerts_Results) Segment

func (CapCerts_capVerifyCerts_Results) SetCap

func (CapCerts_capVerifyCerts_Results) String

func (CapCerts_capVerifyCerts_Results) ToPtr

type CapCerts_capVerifyCerts_Results_Future

type CapCerts_capVerifyCerts_Results_Future struct{ *capnp.Future }

CapCerts_capVerifyCerts_Results_Future is a wrapper for a CapCerts_capVerifyCerts_Results promised by a client call.

func (CapCerts_capVerifyCerts_Results_Future) Cap

func (CapCerts_capVerifyCerts_Results_Future) Struct

type CapCerts_capVerifyCerts_Results_List

type CapCerts_capVerifyCerts_Results_List = capnp.StructList[CapCerts_capVerifyCerts_Results]

CapCerts_capVerifyCerts_Results_List is a list of CapCerts_capVerifyCerts_Results.

func NewCapCerts_capVerifyCerts_Results_List

func NewCapCerts_capVerifyCerts_Results_List(s *capnp.Segment, sz int32) (CapCerts_capVerifyCerts_Results_List, error)

NewCapCerts_capVerifyCerts_Results creates a new list of CapCerts_capVerifyCerts_Results.

type CapClientAuthz

type CapClientAuthz capnp.Client

func CapClientAuthz_ServerToClient

func CapClientAuthz_ServerToClient(s CapClientAuthz_Server) CapClientAuthz

CapClientAuthz_ServerToClient creates a new Client from an implementation of CapClientAuthz_Server. The caller is responsible for calling Release on the returned Client.

func (CapClientAuthz) AddRef

func (c CapClientAuthz) AddRef() CapClientAuthz

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 (CapClientAuthz) DecodeFromPtr

func (CapClientAuthz) DecodeFromPtr(p capnp.Ptr) CapClientAuthz

func (CapClientAuthz) EncodeAsPtr

func (c CapClientAuthz) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapClientAuthz) GetFlowLimiter

func (c CapClientAuthz) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapClientAuthz) IsSame

func (c CapClientAuthz) IsSame(other CapClientAuthz) 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 (CapClientAuthz) IsValid

func (c CapClientAuthz) 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 (CapClientAuthz) Release

func (c CapClientAuthz) 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 (CapClientAuthz) Resolve

func (c CapClientAuthz) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapClientAuthz) SetFlowLimiter

func (c CapClientAuthz) 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 (CapClientAuthz) String

func (c CapClientAuthz) 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 CapClientAuthz_List

type CapClientAuthz_List = capnp.CapList[CapClientAuthz]

CapClientAuthz_List is a list of CapClientAuthz.

func NewCapClientAuthz_List

func NewCapClientAuthz_List(s *capnp.Segment, sz int32) (CapClientAuthz_List, error)

NewCapClientAuthz creates a new list of CapClientAuthz.

type CapClientAuthz_Server

type CapClientAuthz_Server interface {
	GetPermissions(context.Context, CapClientAuthz_getPermissions) error
}

type CapClientAuthz_getPermissions

type CapClientAuthz_getPermissions struct {
	*server.Call
}

CapClientAuthz_getPermissions holds the state for a server call to CapClientAuthz.getPermissions. See server.Call for documentation.

func (CapClientAuthz_getPermissions) AllocResults

AllocResults allocates the results struct.

func (CapClientAuthz_getPermissions) Args

Args returns the call's arguments.

type CapClientAuthz_getPermissions_Params

type CapClientAuthz_getPermissions_Params capnp.Struct

func NewCapClientAuthz_getPermissions_Params

func NewCapClientAuthz_getPermissions_Params(s *capnp.Segment) (CapClientAuthz_getPermissions_Params, error)

func NewRootCapClientAuthz_getPermissions_Params

func NewRootCapClientAuthz_getPermissions_Params(s *capnp.Segment) (CapClientAuthz_getPermissions_Params, error)

func ReadRootCapClientAuthz_getPermissions_Params

func ReadRootCapClientAuthz_getPermissions_Params(msg *capnp.Message) (CapClientAuthz_getPermissions_Params, error)

func (CapClientAuthz_getPermissions_Params) DecodeFromPtr

func (CapClientAuthz_getPermissions_Params) EncodeAsPtr

func (CapClientAuthz_getPermissions_Params) HasThingAddr

func (s CapClientAuthz_getPermissions_Params) HasThingAddr() bool

func (CapClientAuthz_getPermissions_Params) IsValid

func (CapClientAuthz_getPermissions_Params) Message

func (CapClientAuthz_getPermissions_Params) Segment

func (CapClientAuthz_getPermissions_Params) SetThingAddr

func (CapClientAuthz_getPermissions_Params) String

func (CapClientAuthz_getPermissions_Params) ThingAddr

func (CapClientAuthz_getPermissions_Params) ThingAddrBytes

func (s CapClientAuthz_getPermissions_Params) ThingAddrBytes() ([]byte, error)

func (CapClientAuthz_getPermissions_Params) ToPtr

type CapClientAuthz_getPermissions_Params_Future

type CapClientAuthz_getPermissions_Params_Future struct{ *capnp.Future }

CapClientAuthz_getPermissions_Params_Future is a wrapper for a CapClientAuthz_getPermissions_Params promised by a client call.

func (CapClientAuthz_getPermissions_Params_Future) Struct

type CapClientAuthz_getPermissions_Params_List

type CapClientAuthz_getPermissions_Params_List = capnp.StructList[CapClientAuthz_getPermissions_Params]

CapClientAuthz_getPermissions_Params_List is a list of CapClientAuthz_getPermissions_Params.

func NewCapClientAuthz_getPermissions_Params_List

func NewCapClientAuthz_getPermissions_Params_List(s *capnp.Segment, sz int32) (CapClientAuthz_getPermissions_Params_List, error)

NewCapClientAuthz_getPermissions_Params creates a new list of CapClientAuthz_getPermissions_Params.

type CapClientAuthz_getPermissions_Results

type CapClientAuthz_getPermissions_Results capnp.Struct

func NewCapClientAuthz_getPermissions_Results

func NewCapClientAuthz_getPermissions_Results(s *capnp.Segment) (CapClientAuthz_getPermissions_Results, error)

func NewRootCapClientAuthz_getPermissions_Results

func NewRootCapClientAuthz_getPermissions_Results(s *capnp.Segment) (CapClientAuthz_getPermissions_Results, error)

func ReadRootCapClientAuthz_getPermissions_Results

func ReadRootCapClientAuthz_getPermissions_Results(msg *capnp.Message) (CapClientAuthz_getPermissions_Results, error)

func (CapClientAuthz_getPermissions_Results) DecodeFromPtr

func (CapClientAuthz_getPermissions_Results) EncodeAsPtr

func (CapClientAuthz_getPermissions_Results) HasPermissions

func (s CapClientAuthz_getPermissions_Results) HasPermissions() bool

func (CapClientAuthz_getPermissions_Results) IsValid

func (CapClientAuthz_getPermissions_Results) Message

func (CapClientAuthz_getPermissions_Results) NewPermissions

NewPermissions sets the permissions field to a newly allocated capnp.TextList, preferring placement in s's segment.

func (CapClientAuthz_getPermissions_Results) Permissions

func (CapClientAuthz_getPermissions_Results) Segment

func (CapClientAuthz_getPermissions_Results) SetPermissions

func (CapClientAuthz_getPermissions_Results) String

func (CapClientAuthz_getPermissions_Results) ToPtr

type CapClientAuthz_getPermissions_Results_Future

type CapClientAuthz_getPermissions_Results_Future struct{ *capnp.Future }

CapClientAuthz_getPermissions_Results_Future is a wrapper for a CapClientAuthz_getPermissions_Results promised by a client call.

func (CapClientAuthz_getPermissions_Results_Future) Struct

type CapClientAuthz_getPermissions_Results_List

type CapClientAuthz_getPermissions_Results_List = capnp.StructList[CapClientAuthz_getPermissions_Results]

CapClientAuthz_getPermissions_Results_List is a list of CapClientAuthz_getPermissions_Results.

func NewCapClientAuthz_getPermissions_Results_List

func NewCapClientAuthz_getPermissions_Results_List(s *capnp.Segment, sz int32) (CapClientAuthz_getPermissions_Results_List, error)

NewCapClientAuthz_getPermissions_Results creates a new list of CapClientAuthz_getPermissions_Results.

type CapClientState

type CapClientState capnp.Client

func CapClientState_ServerToClient

func CapClientState_ServerToClient(s CapClientState_Server) CapClientState

CapClientState_ServerToClient creates a new Client from an implementation of CapClientState_Server. The caller is responsible for calling Release on the returned Client.

func (CapClientState) AddRef

func (c CapClientState) AddRef() CapClientState

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 (CapClientState) DecodeFromPtr

func (CapClientState) DecodeFromPtr(p capnp.Ptr) CapClientState

func (CapClientState) EncodeAsPtr

func (c CapClientState) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapClientState) GetFlowLimiter

func (c CapClientState) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapClientState) IsSame

func (c CapClientState) IsSame(other CapClientState) 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 (CapClientState) IsValid

func (c CapClientState) 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 (CapClientState) Release

func (c CapClientState) 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 (CapClientState) Resolve

func (c CapClientState) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapClientState) SetFlowLimiter

func (c CapClientState) 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 (CapClientState) String

func (c CapClientState) 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 CapClientState_List

type CapClientState_List = capnp.CapList[CapClientState]

CapClientState_List is a list of CapClientState.

func NewCapClientState_List

func NewCapClientState_List(s *capnp.Segment, sz int32) (CapClientState_List, error)

NewCapClientState creates a new list of CapClientState.

type CapClientState_cursor

type CapClientState_cursor struct {
	*server.Call
}

CapClientState_cursor holds the state for a server call to CapClientState.cursor. See server.Call for documentation.

func (CapClientState_cursor) AllocResults

AllocResults allocates the results struct.

func (CapClientState_cursor) Args

Args returns the call's arguments.

type CapClientState_cursor_Params

type CapClientState_cursor_Params capnp.Struct

func NewCapClientState_cursor_Params

func NewCapClientState_cursor_Params(s *capnp.Segment) (CapClientState_cursor_Params, error)

func NewRootCapClientState_cursor_Params

func NewRootCapClientState_cursor_Params(s *capnp.Segment) (CapClientState_cursor_Params, error)

func ReadRootCapClientState_cursor_Params

func ReadRootCapClientState_cursor_Params(msg *capnp.Message) (CapClientState_cursor_Params, error)

func (CapClientState_cursor_Params) DecodeFromPtr

func (CapClientState_cursor_Params) EncodeAsPtr

func (s CapClientState_cursor_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapClientState_cursor_Params) IsValid

func (s CapClientState_cursor_Params) IsValid() bool

func (CapClientState_cursor_Params) Message

func (CapClientState_cursor_Params) Segment

func (CapClientState_cursor_Params) String

func (CapClientState_cursor_Params) ToPtr

type CapClientState_cursor_Params_Future

type CapClientState_cursor_Params_Future struct{ *capnp.Future }

CapClientState_cursor_Params_Future is a wrapper for a CapClientState_cursor_Params promised by a client call.

func (CapClientState_cursor_Params_Future) Struct

type CapClientState_cursor_Params_List

type CapClientState_cursor_Params_List = capnp.StructList[CapClientState_cursor_Params]

CapClientState_cursor_Params_List is a list of CapClientState_cursor_Params.

func NewCapClientState_cursor_Params_List

func NewCapClientState_cursor_Params_List(s *capnp.Segment, sz int32) (CapClientState_cursor_Params_List, error)

NewCapClientState_cursor_Params creates a new list of CapClientState_cursor_Params.

type CapClientState_cursor_Results

type CapClientState_cursor_Results capnp.Struct

func NewCapClientState_cursor_Results

func NewCapClientState_cursor_Results(s *capnp.Segment) (CapClientState_cursor_Results, error)

func NewRootCapClientState_cursor_Results

func NewRootCapClientState_cursor_Results(s *capnp.Segment) (CapClientState_cursor_Results, error)

func ReadRootCapClientState_cursor_Results

func ReadRootCapClientState_cursor_Results(msg *capnp.Message) (CapClientState_cursor_Results, error)

func (CapClientState_cursor_Results) Cap

func (CapClientState_cursor_Results) DecodeFromPtr

func (CapClientState_cursor_Results) EncodeAsPtr

func (s CapClientState_cursor_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapClientState_cursor_Results) HasCap

func (CapClientState_cursor_Results) IsValid

func (s CapClientState_cursor_Results) IsValid() bool

func (CapClientState_cursor_Results) Message

func (CapClientState_cursor_Results) Segment

func (CapClientState_cursor_Results) SetCap

func (CapClientState_cursor_Results) String

func (CapClientState_cursor_Results) ToPtr

type CapClientState_cursor_Results_Future

type CapClientState_cursor_Results_Future struct{ *capnp.Future }

CapClientState_cursor_Results_Future is a wrapper for a CapClientState_cursor_Results promised by a client call.

func (CapClientState_cursor_Results_Future) Cap

func (CapClientState_cursor_Results_Future) Struct

type CapClientState_cursor_Results_List

type CapClientState_cursor_Results_List = capnp.StructList[CapClientState_cursor_Results]

CapClientState_cursor_Results_List is a list of CapClientState_cursor_Results.

func NewCapClientState_cursor_Results_List

func NewCapClientState_cursor_Results_List(s *capnp.Segment, sz int32) (CapClientState_cursor_Results_List, error)

NewCapClientState_cursor_Results creates a new list of CapClientState_cursor_Results.

type CapClientState_delete

type CapClientState_delete struct {
	*server.Call
}

CapClientState_delete holds the state for a server call to CapClientState.delete. See server.Call for documentation.

func (CapClientState_delete) AllocResults

AllocResults allocates the results struct.

func (CapClientState_delete) Args

Args returns the call's arguments.

type CapClientState_delete_Params

type CapClientState_delete_Params capnp.Struct

func NewCapClientState_delete_Params

func NewCapClientState_delete_Params(s *capnp.Segment) (CapClientState_delete_Params, error)

func NewRootCapClientState_delete_Params

func NewRootCapClientState_delete_Params(s *capnp.Segment) (CapClientState_delete_Params, error)

func ReadRootCapClientState_delete_Params

func ReadRootCapClientState_delete_Params(msg *capnp.Message) (CapClientState_delete_Params, error)

func (CapClientState_delete_Params) DecodeFromPtr

func (CapClientState_delete_Params) EncodeAsPtr

func (s CapClientState_delete_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapClientState_delete_Params) HasKey

func (CapClientState_delete_Params) IsValid

func (s CapClientState_delete_Params) IsValid() bool

func (CapClientState_delete_Params) Key

func (CapClientState_delete_Params) KeyBytes

func (s CapClientState_delete_Params) KeyBytes() ([]byte, error)

func (CapClientState_delete_Params) Message

func (CapClientState_delete_Params) Segment

func (CapClientState_delete_Params) SetKey

func (CapClientState_delete_Params) String

func (CapClientState_delete_Params) ToPtr

type CapClientState_delete_Params_Future

type CapClientState_delete_Params_Future struct{ *capnp.Future }

CapClientState_delete_Params_Future is a wrapper for a CapClientState_delete_Params promised by a client call.

func (CapClientState_delete_Params_Future) Struct

type CapClientState_delete_Params_List

type CapClientState_delete_Params_List = capnp.StructList[CapClientState_delete_Params]

CapClientState_delete_Params_List is a list of CapClientState_delete_Params.

func NewCapClientState_delete_Params_List

func NewCapClientState_delete_Params_List(s *capnp.Segment, sz int32) (CapClientState_delete_Params_List, error)

NewCapClientState_delete_Params creates a new list of CapClientState_delete_Params.

type CapClientState_delete_Results

type CapClientState_delete_Results capnp.Struct

func NewCapClientState_delete_Results

func NewCapClientState_delete_Results(s *capnp.Segment) (CapClientState_delete_Results, error)

func NewRootCapClientState_delete_Results

func NewRootCapClientState_delete_Results(s *capnp.Segment) (CapClientState_delete_Results, error)

func ReadRootCapClientState_delete_Results

func ReadRootCapClientState_delete_Results(msg *capnp.Message) (CapClientState_delete_Results, error)

func (CapClientState_delete_Results) DecodeFromPtr

func (CapClientState_delete_Results) EncodeAsPtr

func (s CapClientState_delete_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapClientState_delete_Results) IsValid

func (s CapClientState_delete_Results) IsValid() bool

func (CapClientState_delete_Results) Message

func (CapClientState_delete_Results) Segment

func (CapClientState_delete_Results) String

func (CapClientState_delete_Results) ToPtr

type CapClientState_delete_Results_Future

type CapClientState_delete_Results_Future struct{ *capnp.Future }

CapClientState_delete_Results_Future is a wrapper for a CapClientState_delete_Results promised by a client call.

func (CapClientState_delete_Results_Future) Struct

type CapClientState_delete_Results_List

type CapClientState_delete_Results_List = capnp.StructList[CapClientState_delete_Results]

CapClientState_delete_Results_List is a list of CapClientState_delete_Results.

func NewCapClientState_delete_Results_List

func NewCapClientState_delete_Results_List(s *capnp.Segment, sz int32) (CapClientState_delete_Results_List, error)

NewCapClientState_delete_Results creates a new list of CapClientState_delete_Results.

type CapClientState_get

type CapClientState_get struct {
	*server.Call
}

CapClientState_get holds the state for a server call to CapClientState.get. See server.Call for documentation.

func (CapClientState_get) AllocResults

AllocResults allocates the results struct.

func (CapClientState_get) Args

Args returns the call's arguments.

type CapClientState_getMultiple

type CapClientState_getMultiple struct {
	*server.Call
}

CapClientState_getMultiple holds the state for a server call to CapClientState.getMultiple. See server.Call for documentation.

func (CapClientState_getMultiple) AllocResults

AllocResults allocates the results struct.

func (CapClientState_getMultiple) Args

Args returns the call's arguments.

type CapClientState_getMultiple_Params

type CapClientState_getMultiple_Params capnp.Struct

func NewCapClientState_getMultiple_Params

func NewCapClientState_getMultiple_Params(s *capnp.Segment) (CapClientState_getMultiple_Params, error)

func NewRootCapClientState_getMultiple_Params

func NewRootCapClientState_getMultiple_Params(s *capnp.Segment) (CapClientState_getMultiple_Params, error)

func ReadRootCapClientState_getMultiple_Params

func ReadRootCapClientState_getMultiple_Params(msg *capnp.Message) (CapClientState_getMultiple_Params, error)

func (CapClientState_getMultiple_Params) DecodeFromPtr

func (CapClientState_getMultiple_Params) EncodeAsPtr

func (CapClientState_getMultiple_Params) HasKeys

func (CapClientState_getMultiple_Params) IsValid

func (CapClientState_getMultiple_Params) Keys

func (CapClientState_getMultiple_Params) Message

func (CapClientState_getMultiple_Params) NewKeys

NewKeys sets the keys field to a newly allocated capnp.TextList, preferring placement in s's segment.

func (CapClientState_getMultiple_Params) Segment

func (CapClientState_getMultiple_Params) SetKeys

func (CapClientState_getMultiple_Params) String

func (CapClientState_getMultiple_Params) ToPtr

type CapClientState_getMultiple_Params_Future

type CapClientState_getMultiple_Params_Future struct{ *capnp.Future }

CapClientState_getMultiple_Params_Future is a wrapper for a CapClientState_getMultiple_Params promised by a client call.

func (CapClientState_getMultiple_Params_Future) Struct

type CapClientState_getMultiple_Params_List

type CapClientState_getMultiple_Params_List = capnp.StructList[CapClientState_getMultiple_Params]

CapClientState_getMultiple_Params_List is a list of CapClientState_getMultiple_Params.

func NewCapClientState_getMultiple_Params_List

func NewCapClientState_getMultiple_Params_List(s *capnp.Segment, sz int32) (CapClientState_getMultiple_Params_List, error)

NewCapClientState_getMultiple_Params creates a new list of CapClientState_getMultiple_Params.

type CapClientState_getMultiple_Results

type CapClientState_getMultiple_Results capnp.Struct

func NewCapClientState_getMultiple_Results

func NewCapClientState_getMultiple_Results(s *capnp.Segment) (CapClientState_getMultiple_Results, error)

func NewRootCapClientState_getMultiple_Results

func NewRootCapClientState_getMultiple_Results(s *capnp.Segment) (CapClientState_getMultiple_Results, error)

func ReadRootCapClientState_getMultiple_Results

func ReadRootCapClientState_getMultiple_Results(msg *capnp.Message) (CapClientState_getMultiple_Results, error)

func (CapClientState_getMultiple_Results) DecodeFromPtr

func (CapClientState_getMultiple_Results) Docs

func (CapClientState_getMultiple_Results) EncodeAsPtr

func (CapClientState_getMultiple_Results) HasDocs

func (CapClientState_getMultiple_Results) IsValid

func (CapClientState_getMultiple_Results) Message

func (CapClientState_getMultiple_Results) NewDocs

NewDocs sets the docs field to a newly allocated KeyValueMap struct, preferring placement in s's segment.

func (CapClientState_getMultiple_Results) Segment

func (CapClientState_getMultiple_Results) SetDocs

func (CapClientState_getMultiple_Results) String

func (CapClientState_getMultiple_Results) ToPtr

type CapClientState_getMultiple_Results_Future

type CapClientState_getMultiple_Results_Future struct{ *capnp.Future }

CapClientState_getMultiple_Results_Future is a wrapper for a CapClientState_getMultiple_Results promised by a client call.

func (CapClientState_getMultiple_Results_Future) Docs

func (CapClientState_getMultiple_Results_Future) Struct

type CapClientState_getMultiple_Results_List

type CapClientState_getMultiple_Results_List = capnp.StructList[CapClientState_getMultiple_Results]

CapClientState_getMultiple_Results_List is a list of CapClientState_getMultiple_Results.

func NewCapClientState_getMultiple_Results_List

func NewCapClientState_getMultiple_Results_List(s *capnp.Segment, sz int32) (CapClientState_getMultiple_Results_List, error)

NewCapClientState_getMultiple_Results creates a new list of CapClientState_getMultiple_Results.

type CapClientState_get_Params

type CapClientState_get_Params capnp.Struct

func NewCapClientState_get_Params

func NewCapClientState_get_Params(s *capnp.Segment) (CapClientState_get_Params, error)

func NewRootCapClientState_get_Params

func NewRootCapClientState_get_Params(s *capnp.Segment) (CapClientState_get_Params, error)

func ReadRootCapClientState_get_Params

func ReadRootCapClientState_get_Params(msg *capnp.Message) (CapClientState_get_Params, error)

func (CapClientState_get_Params) DecodeFromPtr

func (CapClientState_get_Params) EncodeAsPtr

func (s CapClientState_get_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapClientState_get_Params) HasKey

func (s CapClientState_get_Params) HasKey() bool

func (CapClientState_get_Params) IsValid

func (s CapClientState_get_Params) IsValid() bool

func (CapClientState_get_Params) Key

func (CapClientState_get_Params) KeyBytes

func (s CapClientState_get_Params) KeyBytes() ([]byte, error)

func (CapClientState_get_Params) Message

func (CapClientState_get_Params) Segment

func (CapClientState_get_Params) SetKey

func (CapClientState_get_Params) String

func (s CapClientState_get_Params) String() string

func (CapClientState_get_Params) ToPtr

type CapClientState_get_Params_Future

type CapClientState_get_Params_Future struct{ *capnp.Future }

CapClientState_get_Params_Future is a wrapper for a CapClientState_get_Params promised by a client call.

func (CapClientState_get_Params_Future) Struct

type CapClientState_get_Params_List

type CapClientState_get_Params_List = capnp.StructList[CapClientState_get_Params]

CapClientState_get_Params_List is a list of CapClientState_get_Params.

func NewCapClientState_get_Params_List

func NewCapClientState_get_Params_List(s *capnp.Segment, sz int32) (CapClientState_get_Params_List, error)

NewCapClientState_get_Params creates a new list of CapClientState_get_Params.

type CapClientState_get_Results

type CapClientState_get_Results capnp.Struct

func NewCapClientState_get_Results

func NewCapClientState_get_Results(s *capnp.Segment) (CapClientState_get_Results, error)

func NewRootCapClientState_get_Results

func NewRootCapClientState_get_Results(s *capnp.Segment) (CapClientState_get_Results, error)

func ReadRootCapClientState_get_Results

func ReadRootCapClientState_get_Results(msg *capnp.Message) (CapClientState_get_Results, error)

func (CapClientState_get_Results) DecodeFromPtr

func (CapClientState_get_Results) EncodeAsPtr

func (s CapClientState_get_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapClientState_get_Results) HasValue

func (s CapClientState_get_Results) HasValue() bool

func (CapClientState_get_Results) IsValid

func (s CapClientState_get_Results) IsValid() bool

func (CapClientState_get_Results) Message

func (CapClientState_get_Results) Segment

func (CapClientState_get_Results) SetValue

func (s CapClientState_get_Results) SetValue(v []byte) error

func (CapClientState_get_Results) String

func (CapClientState_get_Results) ToPtr

func (CapClientState_get_Results) Value

func (s CapClientState_get_Results) Value() ([]byte, error)

type CapClientState_get_Results_Future

type CapClientState_get_Results_Future struct{ *capnp.Future }

CapClientState_get_Results_Future is a wrapper for a CapClientState_get_Results promised by a client call.

func (CapClientState_get_Results_Future) Struct

type CapClientState_get_Results_List

type CapClientState_get_Results_List = capnp.StructList[CapClientState_get_Results]

CapClientState_get_Results_List is a list of CapClientState_get_Results.

func NewCapClientState_get_Results_List

func NewCapClientState_get_Results_List(s *capnp.Segment, sz int32) (CapClientState_get_Results_List, error)

NewCapClientState_get_Results creates a new list of CapClientState_get_Results.

type CapClientState_set

type CapClientState_set struct {
	*server.Call
}

CapClientState_set holds the state for a server call to CapClientState.set. See server.Call for documentation.

func (CapClientState_set) AllocResults

AllocResults allocates the results struct.

func (CapClientState_set) Args

Args returns the call's arguments.

type CapClientState_setMultiple

type CapClientState_setMultiple struct {
	*server.Call
}

CapClientState_setMultiple holds the state for a server call to CapClientState.setMultiple. See server.Call for documentation.

func (CapClientState_setMultiple) AllocResults

AllocResults allocates the results struct.

func (CapClientState_setMultiple) Args

Args returns the call's arguments.

type CapClientState_setMultiple_Params

type CapClientState_setMultiple_Params capnp.Struct

func NewCapClientState_setMultiple_Params

func NewCapClientState_setMultiple_Params(s *capnp.Segment) (CapClientState_setMultiple_Params, error)

func NewRootCapClientState_setMultiple_Params

func NewRootCapClientState_setMultiple_Params(s *capnp.Segment) (CapClientState_setMultiple_Params, error)

func ReadRootCapClientState_setMultiple_Params

func ReadRootCapClientState_setMultiple_Params(msg *capnp.Message) (CapClientState_setMultiple_Params, error)

func (CapClientState_setMultiple_Params) DecodeFromPtr

func (CapClientState_setMultiple_Params) Docs

func (CapClientState_setMultiple_Params) EncodeAsPtr

func (CapClientState_setMultiple_Params) HasDocs

func (CapClientState_setMultiple_Params) IsValid

func (CapClientState_setMultiple_Params) Message

func (CapClientState_setMultiple_Params) NewDocs

NewDocs sets the docs field to a newly allocated KeyValueMap struct, preferring placement in s's segment.

func (CapClientState_setMultiple_Params) Segment

func (CapClientState_setMultiple_Params) SetDocs

func (CapClientState_setMultiple_Params) String

func (CapClientState_setMultiple_Params) ToPtr

type CapClientState_setMultiple_Params_Future

type CapClientState_setMultiple_Params_Future struct{ *capnp.Future }

CapClientState_setMultiple_Params_Future is a wrapper for a CapClientState_setMultiple_Params promised by a client call.

func (CapClientState_setMultiple_Params_Future) Docs

func (CapClientState_setMultiple_Params_Future) Struct

type CapClientState_setMultiple_Params_List

type CapClientState_setMultiple_Params_List = capnp.StructList[CapClientState_setMultiple_Params]

CapClientState_setMultiple_Params_List is a list of CapClientState_setMultiple_Params.

func NewCapClientState_setMultiple_Params_List

func NewCapClientState_setMultiple_Params_List(s *capnp.Segment, sz int32) (CapClientState_setMultiple_Params_List, error)

NewCapClientState_setMultiple_Params creates a new list of CapClientState_setMultiple_Params.

type CapClientState_setMultiple_Results

type CapClientState_setMultiple_Results capnp.Struct

func NewCapClientState_setMultiple_Results

func NewCapClientState_setMultiple_Results(s *capnp.Segment) (CapClientState_setMultiple_Results, error)

func NewRootCapClientState_setMultiple_Results

func NewRootCapClientState_setMultiple_Results(s *capnp.Segment) (CapClientState_setMultiple_Results, error)

func ReadRootCapClientState_setMultiple_Results

func ReadRootCapClientState_setMultiple_Results(msg *capnp.Message) (CapClientState_setMultiple_Results, error)

func (CapClientState_setMultiple_Results) DecodeFromPtr

func (CapClientState_setMultiple_Results) EncodeAsPtr

func (CapClientState_setMultiple_Results) IsValid

func (CapClientState_setMultiple_Results) Message

func (CapClientState_setMultiple_Results) Segment

func (CapClientState_setMultiple_Results) String

func (CapClientState_setMultiple_Results) ToPtr

type CapClientState_setMultiple_Results_Future

type CapClientState_setMultiple_Results_Future struct{ *capnp.Future }

CapClientState_setMultiple_Results_Future is a wrapper for a CapClientState_setMultiple_Results promised by a client call.

func (CapClientState_setMultiple_Results_Future) Struct

type CapClientState_setMultiple_Results_List

type CapClientState_setMultiple_Results_List = capnp.StructList[CapClientState_setMultiple_Results]

CapClientState_setMultiple_Results_List is a list of CapClientState_setMultiple_Results.

func NewCapClientState_setMultiple_Results_List

func NewCapClientState_setMultiple_Results_List(s *capnp.Segment, sz int32) (CapClientState_setMultiple_Results_List, error)

NewCapClientState_setMultiple_Results creates a new list of CapClientState_setMultiple_Results.

type CapClientState_set_Params

type CapClientState_set_Params capnp.Struct

func NewCapClientState_set_Params

func NewCapClientState_set_Params(s *capnp.Segment) (CapClientState_set_Params, error)

func NewRootCapClientState_set_Params

func NewRootCapClientState_set_Params(s *capnp.Segment) (CapClientState_set_Params, error)

func ReadRootCapClientState_set_Params

func ReadRootCapClientState_set_Params(msg *capnp.Message) (CapClientState_set_Params, error)

func (CapClientState_set_Params) DecodeFromPtr

func (CapClientState_set_Params) EncodeAsPtr

func (s CapClientState_set_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapClientState_set_Params) HasKey

func (s CapClientState_set_Params) HasKey() bool

func (CapClientState_set_Params) HasValue

func (s CapClientState_set_Params) HasValue() bool

func (CapClientState_set_Params) IsValid

func (s CapClientState_set_Params) IsValid() bool

func (CapClientState_set_Params) Key

func (CapClientState_set_Params) KeyBytes

func (s CapClientState_set_Params) KeyBytes() ([]byte, error)

func (CapClientState_set_Params) Message

func (CapClientState_set_Params) Segment

func (CapClientState_set_Params) SetKey

func (CapClientState_set_Params) SetValue

func (s CapClientState_set_Params) SetValue(v []byte) error

func (CapClientState_set_Params) String

func (s CapClientState_set_Params) String() string

func (CapClientState_set_Params) ToPtr

func (CapClientState_set_Params) Value

func (s CapClientState_set_Params) Value() ([]byte, error)

type CapClientState_set_Params_Future

type CapClientState_set_Params_Future struct{ *capnp.Future }

CapClientState_set_Params_Future is a wrapper for a CapClientState_set_Params promised by a client call.

func (CapClientState_set_Params_Future) Struct

type CapClientState_set_Params_List

type CapClientState_set_Params_List = capnp.StructList[CapClientState_set_Params]

CapClientState_set_Params_List is a list of CapClientState_set_Params.

func NewCapClientState_set_Params_List

func NewCapClientState_set_Params_List(s *capnp.Segment, sz int32) (CapClientState_set_Params_List, error)

NewCapClientState_set_Params creates a new list of CapClientState_set_Params.

type CapClientState_set_Results

type CapClientState_set_Results capnp.Struct

func NewCapClientState_set_Results

func NewCapClientState_set_Results(s *capnp.Segment) (CapClientState_set_Results, error)

func NewRootCapClientState_set_Results

func NewRootCapClientState_set_Results(s *capnp.Segment) (CapClientState_set_Results, error)

func ReadRootCapClientState_set_Results

func ReadRootCapClientState_set_Results(msg *capnp.Message) (CapClientState_set_Results, error)

func (CapClientState_set_Results) DecodeFromPtr

func (CapClientState_set_Results) EncodeAsPtr

func (s CapClientState_set_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapClientState_set_Results) IsValid

func (s CapClientState_set_Results) IsValid() bool

func (CapClientState_set_Results) Message

func (CapClientState_set_Results) Segment

func (CapClientState_set_Results) String

func (CapClientState_set_Results) ToPtr

type CapClientState_set_Results_Future

type CapClientState_set_Results_Future struct{ *capnp.Future }

CapClientState_set_Results_Future is a wrapper for a CapClientState_set_Results promised by a client call.

func (CapClientState_set_Results_Future) Struct

type CapClientState_set_Results_List

type CapClientState_set_Results_List = capnp.StructList[CapClientState_set_Results]

CapClientState_set_Results_List is a list of CapClientState_set_Results.

func NewCapClientState_set_Results_List

func NewCapClientState_set_Results_List(s *capnp.Segment, sz int32) (CapClientState_set_Results_List, error)

NewCapClientState_set_Results creates a new list of CapClientState_set_Results.

type CapDeviceCerts

type CapDeviceCerts capnp.Client

func CapDeviceCerts_ServerToClient

func CapDeviceCerts_ServerToClient(s CapDeviceCerts_Server) CapDeviceCerts

CapDeviceCerts_ServerToClient creates a new Client from an implementation of CapDeviceCerts_Server. The caller is responsible for calling Release on the returned Client.

func (CapDeviceCerts) AddRef

func (c CapDeviceCerts) AddRef() CapDeviceCerts

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 (CapDeviceCerts) DecodeFromPtr

func (CapDeviceCerts) DecodeFromPtr(p capnp.Ptr) CapDeviceCerts

func (CapDeviceCerts) EncodeAsPtr

func (c CapDeviceCerts) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapDeviceCerts) GetFlowLimiter

func (c CapDeviceCerts) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapDeviceCerts) IsSame

func (c CapDeviceCerts) IsSame(other CapDeviceCerts) 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 (CapDeviceCerts) IsValid

func (c CapDeviceCerts) 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 (CapDeviceCerts) Release

func (c CapDeviceCerts) 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 (CapDeviceCerts) Resolve

func (c CapDeviceCerts) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapDeviceCerts) SetFlowLimiter

func (c CapDeviceCerts) 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 (CapDeviceCerts) String

func (c CapDeviceCerts) 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 CapDeviceCerts_List

type CapDeviceCerts_List = capnp.CapList[CapDeviceCerts]

CapDeviceCerts_List is a list of CapDeviceCerts.

func NewCapDeviceCerts_List

func NewCapDeviceCerts_List(s *capnp.Segment, sz int32) (CapDeviceCerts_List, error)

NewCapDeviceCerts creates a new list of CapDeviceCerts.

type CapDeviceCerts_Server

type CapDeviceCerts_Server interface {
	CreateDeviceCert(context.Context, CapDeviceCerts_createDeviceCert) error
}

type CapDeviceCerts_createDeviceCert

type CapDeviceCerts_createDeviceCert struct {
	*server.Call
}

CapDeviceCerts_createDeviceCert holds the state for a server call to CapDeviceCerts.createDeviceCert. See server.Call for documentation.

func (CapDeviceCerts_createDeviceCert) AllocResults

AllocResults allocates the results struct.

func (CapDeviceCerts_createDeviceCert) Args

Args returns the call's arguments.

type CapDeviceCerts_createDeviceCert_Params

type CapDeviceCerts_createDeviceCert_Params capnp.Struct

func NewCapDeviceCerts_createDeviceCert_Params

func NewCapDeviceCerts_createDeviceCert_Params(s *capnp.Segment) (CapDeviceCerts_createDeviceCert_Params, error)

func NewRootCapDeviceCerts_createDeviceCert_Params

func NewRootCapDeviceCerts_createDeviceCert_Params(s *capnp.Segment) (CapDeviceCerts_createDeviceCert_Params, error)

func ReadRootCapDeviceCerts_createDeviceCert_Params

func ReadRootCapDeviceCerts_createDeviceCert_Params(msg *capnp.Message) (CapDeviceCerts_createDeviceCert_Params, error)

func (CapDeviceCerts_createDeviceCert_Params) DecodeFromPtr

func (CapDeviceCerts_createDeviceCert_Params) DeviceID

func (CapDeviceCerts_createDeviceCert_Params) DeviceIDBytes

func (s CapDeviceCerts_createDeviceCert_Params) DeviceIDBytes() ([]byte, error)

func (CapDeviceCerts_createDeviceCert_Params) EncodeAsPtr

func (CapDeviceCerts_createDeviceCert_Params) HasDeviceID

func (CapDeviceCerts_createDeviceCert_Params) HasPubKeyPEM

func (CapDeviceCerts_createDeviceCert_Params) IsValid

func (CapDeviceCerts_createDeviceCert_Params) Message

func (CapDeviceCerts_createDeviceCert_Params) PubKeyPEM

func (CapDeviceCerts_createDeviceCert_Params) PubKeyPEMBytes

func (s CapDeviceCerts_createDeviceCert_Params) PubKeyPEMBytes() ([]byte, error)

func (CapDeviceCerts_createDeviceCert_Params) Segment

func (CapDeviceCerts_createDeviceCert_Params) SetDeviceID

func (CapDeviceCerts_createDeviceCert_Params) SetPubKeyPEM

func (CapDeviceCerts_createDeviceCert_Params) SetValidityDays

func (s CapDeviceCerts_createDeviceCert_Params) SetValidityDays(v int32)

func (CapDeviceCerts_createDeviceCert_Params) String

func (CapDeviceCerts_createDeviceCert_Params) ToPtr

func (CapDeviceCerts_createDeviceCert_Params) ValidityDays

type CapDeviceCerts_createDeviceCert_Params_Future

type CapDeviceCerts_createDeviceCert_Params_Future struct{ *capnp.Future }

CapDeviceCerts_createDeviceCert_Params_Future is a wrapper for a CapDeviceCerts_createDeviceCert_Params promised by a client call.

func (CapDeviceCerts_createDeviceCert_Params_Future) Struct

type CapDeviceCerts_createDeviceCert_Params_List

type CapDeviceCerts_createDeviceCert_Params_List = capnp.StructList[CapDeviceCerts_createDeviceCert_Params]

CapDeviceCerts_createDeviceCert_Params_List is a list of CapDeviceCerts_createDeviceCert_Params.

func NewCapDeviceCerts_createDeviceCert_Params_List

func NewCapDeviceCerts_createDeviceCert_Params_List(s *capnp.Segment, sz int32) (CapDeviceCerts_createDeviceCert_Params_List, error)

NewCapDeviceCerts_createDeviceCert_Params creates a new list of CapDeviceCerts_createDeviceCert_Params.

type CapDeviceCerts_createDeviceCert_Results

type CapDeviceCerts_createDeviceCert_Results capnp.Struct

func NewCapDeviceCerts_createDeviceCert_Results

func NewCapDeviceCerts_createDeviceCert_Results(s *capnp.Segment) (CapDeviceCerts_createDeviceCert_Results, error)

func NewRootCapDeviceCerts_createDeviceCert_Results

func NewRootCapDeviceCerts_createDeviceCert_Results(s *capnp.Segment) (CapDeviceCerts_createDeviceCert_Results, error)

func ReadRootCapDeviceCerts_createDeviceCert_Results

func ReadRootCapDeviceCerts_createDeviceCert_Results(msg *capnp.Message) (CapDeviceCerts_createDeviceCert_Results, error)

func (CapDeviceCerts_createDeviceCert_Results) CaCertPEM

func (CapDeviceCerts_createDeviceCert_Results) CaCertPEMBytes

func (s CapDeviceCerts_createDeviceCert_Results) CaCertPEMBytes() ([]byte, error)

func (CapDeviceCerts_createDeviceCert_Results) CertPEM

func (CapDeviceCerts_createDeviceCert_Results) CertPEMBytes

func (s CapDeviceCerts_createDeviceCert_Results) CertPEMBytes() ([]byte, error)

func (CapDeviceCerts_createDeviceCert_Results) DecodeFromPtr

func (CapDeviceCerts_createDeviceCert_Results) EncodeAsPtr

func (CapDeviceCerts_createDeviceCert_Results) HasCaCertPEM

func (CapDeviceCerts_createDeviceCert_Results) HasCertPEM

func (CapDeviceCerts_createDeviceCert_Results) IsValid

func (CapDeviceCerts_createDeviceCert_Results) Message

func (CapDeviceCerts_createDeviceCert_Results) Segment

func (CapDeviceCerts_createDeviceCert_Results) SetCaCertPEM

func (CapDeviceCerts_createDeviceCert_Results) SetCertPEM

func (CapDeviceCerts_createDeviceCert_Results) String

func (CapDeviceCerts_createDeviceCert_Results) ToPtr

type CapDeviceCerts_createDeviceCert_Results_Future

type CapDeviceCerts_createDeviceCert_Results_Future struct{ *capnp.Future }

CapDeviceCerts_createDeviceCert_Results_Future is a wrapper for a CapDeviceCerts_createDeviceCert_Results promised by a client call.

func (CapDeviceCerts_createDeviceCert_Results_Future) Struct

type CapDeviceCerts_createDeviceCert_Results_List

type CapDeviceCerts_createDeviceCert_Results_List = capnp.StructList[CapDeviceCerts_createDeviceCert_Results]

CapDeviceCerts_createDeviceCert_Results_List is a list of CapDeviceCerts_createDeviceCert_Results.

func NewCapDeviceCerts_createDeviceCert_Results_List

func NewCapDeviceCerts_createDeviceCert_Results_List(s *capnp.Segment, sz int32) (CapDeviceCerts_createDeviceCert_Results_List, error)

NewCapDeviceCerts_createDeviceCert_Results creates a new list of CapDeviceCerts_createDeviceCert_Results.

type CapDevicePubSub

type CapDevicePubSub capnp.Client

func CapDevicePubSub_ServerToClient

func CapDevicePubSub_ServerToClient(s CapDevicePubSub_Server) CapDevicePubSub

CapDevicePubSub_ServerToClient creates a new Client from an implementation of CapDevicePubSub_Server. The caller is responsible for calling Release on the returned Client.

func (CapDevicePubSub) AddRef

func (c CapDevicePubSub) AddRef() CapDevicePubSub

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 (CapDevicePubSub) DecodeFromPtr

func (CapDevicePubSub) DecodeFromPtr(p capnp.Ptr) CapDevicePubSub

func (CapDevicePubSub) EncodeAsPtr

func (c CapDevicePubSub) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapDevicePubSub) GetFlowLimiter

func (c CapDevicePubSub) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapDevicePubSub) IsSame

func (c CapDevicePubSub) IsSame(other CapDevicePubSub) 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 (CapDevicePubSub) IsValid

func (c CapDevicePubSub) 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 (CapDevicePubSub) Release

func (c CapDevicePubSub) 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 (CapDevicePubSub) Resolve

func (c CapDevicePubSub) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapDevicePubSub) SetFlowLimiter

func (c CapDevicePubSub) 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 (CapDevicePubSub) String

func (c CapDevicePubSub) 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 CapDevicePubSub_List

type CapDevicePubSub_List = capnp.CapList[CapDevicePubSub]

CapDevicePubSub_List is a list of CapDevicePubSub.

func NewCapDevicePubSub_List

func NewCapDevicePubSub_List(s *capnp.Segment, sz int32) (CapDevicePubSub_List, error)

NewCapDevicePubSub creates a new list of CapDevicePubSub.

type CapDevicePubSub_pubEvent

type CapDevicePubSub_pubEvent struct {
	*server.Call
}

CapDevicePubSub_pubEvent holds the state for a server call to CapDevicePubSub.pubEvent. See server.Call for documentation.

func (CapDevicePubSub_pubEvent) AllocResults

AllocResults allocates the results struct.

func (CapDevicePubSub_pubEvent) Args

Args returns the call's arguments.

type CapDevicePubSub_pubEvent_Params

type CapDevicePubSub_pubEvent_Params capnp.Struct

func NewCapDevicePubSub_pubEvent_Params

func NewCapDevicePubSub_pubEvent_Params(s *capnp.Segment) (CapDevicePubSub_pubEvent_Params, error)

func NewRootCapDevicePubSub_pubEvent_Params

func NewRootCapDevicePubSub_pubEvent_Params(s *capnp.Segment) (CapDevicePubSub_pubEvent_Params, error)

func ReadRootCapDevicePubSub_pubEvent_Params

func ReadRootCapDevicePubSub_pubEvent_Params(msg *capnp.Message) (CapDevicePubSub_pubEvent_Params, error)

func (CapDevicePubSub_pubEvent_Params) DecodeFromPtr

func (CapDevicePubSub_pubEvent_Params) EncodeAsPtr

func (CapDevicePubSub_pubEvent_Params) HasName

func (CapDevicePubSub_pubEvent_Params) HasThingID

func (s CapDevicePubSub_pubEvent_Params) HasThingID() bool

func (CapDevicePubSub_pubEvent_Params) HasValue

func (CapDevicePubSub_pubEvent_Params) IsValid

func (CapDevicePubSub_pubEvent_Params) Message

func (CapDevicePubSub_pubEvent_Params) Name

func (CapDevicePubSub_pubEvent_Params) NameBytes

func (s CapDevicePubSub_pubEvent_Params) NameBytes() ([]byte, error)

func (CapDevicePubSub_pubEvent_Params) Segment

func (CapDevicePubSub_pubEvent_Params) SetName

func (CapDevicePubSub_pubEvent_Params) SetThingID

func (CapDevicePubSub_pubEvent_Params) SetValue

func (s CapDevicePubSub_pubEvent_Params) SetValue(v []byte) error

func (CapDevicePubSub_pubEvent_Params) String

func (CapDevicePubSub_pubEvent_Params) ThingID

func (CapDevicePubSub_pubEvent_Params) ThingIDBytes

func (s CapDevicePubSub_pubEvent_Params) ThingIDBytes() ([]byte, error)

func (CapDevicePubSub_pubEvent_Params) ToPtr

func (CapDevicePubSub_pubEvent_Params) Value

type CapDevicePubSub_pubEvent_Params_Future

type CapDevicePubSub_pubEvent_Params_Future struct{ *capnp.Future }

CapDevicePubSub_pubEvent_Params_Future is a wrapper for a CapDevicePubSub_pubEvent_Params promised by a client call.

func (CapDevicePubSub_pubEvent_Params_Future) Struct

type CapDevicePubSub_pubEvent_Params_List

type CapDevicePubSub_pubEvent_Params_List = capnp.StructList[CapDevicePubSub_pubEvent_Params]

CapDevicePubSub_pubEvent_Params_List is a list of CapDevicePubSub_pubEvent_Params.

func NewCapDevicePubSub_pubEvent_Params_List

func NewCapDevicePubSub_pubEvent_Params_List(s *capnp.Segment, sz int32) (CapDevicePubSub_pubEvent_Params_List, error)

NewCapDevicePubSub_pubEvent_Params creates a new list of CapDevicePubSub_pubEvent_Params.

type CapDevicePubSub_pubEvent_Results

type CapDevicePubSub_pubEvent_Results capnp.Struct

func NewCapDevicePubSub_pubEvent_Results

func NewCapDevicePubSub_pubEvent_Results(s *capnp.Segment) (CapDevicePubSub_pubEvent_Results, error)

func NewRootCapDevicePubSub_pubEvent_Results

func NewRootCapDevicePubSub_pubEvent_Results(s *capnp.Segment) (CapDevicePubSub_pubEvent_Results, error)

func ReadRootCapDevicePubSub_pubEvent_Results

func ReadRootCapDevicePubSub_pubEvent_Results(msg *capnp.Message) (CapDevicePubSub_pubEvent_Results, error)

func (CapDevicePubSub_pubEvent_Results) DecodeFromPtr

func (CapDevicePubSub_pubEvent_Results) EncodeAsPtr

func (CapDevicePubSub_pubEvent_Results) IsValid

func (CapDevicePubSub_pubEvent_Results) Message

func (CapDevicePubSub_pubEvent_Results) Segment

func (CapDevicePubSub_pubEvent_Results) String

func (CapDevicePubSub_pubEvent_Results) ToPtr

type CapDevicePubSub_pubEvent_Results_Future

type CapDevicePubSub_pubEvent_Results_Future struct{ *capnp.Future }

CapDevicePubSub_pubEvent_Results_Future is a wrapper for a CapDevicePubSub_pubEvent_Results promised by a client call.

func (CapDevicePubSub_pubEvent_Results_Future) Struct

type CapDevicePubSub_pubEvent_Results_List

type CapDevicePubSub_pubEvent_Results_List = capnp.StructList[CapDevicePubSub_pubEvent_Results]

CapDevicePubSub_pubEvent_Results_List is a list of CapDevicePubSub_pubEvent_Results.

func NewCapDevicePubSub_pubEvent_Results_List

func NewCapDevicePubSub_pubEvent_Results_List(s *capnp.Segment, sz int32) (CapDevicePubSub_pubEvent_Results_List, error)

NewCapDevicePubSub_pubEvent_Results creates a new list of CapDevicePubSub_pubEvent_Results.

type CapDevicePubSub_pubProperties

type CapDevicePubSub_pubProperties struct {
	*server.Call
}

CapDevicePubSub_pubProperties holds the state for a server call to CapDevicePubSub.pubProperties. See server.Call for documentation.

func (CapDevicePubSub_pubProperties) AllocResults

AllocResults allocates the results struct.

func (CapDevicePubSub_pubProperties) Args

Args returns the call's arguments.

type CapDevicePubSub_pubProperties_Params

type CapDevicePubSub_pubProperties_Params capnp.Struct

func NewCapDevicePubSub_pubProperties_Params

func NewCapDevicePubSub_pubProperties_Params(s *capnp.Segment) (CapDevicePubSub_pubProperties_Params, error)

func NewRootCapDevicePubSub_pubProperties_Params

func NewRootCapDevicePubSub_pubProperties_Params(s *capnp.Segment) (CapDevicePubSub_pubProperties_Params, error)

func ReadRootCapDevicePubSub_pubProperties_Params

func ReadRootCapDevicePubSub_pubProperties_Params(msg *capnp.Message) (CapDevicePubSub_pubProperties_Params, error)

func (CapDevicePubSub_pubProperties_Params) DecodeFromPtr

func (CapDevicePubSub_pubProperties_Params) EncodeAsPtr

func (CapDevicePubSub_pubProperties_Params) HasProps

func (CapDevicePubSub_pubProperties_Params) HasThingID

func (CapDevicePubSub_pubProperties_Params) IsValid

func (CapDevicePubSub_pubProperties_Params) Message

func (CapDevicePubSub_pubProperties_Params) NewProps

NewProps sets the props field to a newly allocated KeyValueMap struct, preferring placement in s's segment.

func (CapDevicePubSub_pubProperties_Params) Props

func (CapDevicePubSub_pubProperties_Params) Segment

func (CapDevicePubSub_pubProperties_Params) SetProps

func (CapDevicePubSub_pubProperties_Params) SetThingID

func (CapDevicePubSub_pubProperties_Params) String

func (CapDevicePubSub_pubProperties_Params) ThingID

func (CapDevicePubSub_pubProperties_Params) ThingIDBytes

func (s CapDevicePubSub_pubProperties_Params) ThingIDBytes() ([]byte, error)

func (CapDevicePubSub_pubProperties_Params) ToPtr

type CapDevicePubSub_pubProperties_Params_Future

type CapDevicePubSub_pubProperties_Params_Future struct{ *capnp.Future }

CapDevicePubSub_pubProperties_Params_Future is a wrapper for a CapDevicePubSub_pubProperties_Params promised by a client call.

func (CapDevicePubSub_pubProperties_Params_Future) Props

func (CapDevicePubSub_pubProperties_Params_Future) Struct

type CapDevicePubSub_pubProperties_Params_List

type CapDevicePubSub_pubProperties_Params_List = capnp.StructList[CapDevicePubSub_pubProperties_Params]

CapDevicePubSub_pubProperties_Params_List is a list of CapDevicePubSub_pubProperties_Params.

func NewCapDevicePubSub_pubProperties_Params_List

func NewCapDevicePubSub_pubProperties_Params_List(s *capnp.Segment, sz int32) (CapDevicePubSub_pubProperties_Params_List, error)

NewCapDevicePubSub_pubProperties_Params creates a new list of CapDevicePubSub_pubProperties_Params.

type CapDevicePubSub_pubProperties_Results

type CapDevicePubSub_pubProperties_Results capnp.Struct

func NewCapDevicePubSub_pubProperties_Results

func NewCapDevicePubSub_pubProperties_Results(s *capnp.Segment) (CapDevicePubSub_pubProperties_Results, error)

func NewRootCapDevicePubSub_pubProperties_Results

func NewRootCapDevicePubSub_pubProperties_Results(s *capnp.Segment) (CapDevicePubSub_pubProperties_Results, error)

func ReadRootCapDevicePubSub_pubProperties_Results

func ReadRootCapDevicePubSub_pubProperties_Results(msg *capnp.Message) (CapDevicePubSub_pubProperties_Results, error)

func (CapDevicePubSub_pubProperties_Results) DecodeFromPtr

func (CapDevicePubSub_pubProperties_Results) EncodeAsPtr

func (CapDevicePubSub_pubProperties_Results) IsValid

func (CapDevicePubSub_pubProperties_Results) Message

func (CapDevicePubSub_pubProperties_Results) Segment

func (CapDevicePubSub_pubProperties_Results) String

func (CapDevicePubSub_pubProperties_Results) ToPtr

type CapDevicePubSub_pubProperties_Results_Future

type CapDevicePubSub_pubProperties_Results_Future struct{ *capnp.Future }

CapDevicePubSub_pubProperties_Results_Future is a wrapper for a CapDevicePubSub_pubProperties_Results promised by a client call.

func (CapDevicePubSub_pubProperties_Results_Future) Struct

type CapDevicePubSub_pubProperties_Results_List

type CapDevicePubSub_pubProperties_Results_List = capnp.StructList[CapDevicePubSub_pubProperties_Results]

CapDevicePubSub_pubProperties_Results_List is a list of CapDevicePubSub_pubProperties_Results.

func NewCapDevicePubSub_pubProperties_Results_List

func NewCapDevicePubSub_pubProperties_Results_List(s *capnp.Segment, sz int32) (CapDevicePubSub_pubProperties_Results_List, error)

NewCapDevicePubSub_pubProperties_Results creates a new list of CapDevicePubSub_pubProperties_Results.

type CapDevicePubSub_pubTD

type CapDevicePubSub_pubTD struct {
	*server.Call
}

CapDevicePubSub_pubTD holds the state for a server call to CapDevicePubSub.pubTD. See server.Call for documentation.

func (CapDevicePubSub_pubTD) AllocResults

AllocResults allocates the results struct.

func (CapDevicePubSub_pubTD) Args

Args returns the call's arguments.

type CapDevicePubSub_pubTD_Params

type CapDevicePubSub_pubTD_Params capnp.Struct

func NewCapDevicePubSub_pubTD_Params

func NewCapDevicePubSub_pubTD_Params(s *capnp.Segment) (CapDevicePubSub_pubTD_Params, error)

func NewRootCapDevicePubSub_pubTD_Params

func NewRootCapDevicePubSub_pubTD_Params(s *capnp.Segment) (CapDevicePubSub_pubTD_Params, error)

func ReadRootCapDevicePubSub_pubTD_Params

func ReadRootCapDevicePubSub_pubTD_Params(msg *capnp.Message) (CapDevicePubSub_pubTD_Params, error)

func (CapDevicePubSub_pubTD_Params) DecodeFromPtr

func (CapDevicePubSub_pubTD_Params) DeviceType

func (s CapDevicePubSub_pubTD_Params) DeviceType() (string, error)

func (CapDevicePubSub_pubTD_Params) DeviceTypeBytes

func (s CapDevicePubSub_pubTD_Params) DeviceTypeBytes() ([]byte, error)

func (CapDevicePubSub_pubTD_Params) EncodeAsPtr

func (s CapDevicePubSub_pubTD_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapDevicePubSub_pubTD_Params) HasDeviceType

func (s CapDevicePubSub_pubTD_Params) HasDeviceType() bool

func (CapDevicePubSub_pubTD_Params) HasTdDoc

func (s CapDevicePubSub_pubTD_Params) HasTdDoc() bool

func (CapDevicePubSub_pubTD_Params) HasThingID

func (s CapDevicePubSub_pubTD_Params) HasThingID() bool

func (CapDevicePubSub_pubTD_Params) IsValid

func (s CapDevicePubSub_pubTD_Params) IsValid() bool

func (CapDevicePubSub_pubTD_Params) Message

func (CapDevicePubSub_pubTD_Params) Segment

func (CapDevicePubSub_pubTD_Params) SetDeviceType

func (s CapDevicePubSub_pubTD_Params) SetDeviceType(v string) error

func (CapDevicePubSub_pubTD_Params) SetTdDoc

func (s CapDevicePubSub_pubTD_Params) SetTdDoc(v []byte) error

func (CapDevicePubSub_pubTD_Params) SetThingID

func (s CapDevicePubSub_pubTD_Params) SetThingID(v string) error

func (CapDevicePubSub_pubTD_Params) String

func (CapDevicePubSub_pubTD_Params) TdDoc

func (s CapDevicePubSub_pubTD_Params) TdDoc() ([]byte, error)

func (CapDevicePubSub_pubTD_Params) ThingID

func (s CapDevicePubSub_pubTD_Params) ThingID() (string, error)

func (CapDevicePubSub_pubTD_Params) ThingIDBytes

func (s CapDevicePubSub_pubTD_Params) ThingIDBytes() ([]byte, error)

func (CapDevicePubSub_pubTD_Params) ToPtr

type CapDevicePubSub_pubTD_Params_Future

type CapDevicePubSub_pubTD_Params_Future struct{ *capnp.Future }

CapDevicePubSub_pubTD_Params_Future is a wrapper for a CapDevicePubSub_pubTD_Params promised by a client call.

func (CapDevicePubSub_pubTD_Params_Future) Struct

type CapDevicePubSub_pubTD_Params_List

type CapDevicePubSub_pubTD_Params_List = capnp.StructList[CapDevicePubSub_pubTD_Params]

CapDevicePubSub_pubTD_Params_List is a list of CapDevicePubSub_pubTD_Params.

func NewCapDevicePubSub_pubTD_Params_List

func NewCapDevicePubSub_pubTD_Params_List(s *capnp.Segment, sz int32) (CapDevicePubSub_pubTD_Params_List, error)

NewCapDevicePubSub_pubTD_Params creates a new list of CapDevicePubSub_pubTD_Params.

type CapDevicePubSub_pubTD_Results

type CapDevicePubSub_pubTD_Results capnp.Struct

func NewCapDevicePubSub_pubTD_Results

func NewCapDevicePubSub_pubTD_Results(s *capnp.Segment) (CapDevicePubSub_pubTD_Results, error)

func NewRootCapDevicePubSub_pubTD_Results

func NewRootCapDevicePubSub_pubTD_Results(s *capnp.Segment) (CapDevicePubSub_pubTD_Results, error)

func ReadRootCapDevicePubSub_pubTD_Results

func ReadRootCapDevicePubSub_pubTD_Results(msg *capnp.Message) (CapDevicePubSub_pubTD_Results, error)

func (CapDevicePubSub_pubTD_Results) DecodeFromPtr

func (CapDevicePubSub_pubTD_Results) EncodeAsPtr

func (s CapDevicePubSub_pubTD_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapDevicePubSub_pubTD_Results) IsValid

func (s CapDevicePubSub_pubTD_Results) IsValid() bool

func (CapDevicePubSub_pubTD_Results) Message

func (CapDevicePubSub_pubTD_Results) Segment

func (CapDevicePubSub_pubTD_Results) String

func (CapDevicePubSub_pubTD_Results) ToPtr

type CapDevicePubSub_pubTD_Results_Future

type CapDevicePubSub_pubTD_Results_Future struct{ *capnp.Future }

CapDevicePubSub_pubTD_Results_Future is a wrapper for a CapDevicePubSub_pubTD_Results promised by a client call.

func (CapDevicePubSub_pubTD_Results_Future) Struct

type CapDevicePubSub_pubTD_Results_List

type CapDevicePubSub_pubTD_Results_List = capnp.StructList[CapDevicePubSub_pubTD_Results]

CapDevicePubSub_pubTD_Results_List is a list of CapDevicePubSub_pubTD_Results.

func NewCapDevicePubSub_pubTD_Results_List

func NewCapDevicePubSub_pubTD_Results_List(s *capnp.Segment, sz int32) (CapDevicePubSub_pubTD_Results_List, error)

NewCapDevicePubSub_pubTD_Results creates a new list of CapDevicePubSub_pubTD_Results.

type CapDevicePubSub_subAction

type CapDevicePubSub_subAction struct {
	*server.Call
}

CapDevicePubSub_subAction holds the state for a server call to CapDevicePubSub.subAction. See server.Call for documentation.

func (CapDevicePubSub_subAction) AllocResults

AllocResults allocates the results struct.

func (CapDevicePubSub_subAction) Args

Args returns the call's arguments.

type CapDevicePubSub_subAction_Params

type CapDevicePubSub_subAction_Params capnp.Struct

func NewCapDevicePubSub_subAction_Params

func NewCapDevicePubSub_subAction_Params(s *capnp.Segment) (CapDevicePubSub_subAction_Params, error)

func NewRootCapDevicePubSub_subAction_Params

func NewRootCapDevicePubSub_subAction_Params(s *capnp.Segment) (CapDevicePubSub_subAction_Params, error)

func ReadRootCapDevicePubSub_subAction_Params

func ReadRootCapDevicePubSub_subAction_Params(msg *capnp.Message) (CapDevicePubSub_subAction_Params, error)

func (CapDevicePubSub_subAction_Params) DecodeFromPtr

func (CapDevicePubSub_subAction_Params) EncodeAsPtr

func (CapDevicePubSub_subAction_Params) Handler

func (CapDevicePubSub_subAction_Params) HasHandler

func (s CapDevicePubSub_subAction_Params) HasHandler() bool

func (CapDevicePubSub_subAction_Params) HasName

func (CapDevicePubSub_subAction_Params) HasThingID

func (s CapDevicePubSub_subAction_Params) HasThingID() bool

func (CapDevicePubSub_subAction_Params) IsValid

func (CapDevicePubSub_subAction_Params) Message

func (CapDevicePubSub_subAction_Params) Name

func (CapDevicePubSub_subAction_Params) NameBytes

func (s CapDevicePubSub_subAction_Params) NameBytes() ([]byte, error)

func (CapDevicePubSub_subAction_Params) Segment

func (CapDevicePubSub_subAction_Params) SetHandler

func (CapDevicePubSub_subAction_Params) SetName

func (CapDevicePubSub_subAction_Params) SetThingID

func (CapDevicePubSub_subAction_Params) String

func (CapDevicePubSub_subAction_Params) ThingID

func (CapDevicePubSub_subAction_Params) ThingIDBytes

func (s CapDevicePubSub_subAction_Params) ThingIDBytes() ([]byte, error)

func (CapDevicePubSub_subAction_Params) ToPtr

type CapDevicePubSub_subAction_Params_Future

type CapDevicePubSub_subAction_Params_Future struct{ *capnp.Future }

CapDevicePubSub_subAction_Params_Future is a wrapper for a CapDevicePubSub_subAction_Params promised by a client call.

func (CapDevicePubSub_subAction_Params_Future) Handler

func (CapDevicePubSub_subAction_Params_Future) Struct

type CapDevicePubSub_subAction_Params_List

type CapDevicePubSub_subAction_Params_List = capnp.StructList[CapDevicePubSub_subAction_Params]

CapDevicePubSub_subAction_Params_List is a list of CapDevicePubSub_subAction_Params.

func NewCapDevicePubSub_subAction_Params_List

func NewCapDevicePubSub_subAction_Params_List(s *capnp.Segment, sz int32) (CapDevicePubSub_subAction_Params_List, error)

NewCapDevicePubSub_subAction_Params creates a new list of CapDevicePubSub_subAction_Params.

type CapDevicePubSub_subAction_Results

type CapDevicePubSub_subAction_Results capnp.Struct

func NewCapDevicePubSub_subAction_Results

func NewCapDevicePubSub_subAction_Results(s *capnp.Segment) (CapDevicePubSub_subAction_Results, error)

func NewRootCapDevicePubSub_subAction_Results

func NewRootCapDevicePubSub_subAction_Results(s *capnp.Segment) (CapDevicePubSub_subAction_Results, error)

func ReadRootCapDevicePubSub_subAction_Results

func ReadRootCapDevicePubSub_subAction_Results(msg *capnp.Message) (CapDevicePubSub_subAction_Results, error)

func (CapDevicePubSub_subAction_Results) DecodeFromPtr

func (CapDevicePubSub_subAction_Results) EncodeAsPtr

func (CapDevicePubSub_subAction_Results) IsValid

func (CapDevicePubSub_subAction_Results) Message

func (CapDevicePubSub_subAction_Results) Segment

func (CapDevicePubSub_subAction_Results) String

func (CapDevicePubSub_subAction_Results) ToPtr

type CapDevicePubSub_subAction_Results_Future

type CapDevicePubSub_subAction_Results_Future struct{ *capnp.Future }

CapDevicePubSub_subAction_Results_Future is a wrapper for a CapDevicePubSub_subAction_Results promised by a client call.

func (CapDevicePubSub_subAction_Results_Future) Struct

type CapDevicePubSub_subAction_Results_List

type CapDevicePubSub_subAction_Results_List = capnp.StructList[CapDevicePubSub_subAction_Results]

CapDevicePubSub_subAction_Results_List is a list of CapDevicePubSub_subAction_Results.

func NewCapDevicePubSub_subAction_Results_List

func NewCapDevicePubSub_subAction_Results_List(s *capnp.Segment, sz int32) (CapDevicePubSub_subAction_Results_List, error)

NewCapDevicePubSub_subAction_Results creates a new list of CapDevicePubSub_subAction_Results.

type CapDirectoryCursor

type CapDirectoryCursor capnp.Client

func CapDirectoryCursor_ServerToClient

func CapDirectoryCursor_ServerToClient(s CapDirectoryCursor_Server) CapDirectoryCursor

CapDirectoryCursor_ServerToClient creates a new Client from an implementation of CapDirectoryCursor_Server. The caller is responsible for calling Release on the returned Client.

func (CapDirectoryCursor) AddRef

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 (CapDirectoryCursor) DecodeFromPtr

func (CapDirectoryCursor) EncodeAsPtr

func (c CapDirectoryCursor) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapDirectoryCursor) GetFlowLimiter

func (c CapDirectoryCursor) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapDirectoryCursor) IsSame

func (c CapDirectoryCursor) IsSame(other CapDirectoryCursor) 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 (CapDirectoryCursor) IsValid

func (c CapDirectoryCursor) 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 (CapDirectoryCursor) Release

func (c CapDirectoryCursor) 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 (CapDirectoryCursor) Resolve

func (c CapDirectoryCursor) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapDirectoryCursor) SetFlowLimiter

func (c CapDirectoryCursor) 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 (CapDirectoryCursor) String

func (c CapDirectoryCursor) 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 CapDirectoryCursor_List

type CapDirectoryCursor_List = capnp.CapList[CapDirectoryCursor]

CapDirectoryCursor_List is a list of CapDirectoryCursor.

func NewCapDirectoryCursor_List

func NewCapDirectoryCursor_List(s *capnp.Segment, sz int32) (CapDirectoryCursor_List, error)

NewCapDirectoryCursor creates a new list of CapDirectoryCursor.

type CapDirectoryCursor_first

type CapDirectoryCursor_first struct {
	*server.Call
}

CapDirectoryCursor_first holds the state for a server call to CapDirectoryCursor.first. See server.Call for documentation.

func (CapDirectoryCursor_first) AllocResults

AllocResults allocates the results struct.

func (CapDirectoryCursor_first) Args

Args returns the call's arguments.

type CapDirectoryCursor_first_Params

type CapDirectoryCursor_first_Params capnp.Struct

func NewCapDirectoryCursor_first_Params

func NewCapDirectoryCursor_first_Params(s *capnp.Segment) (CapDirectoryCursor_first_Params, error)

func NewRootCapDirectoryCursor_first_Params

func NewRootCapDirectoryCursor_first_Params(s *capnp.Segment) (CapDirectoryCursor_first_Params, error)

func ReadRootCapDirectoryCursor_first_Params

func ReadRootCapDirectoryCursor_first_Params(msg *capnp.Message) (CapDirectoryCursor_first_Params, error)

func (CapDirectoryCursor_first_Params) DecodeFromPtr

func (CapDirectoryCursor_first_Params) EncodeAsPtr

func (CapDirectoryCursor_first_Params) IsValid

func (CapDirectoryCursor_first_Params) Message

func (CapDirectoryCursor_first_Params) Segment

func (CapDirectoryCursor_first_Params) String

func (CapDirectoryCursor_first_Params) ToPtr

type CapDirectoryCursor_first_Params_Future

type CapDirectoryCursor_first_Params_Future struct{ *capnp.Future }

CapDirectoryCursor_first_Params_Future is a wrapper for a CapDirectoryCursor_first_Params promised by a client call.

func (CapDirectoryCursor_first_Params_Future) Struct

type CapDirectoryCursor_first_Params_List

type CapDirectoryCursor_first_Params_List = capnp.StructList[CapDirectoryCursor_first_Params]

CapDirectoryCursor_first_Params_List is a list of CapDirectoryCursor_first_Params.

func NewCapDirectoryCursor_first_Params_List

func NewCapDirectoryCursor_first_Params_List(s *capnp.Segment, sz int32) (CapDirectoryCursor_first_Params_List, error)

NewCapDirectoryCursor_first_Params creates a new list of CapDirectoryCursor_first_Params.

type CapDirectoryCursor_first_Results

type CapDirectoryCursor_first_Results capnp.Struct

func NewCapDirectoryCursor_first_Results

func NewCapDirectoryCursor_first_Results(s *capnp.Segment) (CapDirectoryCursor_first_Results, error)

func NewRootCapDirectoryCursor_first_Results

func NewRootCapDirectoryCursor_first_Results(s *capnp.Segment) (CapDirectoryCursor_first_Results, error)

func ReadRootCapDirectoryCursor_first_Results

func ReadRootCapDirectoryCursor_first_Results(msg *capnp.Message) (CapDirectoryCursor_first_Results, error)

func (CapDirectoryCursor_first_Results) DecodeFromPtr

func (CapDirectoryCursor_first_Results) EncodeAsPtr

func (CapDirectoryCursor_first_Results) HasTv

func (CapDirectoryCursor_first_Results) IsValid

func (CapDirectoryCursor_first_Results) Message

func (CapDirectoryCursor_first_Results) NewTv

NewTv sets the tv field to a newly allocated ThingValue struct, preferring placement in s's segment.

func (CapDirectoryCursor_first_Results) Segment

func (CapDirectoryCursor_first_Results) SetTv

func (CapDirectoryCursor_first_Results) SetValid

func (s CapDirectoryCursor_first_Results) SetValid(v bool)

func (CapDirectoryCursor_first_Results) String

func (CapDirectoryCursor_first_Results) ToPtr

func (CapDirectoryCursor_first_Results) Tv

func (CapDirectoryCursor_first_Results) Valid

type CapDirectoryCursor_first_Results_Future

type CapDirectoryCursor_first_Results_Future struct{ *capnp.Future }

CapDirectoryCursor_first_Results_Future is a wrapper for a CapDirectoryCursor_first_Results promised by a client call.

func (CapDirectoryCursor_first_Results_Future) Struct

func (CapDirectoryCursor_first_Results_Future) Tv

type CapDirectoryCursor_first_Results_List

type CapDirectoryCursor_first_Results_List = capnp.StructList[CapDirectoryCursor_first_Results]

CapDirectoryCursor_first_Results_List is a list of CapDirectoryCursor_first_Results.

func NewCapDirectoryCursor_first_Results_List

func NewCapDirectoryCursor_first_Results_List(s *capnp.Segment, sz int32) (CapDirectoryCursor_first_Results_List, error)

NewCapDirectoryCursor_first_Results creates a new list of CapDirectoryCursor_first_Results.

type CapDirectoryCursor_next

type CapDirectoryCursor_next struct {
	*server.Call
}

CapDirectoryCursor_next holds the state for a server call to CapDirectoryCursor.next. See server.Call for documentation.

func (CapDirectoryCursor_next) AllocResults

AllocResults allocates the results struct.

func (CapDirectoryCursor_next) Args

Args returns the call's arguments.

type CapDirectoryCursor_nextN

type CapDirectoryCursor_nextN struct {
	*server.Call
}

CapDirectoryCursor_nextN holds the state for a server call to CapDirectoryCursor.nextN. See server.Call for documentation.

func (CapDirectoryCursor_nextN) AllocResults

AllocResults allocates the results struct.

func (CapDirectoryCursor_nextN) Args

Args returns the call's arguments.

type CapDirectoryCursor_nextN_Params

type CapDirectoryCursor_nextN_Params capnp.Struct

func NewCapDirectoryCursor_nextN_Params

func NewCapDirectoryCursor_nextN_Params(s *capnp.Segment) (CapDirectoryCursor_nextN_Params, error)

func NewRootCapDirectoryCursor_nextN_Params

func NewRootCapDirectoryCursor_nextN_Params(s *capnp.Segment) (CapDirectoryCursor_nextN_Params, error)

func ReadRootCapDirectoryCursor_nextN_Params

func ReadRootCapDirectoryCursor_nextN_Params(msg *capnp.Message) (CapDirectoryCursor_nextN_Params, error)

func (CapDirectoryCursor_nextN_Params) DecodeFromPtr

func (CapDirectoryCursor_nextN_Params) EncodeAsPtr

func (CapDirectoryCursor_nextN_Params) IsValid

func (CapDirectoryCursor_nextN_Params) Message

func (CapDirectoryCursor_nextN_Params) Segment

func (CapDirectoryCursor_nextN_Params) SetSteps

func (CapDirectoryCursor_nextN_Params) Steps

func (CapDirectoryCursor_nextN_Params) String

func (CapDirectoryCursor_nextN_Params) ToPtr

type CapDirectoryCursor_nextN_Params_Future

type CapDirectoryCursor_nextN_Params_Future struct{ *capnp.Future }

CapDirectoryCursor_nextN_Params_Future is a wrapper for a CapDirectoryCursor_nextN_Params promised by a client call.

func (CapDirectoryCursor_nextN_Params_Future) Struct

type CapDirectoryCursor_nextN_Params_List

type CapDirectoryCursor_nextN_Params_List = capnp.StructList[CapDirectoryCursor_nextN_Params]

CapDirectoryCursor_nextN_Params_List is a list of CapDirectoryCursor_nextN_Params.

func NewCapDirectoryCursor_nextN_Params_List

func NewCapDirectoryCursor_nextN_Params_List(s *capnp.Segment, sz int32) (CapDirectoryCursor_nextN_Params_List, error)

NewCapDirectoryCursor_nextN_Params creates a new list of CapDirectoryCursor_nextN_Params.

type CapDirectoryCursor_nextN_Results

type CapDirectoryCursor_nextN_Results capnp.Struct

func NewCapDirectoryCursor_nextN_Results

func NewCapDirectoryCursor_nextN_Results(s *capnp.Segment) (CapDirectoryCursor_nextN_Results, error)

func NewRootCapDirectoryCursor_nextN_Results

func NewRootCapDirectoryCursor_nextN_Results(s *capnp.Segment) (CapDirectoryCursor_nextN_Results, error)

func ReadRootCapDirectoryCursor_nextN_Results

func ReadRootCapDirectoryCursor_nextN_Results(msg *capnp.Message) (CapDirectoryCursor_nextN_Results, error)

func (CapDirectoryCursor_nextN_Results) Batch

func (CapDirectoryCursor_nextN_Results) DecodeFromPtr

func (CapDirectoryCursor_nextN_Results) EncodeAsPtr

func (CapDirectoryCursor_nextN_Results) HasBatch

func (CapDirectoryCursor_nextN_Results) IsValid

func (CapDirectoryCursor_nextN_Results) Message

func (CapDirectoryCursor_nextN_Results) NewBatch

NewBatch sets the batch field to a newly allocated ThingValue_List, preferring placement in s's segment.

func (CapDirectoryCursor_nextN_Results) Segment

func (CapDirectoryCursor_nextN_Results) SetBatch

func (CapDirectoryCursor_nextN_Results) SetValid

func (s CapDirectoryCursor_nextN_Results) SetValid(v bool)

func (CapDirectoryCursor_nextN_Results) String

func (CapDirectoryCursor_nextN_Results) ToPtr

func (CapDirectoryCursor_nextN_Results) Valid

type CapDirectoryCursor_nextN_Results_Future

type CapDirectoryCursor_nextN_Results_Future struct{ *capnp.Future }

CapDirectoryCursor_nextN_Results_Future is a wrapper for a CapDirectoryCursor_nextN_Results promised by a client call.

func (CapDirectoryCursor_nextN_Results_Future) Struct

type CapDirectoryCursor_nextN_Results_List

type CapDirectoryCursor_nextN_Results_List = capnp.StructList[CapDirectoryCursor_nextN_Results]

CapDirectoryCursor_nextN_Results_List is a list of CapDirectoryCursor_nextN_Results.

func NewCapDirectoryCursor_nextN_Results_List

func NewCapDirectoryCursor_nextN_Results_List(s *capnp.Segment, sz int32) (CapDirectoryCursor_nextN_Results_List, error)

NewCapDirectoryCursor_nextN_Results creates a new list of CapDirectoryCursor_nextN_Results.

type CapDirectoryCursor_next_Params

type CapDirectoryCursor_next_Params capnp.Struct

func NewCapDirectoryCursor_next_Params

func NewCapDirectoryCursor_next_Params(s *capnp.Segment) (CapDirectoryCursor_next_Params, error)

func NewRootCapDirectoryCursor_next_Params

func NewRootCapDirectoryCursor_next_Params(s *capnp.Segment) (CapDirectoryCursor_next_Params, error)

func ReadRootCapDirectoryCursor_next_Params

func ReadRootCapDirectoryCursor_next_Params(msg *capnp.Message) (CapDirectoryCursor_next_Params, error)

func (CapDirectoryCursor_next_Params) DecodeFromPtr

func (CapDirectoryCursor_next_Params) EncodeAsPtr

func (CapDirectoryCursor_next_Params) IsValid

func (CapDirectoryCursor_next_Params) Message

func (CapDirectoryCursor_next_Params) Segment

func (CapDirectoryCursor_next_Params) String

func (CapDirectoryCursor_next_Params) ToPtr

type CapDirectoryCursor_next_Params_Future

type CapDirectoryCursor_next_Params_Future struct{ *capnp.Future }

CapDirectoryCursor_next_Params_Future is a wrapper for a CapDirectoryCursor_next_Params promised by a client call.

func (CapDirectoryCursor_next_Params_Future) Struct

type CapDirectoryCursor_next_Params_List

type CapDirectoryCursor_next_Params_List = capnp.StructList[CapDirectoryCursor_next_Params]

CapDirectoryCursor_next_Params_List is a list of CapDirectoryCursor_next_Params.

func NewCapDirectoryCursor_next_Params_List

func NewCapDirectoryCursor_next_Params_List(s *capnp.Segment, sz int32) (CapDirectoryCursor_next_Params_List, error)

NewCapDirectoryCursor_next_Params creates a new list of CapDirectoryCursor_next_Params.

type CapDirectoryCursor_next_Results

type CapDirectoryCursor_next_Results capnp.Struct

func NewCapDirectoryCursor_next_Results

func NewCapDirectoryCursor_next_Results(s *capnp.Segment) (CapDirectoryCursor_next_Results, error)

func NewRootCapDirectoryCursor_next_Results

func NewRootCapDirectoryCursor_next_Results(s *capnp.Segment) (CapDirectoryCursor_next_Results, error)

func ReadRootCapDirectoryCursor_next_Results

func ReadRootCapDirectoryCursor_next_Results(msg *capnp.Message) (CapDirectoryCursor_next_Results, error)

func (CapDirectoryCursor_next_Results) DecodeFromPtr

func (CapDirectoryCursor_next_Results) EncodeAsPtr

func (CapDirectoryCursor_next_Results) HasTv

func (CapDirectoryCursor_next_Results) IsValid

func (CapDirectoryCursor_next_Results) Message

func (CapDirectoryCursor_next_Results) NewTv

NewTv sets the tv field to a newly allocated ThingValue struct, preferring placement in s's segment.

func (CapDirectoryCursor_next_Results) Segment

func (CapDirectoryCursor_next_Results) SetTv

func (CapDirectoryCursor_next_Results) SetValid

func (s CapDirectoryCursor_next_Results) SetValid(v bool)

func (CapDirectoryCursor_next_Results) String

func (CapDirectoryCursor_next_Results) ToPtr

func (CapDirectoryCursor_next_Results) Tv

func (CapDirectoryCursor_next_Results) Valid

type CapDirectoryCursor_next_Results_Future

type CapDirectoryCursor_next_Results_Future struct{ *capnp.Future }

CapDirectoryCursor_next_Results_Future is a wrapper for a CapDirectoryCursor_next_Results promised by a client call.

func (CapDirectoryCursor_next_Results_Future) Struct

func (CapDirectoryCursor_next_Results_Future) Tv

type CapDirectoryCursor_next_Results_List

type CapDirectoryCursor_next_Results_List = capnp.StructList[CapDirectoryCursor_next_Results]

CapDirectoryCursor_next_Results_List is a list of CapDirectoryCursor_next_Results.

func NewCapDirectoryCursor_next_Results_List

func NewCapDirectoryCursor_next_Results_List(s *capnp.Segment, sz int32) (CapDirectoryCursor_next_Results_List, error)

NewCapDirectoryCursor_next_Results creates a new list of CapDirectoryCursor_next_Results.

type CapDirectoryService

type CapDirectoryService capnp.Client

func CapDirectoryService_ServerToClient

func CapDirectoryService_ServerToClient(s CapDirectoryService_Server) CapDirectoryService

CapDirectoryService_ServerToClient creates a new Client from an implementation of CapDirectoryService_Server. The caller is responsible for calling Release on the returned Client.

func (CapDirectoryService) AddRef

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 (CapDirectoryService) DecodeFromPtr

func (CapDirectoryService) EncodeAsPtr

func (c CapDirectoryService) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapDirectoryService) GetFlowLimiter

func (c CapDirectoryService) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapDirectoryService) IsSame

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 (CapDirectoryService) IsValid

func (c CapDirectoryService) 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 (CapDirectoryService) Release

func (c CapDirectoryService) 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 (CapDirectoryService) Resolve

func (c CapDirectoryService) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapDirectoryService) SetFlowLimiter

func (c CapDirectoryService) 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 (CapDirectoryService) String

func (c CapDirectoryService) 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 CapDirectoryService_List

type CapDirectoryService_List = capnp.CapList[CapDirectoryService]

CapDirectoryService_List is a list of CapDirectoryService.

func NewCapDirectoryService_List

func NewCapDirectoryService_List(s *capnp.Segment, sz int32) (CapDirectoryService_List, error)

NewCapDirectoryService creates a new list of CapDirectoryService.

type CapDirectoryService_Server

type CapDirectoryService_Server interface {
	CapReadDirectory(context.Context, CapDirectoryService_capReadDirectory) error

	CapUpdateDirectory(context.Context, CapDirectoryService_capUpdateDirectory) error
}

type CapDirectoryService_capReadDirectory

type CapDirectoryService_capReadDirectory struct {
	*server.Call
}

CapDirectoryService_capReadDirectory holds the state for a server call to CapDirectoryService.capReadDirectory. See server.Call for documentation.

func (CapDirectoryService_capReadDirectory) AllocResults

AllocResults allocates the results struct.

func (CapDirectoryService_capReadDirectory) Args

Args returns the call's arguments.

type CapDirectoryService_capReadDirectory_Params

type CapDirectoryService_capReadDirectory_Params capnp.Struct

func NewRootCapDirectoryService_capReadDirectory_Params

func NewRootCapDirectoryService_capReadDirectory_Params(s *capnp.Segment) (CapDirectoryService_capReadDirectory_Params, error)

func ReadRootCapDirectoryService_capReadDirectory_Params

func ReadRootCapDirectoryService_capReadDirectory_Params(msg *capnp.Message) (CapDirectoryService_capReadDirectory_Params, error)

func (CapDirectoryService_capReadDirectory_Params) ClientID

func (CapDirectoryService_capReadDirectory_Params) ClientIDBytes

func (CapDirectoryService_capReadDirectory_Params) DecodeFromPtr

func (CapDirectoryService_capReadDirectory_Params) EncodeAsPtr

func (CapDirectoryService_capReadDirectory_Params) HasClientID

func (CapDirectoryService_capReadDirectory_Params) IsValid

func (CapDirectoryService_capReadDirectory_Params) Message

func (CapDirectoryService_capReadDirectory_Params) Segment

func (CapDirectoryService_capReadDirectory_Params) SetClientID

func (CapDirectoryService_capReadDirectory_Params) String

func (CapDirectoryService_capReadDirectory_Params) ToPtr

type CapDirectoryService_capReadDirectory_Params_Future

type CapDirectoryService_capReadDirectory_Params_Future struct{ *capnp.Future }

CapDirectoryService_capReadDirectory_Params_Future is a wrapper for a CapDirectoryService_capReadDirectory_Params promised by a client call.

func (CapDirectoryService_capReadDirectory_Params_Future) Struct

type CapDirectoryService_capReadDirectory_Params_List

type CapDirectoryService_capReadDirectory_Params_List = capnp.StructList[CapDirectoryService_capReadDirectory_Params]

CapDirectoryService_capReadDirectory_Params_List is a list of CapDirectoryService_capReadDirectory_Params.

func NewCapDirectoryService_capReadDirectory_Params_List

func NewCapDirectoryService_capReadDirectory_Params_List(s *capnp.Segment, sz int32) (CapDirectoryService_capReadDirectory_Params_List, error)

NewCapDirectoryService_capReadDirectory_Params creates a new list of CapDirectoryService_capReadDirectory_Params.

type CapDirectoryService_capReadDirectory_Results

type CapDirectoryService_capReadDirectory_Results capnp.Struct

func NewRootCapDirectoryService_capReadDirectory_Results

func NewRootCapDirectoryService_capReadDirectory_Results(s *capnp.Segment) (CapDirectoryService_capReadDirectory_Results, error)

func ReadRootCapDirectoryService_capReadDirectory_Results

func ReadRootCapDirectoryService_capReadDirectory_Results(msg *capnp.Message) (CapDirectoryService_capReadDirectory_Results, error)

func (CapDirectoryService_capReadDirectory_Results) Cap

func (CapDirectoryService_capReadDirectory_Results) DecodeFromPtr

func (CapDirectoryService_capReadDirectory_Results) EncodeAsPtr

func (CapDirectoryService_capReadDirectory_Results) HasCap

func (CapDirectoryService_capReadDirectory_Results) IsValid

func (CapDirectoryService_capReadDirectory_Results) Message

func (CapDirectoryService_capReadDirectory_Results) Segment

func (CapDirectoryService_capReadDirectory_Results) SetCap

func (CapDirectoryService_capReadDirectory_Results) String

func (CapDirectoryService_capReadDirectory_Results) ToPtr

type CapDirectoryService_capReadDirectory_Results_Future

type CapDirectoryService_capReadDirectory_Results_Future struct{ *capnp.Future }

CapDirectoryService_capReadDirectory_Results_Future is a wrapper for a CapDirectoryService_capReadDirectory_Results promised by a client call.

func (CapDirectoryService_capReadDirectory_Results_Future) Cap

func (CapDirectoryService_capReadDirectory_Results_Future) Struct

type CapDirectoryService_capReadDirectory_Results_List

type CapDirectoryService_capReadDirectory_Results_List = capnp.StructList[CapDirectoryService_capReadDirectory_Results]

CapDirectoryService_capReadDirectory_Results_List is a list of CapDirectoryService_capReadDirectory_Results.

func NewCapDirectoryService_capReadDirectory_Results_List

func NewCapDirectoryService_capReadDirectory_Results_List(s *capnp.Segment, sz int32) (CapDirectoryService_capReadDirectory_Results_List, error)

NewCapDirectoryService_capReadDirectory_Results creates a new list of CapDirectoryService_capReadDirectory_Results.

type CapDirectoryService_capUpdateDirectory

type CapDirectoryService_capUpdateDirectory struct {
	*server.Call
}

CapDirectoryService_capUpdateDirectory holds the state for a server call to CapDirectoryService.capUpdateDirectory. See server.Call for documentation.

func (CapDirectoryService_capUpdateDirectory) AllocResults

AllocResults allocates the results struct.

func (CapDirectoryService_capUpdateDirectory) Args

Args returns the call's arguments.

type CapDirectoryService_capUpdateDirectory_Params

type CapDirectoryService_capUpdateDirectory_Params capnp.Struct

func ReadRootCapDirectoryService_capUpdateDirectory_Params

func ReadRootCapDirectoryService_capUpdateDirectory_Params(msg *capnp.Message) (CapDirectoryService_capUpdateDirectory_Params, error)

func (CapDirectoryService_capUpdateDirectory_Params) ClientID

func (CapDirectoryService_capUpdateDirectory_Params) ClientIDBytes

func (CapDirectoryService_capUpdateDirectory_Params) DecodeFromPtr

func (CapDirectoryService_capUpdateDirectory_Params) EncodeAsPtr

func (CapDirectoryService_capUpdateDirectory_Params) HasClientID

func (CapDirectoryService_capUpdateDirectory_Params) IsValid

func (CapDirectoryService_capUpdateDirectory_Params) Message

func (CapDirectoryService_capUpdateDirectory_Params) Segment

func (CapDirectoryService_capUpdateDirectory_Params) SetClientID

func (CapDirectoryService_capUpdateDirectory_Params) String

func (CapDirectoryService_capUpdateDirectory_Params) ToPtr

type CapDirectoryService_capUpdateDirectory_Params_Future

type CapDirectoryService_capUpdateDirectory_Params_Future struct{ *capnp.Future }

CapDirectoryService_capUpdateDirectory_Params_Future is a wrapper for a CapDirectoryService_capUpdateDirectory_Params promised by a client call.

func (CapDirectoryService_capUpdateDirectory_Params_Future) Struct

type CapDirectoryService_capUpdateDirectory_Params_List

type CapDirectoryService_capUpdateDirectory_Params_List = capnp.StructList[CapDirectoryService_capUpdateDirectory_Params]

CapDirectoryService_capUpdateDirectory_Params_List is a list of CapDirectoryService_capUpdateDirectory_Params.

func NewCapDirectoryService_capUpdateDirectory_Params_List

func NewCapDirectoryService_capUpdateDirectory_Params_List(s *capnp.Segment, sz int32) (CapDirectoryService_capUpdateDirectory_Params_List, error)

NewCapDirectoryService_capUpdateDirectory_Params creates a new list of CapDirectoryService_capUpdateDirectory_Params.

type CapDirectoryService_capUpdateDirectory_Results

type CapDirectoryService_capUpdateDirectory_Results capnp.Struct

func ReadRootCapDirectoryService_capUpdateDirectory_Results

func ReadRootCapDirectoryService_capUpdateDirectory_Results(msg *capnp.Message) (CapDirectoryService_capUpdateDirectory_Results, error)

func (CapDirectoryService_capUpdateDirectory_Results) Cap

func (CapDirectoryService_capUpdateDirectory_Results) DecodeFromPtr

func (CapDirectoryService_capUpdateDirectory_Results) EncodeAsPtr

func (CapDirectoryService_capUpdateDirectory_Results) HasCap

func (CapDirectoryService_capUpdateDirectory_Results) IsValid

func (CapDirectoryService_capUpdateDirectory_Results) Message

func (CapDirectoryService_capUpdateDirectory_Results) Segment

func (CapDirectoryService_capUpdateDirectory_Results) SetCap

func (CapDirectoryService_capUpdateDirectory_Results) String

func (CapDirectoryService_capUpdateDirectory_Results) ToPtr

type CapDirectoryService_capUpdateDirectory_Results_Future

type CapDirectoryService_capUpdateDirectory_Results_Future struct{ *capnp.Future }

CapDirectoryService_capUpdateDirectory_Results_Future is a wrapper for a CapDirectoryService_capUpdateDirectory_Results promised by a client call.

func (CapDirectoryService_capUpdateDirectory_Results_Future) Cap

func (CapDirectoryService_capUpdateDirectory_Results_Future) Struct

type CapDirectoryService_capUpdateDirectory_Results_List

type CapDirectoryService_capUpdateDirectory_Results_List = capnp.StructList[CapDirectoryService_capUpdateDirectory_Results]

CapDirectoryService_capUpdateDirectory_Results_List is a list of CapDirectoryService_capUpdateDirectory_Results.

func NewCapDirectoryService_capUpdateDirectory_Results_List

func NewCapDirectoryService_capUpdateDirectory_Results_List(s *capnp.Segment, sz int32) (CapDirectoryService_capUpdateDirectory_Results_List, error)

NewCapDirectoryService_capUpdateDirectory_Results creates a new list of CapDirectoryService_capUpdateDirectory_Results.

type CapGatewaySession

type CapGatewaySession capnp.Client

func CapGatewaySession_ServerToClient

func CapGatewaySession_ServerToClient(s CapGatewaySession_Server) CapGatewaySession

CapGatewaySession_ServerToClient creates a new Client from an implementation of CapGatewaySession_Server. The caller is responsible for calling Release on the returned Client.

func (CapGatewaySession) AddRef

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 (CapGatewaySession) DecodeFromPtr

func (CapGatewaySession) DecodeFromPtr(p capnp.Ptr) CapGatewaySession

func (CapGatewaySession) EncodeAsPtr

func (c CapGatewaySession) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapGatewaySession) GetFlowLimiter

func (c CapGatewaySession) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapGatewaySession) IsSame

func (c CapGatewaySession) IsSame(other CapGatewaySession) 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 (CapGatewaySession) IsValid

func (c CapGatewaySession) 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 (CapGatewaySession) Release

func (c CapGatewaySession) 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 (CapGatewaySession) Resolve

func (c CapGatewaySession) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapGatewaySession) SetFlowLimiter

func (c CapGatewaySession) 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 (CapGatewaySession) String

func (c CapGatewaySession) 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 CapGatewaySession_List

type CapGatewaySession_List = capnp.CapList[CapGatewaySession]

CapGatewaySession_List is a list of CapGatewaySession.

func NewCapGatewaySession_List

func NewCapGatewaySession_List(s *capnp.Segment, sz int32) (CapGatewaySession_List, error)

NewCapGatewaySession creates a new list of CapGatewaySession.

type CapGatewaySession_listCapabilities

type CapGatewaySession_listCapabilities struct {
	*server.Call
}

CapGatewaySession_listCapabilities holds the state for a server call to CapGatewaySession.listCapabilities. See server.Call for documentation.

func (CapGatewaySession_listCapabilities) AllocResults

AllocResults allocates the results struct.

func (CapGatewaySession_listCapabilities) Args

Args returns the call's arguments.

type CapGatewaySession_listCapabilities_Params

type CapGatewaySession_listCapabilities_Params capnp.Struct

func NewRootCapGatewaySession_listCapabilities_Params

func NewRootCapGatewaySession_listCapabilities_Params(s *capnp.Segment) (CapGatewaySession_listCapabilities_Params, error)

func ReadRootCapGatewaySession_listCapabilities_Params

func ReadRootCapGatewaySession_listCapabilities_Params(msg *capnp.Message) (CapGatewaySession_listCapabilities_Params, error)

func (CapGatewaySession_listCapabilities_Params) DecodeFromPtr

func (CapGatewaySession_listCapabilities_Params) EncodeAsPtr

func (CapGatewaySession_listCapabilities_Params) IsValid

func (CapGatewaySession_listCapabilities_Params) Message

func (CapGatewaySession_listCapabilities_Params) Segment

func (CapGatewaySession_listCapabilities_Params) String

func (CapGatewaySession_listCapabilities_Params) ToPtr

type CapGatewaySession_listCapabilities_Params_Future

type CapGatewaySession_listCapabilities_Params_Future struct{ *capnp.Future }

CapGatewaySession_listCapabilities_Params_Future is a wrapper for a CapGatewaySession_listCapabilities_Params promised by a client call.

func (CapGatewaySession_listCapabilities_Params_Future) Struct

type CapGatewaySession_listCapabilities_Params_List

type CapGatewaySession_listCapabilities_Params_List = capnp.StructList[CapGatewaySession_listCapabilities_Params]

CapGatewaySession_listCapabilities_Params_List is a list of CapGatewaySession_listCapabilities_Params.

func NewCapGatewaySession_listCapabilities_Params_List

func NewCapGatewaySession_listCapabilities_Params_List(s *capnp.Segment, sz int32) (CapGatewaySession_listCapabilities_Params_List, error)

NewCapGatewaySession_listCapabilities_Params creates a new list of CapGatewaySession_listCapabilities_Params.

type CapGatewaySession_listCapabilities_Results

type CapGatewaySession_listCapabilities_Results capnp.Struct

func NewRootCapGatewaySession_listCapabilities_Results

func NewRootCapGatewaySession_listCapabilities_Results(s *capnp.Segment) (CapGatewaySession_listCapabilities_Results, error)

func ReadRootCapGatewaySession_listCapabilities_Results

func ReadRootCapGatewaySession_listCapabilities_Results(msg *capnp.Message) (CapGatewaySession_listCapabilities_Results, error)

func (CapGatewaySession_listCapabilities_Results) DecodeFromPtr

func (CapGatewaySession_listCapabilities_Results) EncodeAsPtr

func (CapGatewaySession_listCapabilities_Results) HasInfoList

func (CapGatewaySession_listCapabilities_Results) InfoList

func (CapGatewaySession_listCapabilities_Results) IsValid

func (CapGatewaySession_listCapabilities_Results) Message

func (CapGatewaySession_listCapabilities_Results) NewInfoList

NewInfoList sets the infoList field to a newly allocated CapabilityInfo_List, preferring placement in s's segment.

func (CapGatewaySession_listCapabilities_Results) Segment

func (CapGatewaySession_listCapabilities_Results) SetInfoList

func (CapGatewaySession_listCapabilities_Results) String

func (CapGatewaySession_listCapabilities_Results) ToPtr

type CapGatewaySession_listCapabilities_Results_Future

type CapGatewaySession_listCapabilities_Results_Future struct{ *capnp.Future }

CapGatewaySession_listCapabilities_Results_Future is a wrapper for a CapGatewaySession_listCapabilities_Results promised by a client call.

func (CapGatewaySession_listCapabilities_Results_Future) Struct

type CapGatewaySession_listCapabilities_Results_List

type CapGatewaySession_listCapabilities_Results_List = capnp.StructList[CapGatewaySession_listCapabilities_Results]

CapGatewaySession_listCapabilities_Results_List is a list of CapGatewaySession_listCapabilities_Results.

func NewCapGatewaySession_listCapabilities_Results_List

func NewCapGatewaySession_listCapabilities_Results_List(s *capnp.Segment, sz int32) (CapGatewaySession_listCapabilities_Results_List, error)

NewCapGatewaySession_listCapabilities_Results creates a new list of CapGatewaySession_listCapabilities_Results.

type CapGatewaySession_login

type CapGatewaySession_login struct {
	*server.Call
}

CapGatewaySession_login holds the state for a server call to CapGatewaySession.login. See server.Call for documentation.

func (CapGatewaySession_login) AllocResults

AllocResults allocates the results struct.

func (CapGatewaySession_login) Args

Args returns the call's arguments.

type CapGatewaySession_login_Params

type CapGatewaySession_login_Params capnp.Struct

func NewCapGatewaySession_login_Params

func NewCapGatewaySession_login_Params(s *capnp.Segment) (CapGatewaySession_login_Params, error)

func NewRootCapGatewaySession_login_Params

func NewRootCapGatewaySession_login_Params(s *capnp.Segment) (CapGatewaySession_login_Params, error)

func ReadRootCapGatewaySession_login_Params

func ReadRootCapGatewaySession_login_Params(msg *capnp.Message) (CapGatewaySession_login_Params, error)

func (CapGatewaySession_login_Params) ClientID

func (CapGatewaySession_login_Params) ClientIDBytes

func (s CapGatewaySession_login_Params) ClientIDBytes() ([]byte, error)

func (CapGatewaySession_login_Params) DecodeFromPtr

func (CapGatewaySession_login_Params) EncodeAsPtr

func (CapGatewaySession_login_Params) HasClientID

func (s CapGatewaySession_login_Params) HasClientID() bool

func (CapGatewaySession_login_Params) HasPassword

func (s CapGatewaySession_login_Params) HasPassword() bool

func (CapGatewaySession_login_Params) IsValid

func (CapGatewaySession_login_Params) Message

func (CapGatewaySession_login_Params) Password

func (CapGatewaySession_login_Params) PasswordBytes

func (s CapGatewaySession_login_Params) PasswordBytes() ([]byte, error)

func (CapGatewaySession_login_Params) Segment

func (CapGatewaySession_login_Params) SetClientID

func (s CapGatewaySession_login_Params) SetClientID(v string) error

func (CapGatewaySession_login_Params) SetPassword

func (s CapGatewaySession_login_Params) SetPassword(v string) error

func (CapGatewaySession_login_Params) String

func (CapGatewaySession_login_Params) ToPtr

type CapGatewaySession_login_Params_Future

type CapGatewaySession_login_Params_Future struct{ *capnp.Future }

CapGatewaySession_login_Params_Future is a wrapper for a CapGatewaySession_login_Params promised by a client call.

func (CapGatewaySession_login_Params_Future) Struct

type CapGatewaySession_login_Params_List

type CapGatewaySession_login_Params_List = capnp.StructList[CapGatewaySession_login_Params]

CapGatewaySession_login_Params_List is a list of CapGatewaySession_login_Params.

func NewCapGatewaySession_login_Params_List

func NewCapGatewaySession_login_Params_List(s *capnp.Segment, sz int32) (CapGatewaySession_login_Params_List, error)

NewCapGatewaySession_login_Params creates a new list of CapGatewaySession_login_Params.

type CapGatewaySession_login_Results

type CapGatewaySession_login_Results capnp.Struct

func NewCapGatewaySession_login_Results

func NewCapGatewaySession_login_Results(s *capnp.Segment) (CapGatewaySession_login_Results, error)

func NewRootCapGatewaySession_login_Results

func NewRootCapGatewaySession_login_Results(s *capnp.Segment) (CapGatewaySession_login_Results, error)

func ReadRootCapGatewaySession_login_Results

func ReadRootCapGatewaySession_login_Results(msg *capnp.Message) (CapGatewaySession_login_Results, error)

func (CapGatewaySession_login_Results) AuthToken

func (s CapGatewaySession_login_Results) AuthToken() (string, error)

func (CapGatewaySession_login_Results) AuthTokenBytes

func (s CapGatewaySession_login_Results) AuthTokenBytes() ([]byte, error)

func (CapGatewaySession_login_Results) DecodeFromPtr

func (CapGatewaySession_login_Results) EncodeAsPtr

func (CapGatewaySession_login_Results) HasAuthToken

func (s CapGatewaySession_login_Results) HasAuthToken() bool

func (CapGatewaySession_login_Results) HasRefreshToken

func (s CapGatewaySession_login_Results) HasRefreshToken() bool

func (CapGatewaySession_login_Results) IsValid

func (CapGatewaySession_login_Results) Message

func (CapGatewaySession_login_Results) RefreshToken

func (s CapGatewaySession_login_Results) RefreshToken() (string, error)

func (CapGatewaySession_login_Results) RefreshTokenBytes

func (s CapGatewaySession_login_Results) RefreshTokenBytes() ([]byte, error)

func (CapGatewaySession_login_Results) Segment

func (CapGatewaySession_login_Results) SetAuthToken

func (s CapGatewaySession_login_Results) SetAuthToken(v string) error

func (CapGatewaySession_login_Results) SetRefreshToken

func (s CapGatewaySession_login_Results) SetRefreshToken(v string) error

func (CapGatewaySession_login_Results) String

func (CapGatewaySession_login_Results) ToPtr

type CapGatewaySession_login_Results_Future

type CapGatewaySession_login_Results_Future struct{ *capnp.Future }

CapGatewaySession_login_Results_Future is a wrapper for a CapGatewaySession_login_Results promised by a client call.

func (CapGatewaySession_login_Results_Future) Struct

type CapGatewaySession_login_Results_List

type CapGatewaySession_login_Results_List = capnp.StructList[CapGatewaySession_login_Results]

CapGatewaySession_login_Results_List is a list of CapGatewaySession_login_Results.

func NewCapGatewaySession_login_Results_List

func NewCapGatewaySession_login_Results_List(s *capnp.Segment, sz int32) (CapGatewaySession_login_Results_List, error)

NewCapGatewaySession_login_Results creates a new list of CapGatewaySession_login_Results.

type CapGatewaySession_ping

type CapGatewaySession_ping struct {
	*server.Call
}

CapGatewaySession_ping holds the state for a server call to CapGatewaySession.ping. See server.Call for documentation.

func (CapGatewaySession_ping) AllocResults

AllocResults allocates the results struct.

func (CapGatewaySession_ping) Args

Args returns the call's arguments.

type CapGatewaySession_ping_Params

type CapGatewaySession_ping_Params capnp.Struct

func NewCapGatewaySession_ping_Params

func NewCapGatewaySession_ping_Params(s *capnp.Segment) (CapGatewaySession_ping_Params, error)

func NewRootCapGatewaySession_ping_Params

func NewRootCapGatewaySession_ping_Params(s *capnp.Segment) (CapGatewaySession_ping_Params, error)

func ReadRootCapGatewaySession_ping_Params

func ReadRootCapGatewaySession_ping_Params(msg *capnp.Message) (CapGatewaySession_ping_Params, error)

func (CapGatewaySession_ping_Params) DecodeFromPtr

func (CapGatewaySession_ping_Params) EncodeAsPtr

func (s CapGatewaySession_ping_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapGatewaySession_ping_Params) IsValid

func (s CapGatewaySession_ping_Params) IsValid() bool

func (CapGatewaySession_ping_Params) Message

func (CapGatewaySession_ping_Params) Segment

func (CapGatewaySession_ping_Params) String

func (CapGatewaySession_ping_Params) ToPtr

type CapGatewaySession_ping_Params_Future

type CapGatewaySession_ping_Params_Future struct{ *capnp.Future }

CapGatewaySession_ping_Params_Future is a wrapper for a CapGatewaySession_ping_Params promised by a client call.

func (CapGatewaySession_ping_Params_Future) Struct

type CapGatewaySession_ping_Params_List

type CapGatewaySession_ping_Params_List = capnp.StructList[CapGatewaySession_ping_Params]

CapGatewaySession_ping_Params_List is a list of CapGatewaySession_ping_Params.

func NewCapGatewaySession_ping_Params_List

func NewCapGatewaySession_ping_Params_List(s *capnp.Segment, sz int32) (CapGatewaySession_ping_Params_List, error)

NewCapGatewaySession_ping_Params creates a new list of CapGatewaySession_ping_Params.

type CapGatewaySession_ping_Results

type CapGatewaySession_ping_Results capnp.Struct

func NewCapGatewaySession_ping_Results

func NewCapGatewaySession_ping_Results(s *capnp.Segment) (CapGatewaySession_ping_Results, error)

func NewRootCapGatewaySession_ping_Results

func NewRootCapGatewaySession_ping_Results(s *capnp.Segment) (CapGatewaySession_ping_Results, error)

func ReadRootCapGatewaySession_ping_Results

func ReadRootCapGatewaySession_ping_Results(msg *capnp.Message) (CapGatewaySession_ping_Results, error)

func (CapGatewaySession_ping_Results) DecodeFromPtr

func (CapGatewaySession_ping_Results) EncodeAsPtr

func (CapGatewaySession_ping_Results) HasReply

func (s CapGatewaySession_ping_Results) HasReply() bool

func (CapGatewaySession_ping_Results) IsValid

func (CapGatewaySession_ping_Results) Message

func (CapGatewaySession_ping_Results) NewReply

NewReply sets the reply field to a newly allocated ClientInfo struct, preferring placement in s's segment.

func (CapGatewaySession_ping_Results) Reply

func (CapGatewaySession_ping_Results) Segment

func (CapGatewaySession_ping_Results) SetReply

func (CapGatewaySession_ping_Results) String

func (CapGatewaySession_ping_Results) ToPtr

type CapGatewaySession_ping_Results_Future

type CapGatewaySession_ping_Results_Future struct{ *capnp.Future }

CapGatewaySession_ping_Results_Future is a wrapper for a CapGatewaySession_ping_Results promised by a client call.

func (CapGatewaySession_ping_Results_Future) Reply

func (CapGatewaySession_ping_Results_Future) Struct

type CapGatewaySession_ping_Results_List

type CapGatewaySession_ping_Results_List = capnp.StructList[CapGatewaySession_ping_Results]

CapGatewaySession_ping_Results_List is a list of CapGatewaySession_ping_Results.

func NewCapGatewaySession_ping_Results_List

func NewCapGatewaySession_ping_Results_List(s *capnp.Segment, sz int32) (CapGatewaySession_ping_Results_List, error)

NewCapGatewaySession_ping_Results creates a new list of CapGatewaySession_ping_Results.

type CapGatewaySession_refresh

type CapGatewaySession_refresh struct {
	*server.Call
}

CapGatewaySession_refresh holds the state for a server call to CapGatewaySession.refresh. See server.Call for documentation.

func (CapGatewaySession_refresh) AllocResults

AllocResults allocates the results struct.

func (CapGatewaySession_refresh) Args

Args returns the call's arguments.

type CapGatewaySession_refresh_Params

type CapGatewaySession_refresh_Params capnp.Struct

func NewCapGatewaySession_refresh_Params

func NewCapGatewaySession_refresh_Params(s *capnp.Segment) (CapGatewaySession_refresh_Params, error)

func NewRootCapGatewaySession_refresh_Params

func NewRootCapGatewaySession_refresh_Params(s *capnp.Segment) (CapGatewaySession_refresh_Params, error)

func ReadRootCapGatewaySession_refresh_Params

func ReadRootCapGatewaySession_refresh_Params(msg *capnp.Message) (CapGatewaySession_refresh_Params, error)

func (CapGatewaySession_refresh_Params) DecodeFromPtr

func (CapGatewaySession_refresh_Params) EncodeAsPtr

func (CapGatewaySession_refresh_Params) HasRefreshToken

func (s CapGatewaySession_refresh_Params) HasRefreshToken() bool

func (CapGatewaySession_refresh_Params) IsValid

func (CapGatewaySession_refresh_Params) Message

func (CapGatewaySession_refresh_Params) RefreshToken

func (s CapGatewaySession_refresh_Params) RefreshToken() (string, error)

func (CapGatewaySession_refresh_Params) RefreshTokenBytes

func (s CapGatewaySession_refresh_Params) RefreshTokenBytes() ([]byte, error)

func (CapGatewaySession_refresh_Params) Segment

func (CapGatewaySession_refresh_Params) SetRefreshToken

func (s CapGatewaySession_refresh_Params) SetRefreshToken(v string) error

func (CapGatewaySession_refresh_Params) String

func (CapGatewaySession_refresh_Params) ToPtr

type CapGatewaySession_refresh_Params_Future

type CapGatewaySession_refresh_Params_Future struct{ *capnp.Future }

CapGatewaySession_refresh_Params_Future is a wrapper for a CapGatewaySession_refresh_Params promised by a client call.

func (CapGatewaySession_refresh_Params_Future) Struct

type CapGatewaySession_refresh_Params_List

type CapGatewaySession_refresh_Params_List = capnp.StructList[CapGatewaySession_refresh_Params]

CapGatewaySession_refresh_Params_List is a list of CapGatewaySession_refresh_Params.

func NewCapGatewaySession_refresh_Params_List

func NewCapGatewaySession_refresh_Params_List(s *capnp.Segment, sz int32) (CapGatewaySession_refresh_Params_List, error)

NewCapGatewaySession_refresh_Params creates a new list of CapGatewaySession_refresh_Params.

type CapGatewaySession_refresh_Results

type CapGatewaySession_refresh_Results capnp.Struct

func NewCapGatewaySession_refresh_Results

func NewCapGatewaySession_refresh_Results(s *capnp.Segment) (CapGatewaySession_refresh_Results, error)

func NewRootCapGatewaySession_refresh_Results

func NewRootCapGatewaySession_refresh_Results(s *capnp.Segment) (CapGatewaySession_refresh_Results, error)

func ReadRootCapGatewaySession_refresh_Results

func ReadRootCapGatewaySession_refresh_Results(msg *capnp.Message) (CapGatewaySession_refresh_Results, error)

func (CapGatewaySession_refresh_Results) AuthToken

func (CapGatewaySession_refresh_Results) AuthTokenBytes

func (s CapGatewaySession_refresh_Results) AuthTokenBytes() ([]byte, error)

func (CapGatewaySession_refresh_Results) DecodeFromPtr

func (CapGatewaySession_refresh_Results) EncodeAsPtr

func (CapGatewaySession_refresh_Results) HasAuthToken

func (s CapGatewaySession_refresh_Results) HasAuthToken() bool

func (CapGatewaySession_refresh_Results) HasRefreshToken

func (s CapGatewaySession_refresh_Results) HasRefreshToken() bool

func (CapGatewaySession_refresh_Results) IsValid

func (CapGatewaySession_refresh_Results) Message

func (CapGatewaySession_refresh_Results) RefreshToken

func (s CapGatewaySession_refresh_Results) RefreshToken() (string, error)

func (CapGatewaySession_refresh_Results) RefreshTokenBytes

func (s CapGatewaySession_refresh_Results) RefreshTokenBytes() ([]byte, error)

func (CapGatewaySession_refresh_Results) Segment

func (CapGatewaySession_refresh_Results) SetAuthToken

func (CapGatewaySession_refresh_Results) SetRefreshToken

func (s CapGatewaySession_refresh_Results) SetRefreshToken(v string) error

func (CapGatewaySession_refresh_Results) String

func (CapGatewaySession_refresh_Results) ToPtr

type CapGatewaySession_refresh_Results_Future

type CapGatewaySession_refresh_Results_Future struct{ *capnp.Future }

CapGatewaySession_refresh_Results_Future is a wrapper for a CapGatewaySession_refresh_Results promised by a client call.

func (CapGatewaySession_refresh_Results_Future) Struct

type CapGatewaySession_refresh_Results_List

type CapGatewaySession_refresh_Results_List = capnp.StructList[CapGatewaySession_refresh_Results]

CapGatewaySession_refresh_Results_List is a list of CapGatewaySession_refresh_Results.

func NewCapGatewaySession_refresh_Results_List

func NewCapGatewaySession_refresh_Results_List(s *capnp.Segment, sz int32) (CapGatewaySession_refresh_Results_List, error)

NewCapGatewaySession_refresh_Results creates a new list of CapGatewaySession_refresh_Results.

type CapHistoryCursor

type CapHistoryCursor capnp.Client

func CapHistoryCursor_ServerToClient

func CapHistoryCursor_ServerToClient(s CapHistoryCursor_Server) CapHistoryCursor

CapHistoryCursor_ServerToClient creates a new Client from an implementation of CapHistoryCursor_Server. The caller is responsible for calling Release on the returned Client.

func (CapHistoryCursor) AddRef

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 (CapHistoryCursor) DecodeFromPtr

func (CapHistoryCursor) DecodeFromPtr(p capnp.Ptr) CapHistoryCursor

func (CapHistoryCursor) EncodeAsPtr

func (c CapHistoryCursor) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapHistoryCursor) GetFlowLimiter

func (c CapHistoryCursor) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapHistoryCursor) IsSame

func (c CapHistoryCursor) IsSame(other CapHistoryCursor) 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 (CapHistoryCursor) IsValid

func (c CapHistoryCursor) 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 (CapHistoryCursor) Release

func (c CapHistoryCursor) 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 (CapHistoryCursor) Resolve

func (c CapHistoryCursor) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapHistoryCursor) SetFlowLimiter

func (c CapHistoryCursor) 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 (CapHistoryCursor) String

func (c CapHistoryCursor) 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 CapHistoryCursor_List

type CapHistoryCursor_List = capnp.CapList[CapHistoryCursor]

CapHistoryCursor_List is a list of CapHistoryCursor.

func NewCapHistoryCursor_List

func NewCapHistoryCursor_List(s *capnp.Segment, sz int32) (CapHistoryCursor_List, error)

NewCapHistoryCursor creates a new list of CapHistoryCursor.

type CapHistoryCursor_first

type CapHistoryCursor_first struct {
	*server.Call
}

CapHistoryCursor_first holds the state for a server call to CapHistoryCursor.first. See server.Call for documentation.

func (CapHistoryCursor_first) AllocResults

AllocResults allocates the results struct.

func (CapHistoryCursor_first) Args

Args returns the call's arguments.

type CapHistoryCursor_first_Params

type CapHistoryCursor_first_Params capnp.Struct

func NewCapHistoryCursor_first_Params

func NewCapHistoryCursor_first_Params(s *capnp.Segment) (CapHistoryCursor_first_Params, error)

func NewRootCapHistoryCursor_first_Params

func NewRootCapHistoryCursor_first_Params(s *capnp.Segment) (CapHistoryCursor_first_Params, error)

func ReadRootCapHistoryCursor_first_Params

func ReadRootCapHistoryCursor_first_Params(msg *capnp.Message) (CapHistoryCursor_first_Params, error)

func (CapHistoryCursor_first_Params) DecodeFromPtr

func (CapHistoryCursor_first_Params) EncodeAsPtr

func (s CapHistoryCursor_first_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapHistoryCursor_first_Params) IsValid

func (s CapHistoryCursor_first_Params) IsValid() bool

func (CapHistoryCursor_first_Params) Message

func (CapHistoryCursor_first_Params) Segment

func (CapHistoryCursor_first_Params) String

func (CapHistoryCursor_first_Params) ToPtr

type CapHistoryCursor_first_Params_Future

type CapHistoryCursor_first_Params_Future struct{ *capnp.Future }

CapHistoryCursor_first_Params_Future is a wrapper for a CapHistoryCursor_first_Params promised by a client call.

func (CapHistoryCursor_first_Params_Future) Struct

type CapHistoryCursor_first_Params_List

type CapHistoryCursor_first_Params_List = capnp.StructList[CapHistoryCursor_first_Params]

CapHistoryCursor_first_Params_List is a list of CapHistoryCursor_first_Params.

func NewCapHistoryCursor_first_Params_List

func NewCapHistoryCursor_first_Params_List(s *capnp.Segment, sz int32) (CapHistoryCursor_first_Params_List, error)

NewCapHistoryCursor_first_Params creates a new list of CapHistoryCursor_first_Params.

type CapHistoryCursor_first_Results

type CapHistoryCursor_first_Results capnp.Struct

func NewCapHistoryCursor_first_Results

func NewCapHistoryCursor_first_Results(s *capnp.Segment) (CapHistoryCursor_first_Results, error)

func NewRootCapHistoryCursor_first_Results

func NewRootCapHistoryCursor_first_Results(s *capnp.Segment) (CapHistoryCursor_first_Results, error)

func ReadRootCapHistoryCursor_first_Results

func ReadRootCapHistoryCursor_first_Results(msg *capnp.Message) (CapHistoryCursor_first_Results, error)

func (CapHistoryCursor_first_Results) DecodeFromPtr

func (CapHistoryCursor_first_Results) EncodeAsPtr

func (CapHistoryCursor_first_Results) HasTv

func (CapHistoryCursor_first_Results) IsValid

func (CapHistoryCursor_first_Results) Message

func (CapHistoryCursor_first_Results) NewTv

NewTv sets the tv field to a newly allocated ThingValue struct, preferring placement in s's segment.

func (CapHistoryCursor_first_Results) Segment

func (CapHistoryCursor_first_Results) SetTv

func (CapHistoryCursor_first_Results) SetValid

func (s CapHistoryCursor_first_Results) SetValid(v bool)

func (CapHistoryCursor_first_Results) String

func (CapHistoryCursor_first_Results) ToPtr

func (CapHistoryCursor_first_Results) Tv

func (CapHistoryCursor_first_Results) Valid

type CapHistoryCursor_first_Results_Future

type CapHistoryCursor_first_Results_Future struct{ *capnp.Future }

CapHistoryCursor_first_Results_Future is a wrapper for a CapHistoryCursor_first_Results promised by a client call.

func (CapHistoryCursor_first_Results_Future) Struct

func (CapHistoryCursor_first_Results_Future) Tv

type CapHistoryCursor_first_Results_List

type CapHistoryCursor_first_Results_List = capnp.StructList[CapHistoryCursor_first_Results]

CapHistoryCursor_first_Results_List is a list of CapHistoryCursor_first_Results.

func NewCapHistoryCursor_first_Results_List

func NewCapHistoryCursor_first_Results_List(s *capnp.Segment, sz int32) (CapHistoryCursor_first_Results_List, error)

NewCapHistoryCursor_first_Results creates a new list of CapHistoryCursor_first_Results.

type CapHistoryCursor_last

type CapHistoryCursor_last struct {
	*server.Call
}

CapHistoryCursor_last holds the state for a server call to CapHistoryCursor.last. See server.Call for documentation.

func (CapHistoryCursor_last) AllocResults

AllocResults allocates the results struct.

func (CapHistoryCursor_last) Args

Args returns the call's arguments.

type CapHistoryCursor_last_Params

type CapHistoryCursor_last_Params capnp.Struct

func NewCapHistoryCursor_last_Params

func NewCapHistoryCursor_last_Params(s *capnp.Segment) (CapHistoryCursor_last_Params, error)

func NewRootCapHistoryCursor_last_Params

func NewRootCapHistoryCursor_last_Params(s *capnp.Segment) (CapHistoryCursor_last_Params, error)

func ReadRootCapHistoryCursor_last_Params

func ReadRootCapHistoryCursor_last_Params(msg *capnp.Message) (CapHistoryCursor_last_Params, error)

func (CapHistoryCursor_last_Params) DecodeFromPtr

func (CapHistoryCursor_last_Params) EncodeAsPtr

func (s CapHistoryCursor_last_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapHistoryCursor_last_Params) IsValid

func (s CapHistoryCursor_last_Params) IsValid() bool

func (CapHistoryCursor_last_Params) Message

func (CapHistoryCursor_last_Params) Segment

func (CapHistoryCursor_last_Params) String

func (CapHistoryCursor_last_Params) ToPtr

type CapHistoryCursor_last_Params_Future

type CapHistoryCursor_last_Params_Future struct{ *capnp.Future }

CapHistoryCursor_last_Params_Future is a wrapper for a CapHistoryCursor_last_Params promised by a client call.

func (CapHistoryCursor_last_Params_Future) Struct

type CapHistoryCursor_last_Params_List

type CapHistoryCursor_last_Params_List = capnp.StructList[CapHistoryCursor_last_Params]

CapHistoryCursor_last_Params_List is a list of CapHistoryCursor_last_Params.

func NewCapHistoryCursor_last_Params_List

func NewCapHistoryCursor_last_Params_List(s *capnp.Segment, sz int32) (CapHistoryCursor_last_Params_List, error)

NewCapHistoryCursor_last_Params creates a new list of CapHistoryCursor_last_Params.

type CapHistoryCursor_last_Results

type CapHistoryCursor_last_Results capnp.Struct

func NewCapHistoryCursor_last_Results

func NewCapHistoryCursor_last_Results(s *capnp.Segment) (CapHistoryCursor_last_Results, error)

func NewRootCapHistoryCursor_last_Results

func NewRootCapHistoryCursor_last_Results(s *capnp.Segment) (CapHistoryCursor_last_Results, error)

func ReadRootCapHistoryCursor_last_Results

func ReadRootCapHistoryCursor_last_Results(msg *capnp.Message) (CapHistoryCursor_last_Results, error)

func (CapHistoryCursor_last_Results) DecodeFromPtr

func (CapHistoryCursor_last_Results) EncodeAsPtr

func (s CapHistoryCursor_last_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapHistoryCursor_last_Results) HasTv

func (CapHistoryCursor_last_Results) IsValid

func (s CapHistoryCursor_last_Results) IsValid() bool

func (CapHistoryCursor_last_Results) Message

func (CapHistoryCursor_last_Results) NewTv

NewTv sets the tv field to a newly allocated ThingValue struct, preferring placement in s's segment.

func (CapHistoryCursor_last_Results) Segment

func (CapHistoryCursor_last_Results) SetTv

func (CapHistoryCursor_last_Results) SetValid

func (s CapHistoryCursor_last_Results) SetValid(v bool)

func (CapHistoryCursor_last_Results) String

func (CapHistoryCursor_last_Results) ToPtr

func (CapHistoryCursor_last_Results) Tv

func (CapHistoryCursor_last_Results) Valid

type CapHistoryCursor_last_Results_Future

type CapHistoryCursor_last_Results_Future struct{ *capnp.Future }

CapHistoryCursor_last_Results_Future is a wrapper for a CapHistoryCursor_last_Results promised by a client call.

func (CapHistoryCursor_last_Results_Future) Struct

func (CapHistoryCursor_last_Results_Future) Tv

type CapHistoryCursor_last_Results_List

type CapHistoryCursor_last_Results_List = capnp.StructList[CapHistoryCursor_last_Results]

CapHistoryCursor_last_Results_List is a list of CapHistoryCursor_last_Results.

func NewCapHistoryCursor_last_Results_List

func NewCapHistoryCursor_last_Results_List(s *capnp.Segment, sz int32) (CapHistoryCursor_last_Results_List, error)

NewCapHistoryCursor_last_Results creates a new list of CapHistoryCursor_last_Results.

type CapHistoryCursor_next

type CapHistoryCursor_next struct {
	*server.Call
}

CapHistoryCursor_next holds the state for a server call to CapHistoryCursor.next. See server.Call for documentation.

func (CapHistoryCursor_next) AllocResults

AllocResults allocates the results struct.

func (CapHistoryCursor_next) Args

Args returns the call's arguments.

type CapHistoryCursor_nextN

type CapHistoryCursor_nextN struct {
	*server.Call
}

CapHistoryCursor_nextN holds the state for a server call to CapHistoryCursor.nextN. See server.Call for documentation.

func (CapHistoryCursor_nextN) AllocResults

AllocResults allocates the results struct.

func (CapHistoryCursor_nextN) Args

Args returns the call's arguments.

type CapHistoryCursor_nextN_Params

type CapHistoryCursor_nextN_Params capnp.Struct

func NewCapHistoryCursor_nextN_Params

func NewCapHistoryCursor_nextN_Params(s *capnp.Segment) (CapHistoryCursor_nextN_Params, error)

func NewRootCapHistoryCursor_nextN_Params

func NewRootCapHistoryCursor_nextN_Params(s *capnp.Segment) (CapHistoryCursor_nextN_Params, error)

func ReadRootCapHistoryCursor_nextN_Params

func ReadRootCapHistoryCursor_nextN_Params(msg *capnp.Message) (CapHistoryCursor_nextN_Params, error)

func (CapHistoryCursor_nextN_Params) DecodeFromPtr

func (CapHistoryCursor_nextN_Params) EncodeAsPtr

func (s CapHistoryCursor_nextN_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapHistoryCursor_nextN_Params) IsValid

func (s CapHistoryCursor_nextN_Params) IsValid() bool

func (CapHistoryCursor_nextN_Params) Message

func (CapHistoryCursor_nextN_Params) Segment

func (CapHistoryCursor_nextN_Params) SetSteps

func (s CapHistoryCursor_nextN_Params) SetSteps(v uint32)

func (CapHistoryCursor_nextN_Params) Steps

func (CapHistoryCursor_nextN_Params) String

func (CapHistoryCursor_nextN_Params) ToPtr

type CapHistoryCursor_nextN_Params_Future

type CapHistoryCursor_nextN_Params_Future struct{ *capnp.Future }

CapHistoryCursor_nextN_Params_Future is a wrapper for a CapHistoryCursor_nextN_Params promised by a client call.

func (CapHistoryCursor_nextN_Params_Future) Struct

type CapHistoryCursor_nextN_Params_List

type CapHistoryCursor_nextN_Params_List = capnp.StructList[CapHistoryCursor_nextN_Params]

CapHistoryCursor_nextN_Params_List is a list of CapHistoryCursor_nextN_Params.

func NewCapHistoryCursor_nextN_Params_List

func NewCapHistoryCursor_nextN_Params_List(s *capnp.Segment, sz int32) (CapHistoryCursor_nextN_Params_List, error)

NewCapHistoryCursor_nextN_Params creates a new list of CapHistoryCursor_nextN_Params.

type CapHistoryCursor_nextN_Results

type CapHistoryCursor_nextN_Results capnp.Struct

func NewCapHistoryCursor_nextN_Results

func NewCapHistoryCursor_nextN_Results(s *capnp.Segment) (CapHistoryCursor_nextN_Results, error)

func NewRootCapHistoryCursor_nextN_Results

func NewRootCapHistoryCursor_nextN_Results(s *capnp.Segment) (CapHistoryCursor_nextN_Results, error)

func ReadRootCapHistoryCursor_nextN_Results

func ReadRootCapHistoryCursor_nextN_Results(msg *capnp.Message) (CapHistoryCursor_nextN_Results, error)

func (CapHistoryCursor_nextN_Results) Batch

func (CapHistoryCursor_nextN_Results) DecodeFromPtr

func (CapHistoryCursor_nextN_Results) EncodeAsPtr

func (CapHistoryCursor_nextN_Results) HasBatch

func (s CapHistoryCursor_nextN_Results) HasBatch() bool

func (CapHistoryCursor_nextN_Results) IsValid

func (CapHistoryCursor_nextN_Results) Message

func (CapHistoryCursor_nextN_Results) NewBatch

NewBatch sets the batch field to a newly allocated ThingValue_List, preferring placement in s's segment.

func (CapHistoryCursor_nextN_Results) Segment

func (CapHistoryCursor_nextN_Results) SetBatch

func (CapHistoryCursor_nextN_Results) SetValid

func (s CapHistoryCursor_nextN_Results) SetValid(v bool)

func (CapHistoryCursor_nextN_Results) String

func (CapHistoryCursor_nextN_Results) ToPtr

func (CapHistoryCursor_nextN_Results) Valid

type CapHistoryCursor_nextN_Results_Future

type CapHistoryCursor_nextN_Results_Future struct{ *capnp.Future }

CapHistoryCursor_nextN_Results_Future is a wrapper for a CapHistoryCursor_nextN_Results promised by a client call.

func (CapHistoryCursor_nextN_Results_Future) Struct

type CapHistoryCursor_nextN_Results_List

type CapHistoryCursor_nextN_Results_List = capnp.StructList[CapHistoryCursor_nextN_Results]

CapHistoryCursor_nextN_Results_List is a list of CapHistoryCursor_nextN_Results.

func NewCapHistoryCursor_nextN_Results_List

func NewCapHistoryCursor_nextN_Results_List(s *capnp.Segment, sz int32) (CapHistoryCursor_nextN_Results_List, error)

NewCapHistoryCursor_nextN_Results creates a new list of CapHistoryCursor_nextN_Results.

type CapHistoryCursor_next_Params

type CapHistoryCursor_next_Params capnp.Struct

func NewCapHistoryCursor_next_Params

func NewCapHistoryCursor_next_Params(s *capnp.Segment) (CapHistoryCursor_next_Params, error)

func NewRootCapHistoryCursor_next_Params

func NewRootCapHistoryCursor_next_Params(s *capnp.Segment) (CapHistoryCursor_next_Params, error)

func ReadRootCapHistoryCursor_next_Params

func ReadRootCapHistoryCursor_next_Params(msg *capnp.Message) (CapHistoryCursor_next_Params, error)

func (CapHistoryCursor_next_Params) DecodeFromPtr

func (CapHistoryCursor_next_Params) EncodeAsPtr

func (s CapHistoryCursor_next_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapHistoryCursor_next_Params) IsValid

func (s CapHistoryCursor_next_Params) IsValid() bool

func (CapHistoryCursor_next_Params) Message

func (CapHistoryCursor_next_Params) Segment

func (CapHistoryCursor_next_Params) String

func (CapHistoryCursor_next_Params) ToPtr

type CapHistoryCursor_next_Params_Future

type CapHistoryCursor_next_Params_Future struct{ *capnp.Future }

CapHistoryCursor_next_Params_Future is a wrapper for a CapHistoryCursor_next_Params promised by a client call.

func (CapHistoryCursor_next_Params_Future) Struct

type CapHistoryCursor_next_Params_List

type CapHistoryCursor_next_Params_List = capnp.StructList[CapHistoryCursor_next_Params]

CapHistoryCursor_next_Params_List is a list of CapHistoryCursor_next_Params.

func NewCapHistoryCursor_next_Params_List

func NewCapHistoryCursor_next_Params_List(s *capnp.Segment, sz int32) (CapHistoryCursor_next_Params_List, error)

NewCapHistoryCursor_next_Params creates a new list of CapHistoryCursor_next_Params.

type CapHistoryCursor_next_Results

type CapHistoryCursor_next_Results capnp.Struct

func NewCapHistoryCursor_next_Results

func NewCapHistoryCursor_next_Results(s *capnp.Segment) (CapHistoryCursor_next_Results, error)

func NewRootCapHistoryCursor_next_Results

func NewRootCapHistoryCursor_next_Results(s *capnp.Segment) (CapHistoryCursor_next_Results, error)

func ReadRootCapHistoryCursor_next_Results

func ReadRootCapHistoryCursor_next_Results(msg *capnp.Message) (CapHistoryCursor_next_Results, error)

func (CapHistoryCursor_next_Results) DecodeFromPtr

func (CapHistoryCursor_next_Results) EncodeAsPtr

func (s CapHistoryCursor_next_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapHistoryCursor_next_Results) HasTv

func (CapHistoryCursor_next_Results) IsValid

func (s CapHistoryCursor_next_Results) IsValid() bool

func (CapHistoryCursor_next_Results) Message

func (CapHistoryCursor_next_Results) NewTv

NewTv sets the tv field to a newly allocated ThingValue struct, preferring placement in s's segment.

func (CapHistoryCursor_next_Results) Segment

func (CapHistoryCursor_next_Results) SetTv

func (CapHistoryCursor_next_Results) SetValid

func (s CapHistoryCursor_next_Results) SetValid(v bool)

func (CapHistoryCursor_next_Results) String

func (CapHistoryCursor_next_Results) ToPtr

func (CapHistoryCursor_next_Results) Tv

func (CapHistoryCursor_next_Results) Valid

type CapHistoryCursor_next_Results_Future

type CapHistoryCursor_next_Results_Future struct{ *capnp.Future }

CapHistoryCursor_next_Results_Future is a wrapper for a CapHistoryCursor_next_Results promised by a client call.

func (CapHistoryCursor_next_Results_Future) Struct

func (CapHistoryCursor_next_Results_Future) Tv

type CapHistoryCursor_next_Results_List

type CapHistoryCursor_next_Results_List = capnp.StructList[CapHistoryCursor_next_Results]

CapHistoryCursor_next_Results_List is a list of CapHistoryCursor_next_Results.

func NewCapHistoryCursor_next_Results_List

func NewCapHistoryCursor_next_Results_List(s *capnp.Segment, sz int32) (CapHistoryCursor_next_Results_List, error)

NewCapHistoryCursor_next_Results creates a new list of CapHistoryCursor_next_Results.

type CapHistoryCursor_prev

type CapHistoryCursor_prev struct {
	*server.Call
}

CapHistoryCursor_prev holds the state for a server call to CapHistoryCursor.prev. See server.Call for documentation.

func (CapHistoryCursor_prev) AllocResults

AllocResults allocates the results struct.

func (CapHistoryCursor_prev) Args

Args returns the call's arguments.

type CapHistoryCursor_prevN

type CapHistoryCursor_prevN struct {
	*server.Call
}

CapHistoryCursor_prevN holds the state for a server call to CapHistoryCursor.prevN. See server.Call for documentation.

func (CapHistoryCursor_prevN) AllocResults

AllocResults allocates the results struct.

func (CapHistoryCursor_prevN) Args

Args returns the call's arguments.

type CapHistoryCursor_prevN_Params

type CapHistoryCursor_prevN_Params capnp.Struct

func NewCapHistoryCursor_prevN_Params

func NewCapHistoryCursor_prevN_Params(s *capnp.Segment) (CapHistoryCursor_prevN_Params, error)

func NewRootCapHistoryCursor_prevN_Params

func NewRootCapHistoryCursor_prevN_Params(s *capnp.Segment) (CapHistoryCursor_prevN_Params, error)

func ReadRootCapHistoryCursor_prevN_Params

func ReadRootCapHistoryCursor_prevN_Params(msg *capnp.Message) (CapHistoryCursor_prevN_Params, error)

func (CapHistoryCursor_prevN_Params) DecodeFromPtr

func (CapHistoryCursor_prevN_Params) EncodeAsPtr

func (s CapHistoryCursor_prevN_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapHistoryCursor_prevN_Params) IsValid

func (s CapHistoryCursor_prevN_Params) IsValid() bool

func (CapHistoryCursor_prevN_Params) Message

func (CapHistoryCursor_prevN_Params) Segment

func (CapHistoryCursor_prevN_Params) SetSteps

func (s CapHistoryCursor_prevN_Params) SetSteps(v uint32)

func (CapHistoryCursor_prevN_Params) Steps

func (CapHistoryCursor_prevN_Params) String

func (CapHistoryCursor_prevN_Params) ToPtr

type CapHistoryCursor_prevN_Params_Future

type CapHistoryCursor_prevN_Params_Future struct{ *capnp.Future }

CapHistoryCursor_prevN_Params_Future is a wrapper for a CapHistoryCursor_prevN_Params promised by a client call.

func (CapHistoryCursor_prevN_Params_Future) Struct

type CapHistoryCursor_prevN_Params_List

type CapHistoryCursor_prevN_Params_List = capnp.StructList[CapHistoryCursor_prevN_Params]

CapHistoryCursor_prevN_Params_List is a list of CapHistoryCursor_prevN_Params.

func NewCapHistoryCursor_prevN_Params_List

func NewCapHistoryCursor_prevN_Params_List(s *capnp.Segment, sz int32) (CapHistoryCursor_prevN_Params_List, error)

NewCapHistoryCursor_prevN_Params creates a new list of CapHistoryCursor_prevN_Params.

type CapHistoryCursor_prevN_Results

type CapHistoryCursor_prevN_Results capnp.Struct

func NewCapHistoryCursor_prevN_Results

func NewCapHistoryCursor_prevN_Results(s *capnp.Segment) (CapHistoryCursor_prevN_Results, error)

func NewRootCapHistoryCursor_prevN_Results

func NewRootCapHistoryCursor_prevN_Results(s *capnp.Segment) (CapHistoryCursor_prevN_Results, error)

func ReadRootCapHistoryCursor_prevN_Results

func ReadRootCapHistoryCursor_prevN_Results(msg *capnp.Message) (CapHistoryCursor_prevN_Results, error)

func (CapHistoryCursor_prevN_Results) Batch

func (CapHistoryCursor_prevN_Results) DecodeFromPtr

func (CapHistoryCursor_prevN_Results) EncodeAsPtr

func (CapHistoryCursor_prevN_Results) HasBatch

func (s CapHistoryCursor_prevN_Results) HasBatch() bool

func (CapHistoryCursor_prevN_Results) IsValid

func (CapHistoryCursor_prevN_Results) Message

func (CapHistoryCursor_prevN_Results) NewBatch

NewBatch sets the batch field to a newly allocated ThingValue_List, preferring placement in s's segment.

func (CapHistoryCursor_prevN_Results) Segment

func (CapHistoryCursor_prevN_Results) SetBatch

func (CapHistoryCursor_prevN_Results) SetValid

func (s CapHistoryCursor_prevN_Results) SetValid(v bool)

func (CapHistoryCursor_prevN_Results) String

func (CapHistoryCursor_prevN_Results) ToPtr

func (CapHistoryCursor_prevN_Results) Valid

type CapHistoryCursor_prevN_Results_Future

type CapHistoryCursor_prevN_Results_Future struct{ *capnp.Future }

CapHistoryCursor_prevN_Results_Future is a wrapper for a CapHistoryCursor_prevN_Results promised by a client call.

func (CapHistoryCursor_prevN_Results_Future) Struct

type CapHistoryCursor_prevN_Results_List

type CapHistoryCursor_prevN_Results_List = capnp.StructList[CapHistoryCursor_prevN_Results]

CapHistoryCursor_prevN_Results_List is a list of CapHistoryCursor_prevN_Results.

func NewCapHistoryCursor_prevN_Results_List

func NewCapHistoryCursor_prevN_Results_List(s *capnp.Segment, sz int32) (CapHistoryCursor_prevN_Results_List, error)

NewCapHistoryCursor_prevN_Results creates a new list of CapHistoryCursor_prevN_Results.

type CapHistoryCursor_prev_Params

type CapHistoryCursor_prev_Params capnp.Struct

func NewCapHistoryCursor_prev_Params

func NewCapHistoryCursor_prev_Params(s *capnp.Segment) (CapHistoryCursor_prev_Params, error)

func NewRootCapHistoryCursor_prev_Params

func NewRootCapHistoryCursor_prev_Params(s *capnp.Segment) (CapHistoryCursor_prev_Params, error)

func ReadRootCapHistoryCursor_prev_Params

func ReadRootCapHistoryCursor_prev_Params(msg *capnp.Message) (CapHistoryCursor_prev_Params, error)

func (CapHistoryCursor_prev_Params) DecodeFromPtr

func (CapHistoryCursor_prev_Params) EncodeAsPtr

func (s CapHistoryCursor_prev_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapHistoryCursor_prev_Params) IsValid

func (s CapHistoryCursor_prev_Params) IsValid() bool

func (CapHistoryCursor_prev_Params) Message

func (CapHistoryCursor_prev_Params) Segment

func (CapHistoryCursor_prev_Params) String

func (CapHistoryCursor_prev_Params) ToPtr

type CapHistoryCursor_prev_Params_Future

type CapHistoryCursor_prev_Params_Future struct{ *capnp.Future }

CapHistoryCursor_prev_Params_Future is a wrapper for a CapHistoryCursor_prev_Params promised by a client call.

func (CapHistoryCursor_prev_Params_Future) Struct

type CapHistoryCursor_prev_Params_List

type CapHistoryCursor_prev_Params_List = capnp.StructList[CapHistoryCursor_prev_Params]

CapHistoryCursor_prev_Params_List is a list of CapHistoryCursor_prev_Params.

func NewCapHistoryCursor_prev_Params_List

func NewCapHistoryCursor_prev_Params_List(s *capnp.Segment, sz int32) (CapHistoryCursor_prev_Params_List, error)

NewCapHistoryCursor_prev_Params creates a new list of CapHistoryCursor_prev_Params.

type CapHistoryCursor_prev_Results

type CapHistoryCursor_prev_Results capnp.Struct

func NewCapHistoryCursor_prev_Results

func NewCapHistoryCursor_prev_Results(s *capnp.Segment) (CapHistoryCursor_prev_Results, error)

func NewRootCapHistoryCursor_prev_Results

func NewRootCapHistoryCursor_prev_Results(s *capnp.Segment) (CapHistoryCursor_prev_Results, error)

func ReadRootCapHistoryCursor_prev_Results

func ReadRootCapHistoryCursor_prev_Results(msg *capnp.Message) (CapHistoryCursor_prev_Results, error)

func (CapHistoryCursor_prev_Results) DecodeFromPtr

func (CapHistoryCursor_prev_Results) EncodeAsPtr

func (s CapHistoryCursor_prev_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapHistoryCursor_prev_Results) HasTv

func (CapHistoryCursor_prev_Results) IsValid

func (s CapHistoryCursor_prev_Results) IsValid() bool

func (CapHistoryCursor_prev_Results) Message

func (CapHistoryCursor_prev_Results) NewTv

NewTv sets the tv field to a newly allocated ThingValue struct, preferring placement in s's segment.

func (CapHistoryCursor_prev_Results) Segment

func (CapHistoryCursor_prev_Results) SetTv

func (CapHistoryCursor_prev_Results) SetValid

func (s CapHistoryCursor_prev_Results) SetValid(v bool)

func (CapHistoryCursor_prev_Results) String

func (CapHistoryCursor_prev_Results) ToPtr

func (CapHistoryCursor_prev_Results) Tv

func (CapHistoryCursor_prev_Results) Valid

type CapHistoryCursor_prev_Results_Future

type CapHistoryCursor_prev_Results_Future struct{ *capnp.Future }

CapHistoryCursor_prev_Results_Future is a wrapper for a CapHistoryCursor_prev_Results promised by a client call.

func (CapHistoryCursor_prev_Results_Future) Struct

func (CapHistoryCursor_prev_Results_Future) Tv

type CapHistoryCursor_prev_Results_List

type CapHistoryCursor_prev_Results_List = capnp.StructList[CapHistoryCursor_prev_Results]

CapHistoryCursor_prev_Results_List is a list of CapHistoryCursor_prev_Results.

func NewCapHistoryCursor_prev_Results_List

func NewCapHistoryCursor_prev_Results_List(s *capnp.Segment, sz int32) (CapHistoryCursor_prev_Results_List, error)

NewCapHistoryCursor_prev_Results creates a new list of CapHistoryCursor_prev_Results.

type CapHistoryCursor_seek

type CapHistoryCursor_seek struct {
	*server.Call
}

CapHistoryCursor_seek holds the state for a server call to CapHistoryCursor.seek. See server.Call for documentation.

func (CapHistoryCursor_seek) AllocResults

AllocResults allocates the results struct.

func (CapHistoryCursor_seek) Args

Args returns the call's arguments.

type CapHistoryCursor_seek_Params

type CapHistoryCursor_seek_Params capnp.Struct

func NewCapHistoryCursor_seek_Params

func NewCapHistoryCursor_seek_Params(s *capnp.Segment) (CapHistoryCursor_seek_Params, error)

func NewRootCapHistoryCursor_seek_Params

func NewRootCapHistoryCursor_seek_Params(s *capnp.Segment) (CapHistoryCursor_seek_Params, error)

func ReadRootCapHistoryCursor_seek_Params

func ReadRootCapHistoryCursor_seek_Params(msg *capnp.Message) (CapHistoryCursor_seek_Params, error)

func (CapHistoryCursor_seek_Params) DecodeFromPtr

func (CapHistoryCursor_seek_Params) EncodeAsPtr

func (s CapHistoryCursor_seek_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapHistoryCursor_seek_Params) HasIsoTimestamp

func (s CapHistoryCursor_seek_Params) HasIsoTimestamp() bool

func (CapHistoryCursor_seek_Params) IsValid

func (s CapHistoryCursor_seek_Params) IsValid() bool

func (CapHistoryCursor_seek_Params) IsoTimestamp

func (s CapHistoryCursor_seek_Params) IsoTimestamp() (string, error)

func (CapHistoryCursor_seek_Params) IsoTimestampBytes

func (s CapHistoryCursor_seek_Params) IsoTimestampBytes() ([]byte, error)

func (CapHistoryCursor_seek_Params) Message

func (CapHistoryCursor_seek_Params) Segment

func (CapHistoryCursor_seek_Params) SetIsoTimestamp

func (s CapHistoryCursor_seek_Params) SetIsoTimestamp(v string) error

func (CapHistoryCursor_seek_Params) String

func (CapHistoryCursor_seek_Params) ToPtr

type CapHistoryCursor_seek_Params_Future

type CapHistoryCursor_seek_Params_Future struct{ *capnp.Future }

CapHistoryCursor_seek_Params_Future is a wrapper for a CapHistoryCursor_seek_Params promised by a client call.

func (CapHistoryCursor_seek_Params_Future) Struct

type CapHistoryCursor_seek_Params_List

type CapHistoryCursor_seek_Params_List = capnp.StructList[CapHistoryCursor_seek_Params]

CapHistoryCursor_seek_Params_List is a list of CapHistoryCursor_seek_Params.

func NewCapHistoryCursor_seek_Params_List

func NewCapHistoryCursor_seek_Params_List(s *capnp.Segment, sz int32) (CapHistoryCursor_seek_Params_List, error)

NewCapHistoryCursor_seek_Params creates a new list of CapHistoryCursor_seek_Params.

type CapHistoryCursor_seek_Results

type CapHistoryCursor_seek_Results capnp.Struct

func NewCapHistoryCursor_seek_Results

func NewCapHistoryCursor_seek_Results(s *capnp.Segment) (CapHistoryCursor_seek_Results, error)

func NewRootCapHistoryCursor_seek_Results

func NewRootCapHistoryCursor_seek_Results(s *capnp.Segment) (CapHistoryCursor_seek_Results, error)

func ReadRootCapHistoryCursor_seek_Results

func ReadRootCapHistoryCursor_seek_Results(msg *capnp.Message) (CapHistoryCursor_seek_Results, error)

func (CapHistoryCursor_seek_Results) DecodeFromPtr

func (CapHistoryCursor_seek_Results) EncodeAsPtr

func (s CapHistoryCursor_seek_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapHistoryCursor_seek_Results) HasTv

func (CapHistoryCursor_seek_Results) IsValid

func (s CapHistoryCursor_seek_Results) IsValid() bool

func (CapHistoryCursor_seek_Results) Message

func (CapHistoryCursor_seek_Results) NewTv

NewTv sets the tv field to a newly allocated ThingValue struct, preferring placement in s's segment.

func (CapHistoryCursor_seek_Results) Segment

func (CapHistoryCursor_seek_Results) SetTv

func (CapHistoryCursor_seek_Results) SetValid

func (s CapHistoryCursor_seek_Results) SetValid(v bool)

func (CapHistoryCursor_seek_Results) String

func (CapHistoryCursor_seek_Results) ToPtr

func (CapHistoryCursor_seek_Results) Tv

func (CapHistoryCursor_seek_Results) Valid

type CapHistoryCursor_seek_Results_Future

type CapHistoryCursor_seek_Results_Future struct{ *capnp.Future }

CapHistoryCursor_seek_Results_Future is a wrapper for a CapHistoryCursor_seek_Results promised by a client call.

func (CapHistoryCursor_seek_Results_Future) Struct

func (CapHistoryCursor_seek_Results_Future) Tv

type CapHistoryCursor_seek_Results_List

type CapHistoryCursor_seek_Results_List = capnp.StructList[CapHistoryCursor_seek_Results]

CapHistoryCursor_seek_Results_List is a list of CapHistoryCursor_seek_Results.

func NewCapHistoryCursor_seek_Results_List

func NewCapHistoryCursor_seek_Results_List(s *capnp.Segment, sz int32) (CapHistoryCursor_seek_Results_List, error)

NewCapHistoryCursor_seek_Results creates a new list of CapHistoryCursor_seek_Results.

type CapHistoryService

type CapHistoryService capnp.Client

func CapHistoryService_ServerToClient

func CapHistoryService_ServerToClient(s CapHistoryService_Server) CapHistoryService

CapHistoryService_ServerToClient creates a new Client from an implementation of CapHistoryService_Server. The caller is responsible for calling Release on the returned Client.

func (CapHistoryService) AddRef

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 (CapHistoryService) DecodeFromPtr

func (CapHistoryService) DecodeFromPtr(p capnp.Ptr) CapHistoryService

func (CapHistoryService) EncodeAsPtr

func (c CapHistoryService) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapHistoryService) GetFlowLimiter

func (c CapHistoryService) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapHistoryService) IsSame

func (c CapHistoryService) IsSame(other CapHistoryService) 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 (CapHistoryService) IsValid

func (c CapHistoryService) 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 (CapHistoryService) Release

func (c CapHistoryService) 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 (CapHistoryService) Resolve

func (c CapHistoryService) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapHistoryService) SetFlowLimiter

func (c CapHistoryService) 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 (CapHistoryService) String

func (c CapHistoryService) 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 CapHistoryService_List

type CapHistoryService_List = capnp.CapList[CapHistoryService]

CapHistoryService_List is a list of CapHistoryService.

func NewCapHistoryService_List

func NewCapHistoryService_List(s *capnp.Segment, sz int32) (CapHistoryService_List, error)

NewCapHistoryService creates a new list of CapHistoryService.

type CapHistoryService_capAddHistory

type CapHistoryService_capAddHistory struct {
	*server.Call
}

CapHistoryService_capAddHistory holds the state for a server call to CapHistoryService.capAddHistory. See server.Call for documentation.

func (CapHistoryService_capAddHistory) AllocResults

AllocResults allocates the results struct.

func (CapHistoryService_capAddHistory) Args

Args returns the call's arguments.

type CapHistoryService_capAddHistory_Params

type CapHistoryService_capAddHistory_Params capnp.Struct

func NewCapHistoryService_capAddHistory_Params

func NewCapHistoryService_capAddHistory_Params(s *capnp.Segment) (CapHistoryService_capAddHistory_Params, error)

func NewRootCapHistoryService_capAddHistory_Params

func NewRootCapHistoryService_capAddHistory_Params(s *capnp.Segment) (CapHistoryService_capAddHistory_Params, error)

func ReadRootCapHistoryService_capAddHistory_Params

func ReadRootCapHistoryService_capAddHistory_Params(msg *capnp.Message) (CapHistoryService_capAddHistory_Params, error)

func (CapHistoryService_capAddHistory_Params) ClientID

func (CapHistoryService_capAddHistory_Params) ClientIDBytes

func (s CapHistoryService_capAddHistory_Params) ClientIDBytes() ([]byte, error)

func (CapHistoryService_capAddHistory_Params) DecodeFromPtr

func (CapHistoryService_capAddHistory_Params) EncodeAsPtr

func (CapHistoryService_capAddHistory_Params) HasClientID

func (CapHistoryService_capAddHistory_Params) IgnoreRetention

func (s CapHistoryService_capAddHistory_Params) IgnoreRetention() bool

func (CapHistoryService_capAddHistory_Params) IsValid

func (CapHistoryService_capAddHistory_Params) Message

func (CapHistoryService_capAddHistory_Params) Segment

func (CapHistoryService_capAddHistory_Params) SetClientID

func (CapHistoryService_capAddHistory_Params) SetIgnoreRetention

func (s CapHistoryService_capAddHistory_Params) SetIgnoreRetention(v bool)

func (CapHistoryService_capAddHistory_Params) String

func (CapHistoryService_capAddHistory_Params) ToPtr

type CapHistoryService_capAddHistory_Params_Future

type CapHistoryService_capAddHistory_Params_Future struct{ *capnp.Future }

CapHistoryService_capAddHistory_Params_Future is a wrapper for a CapHistoryService_capAddHistory_Params promised by a client call.

func (CapHistoryService_capAddHistory_Params_Future) Struct

type CapHistoryService_capAddHistory_Params_List

type CapHistoryService_capAddHistory_Params_List = capnp.StructList[CapHistoryService_capAddHistory_Params]

CapHistoryService_capAddHistory_Params_List is a list of CapHistoryService_capAddHistory_Params.

func NewCapHistoryService_capAddHistory_Params_List

func NewCapHistoryService_capAddHistory_Params_List(s *capnp.Segment, sz int32) (CapHistoryService_capAddHistory_Params_List, error)

NewCapHistoryService_capAddHistory_Params creates a new list of CapHistoryService_capAddHistory_Params.

type CapHistoryService_capAddHistory_Results

type CapHistoryService_capAddHistory_Results capnp.Struct

func NewCapHistoryService_capAddHistory_Results

func NewCapHistoryService_capAddHistory_Results(s *capnp.Segment) (CapHistoryService_capAddHistory_Results, error)

func NewRootCapHistoryService_capAddHistory_Results

func NewRootCapHistoryService_capAddHistory_Results(s *capnp.Segment) (CapHistoryService_capAddHistory_Results, error)

func ReadRootCapHistoryService_capAddHistory_Results

func ReadRootCapHistoryService_capAddHistory_Results(msg *capnp.Message) (CapHistoryService_capAddHistory_Results, error)

func (CapHistoryService_capAddHistory_Results) Cap

func (CapHistoryService_capAddHistory_Results) DecodeFromPtr

func (CapHistoryService_capAddHistory_Results) EncodeAsPtr

func (CapHistoryService_capAddHistory_Results) HasCap

func (CapHistoryService_capAddHistory_Results) IsValid

func (CapHistoryService_capAddHistory_Results) Message

func (CapHistoryService_capAddHistory_Results) Segment

func (CapHistoryService_capAddHistory_Results) SetCap

func (CapHistoryService_capAddHistory_Results) String

func (CapHistoryService_capAddHistory_Results) ToPtr

type CapHistoryService_capAddHistory_Results_Future

type CapHistoryService_capAddHistory_Results_Future struct{ *capnp.Future }

CapHistoryService_capAddHistory_Results_Future is a wrapper for a CapHistoryService_capAddHistory_Results promised by a client call.

func (CapHistoryService_capAddHistory_Results_Future) Cap

func (CapHistoryService_capAddHistory_Results_Future) Struct

type CapHistoryService_capAddHistory_Results_List

type CapHistoryService_capAddHistory_Results_List = capnp.StructList[CapHistoryService_capAddHistory_Results]

CapHistoryService_capAddHistory_Results_List is a list of CapHistoryService_capAddHistory_Results.

func NewCapHistoryService_capAddHistory_Results_List

func NewCapHistoryService_capAddHistory_Results_List(s *capnp.Segment, sz int32) (CapHistoryService_capAddHistory_Results_List, error)

NewCapHistoryService_capAddHistory_Results creates a new list of CapHistoryService_capAddHistory_Results.

type CapHistoryService_capManageRetention

type CapHistoryService_capManageRetention struct {
	*server.Call
}

CapHistoryService_capManageRetention holds the state for a server call to CapHistoryService.capManageRetention. See server.Call for documentation.

func (CapHistoryService_capManageRetention) AllocResults

AllocResults allocates the results struct.

func (CapHistoryService_capManageRetention) Args

Args returns the call's arguments.

type CapHistoryService_capManageRetention_Params

type CapHistoryService_capManageRetention_Params capnp.Struct

func NewRootCapHistoryService_capManageRetention_Params

func NewRootCapHistoryService_capManageRetention_Params(s *capnp.Segment) (CapHistoryService_capManageRetention_Params, error)

func ReadRootCapHistoryService_capManageRetention_Params

func ReadRootCapHistoryService_capManageRetention_Params(msg *capnp.Message) (CapHistoryService_capManageRetention_Params, error)

func (CapHistoryService_capManageRetention_Params) ClientID

func (CapHistoryService_capManageRetention_Params) ClientIDBytes

func (CapHistoryService_capManageRetention_Params) DecodeFromPtr

func (CapHistoryService_capManageRetention_Params) EncodeAsPtr

func (CapHistoryService_capManageRetention_Params) HasClientID

func (CapHistoryService_capManageRetention_Params) IsValid

func (CapHistoryService_capManageRetention_Params) Message

func (CapHistoryService_capManageRetention_Params) Segment

func (CapHistoryService_capManageRetention_Params) SetClientID

func (CapHistoryService_capManageRetention_Params) String

func (CapHistoryService_capManageRetention_Params) ToPtr

type CapHistoryService_capManageRetention_Params_Future

type CapHistoryService_capManageRetention_Params_Future struct{ *capnp.Future }

CapHistoryService_capManageRetention_Params_Future is a wrapper for a CapHistoryService_capManageRetention_Params promised by a client call.

func (CapHistoryService_capManageRetention_Params_Future) Struct

type CapHistoryService_capManageRetention_Params_List

type CapHistoryService_capManageRetention_Params_List = capnp.StructList[CapHistoryService_capManageRetention_Params]

CapHistoryService_capManageRetention_Params_List is a list of CapHistoryService_capManageRetention_Params.

func NewCapHistoryService_capManageRetention_Params_List

func NewCapHistoryService_capManageRetention_Params_List(s *capnp.Segment, sz int32) (CapHistoryService_capManageRetention_Params_List, error)

NewCapHistoryService_capManageRetention_Params creates a new list of CapHistoryService_capManageRetention_Params.

type CapHistoryService_capManageRetention_Results

type CapHistoryService_capManageRetention_Results capnp.Struct

func NewRootCapHistoryService_capManageRetention_Results

func NewRootCapHistoryService_capManageRetention_Results(s *capnp.Segment) (CapHistoryService_capManageRetention_Results, error)

func ReadRootCapHistoryService_capManageRetention_Results

func ReadRootCapHistoryService_capManageRetention_Results(msg *capnp.Message) (CapHistoryService_capManageRetention_Results, error)

func (CapHistoryService_capManageRetention_Results) Cap

func (CapHistoryService_capManageRetention_Results) DecodeFromPtr

func (CapHistoryService_capManageRetention_Results) EncodeAsPtr

func (CapHistoryService_capManageRetention_Results) HasCap

func (CapHistoryService_capManageRetention_Results) IsValid

func (CapHistoryService_capManageRetention_Results) Message

func (CapHistoryService_capManageRetention_Results) Segment

func (CapHistoryService_capManageRetention_Results) SetCap

func (CapHistoryService_capManageRetention_Results) String

func (CapHistoryService_capManageRetention_Results) ToPtr

type CapHistoryService_capManageRetention_Results_Future

type CapHistoryService_capManageRetention_Results_Future struct{ *capnp.Future }

CapHistoryService_capManageRetention_Results_Future is a wrapper for a CapHistoryService_capManageRetention_Results promised by a client call.

func (CapHistoryService_capManageRetention_Results_Future) Cap

func (CapHistoryService_capManageRetention_Results_Future) Struct

type CapHistoryService_capManageRetention_Results_List

type CapHistoryService_capManageRetention_Results_List = capnp.StructList[CapHistoryService_capManageRetention_Results]

CapHistoryService_capManageRetention_Results_List is a list of CapHistoryService_capManageRetention_Results.

func NewCapHistoryService_capManageRetention_Results_List

func NewCapHistoryService_capManageRetention_Results_List(s *capnp.Segment, sz int32) (CapHistoryService_capManageRetention_Results_List, error)

NewCapHistoryService_capManageRetention_Results creates a new list of CapHistoryService_capManageRetention_Results.

type CapHistoryService_capReadHistory

type CapHistoryService_capReadHistory struct {
	*server.Call
}

CapHistoryService_capReadHistory holds the state for a server call to CapHistoryService.capReadHistory. See server.Call for documentation.

func (CapHistoryService_capReadHistory) AllocResults

AllocResults allocates the results struct.

func (CapHistoryService_capReadHistory) Args

Args returns the call's arguments.

type CapHistoryService_capReadHistory_Params

type CapHistoryService_capReadHistory_Params capnp.Struct

func NewCapHistoryService_capReadHistory_Params

func NewCapHistoryService_capReadHistory_Params(s *capnp.Segment) (CapHistoryService_capReadHistory_Params, error)

func NewRootCapHistoryService_capReadHistory_Params

func NewRootCapHistoryService_capReadHistory_Params(s *capnp.Segment) (CapHistoryService_capReadHistory_Params, error)

func ReadRootCapHistoryService_capReadHistory_Params

func ReadRootCapHistoryService_capReadHistory_Params(msg *capnp.Message) (CapHistoryService_capReadHistory_Params, error)

func (CapHistoryService_capReadHistory_Params) ClientID

func (CapHistoryService_capReadHistory_Params) ClientIDBytes

func (s CapHistoryService_capReadHistory_Params) ClientIDBytes() ([]byte, error)

func (CapHistoryService_capReadHistory_Params) DecodeFromPtr

func (CapHistoryService_capReadHistory_Params) EncodeAsPtr

func (CapHistoryService_capReadHistory_Params) HasClientID

func (CapHistoryService_capReadHistory_Params) HasPublisherID

func (s CapHistoryService_capReadHistory_Params) HasPublisherID() bool

func (CapHistoryService_capReadHistory_Params) HasThingID

func (CapHistoryService_capReadHistory_Params) IsValid

func (CapHistoryService_capReadHistory_Params) Message

func (CapHistoryService_capReadHistory_Params) PublisherID

func (CapHistoryService_capReadHistory_Params) PublisherIDBytes

func (s CapHistoryService_capReadHistory_Params) PublisherIDBytes() ([]byte, error)

func (CapHistoryService_capReadHistory_Params) Segment

func (CapHistoryService_capReadHistory_Params) SetClientID

func (CapHistoryService_capReadHistory_Params) SetPublisherID

func (CapHistoryService_capReadHistory_Params) SetThingID

func (CapHistoryService_capReadHistory_Params) String

func (CapHistoryService_capReadHistory_Params) ThingID

func (CapHistoryService_capReadHistory_Params) ThingIDBytes

func (s CapHistoryService_capReadHistory_Params) ThingIDBytes() ([]byte, error)

func (CapHistoryService_capReadHistory_Params) ToPtr

type CapHistoryService_capReadHistory_Params_Future

type CapHistoryService_capReadHistory_Params_Future struct{ *capnp.Future }

CapHistoryService_capReadHistory_Params_Future is a wrapper for a CapHistoryService_capReadHistory_Params promised by a client call.

func (CapHistoryService_capReadHistory_Params_Future) Struct

type CapHistoryService_capReadHistory_Params_List

type CapHistoryService_capReadHistory_Params_List = capnp.StructList[CapHistoryService_capReadHistory_Params]

CapHistoryService_capReadHistory_Params_List is a list of CapHistoryService_capReadHistory_Params.

func NewCapHistoryService_capReadHistory_Params_List

func NewCapHistoryService_capReadHistory_Params_List(s *capnp.Segment, sz int32) (CapHistoryService_capReadHistory_Params_List, error)

NewCapHistoryService_capReadHistory_Params creates a new list of CapHistoryService_capReadHistory_Params.

type CapHistoryService_capReadHistory_Results

type CapHistoryService_capReadHistory_Results capnp.Struct

func NewCapHistoryService_capReadHistory_Results

func NewCapHistoryService_capReadHistory_Results(s *capnp.Segment) (CapHistoryService_capReadHistory_Results, error)

func NewRootCapHistoryService_capReadHistory_Results

func NewRootCapHistoryService_capReadHistory_Results(s *capnp.Segment) (CapHistoryService_capReadHistory_Results, error)

func ReadRootCapHistoryService_capReadHistory_Results

func ReadRootCapHistoryService_capReadHistory_Results(msg *capnp.Message) (CapHistoryService_capReadHistory_Results, error)

func (CapHistoryService_capReadHistory_Results) Cap

func (CapHistoryService_capReadHistory_Results) DecodeFromPtr

func (CapHistoryService_capReadHistory_Results) EncodeAsPtr

func (CapHistoryService_capReadHistory_Results) HasCap

func (CapHistoryService_capReadHistory_Results) IsValid

func (CapHistoryService_capReadHistory_Results) Message

func (CapHistoryService_capReadHistory_Results) Segment

func (CapHistoryService_capReadHistory_Results) SetCap

func (CapHistoryService_capReadHistory_Results) String

func (CapHistoryService_capReadHistory_Results) ToPtr

type CapHistoryService_capReadHistory_Results_Future

type CapHistoryService_capReadHistory_Results_Future struct{ *capnp.Future }

CapHistoryService_capReadHistory_Results_Future is a wrapper for a CapHistoryService_capReadHistory_Results promised by a client call.

func (CapHistoryService_capReadHistory_Results_Future) Cap

func (CapHistoryService_capReadHistory_Results_Future) Struct

type CapHistoryService_capReadHistory_Results_List

type CapHistoryService_capReadHistory_Results_List = capnp.StructList[CapHistoryService_capReadHistory_Results]

CapHistoryService_capReadHistory_Results_List is a list of CapHistoryService_capReadHistory_Results.

func NewCapHistoryService_capReadHistory_Results_List

func NewCapHistoryService_capReadHistory_Results_List(s *capnp.Segment, sz int32) (CapHistoryService_capReadHistory_Results_List, error)

NewCapHistoryService_capReadHistory_Results creates a new list of CapHistoryService_capReadHistory_Results.

type CapLauncher

type CapLauncher capnp.Client

func CapLauncher_ServerToClient

func CapLauncher_ServerToClient(s CapLauncher_Server) CapLauncher

CapLauncher_ServerToClient creates a new Client from an implementation of CapLauncher_Server. The caller is responsible for calling Release on the returned Client.

func (CapLauncher) AddRef

func (c CapLauncher) AddRef() CapLauncher

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 (CapLauncher) DecodeFromPtr

func (CapLauncher) DecodeFromPtr(p capnp.Ptr) CapLauncher

func (CapLauncher) EncodeAsPtr

func (c CapLauncher) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapLauncher) GetFlowLimiter

func (c CapLauncher) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapLauncher) IsSame

func (c CapLauncher) IsSame(other CapLauncher) 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 (CapLauncher) IsValid

func (c CapLauncher) 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 (CapLauncher) Release

func (c CapLauncher) 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 (CapLauncher) Resolve

func (c CapLauncher) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapLauncher) SetFlowLimiter

func (c CapLauncher) 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 (CapLauncher) String

func (c CapLauncher) 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 CapLauncher_List

type CapLauncher_List = capnp.CapList[CapLauncher]

CapLauncher_List is a list of CapLauncher.

func NewCapLauncher_List

func NewCapLauncher_List(s *capnp.Segment, sz int32) (CapLauncher_List, error)

NewCapLauncher creates a new list of CapLauncher.

type CapLauncher_list

type CapLauncher_list struct {
	*server.Call
}

CapLauncher_list holds the state for a server call to CapLauncher.list. See server.Call for documentation.

func (CapLauncher_list) AllocResults

func (c CapLauncher_list) AllocResults() (CapLauncher_list_Results, error)

AllocResults allocates the results struct.

func (CapLauncher_list) Args

Args returns the call's arguments.

type CapLauncher_list_Params

type CapLauncher_list_Params capnp.Struct

func NewCapLauncher_list_Params

func NewCapLauncher_list_Params(s *capnp.Segment) (CapLauncher_list_Params, error)

func NewRootCapLauncher_list_Params

func NewRootCapLauncher_list_Params(s *capnp.Segment) (CapLauncher_list_Params, error)

func ReadRootCapLauncher_list_Params

func ReadRootCapLauncher_list_Params(msg *capnp.Message) (CapLauncher_list_Params, error)

func (CapLauncher_list_Params) DecodeFromPtr

func (CapLauncher_list_Params) EncodeAsPtr

func (s CapLauncher_list_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapLauncher_list_Params) IsValid

func (s CapLauncher_list_Params) IsValid() bool

func (CapLauncher_list_Params) Message

func (s CapLauncher_list_Params) Message() *capnp.Message

func (CapLauncher_list_Params) OnlyRunning

func (s CapLauncher_list_Params) OnlyRunning() bool

func (CapLauncher_list_Params) Segment

func (s CapLauncher_list_Params) Segment() *capnp.Segment

func (CapLauncher_list_Params) SetOnlyRunning

func (s CapLauncher_list_Params) SetOnlyRunning(v bool)

func (CapLauncher_list_Params) String

func (s CapLauncher_list_Params) String() string

func (CapLauncher_list_Params) ToPtr

func (s CapLauncher_list_Params) ToPtr() capnp.Ptr

type CapLauncher_list_Params_Future

type CapLauncher_list_Params_Future struct{ *capnp.Future }

CapLauncher_list_Params_Future is a wrapper for a CapLauncher_list_Params promised by a client call.

func (CapLauncher_list_Params_Future) Struct

type CapLauncher_list_Params_List

type CapLauncher_list_Params_List = capnp.StructList[CapLauncher_list_Params]

CapLauncher_list_Params_List is a list of CapLauncher_list_Params.

func NewCapLauncher_list_Params_List

func NewCapLauncher_list_Params_List(s *capnp.Segment, sz int32) (CapLauncher_list_Params_List, error)

NewCapLauncher_list_Params creates a new list of CapLauncher_list_Params.

type CapLauncher_list_Results

type CapLauncher_list_Results capnp.Struct

func NewCapLauncher_list_Results

func NewCapLauncher_list_Results(s *capnp.Segment) (CapLauncher_list_Results, error)

func NewRootCapLauncher_list_Results

func NewRootCapLauncher_list_Results(s *capnp.Segment) (CapLauncher_list_Results, error)

func ReadRootCapLauncher_list_Results

func ReadRootCapLauncher_list_Results(msg *capnp.Message) (CapLauncher_list_Results, error)

func (CapLauncher_list_Results) DecodeFromPtr

func (CapLauncher_list_Results) EncodeAsPtr

func (s CapLauncher_list_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapLauncher_list_Results) HasInfoList

func (s CapLauncher_list_Results) HasInfoList() bool

func (CapLauncher_list_Results) InfoList

func (CapLauncher_list_Results) IsValid

func (s CapLauncher_list_Results) IsValid() bool

func (CapLauncher_list_Results) Message

func (s CapLauncher_list_Results) Message() *capnp.Message

func (CapLauncher_list_Results) NewInfoList

NewInfoList sets the infoList field to a newly allocated ServiceInfo_List, preferring placement in s's segment.

func (CapLauncher_list_Results) Segment

func (s CapLauncher_list_Results) Segment() *capnp.Segment

func (CapLauncher_list_Results) SetInfoList

func (CapLauncher_list_Results) String

func (s CapLauncher_list_Results) String() string

func (CapLauncher_list_Results) ToPtr

type CapLauncher_list_Results_Future

type CapLauncher_list_Results_Future struct{ *capnp.Future }

CapLauncher_list_Results_Future is a wrapper for a CapLauncher_list_Results promised by a client call.

func (CapLauncher_list_Results_Future) Struct

type CapLauncher_list_Results_List

type CapLauncher_list_Results_List = capnp.StructList[CapLauncher_list_Results]

CapLauncher_list_Results_List is a list of CapLauncher_list_Results.

func NewCapLauncher_list_Results_List

func NewCapLauncher_list_Results_List(s *capnp.Segment, sz int32) (CapLauncher_list_Results_List, error)

NewCapLauncher_list_Results creates a new list of CapLauncher_list_Results.

type CapLauncher_startAll

type CapLauncher_startAll struct {
	*server.Call
}

CapLauncher_startAll holds the state for a server call to CapLauncher.startAll. See server.Call for documentation.

func (CapLauncher_startAll) AllocResults

AllocResults allocates the results struct.

func (CapLauncher_startAll) Args

Args returns the call's arguments.

type CapLauncher_startAll_Params

type CapLauncher_startAll_Params capnp.Struct

func NewCapLauncher_startAll_Params

func NewCapLauncher_startAll_Params(s *capnp.Segment) (CapLauncher_startAll_Params, error)

func NewRootCapLauncher_startAll_Params

func NewRootCapLauncher_startAll_Params(s *capnp.Segment) (CapLauncher_startAll_Params, error)

func ReadRootCapLauncher_startAll_Params

func ReadRootCapLauncher_startAll_Params(msg *capnp.Message) (CapLauncher_startAll_Params, error)

func (CapLauncher_startAll_Params) DecodeFromPtr

func (CapLauncher_startAll_Params) EncodeAsPtr

func (s CapLauncher_startAll_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapLauncher_startAll_Params) IsValid

func (s CapLauncher_startAll_Params) IsValid() bool

func (CapLauncher_startAll_Params) Message

func (CapLauncher_startAll_Params) Segment

func (CapLauncher_startAll_Params) String

func (CapLauncher_startAll_Params) ToPtr

type CapLauncher_startAll_Params_Future

type CapLauncher_startAll_Params_Future struct{ *capnp.Future }

CapLauncher_startAll_Params_Future is a wrapper for a CapLauncher_startAll_Params promised by a client call.

func (CapLauncher_startAll_Params_Future) Struct

type CapLauncher_startAll_Params_List

type CapLauncher_startAll_Params_List = capnp.StructList[CapLauncher_startAll_Params]

CapLauncher_startAll_Params_List is a list of CapLauncher_startAll_Params.

func NewCapLauncher_startAll_Params_List

func NewCapLauncher_startAll_Params_List(s *capnp.Segment, sz int32) (CapLauncher_startAll_Params_List, error)

NewCapLauncher_startAll_Params creates a new list of CapLauncher_startAll_Params.

type CapLauncher_startAll_Results

type CapLauncher_startAll_Results capnp.Struct

func NewCapLauncher_startAll_Results

func NewCapLauncher_startAll_Results(s *capnp.Segment) (CapLauncher_startAll_Results, error)

func NewRootCapLauncher_startAll_Results

func NewRootCapLauncher_startAll_Results(s *capnp.Segment) (CapLauncher_startAll_Results, error)

func ReadRootCapLauncher_startAll_Results

func ReadRootCapLauncher_startAll_Results(msg *capnp.Message) (CapLauncher_startAll_Results, error)

func (CapLauncher_startAll_Results) DecodeFromPtr

func (CapLauncher_startAll_Results) EncodeAsPtr

func (s CapLauncher_startAll_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapLauncher_startAll_Results) IsValid

func (s CapLauncher_startAll_Results) IsValid() bool

func (CapLauncher_startAll_Results) Message

func (CapLauncher_startAll_Results) Segment

func (CapLauncher_startAll_Results) String

func (CapLauncher_startAll_Results) ToPtr

type CapLauncher_startAll_Results_Future

type CapLauncher_startAll_Results_Future struct{ *capnp.Future }

CapLauncher_startAll_Results_Future is a wrapper for a CapLauncher_startAll_Results promised by a client call.

func (CapLauncher_startAll_Results_Future) Struct

type CapLauncher_startAll_Results_List

type CapLauncher_startAll_Results_List = capnp.StructList[CapLauncher_startAll_Results]

CapLauncher_startAll_Results_List is a list of CapLauncher_startAll_Results.

func NewCapLauncher_startAll_Results_List

func NewCapLauncher_startAll_Results_List(s *capnp.Segment, sz int32) (CapLauncher_startAll_Results_List, error)

NewCapLauncher_startAll_Results creates a new list of CapLauncher_startAll_Results.

type CapLauncher_startService

type CapLauncher_startService struct {
	*server.Call
}

CapLauncher_startService holds the state for a server call to CapLauncher.startService. See server.Call for documentation.

func (CapLauncher_startService) AllocResults

AllocResults allocates the results struct.

func (CapLauncher_startService) Args

Args returns the call's arguments.

type CapLauncher_startService_Params

type CapLauncher_startService_Params capnp.Struct

func NewCapLauncher_startService_Params

func NewCapLauncher_startService_Params(s *capnp.Segment) (CapLauncher_startService_Params, error)

func NewRootCapLauncher_startService_Params

func NewRootCapLauncher_startService_Params(s *capnp.Segment) (CapLauncher_startService_Params, error)

func ReadRootCapLauncher_startService_Params

func ReadRootCapLauncher_startService_Params(msg *capnp.Message) (CapLauncher_startService_Params, error)

func (CapLauncher_startService_Params) DecodeFromPtr

func (CapLauncher_startService_Params) EncodeAsPtr

func (CapLauncher_startService_Params) HasName

func (CapLauncher_startService_Params) IsValid

func (CapLauncher_startService_Params) Message

func (CapLauncher_startService_Params) Name

func (CapLauncher_startService_Params) NameBytes

func (s CapLauncher_startService_Params) NameBytes() ([]byte, error)

func (CapLauncher_startService_Params) Segment

func (CapLauncher_startService_Params) SetName

func (CapLauncher_startService_Params) String

func (CapLauncher_startService_Params) ToPtr

type CapLauncher_startService_Params_Future

type CapLauncher_startService_Params_Future struct{ *capnp.Future }

CapLauncher_startService_Params_Future is a wrapper for a CapLauncher_startService_Params promised by a client call.

func (CapLauncher_startService_Params_Future) Struct

type CapLauncher_startService_Params_List

type CapLauncher_startService_Params_List = capnp.StructList[CapLauncher_startService_Params]

CapLauncher_startService_Params_List is a list of CapLauncher_startService_Params.

func NewCapLauncher_startService_Params_List

func NewCapLauncher_startService_Params_List(s *capnp.Segment, sz int32) (CapLauncher_startService_Params_List, error)

NewCapLauncher_startService_Params creates a new list of CapLauncher_startService_Params.

type CapLauncher_startService_Results

type CapLauncher_startService_Results capnp.Struct

func NewCapLauncher_startService_Results

func NewCapLauncher_startService_Results(s *capnp.Segment) (CapLauncher_startService_Results, error)

func NewRootCapLauncher_startService_Results

func NewRootCapLauncher_startService_Results(s *capnp.Segment) (CapLauncher_startService_Results, error)

func ReadRootCapLauncher_startService_Results

func ReadRootCapLauncher_startService_Results(msg *capnp.Message) (CapLauncher_startService_Results, error)

func (CapLauncher_startService_Results) DecodeFromPtr

func (CapLauncher_startService_Results) EncodeAsPtr

func (CapLauncher_startService_Results) HasInfo

func (CapLauncher_startService_Results) Info

func (CapLauncher_startService_Results) IsValid

func (CapLauncher_startService_Results) Message

func (CapLauncher_startService_Results) NewInfo

NewInfo sets the info field to a newly allocated ServiceInfo struct, preferring placement in s's segment.

func (CapLauncher_startService_Results) Segment

func (CapLauncher_startService_Results) SetInfo

func (CapLauncher_startService_Results) String

func (CapLauncher_startService_Results) ToPtr

type CapLauncher_startService_Results_Future

type CapLauncher_startService_Results_Future struct{ *capnp.Future }

CapLauncher_startService_Results_Future is a wrapper for a CapLauncher_startService_Results promised by a client call.

func (CapLauncher_startService_Results_Future) Info

func (CapLauncher_startService_Results_Future) Struct

type CapLauncher_startService_Results_List

type CapLauncher_startService_Results_List = capnp.StructList[CapLauncher_startService_Results]

CapLauncher_startService_Results_List is a list of CapLauncher_startService_Results.

func NewCapLauncher_startService_Results_List

func NewCapLauncher_startService_Results_List(s *capnp.Segment, sz int32) (CapLauncher_startService_Results_List, error)

NewCapLauncher_startService_Results creates a new list of CapLauncher_startService_Results.

type CapLauncher_stopAll

type CapLauncher_stopAll struct {
	*server.Call
}

CapLauncher_stopAll holds the state for a server call to CapLauncher.stopAll. See server.Call for documentation.

func (CapLauncher_stopAll) AllocResults

AllocResults allocates the results struct.

func (CapLauncher_stopAll) Args

Args returns the call's arguments.

type CapLauncher_stopAll_Params

type CapLauncher_stopAll_Params capnp.Struct

func NewCapLauncher_stopAll_Params

func NewCapLauncher_stopAll_Params(s *capnp.Segment) (CapLauncher_stopAll_Params, error)

func NewRootCapLauncher_stopAll_Params

func NewRootCapLauncher_stopAll_Params(s *capnp.Segment) (CapLauncher_stopAll_Params, error)

func ReadRootCapLauncher_stopAll_Params

func ReadRootCapLauncher_stopAll_Params(msg *capnp.Message) (CapLauncher_stopAll_Params, error)

func (CapLauncher_stopAll_Params) DecodeFromPtr

func (CapLauncher_stopAll_Params) EncodeAsPtr

func (s CapLauncher_stopAll_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapLauncher_stopAll_Params) IsValid

func (s CapLauncher_stopAll_Params) IsValid() bool

func (CapLauncher_stopAll_Params) Message

func (CapLauncher_stopAll_Params) Segment

func (CapLauncher_stopAll_Params) String

func (CapLauncher_stopAll_Params) ToPtr

type CapLauncher_stopAll_Params_Future

type CapLauncher_stopAll_Params_Future struct{ *capnp.Future }

CapLauncher_stopAll_Params_Future is a wrapper for a CapLauncher_stopAll_Params promised by a client call.

func (CapLauncher_stopAll_Params_Future) Struct

type CapLauncher_stopAll_Params_List

type CapLauncher_stopAll_Params_List = capnp.StructList[CapLauncher_stopAll_Params]

CapLauncher_stopAll_Params_List is a list of CapLauncher_stopAll_Params.

func NewCapLauncher_stopAll_Params_List

func NewCapLauncher_stopAll_Params_List(s *capnp.Segment, sz int32) (CapLauncher_stopAll_Params_List, error)

NewCapLauncher_stopAll_Params creates a new list of CapLauncher_stopAll_Params.

type CapLauncher_stopAll_Results

type CapLauncher_stopAll_Results capnp.Struct

func NewCapLauncher_stopAll_Results

func NewCapLauncher_stopAll_Results(s *capnp.Segment) (CapLauncher_stopAll_Results, error)

func NewRootCapLauncher_stopAll_Results

func NewRootCapLauncher_stopAll_Results(s *capnp.Segment) (CapLauncher_stopAll_Results, error)

func ReadRootCapLauncher_stopAll_Results

func ReadRootCapLauncher_stopAll_Results(msg *capnp.Message) (CapLauncher_stopAll_Results, error)

func (CapLauncher_stopAll_Results) DecodeFromPtr

func (CapLauncher_stopAll_Results) EncodeAsPtr

func (s CapLauncher_stopAll_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapLauncher_stopAll_Results) IsValid

func (s CapLauncher_stopAll_Results) IsValid() bool

func (CapLauncher_stopAll_Results) Message

func (CapLauncher_stopAll_Results) Segment

func (CapLauncher_stopAll_Results) String

func (CapLauncher_stopAll_Results) ToPtr

type CapLauncher_stopAll_Results_Future

type CapLauncher_stopAll_Results_Future struct{ *capnp.Future }

CapLauncher_stopAll_Results_Future is a wrapper for a CapLauncher_stopAll_Results promised by a client call.

func (CapLauncher_stopAll_Results_Future) Struct

type CapLauncher_stopAll_Results_List

type CapLauncher_stopAll_Results_List = capnp.StructList[CapLauncher_stopAll_Results]

CapLauncher_stopAll_Results_List is a list of CapLauncher_stopAll_Results.

func NewCapLauncher_stopAll_Results_List

func NewCapLauncher_stopAll_Results_List(s *capnp.Segment, sz int32) (CapLauncher_stopAll_Results_List, error)

NewCapLauncher_stopAll_Results creates a new list of CapLauncher_stopAll_Results.

type CapLauncher_stopService

type CapLauncher_stopService struct {
	*server.Call
}

CapLauncher_stopService holds the state for a server call to CapLauncher.stopService. See server.Call for documentation.

func (CapLauncher_stopService) AllocResults

AllocResults allocates the results struct.

func (CapLauncher_stopService) Args

Args returns the call's arguments.

type CapLauncher_stopService_Params

type CapLauncher_stopService_Params capnp.Struct

func NewCapLauncher_stopService_Params

func NewCapLauncher_stopService_Params(s *capnp.Segment) (CapLauncher_stopService_Params, error)

func NewRootCapLauncher_stopService_Params

func NewRootCapLauncher_stopService_Params(s *capnp.Segment) (CapLauncher_stopService_Params, error)

func ReadRootCapLauncher_stopService_Params

func ReadRootCapLauncher_stopService_Params(msg *capnp.Message) (CapLauncher_stopService_Params, error)

func (CapLauncher_stopService_Params) DecodeFromPtr

func (CapLauncher_stopService_Params) EncodeAsPtr

func (CapLauncher_stopService_Params) HasName

func (CapLauncher_stopService_Params) IsValid

func (CapLauncher_stopService_Params) Message

func (CapLauncher_stopService_Params) Name

func (CapLauncher_stopService_Params) NameBytes

func (s CapLauncher_stopService_Params) NameBytes() ([]byte, error)

func (CapLauncher_stopService_Params) Segment

func (CapLauncher_stopService_Params) SetName

func (CapLauncher_stopService_Params) String

func (CapLauncher_stopService_Params) ToPtr

type CapLauncher_stopService_Params_Future

type CapLauncher_stopService_Params_Future struct{ *capnp.Future }

CapLauncher_stopService_Params_Future is a wrapper for a CapLauncher_stopService_Params promised by a client call.

func (CapLauncher_stopService_Params_Future) Struct

type CapLauncher_stopService_Params_List

type CapLauncher_stopService_Params_List = capnp.StructList[CapLauncher_stopService_Params]

CapLauncher_stopService_Params_List is a list of CapLauncher_stopService_Params.

func NewCapLauncher_stopService_Params_List

func NewCapLauncher_stopService_Params_List(s *capnp.Segment, sz int32) (CapLauncher_stopService_Params_List, error)

NewCapLauncher_stopService_Params creates a new list of CapLauncher_stopService_Params.

type CapLauncher_stopService_Results

type CapLauncher_stopService_Results capnp.Struct

func NewCapLauncher_stopService_Results

func NewCapLauncher_stopService_Results(s *capnp.Segment) (CapLauncher_stopService_Results, error)

func NewRootCapLauncher_stopService_Results

func NewRootCapLauncher_stopService_Results(s *capnp.Segment) (CapLauncher_stopService_Results, error)

func ReadRootCapLauncher_stopService_Results

func ReadRootCapLauncher_stopService_Results(msg *capnp.Message) (CapLauncher_stopService_Results, error)

func (CapLauncher_stopService_Results) DecodeFromPtr

func (CapLauncher_stopService_Results) EncodeAsPtr

func (CapLauncher_stopService_Results) HasInfo

func (CapLauncher_stopService_Results) Info

func (CapLauncher_stopService_Results) IsValid

func (CapLauncher_stopService_Results) Message

func (CapLauncher_stopService_Results) NewInfo

NewInfo sets the info field to a newly allocated ServiceInfo struct, preferring placement in s's segment.

func (CapLauncher_stopService_Results) Segment

func (CapLauncher_stopService_Results) SetInfo

func (CapLauncher_stopService_Results) String

func (CapLauncher_stopService_Results) ToPtr

type CapLauncher_stopService_Results_Future

type CapLauncher_stopService_Results_Future struct{ *capnp.Future }

CapLauncher_stopService_Results_Future is a wrapper for a CapLauncher_stopService_Results promised by a client call.

func (CapLauncher_stopService_Results_Future) Info

func (CapLauncher_stopService_Results_Future) Struct

type CapLauncher_stopService_Results_List

type CapLauncher_stopService_Results_List = capnp.StructList[CapLauncher_stopService_Results]

CapLauncher_stopService_Results_List is a list of CapLauncher_stopService_Results.

func NewCapLauncher_stopService_Results_List

func NewCapLauncher_stopService_Results_List(s *capnp.Segment, sz int32) (CapLauncher_stopService_Results_List, error)

NewCapLauncher_stopService_Results creates a new list of CapLauncher_stopService_Results.

type CapManageAuthn

type CapManageAuthn capnp.Client

func CapManageAuthn_ServerToClient

func CapManageAuthn_ServerToClient(s CapManageAuthn_Server) CapManageAuthn

CapManageAuthn_ServerToClient creates a new Client from an implementation of CapManageAuthn_Server. The caller is responsible for calling Release on the returned Client.

func (CapManageAuthn) AddRef

func (c CapManageAuthn) AddRef() CapManageAuthn

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 (CapManageAuthn) DecodeFromPtr

func (CapManageAuthn) DecodeFromPtr(p capnp.Ptr) CapManageAuthn

func (CapManageAuthn) EncodeAsPtr

func (c CapManageAuthn) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapManageAuthn) GetFlowLimiter

func (c CapManageAuthn) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapManageAuthn) IsSame

func (c CapManageAuthn) IsSame(other CapManageAuthn) 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 (CapManageAuthn) IsValid

func (c CapManageAuthn) 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 (CapManageAuthn) Release

func (c CapManageAuthn) 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 (CapManageAuthn) Resolve

func (c CapManageAuthn) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapManageAuthn) SetFlowLimiter

func (c CapManageAuthn) 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 (CapManageAuthn) String

func (c CapManageAuthn) 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 CapManageAuthn_List

type CapManageAuthn_List = capnp.CapList[CapManageAuthn]

CapManageAuthn_List is a list of CapManageAuthn.

func NewCapManageAuthn_List

func NewCapManageAuthn_List(s *capnp.Segment, sz int32) (CapManageAuthn_List, error)

NewCapManageAuthn creates a new list of CapManageAuthn.

type CapManageAuthn_addUser

type CapManageAuthn_addUser struct {
	*server.Call
}

CapManageAuthn_addUser holds the state for a server call to CapManageAuthn.addUser. See server.Call for documentation.

func (CapManageAuthn_addUser) AllocResults

AllocResults allocates the results struct.

func (CapManageAuthn_addUser) Args

Args returns the call's arguments.

type CapManageAuthn_addUser_Params

type CapManageAuthn_addUser_Params capnp.Struct

func NewCapManageAuthn_addUser_Params

func NewCapManageAuthn_addUser_Params(s *capnp.Segment) (CapManageAuthn_addUser_Params, error)

func NewRootCapManageAuthn_addUser_Params

func NewRootCapManageAuthn_addUser_Params(s *capnp.Segment) (CapManageAuthn_addUser_Params, error)

func ReadRootCapManageAuthn_addUser_Params

func ReadRootCapManageAuthn_addUser_Params(msg *capnp.Message) (CapManageAuthn_addUser_Params, error)

func (CapManageAuthn_addUser_Params) DecodeFromPtr

func (CapManageAuthn_addUser_Params) EncodeAsPtr

func (s CapManageAuthn_addUser_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapManageAuthn_addUser_Params) HasLoginID

func (s CapManageAuthn_addUser_Params) HasLoginID() bool

func (CapManageAuthn_addUser_Params) IsValid

func (s CapManageAuthn_addUser_Params) IsValid() bool

func (CapManageAuthn_addUser_Params) LoginID

func (CapManageAuthn_addUser_Params) LoginIDBytes

func (s CapManageAuthn_addUser_Params) LoginIDBytes() ([]byte, error)

func (CapManageAuthn_addUser_Params) Message

func (CapManageAuthn_addUser_Params) Segment

func (CapManageAuthn_addUser_Params) SetLoginID

func (s CapManageAuthn_addUser_Params) SetLoginID(v string) error

func (CapManageAuthn_addUser_Params) String

func (CapManageAuthn_addUser_Params) ToPtr

type CapManageAuthn_addUser_Params_Future

type CapManageAuthn_addUser_Params_Future struct{ *capnp.Future }

CapManageAuthn_addUser_Params_Future is a wrapper for a CapManageAuthn_addUser_Params promised by a client call.

func (CapManageAuthn_addUser_Params_Future) Struct

type CapManageAuthn_addUser_Params_List

type CapManageAuthn_addUser_Params_List = capnp.StructList[CapManageAuthn_addUser_Params]

CapManageAuthn_addUser_Params_List is a list of CapManageAuthn_addUser_Params.

func NewCapManageAuthn_addUser_Params_List

func NewCapManageAuthn_addUser_Params_List(s *capnp.Segment, sz int32) (CapManageAuthn_addUser_Params_List, error)

NewCapManageAuthn_addUser_Params creates a new list of CapManageAuthn_addUser_Params.

type CapManageAuthn_addUser_Results

type CapManageAuthn_addUser_Results capnp.Struct

func NewCapManageAuthn_addUser_Results

func NewCapManageAuthn_addUser_Results(s *capnp.Segment) (CapManageAuthn_addUser_Results, error)

func NewRootCapManageAuthn_addUser_Results

func NewRootCapManageAuthn_addUser_Results(s *capnp.Segment) (CapManageAuthn_addUser_Results, error)

func ReadRootCapManageAuthn_addUser_Results

func ReadRootCapManageAuthn_addUser_Results(msg *capnp.Message) (CapManageAuthn_addUser_Results, error)

func (CapManageAuthn_addUser_Results) DecodeFromPtr

func (CapManageAuthn_addUser_Results) EncodeAsPtr

func (CapManageAuthn_addUser_Results) HasPassword

func (s CapManageAuthn_addUser_Results) HasPassword() bool

func (CapManageAuthn_addUser_Results) IsValid

func (CapManageAuthn_addUser_Results) Message

func (CapManageAuthn_addUser_Results) Password

func (CapManageAuthn_addUser_Results) PasswordBytes

func (s CapManageAuthn_addUser_Results) PasswordBytes() ([]byte, error)

func (CapManageAuthn_addUser_Results) Segment

func (CapManageAuthn_addUser_Results) SetPassword

func (s CapManageAuthn_addUser_Results) SetPassword(v string) error

func (CapManageAuthn_addUser_Results) String

func (CapManageAuthn_addUser_Results) ToPtr

type CapManageAuthn_addUser_Results_Future

type CapManageAuthn_addUser_Results_Future struct{ *capnp.Future }

CapManageAuthn_addUser_Results_Future is a wrapper for a CapManageAuthn_addUser_Results promised by a client call.

func (CapManageAuthn_addUser_Results_Future) Struct

type CapManageAuthn_addUser_Results_List

type CapManageAuthn_addUser_Results_List = capnp.StructList[CapManageAuthn_addUser_Results]

CapManageAuthn_addUser_Results_List is a list of CapManageAuthn_addUser_Results.

func NewCapManageAuthn_addUser_Results_List

func NewCapManageAuthn_addUser_Results_List(s *capnp.Segment, sz int32) (CapManageAuthn_addUser_Results_List, error)

NewCapManageAuthn_addUser_Results creates a new list of CapManageAuthn_addUser_Results.

type CapManageAuthn_listUsers

type CapManageAuthn_listUsers struct {
	*server.Call
}

CapManageAuthn_listUsers holds the state for a server call to CapManageAuthn.listUsers. See server.Call for documentation.

func (CapManageAuthn_listUsers) AllocResults

AllocResults allocates the results struct.

func (CapManageAuthn_listUsers) Args

Args returns the call's arguments.

type CapManageAuthn_listUsers_Params

type CapManageAuthn_listUsers_Params capnp.Struct

func NewCapManageAuthn_listUsers_Params

func NewCapManageAuthn_listUsers_Params(s *capnp.Segment) (CapManageAuthn_listUsers_Params, error)

func NewRootCapManageAuthn_listUsers_Params

func NewRootCapManageAuthn_listUsers_Params(s *capnp.Segment) (CapManageAuthn_listUsers_Params, error)

func ReadRootCapManageAuthn_listUsers_Params

func ReadRootCapManageAuthn_listUsers_Params(msg *capnp.Message) (CapManageAuthn_listUsers_Params, error)

func (CapManageAuthn_listUsers_Params) DecodeFromPtr

func (CapManageAuthn_listUsers_Params) EncodeAsPtr

func (CapManageAuthn_listUsers_Params) IsValid

func (CapManageAuthn_listUsers_Params) Message

func (CapManageAuthn_listUsers_Params) Segment

func (CapManageAuthn_listUsers_Params) String

func (CapManageAuthn_listUsers_Params) ToPtr

type CapManageAuthn_listUsers_Params_Future

type CapManageAuthn_listUsers_Params_Future struct{ *capnp.Future }

CapManageAuthn_listUsers_Params_Future is a wrapper for a CapManageAuthn_listUsers_Params promised by a client call.

func (CapManageAuthn_listUsers_Params_Future) Struct

type CapManageAuthn_listUsers_Params_List

type CapManageAuthn_listUsers_Params_List = capnp.StructList[CapManageAuthn_listUsers_Params]

CapManageAuthn_listUsers_Params_List is a list of CapManageAuthn_listUsers_Params.

func NewCapManageAuthn_listUsers_Params_List

func NewCapManageAuthn_listUsers_Params_List(s *capnp.Segment, sz int32) (CapManageAuthn_listUsers_Params_List, error)

NewCapManageAuthn_listUsers_Params creates a new list of CapManageAuthn_listUsers_Params.

type CapManageAuthn_listUsers_Results

type CapManageAuthn_listUsers_Results capnp.Struct

func NewCapManageAuthn_listUsers_Results

func NewCapManageAuthn_listUsers_Results(s *capnp.Segment) (CapManageAuthn_listUsers_Results, error)

func NewRootCapManageAuthn_listUsers_Results

func NewRootCapManageAuthn_listUsers_Results(s *capnp.Segment) (CapManageAuthn_listUsers_Results, error)

func ReadRootCapManageAuthn_listUsers_Results

func ReadRootCapManageAuthn_listUsers_Results(msg *capnp.Message) (CapManageAuthn_listUsers_Results, error)

func (CapManageAuthn_listUsers_Results) DecodeFromPtr

func (CapManageAuthn_listUsers_Results) EncodeAsPtr

func (CapManageAuthn_listUsers_Results) HasProfiles

func (s CapManageAuthn_listUsers_Results) HasProfiles() bool

func (CapManageAuthn_listUsers_Results) IsValid

func (CapManageAuthn_listUsers_Results) Message

func (CapManageAuthn_listUsers_Results) NewProfiles

NewProfiles sets the profiles field to a newly allocated UserProfile_List, preferring placement in s's segment.

func (CapManageAuthn_listUsers_Results) Profiles

func (CapManageAuthn_listUsers_Results) Segment

func (CapManageAuthn_listUsers_Results) SetProfiles

func (CapManageAuthn_listUsers_Results) String

func (CapManageAuthn_listUsers_Results) ToPtr

type CapManageAuthn_listUsers_Results_Future

type CapManageAuthn_listUsers_Results_Future struct{ *capnp.Future }

CapManageAuthn_listUsers_Results_Future is a wrapper for a CapManageAuthn_listUsers_Results promised by a client call.

func (CapManageAuthn_listUsers_Results_Future) Struct

type CapManageAuthn_listUsers_Results_List

type CapManageAuthn_listUsers_Results_List = capnp.StructList[CapManageAuthn_listUsers_Results]

CapManageAuthn_listUsers_Results_List is a list of CapManageAuthn_listUsers_Results.

func NewCapManageAuthn_listUsers_Results_List

func NewCapManageAuthn_listUsers_Results_List(s *capnp.Segment, sz int32) (CapManageAuthn_listUsers_Results_List, error)

NewCapManageAuthn_listUsers_Results creates a new list of CapManageAuthn_listUsers_Results.

type CapManageAuthn_removeUser

type CapManageAuthn_removeUser struct {
	*server.Call
}

CapManageAuthn_removeUser holds the state for a server call to CapManageAuthn.removeUser. See server.Call for documentation.

func (CapManageAuthn_removeUser) AllocResults

AllocResults allocates the results struct.

func (CapManageAuthn_removeUser) Args

Args returns the call's arguments.

type CapManageAuthn_removeUser_Params

type CapManageAuthn_removeUser_Params capnp.Struct

func NewCapManageAuthn_removeUser_Params

func NewCapManageAuthn_removeUser_Params(s *capnp.Segment) (CapManageAuthn_removeUser_Params, error)

func NewRootCapManageAuthn_removeUser_Params

func NewRootCapManageAuthn_removeUser_Params(s *capnp.Segment) (CapManageAuthn_removeUser_Params, error)

func ReadRootCapManageAuthn_removeUser_Params

func ReadRootCapManageAuthn_removeUser_Params(msg *capnp.Message) (CapManageAuthn_removeUser_Params, error)

func (CapManageAuthn_removeUser_Params) DecodeFromPtr

func (CapManageAuthn_removeUser_Params) EncodeAsPtr

func (CapManageAuthn_removeUser_Params) HasLoginID

func (s CapManageAuthn_removeUser_Params) HasLoginID() bool

func (CapManageAuthn_removeUser_Params) IsValid

func (CapManageAuthn_removeUser_Params) LoginID

func (CapManageAuthn_removeUser_Params) LoginIDBytes

func (s CapManageAuthn_removeUser_Params) LoginIDBytes() ([]byte, error)

func (CapManageAuthn_removeUser_Params) Message

func (CapManageAuthn_removeUser_Params) Segment

func (CapManageAuthn_removeUser_Params) SetLoginID

func (CapManageAuthn_removeUser_Params) String

func (CapManageAuthn_removeUser_Params) ToPtr

type CapManageAuthn_removeUser_Params_Future

type CapManageAuthn_removeUser_Params_Future struct{ *capnp.Future }

CapManageAuthn_removeUser_Params_Future is a wrapper for a CapManageAuthn_removeUser_Params promised by a client call.

func (CapManageAuthn_removeUser_Params_Future) Struct

type CapManageAuthn_removeUser_Params_List

type CapManageAuthn_removeUser_Params_List = capnp.StructList[CapManageAuthn_removeUser_Params]

CapManageAuthn_removeUser_Params_List is a list of CapManageAuthn_removeUser_Params.

func NewCapManageAuthn_removeUser_Params_List

func NewCapManageAuthn_removeUser_Params_List(s *capnp.Segment, sz int32) (CapManageAuthn_removeUser_Params_List, error)

NewCapManageAuthn_removeUser_Params creates a new list of CapManageAuthn_removeUser_Params.

type CapManageAuthn_removeUser_Results

type CapManageAuthn_removeUser_Results capnp.Struct

func NewCapManageAuthn_removeUser_Results

func NewCapManageAuthn_removeUser_Results(s *capnp.Segment) (CapManageAuthn_removeUser_Results, error)

func NewRootCapManageAuthn_removeUser_Results

func NewRootCapManageAuthn_removeUser_Results(s *capnp.Segment) (CapManageAuthn_removeUser_Results, error)

func ReadRootCapManageAuthn_removeUser_Results

func ReadRootCapManageAuthn_removeUser_Results(msg *capnp.Message) (CapManageAuthn_removeUser_Results, error)

func (CapManageAuthn_removeUser_Results) DecodeFromPtr

func (CapManageAuthn_removeUser_Results) EncodeAsPtr

func (CapManageAuthn_removeUser_Results) IsValid

func (CapManageAuthn_removeUser_Results) Message

func (CapManageAuthn_removeUser_Results) Segment

func (CapManageAuthn_removeUser_Results) String

func (CapManageAuthn_removeUser_Results) ToPtr

type CapManageAuthn_removeUser_Results_Future

type CapManageAuthn_removeUser_Results_Future struct{ *capnp.Future }

CapManageAuthn_removeUser_Results_Future is a wrapper for a CapManageAuthn_removeUser_Results promised by a client call.

func (CapManageAuthn_removeUser_Results_Future) Struct

type CapManageAuthn_removeUser_Results_List

type CapManageAuthn_removeUser_Results_List = capnp.StructList[CapManageAuthn_removeUser_Results]

CapManageAuthn_removeUser_Results_List is a list of CapManageAuthn_removeUser_Results.

func NewCapManageAuthn_removeUser_Results_List

func NewCapManageAuthn_removeUser_Results_List(s *capnp.Segment, sz int32) (CapManageAuthn_removeUser_Results_List, error)

NewCapManageAuthn_removeUser_Results creates a new list of CapManageAuthn_removeUser_Results.

type CapManageAuthn_resetPassword

type CapManageAuthn_resetPassword struct {
	*server.Call
}

CapManageAuthn_resetPassword holds the state for a server call to CapManageAuthn.resetPassword. See server.Call for documentation.

func (CapManageAuthn_resetPassword) AllocResults

AllocResults allocates the results struct.

func (CapManageAuthn_resetPassword) Args

Args returns the call's arguments.

type CapManageAuthn_resetPassword_Params

type CapManageAuthn_resetPassword_Params capnp.Struct

func NewCapManageAuthn_resetPassword_Params

func NewCapManageAuthn_resetPassword_Params(s *capnp.Segment) (CapManageAuthn_resetPassword_Params, error)

func NewRootCapManageAuthn_resetPassword_Params

func NewRootCapManageAuthn_resetPassword_Params(s *capnp.Segment) (CapManageAuthn_resetPassword_Params, error)

func ReadRootCapManageAuthn_resetPassword_Params

func ReadRootCapManageAuthn_resetPassword_Params(msg *capnp.Message) (CapManageAuthn_resetPassword_Params, error)

func (CapManageAuthn_resetPassword_Params) DecodeFromPtr

func (CapManageAuthn_resetPassword_Params) EncodeAsPtr

func (CapManageAuthn_resetPassword_Params) HasLoginID

func (CapManageAuthn_resetPassword_Params) IsValid

func (CapManageAuthn_resetPassword_Params) LoginID

func (CapManageAuthn_resetPassword_Params) LoginIDBytes

func (s CapManageAuthn_resetPassword_Params) LoginIDBytes() ([]byte, error)

func (CapManageAuthn_resetPassword_Params) Message

func (CapManageAuthn_resetPassword_Params) Segment

func (CapManageAuthn_resetPassword_Params) SetLoginID

func (CapManageAuthn_resetPassword_Params) String

func (CapManageAuthn_resetPassword_Params) ToPtr

type CapManageAuthn_resetPassword_Params_Future

type CapManageAuthn_resetPassword_Params_Future struct{ *capnp.Future }

CapManageAuthn_resetPassword_Params_Future is a wrapper for a CapManageAuthn_resetPassword_Params promised by a client call.

func (CapManageAuthn_resetPassword_Params_Future) Struct

type CapManageAuthn_resetPassword_Params_List

type CapManageAuthn_resetPassword_Params_List = capnp.StructList[CapManageAuthn_resetPassword_Params]

CapManageAuthn_resetPassword_Params_List is a list of CapManageAuthn_resetPassword_Params.

func NewCapManageAuthn_resetPassword_Params_List

func NewCapManageAuthn_resetPassword_Params_List(s *capnp.Segment, sz int32) (CapManageAuthn_resetPassword_Params_List, error)

NewCapManageAuthn_resetPassword_Params creates a new list of CapManageAuthn_resetPassword_Params.

type CapManageAuthn_resetPassword_Results

type CapManageAuthn_resetPassword_Results capnp.Struct

func NewCapManageAuthn_resetPassword_Results

func NewCapManageAuthn_resetPassword_Results(s *capnp.Segment) (CapManageAuthn_resetPassword_Results, error)

func NewRootCapManageAuthn_resetPassword_Results

func NewRootCapManageAuthn_resetPassword_Results(s *capnp.Segment) (CapManageAuthn_resetPassword_Results, error)

func ReadRootCapManageAuthn_resetPassword_Results

func ReadRootCapManageAuthn_resetPassword_Results(msg *capnp.Message) (CapManageAuthn_resetPassword_Results, error)

func (CapManageAuthn_resetPassword_Results) DecodeFromPtr

func (CapManageAuthn_resetPassword_Results) EncodeAsPtr

func (CapManageAuthn_resetPassword_Results) HasNewPassword

func (s CapManageAuthn_resetPassword_Results) HasNewPassword() bool

func (CapManageAuthn_resetPassword_Results) IsValid

func (CapManageAuthn_resetPassword_Results) Message

func (CapManageAuthn_resetPassword_Results) NewPassword

func (CapManageAuthn_resetPassword_Results) NewPasswordBytes

func (s CapManageAuthn_resetPassword_Results) NewPasswordBytes() ([]byte, error)

func (CapManageAuthn_resetPassword_Results) Segment

func (CapManageAuthn_resetPassword_Results) SetNewPassword

func (CapManageAuthn_resetPassword_Results) String

func (CapManageAuthn_resetPassword_Results) ToPtr

type CapManageAuthn_resetPassword_Results_Future

type CapManageAuthn_resetPassword_Results_Future struct{ *capnp.Future }

CapManageAuthn_resetPassword_Results_Future is a wrapper for a CapManageAuthn_resetPassword_Results promised by a client call.

func (CapManageAuthn_resetPassword_Results_Future) Struct

type CapManageAuthn_resetPassword_Results_List

type CapManageAuthn_resetPassword_Results_List = capnp.StructList[CapManageAuthn_resetPassword_Results]

CapManageAuthn_resetPassword_Results_List is a list of CapManageAuthn_resetPassword_Results.

func NewCapManageAuthn_resetPassword_Results_List

func NewCapManageAuthn_resetPassword_Results_List(s *capnp.Segment, sz int32) (CapManageAuthn_resetPassword_Results_List, error)

NewCapManageAuthn_resetPassword_Results creates a new list of CapManageAuthn_resetPassword_Results.

type CapManageAuthz

type CapManageAuthz capnp.Client

func CapManageAuthz_ServerToClient

func CapManageAuthz_ServerToClient(s CapManageAuthz_Server) CapManageAuthz

CapManageAuthz_ServerToClient creates a new Client from an implementation of CapManageAuthz_Server. The caller is responsible for calling Release on the returned Client.

func (CapManageAuthz) AddRef

func (c CapManageAuthz) AddRef() CapManageAuthz

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 (CapManageAuthz) DecodeFromPtr

func (CapManageAuthz) DecodeFromPtr(p capnp.Ptr) CapManageAuthz

func (CapManageAuthz) EncodeAsPtr

func (c CapManageAuthz) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapManageAuthz) GetFlowLimiter

func (c CapManageAuthz) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapManageAuthz) IsSame

func (c CapManageAuthz) IsSame(other CapManageAuthz) 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 (CapManageAuthz) IsValid

func (c CapManageAuthz) 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 (CapManageAuthz) Release

func (c CapManageAuthz) 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 (CapManageAuthz) Resolve

func (c CapManageAuthz) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapManageAuthz) SetFlowLimiter

func (c CapManageAuthz) 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 (CapManageAuthz) String

func (c CapManageAuthz) 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 CapManageAuthz_List

type CapManageAuthz_List = capnp.CapList[CapManageAuthz]

CapManageAuthz_List is a list of CapManageAuthz.

func NewCapManageAuthz_List

func NewCapManageAuthz_List(s *capnp.Segment, sz int32) (CapManageAuthz_List, error)

NewCapManageAuthz creates a new list of CapManageAuthz.

type CapManageAuthz_addThing

type CapManageAuthz_addThing struct {
	*server.Call
}

CapManageAuthz_addThing holds the state for a server call to CapManageAuthz.addThing. See server.Call for documentation.

func (CapManageAuthz_addThing) AllocResults

AllocResults allocates the results struct.

func (CapManageAuthz_addThing) Args

Args returns the call's arguments.

type CapManageAuthz_addThing_Params

type CapManageAuthz_addThing_Params capnp.Struct

func NewCapManageAuthz_addThing_Params

func NewCapManageAuthz_addThing_Params(s *capnp.Segment) (CapManageAuthz_addThing_Params, error)

func NewRootCapManageAuthz_addThing_Params

func NewRootCapManageAuthz_addThing_Params(s *capnp.Segment) (CapManageAuthz_addThing_Params, error)

func ReadRootCapManageAuthz_addThing_Params

func ReadRootCapManageAuthz_addThing_Params(msg *capnp.Message) (CapManageAuthz_addThing_Params, error)

func (CapManageAuthz_addThing_Params) DecodeFromPtr

func (CapManageAuthz_addThing_Params) EncodeAsPtr

func (CapManageAuthz_addThing_Params) GroupName

func (s CapManageAuthz_addThing_Params) GroupName() (string, error)

func (CapManageAuthz_addThing_Params) GroupNameBytes

func (s CapManageAuthz_addThing_Params) GroupNameBytes() ([]byte, error)

func (CapManageAuthz_addThing_Params) HasGroupName

func (s CapManageAuthz_addThing_Params) HasGroupName() bool

func (CapManageAuthz_addThing_Params) HasThingAddr

func (s CapManageAuthz_addThing_Params) HasThingAddr() bool

func (CapManageAuthz_addThing_Params) IsValid

func (CapManageAuthz_addThing_Params) Message

func (CapManageAuthz_addThing_Params) Segment

func (CapManageAuthz_addThing_Params) SetGroupName

func (s CapManageAuthz_addThing_Params) SetGroupName(v string) error

func (CapManageAuthz_addThing_Params) SetThingAddr

func (s CapManageAuthz_addThing_Params) SetThingAddr(v string) error

func (CapManageAuthz_addThing_Params) String

func (CapManageAuthz_addThing_Params) ThingAddr

func (s CapManageAuthz_addThing_Params) ThingAddr() (string, error)

func (CapManageAuthz_addThing_Params) ThingAddrBytes

func (s CapManageAuthz_addThing_Params) ThingAddrBytes() ([]byte, error)

func (CapManageAuthz_addThing_Params) ToPtr

type CapManageAuthz_addThing_Params_Future

type CapManageAuthz_addThing_Params_Future struct{ *capnp.Future }

CapManageAuthz_addThing_Params_Future is a wrapper for a CapManageAuthz_addThing_Params promised by a client call.

func (CapManageAuthz_addThing_Params_Future) Struct

type CapManageAuthz_addThing_Params_List

type CapManageAuthz_addThing_Params_List = capnp.StructList[CapManageAuthz_addThing_Params]

CapManageAuthz_addThing_Params_List is a list of CapManageAuthz_addThing_Params.

func NewCapManageAuthz_addThing_Params_List

func NewCapManageAuthz_addThing_Params_List(s *capnp.Segment, sz int32) (CapManageAuthz_addThing_Params_List, error)

NewCapManageAuthz_addThing_Params creates a new list of CapManageAuthz_addThing_Params.

type CapManageAuthz_addThing_Results

type CapManageAuthz_addThing_Results capnp.Struct

func NewCapManageAuthz_addThing_Results

func NewCapManageAuthz_addThing_Results(s *capnp.Segment) (CapManageAuthz_addThing_Results, error)

func NewRootCapManageAuthz_addThing_Results

func NewRootCapManageAuthz_addThing_Results(s *capnp.Segment) (CapManageAuthz_addThing_Results, error)

func ReadRootCapManageAuthz_addThing_Results

func ReadRootCapManageAuthz_addThing_Results(msg *capnp.Message) (CapManageAuthz_addThing_Results, error)

func (CapManageAuthz_addThing_Results) DecodeFromPtr

func (CapManageAuthz_addThing_Results) EncodeAsPtr

func (CapManageAuthz_addThing_Results) IsValid

func (CapManageAuthz_addThing_Results) Message

func (CapManageAuthz_addThing_Results) Segment

func (CapManageAuthz_addThing_Results) String

func (CapManageAuthz_addThing_Results) ToPtr

type CapManageAuthz_addThing_Results_Future

type CapManageAuthz_addThing_Results_Future struct{ *capnp.Future }

CapManageAuthz_addThing_Results_Future is a wrapper for a CapManageAuthz_addThing_Results promised by a client call.

func (CapManageAuthz_addThing_Results_Future) Struct

type CapManageAuthz_addThing_Results_List

type CapManageAuthz_addThing_Results_List = capnp.StructList[CapManageAuthz_addThing_Results]

CapManageAuthz_addThing_Results_List is a list of CapManageAuthz_addThing_Results.

func NewCapManageAuthz_addThing_Results_List

func NewCapManageAuthz_addThing_Results_List(s *capnp.Segment, sz int32) (CapManageAuthz_addThing_Results_List, error)

NewCapManageAuthz_addThing_Results creates a new list of CapManageAuthz_addThing_Results.

type CapManageAuthz_getGroup

type CapManageAuthz_getGroup struct {
	*server.Call
}

CapManageAuthz_getGroup holds the state for a server call to CapManageAuthz.getGroup. See server.Call for documentation.

func (CapManageAuthz_getGroup) AllocResults

AllocResults allocates the results struct.

func (CapManageAuthz_getGroup) Args

Args returns the call's arguments.

type CapManageAuthz_getGroupRoles

type CapManageAuthz_getGroupRoles struct {
	*server.Call
}

CapManageAuthz_getGroupRoles holds the state for a server call to CapManageAuthz.getGroupRoles. See server.Call for documentation.

func (CapManageAuthz_getGroupRoles) AllocResults

AllocResults allocates the results struct.

func (CapManageAuthz_getGroupRoles) Args

Args returns the call's arguments.

type CapManageAuthz_getGroupRoles_Params

type CapManageAuthz_getGroupRoles_Params capnp.Struct

func NewCapManageAuthz_getGroupRoles_Params

func NewCapManageAuthz_getGroupRoles_Params(s *capnp.Segment) (CapManageAuthz_getGroupRoles_Params, error)

func NewRootCapManageAuthz_getGroupRoles_Params

func NewRootCapManageAuthz_getGroupRoles_Params(s *capnp.Segment) (CapManageAuthz_getGroupRoles_Params, error)

func ReadRootCapManageAuthz_getGroupRoles_Params

func ReadRootCapManageAuthz_getGroupRoles_Params(msg *capnp.Message) (CapManageAuthz_getGroupRoles_Params, error)

func (CapManageAuthz_getGroupRoles_Params) ClientID

func (CapManageAuthz_getGroupRoles_Params) ClientIDBytes

func (s CapManageAuthz_getGroupRoles_Params) ClientIDBytes() ([]byte, error)

func (CapManageAuthz_getGroupRoles_Params) DecodeFromPtr

func (CapManageAuthz_getGroupRoles_Params) EncodeAsPtr

func (CapManageAuthz_getGroupRoles_Params) HasClientID

func (s CapManageAuthz_getGroupRoles_Params) HasClientID() bool

func (CapManageAuthz_getGroupRoles_Params) IsValid

func (CapManageAuthz_getGroupRoles_Params) Message

func (CapManageAuthz_getGroupRoles_Params) Segment

func (CapManageAuthz_getGroupRoles_Params) SetClientID

func (CapManageAuthz_getGroupRoles_Params) String

func (CapManageAuthz_getGroupRoles_Params) ToPtr

type CapManageAuthz_getGroupRoles_Params_Future

type CapManageAuthz_getGroupRoles_Params_Future struct{ *capnp.Future }

CapManageAuthz_getGroupRoles_Params_Future is a wrapper for a CapManageAuthz_getGroupRoles_Params promised by a client call.

func (CapManageAuthz_getGroupRoles_Params_Future) Struct

type CapManageAuthz_getGroupRoles_Params_List

type CapManageAuthz_getGroupRoles_Params_List = capnp.StructList[CapManageAuthz_getGroupRoles_Params]

CapManageAuthz_getGroupRoles_Params_List is a list of CapManageAuthz_getGroupRoles_Params.

func NewCapManageAuthz_getGroupRoles_Params_List

func NewCapManageAuthz_getGroupRoles_Params_List(s *capnp.Segment, sz int32) (CapManageAuthz_getGroupRoles_Params_List, error)

NewCapManageAuthz_getGroupRoles_Params creates a new list of CapManageAuthz_getGroupRoles_Params.

type CapManageAuthz_getGroupRoles_Results

type CapManageAuthz_getGroupRoles_Results capnp.Struct

func NewCapManageAuthz_getGroupRoles_Results

func NewCapManageAuthz_getGroupRoles_Results(s *capnp.Segment) (CapManageAuthz_getGroupRoles_Results, error)

func NewRootCapManageAuthz_getGroupRoles_Results

func NewRootCapManageAuthz_getGroupRoles_Results(s *capnp.Segment) (CapManageAuthz_getGroupRoles_Results, error)

func ReadRootCapManageAuthz_getGroupRoles_Results

func ReadRootCapManageAuthz_getGroupRoles_Results(msg *capnp.Message) (CapManageAuthz_getGroupRoles_Results, error)

func (CapManageAuthz_getGroupRoles_Results) DecodeFromPtr

func (CapManageAuthz_getGroupRoles_Results) EncodeAsPtr

func (CapManageAuthz_getGroupRoles_Results) HasRoles

func (CapManageAuthz_getGroupRoles_Results) IsValid

func (CapManageAuthz_getGroupRoles_Results) Message

func (CapManageAuthz_getGroupRoles_Results) NewRoles

NewRoles sets the roles field to a newly allocated RoleMap struct, preferring placement in s's segment.

func (CapManageAuthz_getGroupRoles_Results) Roles

func (CapManageAuthz_getGroupRoles_Results) Segment

func (CapManageAuthz_getGroupRoles_Results) SetRoles

func (CapManageAuthz_getGroupRoles_Results) String

func (CapManageAuthz_getGroupRoles_Results) ToPtr

type CapManageAuthz_getGroupRoles_Results_Future

type CapManageAuthz_getGroupRoles_Results_Future struct{ *capnp.Future }

CapManageAuthz_getGroupRoles_Results_Future is a wrapper for a CapManageAuthz_getGroupRoles_Results promised by a client call.

func (CapManageAuthz_getGroupRoles_Results_Future) Roles

func (CapManageAuthz_getGroupRoles_Results_Future) Struct

type CapManageAuthz_getGroupRoles_Results_List

type CapManageAuthz_getGroupRoles_Results_List = capnp.StructList[CapManageAuthz_getGroupRoles_Results]

CapManageAuthz_getGroupRoles_Results_List is a list of CapManageAuthz_getGroupRoles_Results.

func NewCapManageAuthz_getGroupRoles_Results_List

func NewCapManageAuthz_getGroupRoles_Results_List(s *capnp.Segment, sz int32) (CapManageAuthz_getGroupRoles_Results_List, error)

NewCapManageAuthz_getGroupRoles_Results creates a new list of CapManageAuthz_getGroupRoles_Results.

type CapManageAuthz_getGroup_Params

type CapManageAuthz_getGroup_Params capnp.Struct

func NewCapManageAuthz_getGroup_Params

func NewCapManageAuthz_getGroup_Params(s *capnp.Segment) (CapManageAuthz_getGroup_Params, error)

func NewRootCapManageAuthz_getGroup_Params

func NewRootCapManageAuthz_getGroup_Params(s *capnp.Segment) (CapManageAuthz_getGroup_Params, error)

func ReadRootCapManageAuthz_getGroup_Params

func ReadRootCapManageAuthz_getGroup_Params(msg *capnp.Message) (CapManageAuthz_getGroup_Params, error)

func (CapManageAuthz_getGroup_Params) DecodeFromPtr

func (CapManageAuthz_getGroup_Params) EncodeAsPtr

func (CapManageAuthz_getGroup_Params) GroupName

func (s CapManageAuthz_getGroup_Params) GroupName() (string, error)

func (CapManageAuthz_getGroup_Params) GroupNameBytes

func (s CapManageAuthz_getGroup_Params) GroupNameBytes() ([]byte, error)

func (CapManageAuthz_getGroup_Params) HasGroupName

func (s CapManageAuthz_getGroup_Params) HasGroupName() bool

func (CapManageAuthz_getGroup_Params) IsValid

func (CapManageAuthz_getGroup_Params) Message

func (CapManageAuthz_getGroup_Params) Segment

func (CapManageAuthz_getGroup_Params) SetGroupName

func (s CapManageAuthz_getGroup_Params) SetGroupName(v string) error

func (CapManageAuthz_getGroup_Params) String

func (CapManageAuthz_getGroup_Params) ToPtr

type CapManageAuthz_getGroup_Params_Future

type CapManageAuthz_getGroup_Params_Future struct{ *capnp.Future }

CapManageAuthz_getGroup_Params_Future is a wrapper for a CapManageAuthz_getGroup_Params promised by a client call.

func (CapManageAuthz_getGroup_Params_Future) Struct

type CapManageAuthz_getGroup_Params_List

type CapManageAuthz_getGroup_Params_List = capnp.StructList[CapManageAuthz_getGroup_Params]

CapManageAuthz_getGroup_Params_List is a list of CapManageAuthz_getGroup_Params.

func NewCapManageAuthz_getGroup_Params_List

func NewCapManageAuthz_getGroup_Params_List(s *capnp.Segment, sz int32) (CapManageAuthz_getGroup_Params_List, error)

NewCapManageAuthz_getGroup_Params creates a new list of CapManageAuthz_getGroup_Params.

type CapManageAuthz_getGroup_Results

type CapManageAuthz_getGroup_Results capnp.Struct

func NewCapManageAuthz_getGroup_Results

func NewCapManageAuthz_getGroup_Results(s *capnp.Segment) (CapManageAuthz_getGroup_Results, error)

func NewRootCapManageAuthz_getGroup_Results

func NewRootCapManageAuthz_getGroup_Results(s *capnp.Segment) (CapManageAuthz_getGroup_Results, error)

func ReadRootCapManageAuthz_getGroup_Results

func ReadRootCapManageAuthz_getGroup_Results(msg *capnp.Message) (CapManageAuthz_getGroup_Results, error)

func (CapManageAuthz_getGroup_Results) DecodeFromPtr

func (CapManageAuthz_getGroup_Results) EncodeAsPtr

func (CapManageAuthz_getGroup_Results) Group

func (CapManageAuthz_getGroup_Results) HasGroup

func (CapManageAuthz_getGroup_Results) IsValid

func (CapManageAuthz_getGroup_Results) Message

func (CapManageAuthz_getGroup_Results) NewGroup

NewGroup sets the group field to a newly allocated Group struct, preferring placement in s's segment.

func (CapManageAuthz_getGroup_Results) Segment

func (CapManageAuthz_getGroup_Results) SetGroup

func (CapManageAuthz_getGroup_Results) String

func (CapManageAuthz_getGroup_Results) ToPtr

type CapManageAuthz_getGroup_Results_Future

type CapManageAuthz_getGroup_Results_Future struct{ *capnp.Future }

CapManageAuthz_getGroup_Results_Future is a wrapper for a CapManageAuthz_getGroup_Results promised by a client call.

func (CapManageAuthz_getGroup_Results_Future) Group

func (CapManageAuthz_getGroup_Results_Future) Struct

type CapManageAuthz_getGroup_Results_List

type CapManageAuthz_getGroup_Results_List = capnp.StructList[CapManageAuthz_getGroup_Results]

CapManageAuthz_getGroup_Results_List is a list of CapManageAuthz_getGroup_Results.

func NewCapManageAuthz_getGroup_Results_List

func NewCapManageAuthz_getGroup_Results_List(s *capnp.Segment, sz int32) (CapManageAuthz_getGroup_Results_List, error)

NewCapManageAuthz_getGroup_Results creates a new list of CapManageAuthz_getGroup_Results.

type CapManageAuthz_listGroups

type CapManageAuthz_listGroups struct {
	*server.Call
}

CapManageAuthz_listGroups holds the state for a server call to CapManageAuthz.listGroups. See server.Call for documentation.

func (CapManageAuthz_listGroups) AllocResults

AllocResults allocates the results struct.

func (CapManageAuthz_listGroups) Args

Args returns the call's arguments.

type CapManageAuthz_listGroups_Params

type CapManageAuthz_listGroups_Params capnp.Struct

func NewCapManageAuthz_listGroups_Params

func NewCapManageAuthz_listGroups_Params(s *capnp.Segment) (CapManageAuthz_listGroups_Params, error)

func NewRootCapManageAuthz_listGroups_Params

func NewRootCapManageAuthz_listGroups_Params(s *capnp.Segment) (CapManageAuthz_listGroups_Params, error)

func ReadRootCapManageAuthz_listGroups_Params

func ReadRootCapManageAuthz_listGroups_Params(msg *capnp.Message) (CapManageAuthz_listGroups_Params, error)

func (CapManageAuthz_listGroups_Params) DecodeFromPtr

func (CapManageAuthz_listGroups_Params) EncodeAsPtr

func (CapManageAuthz_listGroups_Params) IsValid

func (CapManageAuthz_listGroups_Params) Limit

func (CapManageAuthz_listGroups_Params) Message

func (CapManageAuthz_listGroups_Params) Offset

func (CapManageAuthz_listGroups_Params) Segment

func (CapManageAuthz_listGroups_Params) SetLimit

func (CapManageAuthz_listGroups_Params) SetOffset

func (s CapManageAuthz_listGroups_Params) SetOffset(v int32)

func (CapManageAuthz_listGroups_Params) String

func (CapManageAuthz_listGroups_Params) ToPtr

type CapManageAuthz_listGroups_Params_Future

type CapManageAuthz_listGroups_Params_Future struct{ *capnp.Future }

CapManageAuthz_listGroups_Params_Future is a wrapper for a CapManageAuthz_listGroups_Params promised by a client call.

func (CapManageAuthz_listGroups_Params_Future) Struct

type CapManageAuthz_listGroups_Params_List

type CapManageAuthz_listGroups_Params_List = capnp.StructList[CapManageAuthz_listGroups_Params]

CapManageAuthz_listGroups_Params_List is a list of CapManageAuthz_listGroups_Params.

func NewCapManageAuthz_listGroups_Params_List

func NewCapManageAuthz_listGroups_Params_List(s *capnp.Segment, sz int32) (CapManageAuthz_listGroups_Params_List, error)

NewCapManageAuthz_listGroups_Params creates a new list of CapManageAuthz_listGroups_Params.

type CapManageAuthz_listGroups_Results

type CapManageAuthz_listGroups_Results capnp.Struct

func NewCapManageAuthz_listGroups_Results

func NewCapManageAuthz_listGroups_Results(s *capnp.Segment) (CapManageAuthz_listGroups_Results, error)

func NewRootCapManageAuthz_listGroups_Results

func NewRootCapManageAuthz_listGroups_Results(s *capnp.Segment) (CapManageAuthz_listGroups_Results, error)

func ReadRootCapManageAuthz_listGroups_Results

func ReadRootCapManageAuthz_listGroups_Results(msg *capnp.Message) (CapManageAuthz_listGroups_Results, error)

func (CapManageAuthz_listGroups_Results) DecodeFromPtr

func (CapManageAuthz_listGroups_Results) EncodeAsPtr

func (CapManageAuthz_listGroups_Results) Groups

func (CapManageAuthz_listGroups_Results) HasGroups

func (CapManageAuthz_listGroups_Results) IsValid

func (CapManageAuthz_listGroups_Results) Message

func (CapManageAuthz_listGroups_Results) NewGroups

NewGroups sets the groups field to a newly allocated Group_List, preferring placement in s's segment.

func (CapManageAuthz_listGroups_Results) Segment

func (CapManageAuthz_listGroups_Results) SetGroups

func (CapManageAuthz_listGroups_Results) String

func (CapManageAuthz_listGroups_Results) ToPtr

type CapManageAuthz_listGroups_Results_Future

type CapManageAuthz_listGroups_Results_Future struct{ *capnp.Future }

CapManageAuthz_listGroups_Results_Future is a wrapper for a CapManageAuthz_listGroups_Results promised by a client call.

func (CapManageAuthz_listGroups_Results_Future) Struct

type CapManageAuthz_listGroups_Results_List

type CapManageAuthz_listGroups_Results_List = capnp.StructList[CapManageAuthz_listGroups_Results]

CapManageAuthz_listGroups_Results_List is a list of CapManageAuthz_listGroups_Results.

func NewCapManageAuthz_listGroups_Results_List

func NewCapManageAuthz_listGroups_Results_List(s *capnp.Segment, sz int32) (CapManageAuthz_listGroups_Results_List, error)

NewCapManageAuthz_listGroups_Results creates a new list of CapManageAuthz_listGroups_Results.

type CapManageAuthz_removeAll

type CapManageAuthz_removeAll struct {
	*server.Call
}

CapManageAuthz_removeAll holds the state for a server call to CapManageAuthz.removeAll. See server.Call for documentation.

func (CapManageAuthz_removeAll) AllocResults

AllocResults allocates the results struct.

func (CapManageAuthz_removeAll) Args

Args returns the call's arguments.

type CapManageAuthz_removeAll_Params

type CapManageAuthz_removeAll_Params capnp.Struct

func NewCapManageAuthz_removeAll_Params

func NewCapManageAuthz_removeAll_Params(s *capnp.Segment) (CapManageAuthz_removeAll_Params, error)

func NewRootCapManageAuthz_removeAll_Params

func NewRootCapManageAuthz_removeAll_Params(s *capnp.Segment) (CapManageAuthz_removeAll_Params, error)

func ReadRootCapManageAuthz_removeAll_Params

func ReadRootCapManageAuthz_removeAll_Params(msg *capnp.Message) (CapManageAuthz_removeAll_Params, error)

func (CapManageAuthz_removeAll_Params) ClientID

func (CapManageAuthz_removeAll_Params) ClientIDBytes

func (s CapManageAuthz_removeAll_Params) ClientIDBytes() ([]byte, error)

func (CapManageAuthz_removeAll_Params) DecodeFromPtr

func (CapManageAuthz_removeAll_Params) EncodeAsPtr

func (CapManageAuthz_removeAll_Params) HasClientID

func (s CapManageAuthz_removeAll_Params) HasClientID() bool

func (CapManageAuthz_removeAll_Params) IsValid

func (CapManageAuthz_removeAll_Params) Message

func (CapManageAuthz_removeAll_Params) Segment

func (CapManageAuthz_removeAll_Params) SetClientID

func (s CapManageAuthz_removeAll_Params) SetClientID(v string) error

func (CapManageAuthz_removeAll_Params) String

func (CapManageAuthz_removeAll_Params) ToPtr

type CapManageAuthz_removeAll_Params_Future

type CapManageAuthz_removeAll_Params_Future struct{ *capnp.Future }

CapManageAuthz_removeAll_Params_Future is a wrapper for a CapManageAuthz_removeAll_Params promised by a client call.

func (CapManageAuthz_removeAll_Params_Future) Struct

type CapManageAuthz_removeAll_Params_List

type CapManageAuthz_removeAll_Params_List = capnp.StructList[CapManageAuthz_removeAll_Params]

CapManageAuthz_removeAll_Params_List is a list of CapManageAuthz_removeAll_Params.

func NewCapManageAuthz_removeAll_Params_List

func NewCapManageAuthz_removeAll_Params_List(s *capnp.Segment, sz int32) (CapManageAuthz_removeAll_Params_List, error)

NewCapManageAuthz_removeAll_Params creates a new list of CapManageAuthz_removeAll_Params.

type CapManageAuthz_removeAll_Results

type CapManageAuthz_removeAll_Results capnp.Struct

func NewCapManageAuthz_removeAll_Results

func NewCapManageAuthz_removeAll_Results(s *capnp.Segment) (CapManageAuthz_removeAll_Results, error)

func NewRootCapManageAuthz_removeAll_Results

func NewRootCapManageAuthz_removeAll_Results(s *capnp.Segment) (CapManageAuthz_removeAll_Results, error)

func ReadRootCapManageAuthz_removeAll_Results

func ReadRootCapManageAuthz_removeAll_Results(msg *capnp.Message) (CapManageAuthz_removeAll_Results, error)

func (CapManageAuthz_removeAll_Results) DecodeFromPtr

func (CapManageAuthz_removeAll_Results) EncodeAsPtr

func (CapManageAuthz_removeAll_Results) IsValid

func (CapManageAuthz_removeAll_Results) Message

func (CapManageAuthz_removeAll_Results) Segment

func (CapManageAuthz_removeAll_Results) String

func (CapManageAuthz_removeAll_Results) ToPtr

type CapManageAuthz_removeAll_Results_Future

type CapManageAuthz_removeAll_Results_Future struct{ *capnp.Future }

CapManageAuthz_removeAll_Results_Future is a wrapper for a CapManageAuthz_removeAll_Results promised by a client call.

func (CapManageAuthz_removeAll_Results_Future) Struct

type CapManageAuthz_removeAll_Results_List

type CapManageAuthz_removeAll_Results_List = capnp.StructList[CapManageAuthz_removeAll_Results]

CapManageAuthz_removeAll_Results_List is a list of CapManageAuthz_removeAll_Results.

func NewCapManageAuthz_removeAll_Results_List

func NewCapManageAuthz_removeAll_Results_List(s *capnp.Segment, sz int32) (CapManageAuthz_removeAll_Results_List, error)

NewCapManageAuthz_removeAll_Results creates a new list of CapManageAuthz_removeAll_Results.

type CapManageAuthz_removeClient

type CapManageAuthz_removeClient struct {
	*server.Call
}

CapManageAuthz_removeClient holds the state for a server call to CapManageAuthz.removeClient. See server.Call for documentation.

func (CapManageAuthz_removeClient) AllocResults

AllocResults allocates the results struct.

func (CapManageAuthz_removeClient) Args

Args returns the call's arguments.

type CapManageAuthz_removeClient_Params

type CapManageAuthz_removeClient_Params capnp.Struct

func NewCapManageAuthz_removeClient_Params

func NewCapManageAuthz_removeClient_Params(s *capnp.Segment) (CapManageAuthz_removeClient_Params, error)

func NewRootCapManageAuthz_removeClient_Params

func NewRootCapManageAuthz_removeClient_Params(s *capnp.Segment) (CapManageAuthz_removeClient_Params, error)

func ReadRootCapManageAuthz_removeClient_Params

func ReadRootCapManageAuthz_removeClient_Params(msg *capnp.Message) (CapManageAuthz_removeClient_Params, error)

func (CapManageAuthz_removeClient_Params) ClientID

func (CapManageAuthz_removeClient_Params) ClientIDBytes

func (s CapManageAuthz_removeClient_Params) ClientIDBytes() ([]byte, error)

func (CapManageAuthz_removeClient_Params) DecodeFromPtr

func (CapManageAuthz_removeClient_Params) EncodeAsPtr

func (CapManageAuthz_removeClient_Params) GroupName

func (CapManageAuthz_removeClient_Params) GroupNameBytes

func (s CapManageAuthz_removeClient_Params) GroupNameBytes() ([]byte, error)

func (CapManageAuthz_removeClient_Params) HasClientID

func (s CapManageAuthz_removeClient_Params) HasClientID() bool

func (CapManageAuthz_removeClient_Params) HasGroupName

func (s CapManageAuthz_removeClient_Params) HasGroupName() bool

func (CapManageAuthz_removeClient_Params) IsValid

func (CapManageAuthz_removeClient_Params) Message

func (CapManageAuthz_removeClient_Params) Segment

func (CapManageAuthz_removeClient_Params) SetClientID

func (CapManageAuthz_removeClient_Params) SetGroupName

func (CapManageAuthz_removeClient_Params) String

func (CapManageAuthz_removeClient_Params) ToPtr

type CapManageAuthz_removeClient_Params_Future

type CapManageAuthz_removeClient_Params_Future struct{ *capnp.Future }

CapManageAuthz_removeClient_Params_Future is a wrapper for a CapManageAuthz_removeClient_Params promised by a client call.

func (CapManageAuthz_removeClient_Params_Future) Struct

type CapManageAuthz_removeClient_Params_List

type CapManageAuthz_removeClient_Params_List = capnp.StructList[CapManageAuthz_removeClient_Params]

CapManageAuthz_removeClient_Params_List is a list of CapManageAuthz_removeClient_Params.

func NewCapManageAuthz_removeClient_Params_List

func NewCapManageAuthz_removeClient_Params_List(s *capnp.Segment, sz int32) (CapManageAuthz_removeClient_Params_List, error)

NewCapManageAuthz_removeClient_Params creates a new list of CapManageAuthz_removeClient_Params.

type CapManageAuthz_removeClient_Results

type CapManageAuthz_removeClient_Results capnp.Struct

func NewCapManageAuthz_removeClient_Results

func NewCapManageAuthz_removeClient_Results(s *capnp.Segment) (CapManageAuthz_removeClient_Results, error)

func NewRootCapManageAuthz_removeClient_Results

func NewRootCapManageAuthz_removeClient_Results(s *capnp.Segment) (CapManageAuthz_removeClient_Results, error)

func ReadRootCapManageAuthz_removeClient_Results

func ReadRootCapManageAuthz_removeClient_Results(msg *capnp.Message) (CapManageAuthz_removeClient_Results, error)

func (CapManageAuthz_removeClient_Results) DecodeFromPtr

func (CapManageAuthz_removeClient_Results) EncodeAsPtr

func (CapManageAuthz_removeClient_Results) IsValid

func (CapManageAuthz_removeClient_Results) Message

func (CapManageAuthz_removeClient_Results) Segment

func (CapManageAuthz_removeClient_Results) String

func (CapManageAuthz_removeClient_Results) ToPtr

type CapManageAuthz_removeClient_Results_Future

type CapManageAuthz_removeClient_Results_Future struct{ *capnp.Future }

CapManageAuthz_removeClient_Results_Future is a wrapper for a CapManageAuthz_removeClient_Results promised by a client call.

func (CapManageAuthz_removeClient_Results_Future) Struct

type CapManageAuthz_removeClient_Results_List

type CapManageAuthz_removeClient_Results_List = capnp.StructList[CapManageAuthz_removeClient_Results]

CapManageAuthz_removeClient_Results_List is a list of CapManageAuthz_removeClient_Results.

func NewCapManageAuthz_removeClient_Results_List

func NewCapManageAuthz_removeClient_Results_List(s *capnp.Segment, sz int32) (CapManageAuthz_removeClient_Results_List, error)

NewCapManageAuthz_removeClient_Results creates a new list of CapManageAuthz_removeClient_Results.

type CapManageAuthz_removeThing

type CapManageAuthz_removeThing struct {
	*server.Call
}

CapManageAuthz_removeThing holds the state for a server call to CapManageAuthz.removeThing. See server.Call for documentation.

func (CapManageAuthz_removeThing) AllocResults

AllocResults allocates the results struct.

func (CapManageAuthz_removeThing) Args

Args returns the call's arguments.

type CapManageAuthz_removeThing_Params

type CapManageAuthz_removeThing_Params capnp.Struct

func NewCapManageAuthz_removeThing_Params

func NewCapManageAuthz_removeThing_Params(s *capnp.Segment) (CapManageAuthz_removeThing_Params, error)

func NewRootCapManageAuthz_removeThing_Params

func NewRootCapManageAuthz_removeThing_Params(s *capnp.Segment) (CapManageAuthz_removeThing_Params, error)

func ReadRootCapManageAuthz_removeThing_Params

func ReadRootCapManageAuthz_removeThing_Params(msg *capnp.Message) (CapManageAuthz_removeThing_Params, error)

func (CapManageAuthz_removeThing_Params) DecodeFromPtr

func (CapManageAuthz_removeThing_Params) EncodeAsPtr

func (CapManageAuthz_removeThing_Params) GroupName

func (CapManageAuthz_removeThing_Params) GroupNameBytes

func (s CapManageAuthz_removeThing_Params) GroupNameBytes() ([]byte, error)

func (CapManageAuthz_removeThing_Params) HasGroupName

func (s CapManageAuthz_removeThing_Params) HasGroupName() bool

func (CapManageAuthz_removeThing_Params) HasThingAddr

func (s CapManageAuthz_removeThing_Params) HasThingAddr() bool

func (CapManageAuthz_removeThing_Params) IsValid

func (CapManageAuthz_removeThing_Params) Message

func (CapManageAuthz_removeThing_Params) Segment

func (CapManageAuthz_removeThing_Params) SetGroupName

func (CapManageAuthz_removeThing_Params) SetThingAddr

func (CapManageAuthz_removeThing_Params) String

func (CapManageAuthz_removeThing_Params) ThingAddr

func (CapManageAuthz_removeThing_Params) ThingAddrBytes

func (s CapManageAuthz_removeThing_Params) ThingAddrBytes() ([]byte, error)

func (CapManageAuthz_removeThing_Params) ToPtr

type CapManageAuthz_removeThing_Params_Future

type CapManageAuthz_removeThing_Params_Future struct{ *capnp.Future }

CapManageAuthz_removeThing_Params_Future is a wrapper for a CapManageAuthz_removeThing_Params promised by a client call.

func (CapManageAuthz_removeThing_Params_Future) Struct

type CapManageAuthz_removeThing_Params_List

type CapManageAuthz_removeThing_Params_List = capnp.StructList[CapManageAuthz_removeThing_Params]

CapManageAuthz_removeThing_Params_List is a list of CapManageAuthz_removeThing_Params.

func NewCapManageAuthz_removeThing_Params_List

func NewCapManageAuthz_removeThing_Params_List(s *capnp.Segment, sz int32) (CapManageAuthz_removeThing_Params_List, error)

NewCapManageAuthz_removeThing_Params creates a new list of CapManageAuthz_removeThing_Params.

type CapManageAuthz_removeThing_Results

type CapManageAuthz_removeThing_Results capnp.Struct

func NewCapManageAuthz_removeThing_Results

func NewCapManageAuthz_removeThing_Results(s *capnp.Segment) (CapManageAuthz_removeThing_Results, error)

func NewRootCapManageAuthz_removeThing_Results

func NewRootCapManageAuthz_removeThing_Results(s *capnp.Segment) (CapManageAuthz_removeThing_Results, error)

func ReadRootCapManageAuthz_removeThing_Results

func ReadRootCapManageAuthz_removeThing_Results(msg *capnp.Message) (CapManageAuthz_removeThing_Results, error)

func (CapManageAuthz_removeThing_Results) DecodeFromPtr

func (CapManageAuthz_removeThing_Results) EncodeAsPtr

func (CapManageAuthz_removeThing_Results) IsValid

func (CapManageAuthz_removeThing_Results) Message

func (CapManageAuthz_removeThing_Results) Segment

func (CapManageAuthz_removeThing_Results) String

func (CapManageAuthz_removeThing_Results) ToPtr

type CapManageAuthz_removeThing_Results_Future

type CapManageAuthz_removeThing_Results_Future struct{ *capnp.Future }

CapManageAuthz_removeThing_Results_Future is a wrapper for a CapManageAuthz_removeThing_Results promised by a client call.

func (CapManageAuthz_removeThing_Results_Future) Struct

type CapManageAuthz_removeThing_Results_List

type CapManageAuthz_removeThing_Results_List = capnp.StructList[CapManageAuthz_removeThing_Results]

CapManageAuthz_removeThing_Results_List is a list of CapManageAuthz_removeThing_Results.

func NewCapManageAuthz_removeThing_Results_List

func NewCapManageAuthz_removeThing_Results_List(s *capnp.Segment, sz int32) (CapManageAuthz_removeThing_Results_List, error)

NewCapManageAuthz_removeThing_Results creates a new list of CapManageAuthz_removeThing_Results.

type CapManageAuthz_setClientRole

type CapManageAuthz_setClientRole struct {
	*server.Call
}

CapManageAuthz_setClientRole holds the state for a server call to CapManageAuthz.setClientRole. See server.Call for documentation.

func (CapManageAuthz_setClientRole) AllocResults

AllocResults allocates the results struct.

func (CapManageAuthz_setClientRole) Args

Args returns the call's arguments.

type CapManageAuthz_setClientRole_Params

type CapManageAuthz_setClientRole_Params capnp.Struct

func NewCapManageAuthz_setClientRole_Params

func NewCapManageAuthz_setClientRole_Params(s *capnp.Segment) (CapManageAuthz_setClientRole_Params, error)

func NewRootCapManageAuthz_setClientRole_Params

func NewRootCapManageAuthz_setClientRole_Params(s *capnp.Segment) (CapManageAuthz_setClientRole_Params, error)

func ReadRootCapManageAuthz_setClientRole_Params

func ReadRootCapManageAuthz_setClientRole_Params(msg *capnp.Message) (CapManageAuthz_setClientRole_Params, error)

func (CapManageAuthz_setClientRole_Params) ClientID

func (CapManageAuthz_setClientRole_Params) ClientIDBytes

func (s CapManageAuthz_setClientRole_Params) ClientIDBytes() ([]byte, error)

func (CapManageAuthz_setClientRole_Params) DecodeFromPtr

func (CapManageAuthz_setClientRole_Params) EncodeAsPtr

func (CapManageAuthz_setClientRole_Params) GroupName

func (CapManageAuthz_setClientRole_Params) GroupNameBytes

func (s CapManageAuthz_setClientRole_Params) GroupNameBytes() ([]byte, error)

func (CapManageAuthz_setClientRole_Params) HasClientID

func (s CapManageAuthz_setClientRole_Params) HasClientID() bool

func (CapManageAuthz_setClientRole_Params) HasGroupName

func (s CapManageAuthz_setClientRole_Params) HasGroupName() bool

func (CapManageAuthz_setClientRole_Params) HasRole

func (CapManageAuthz_setClientRole_Params) IsValid

func (CapManageAuthz_setClientRole_Params) Message

func (CapManageAuthz_setClientRole_Params) Role

func (CapManageAuthz_setClientRole_Params) RoleBytes

func (s CapManageAuthz_setClientRole_Params) RoleBytes() ([]byte, error)

func (CapManageAuthz_setClientRole_Params) Segment

func (CapManageAuthz_setClientRole_Params) SetClientID

func (CapManageAuthz_setClientRole_Params) SetGroupName

func (CapManageAuthz_setClientRole_Params) SetRole

func (CapManageAuthz_setClientRole_Params) String

func (CapManageAuthz_setClientRole_Params) ToPtr

type CapManageAuthz_setClientRole_Params_Future

type CapManageAuthz_setClientRole_Params_Future struct{ *capnp.Future }

CapManageAuthz_setClientRole_Params_Future is a wrapper for a CapManageAuthz_setClientRole_Params promised by a client call.

func (CapManageAuthz_setClientRole_Params_Future) Struct

type CapManageAuthz_setClientRole_Params_List

type CapManageAuthz_setClientRole_Params_List = capnp.StructList[CapManageAuthz_setClientRole_Params]

CapManageAuthz_setClientRole_Params_List is a list of CapManageAuthz_setClientRole_Params.

func NewCapManageAuthz_setClientRole_Params_List

func NewCapManageAuthz_setClientRole_Params_List(s *capnp.Segment, sz int32) (CapManageAuthz_setClientRole_Params_List, error)

NewCapManageAuthz_setClientRole_Params creates a new list of CapManageAuthz_setClientRole_Params.

type CapManageAuthz_setClientRole_Results

type CapManageAuthz_setClientRole_Results capnp.Struct

func NewCapManageAuthz_setClientRole_Results

func NewCapManageAuthz_setClientRole_Results(s *capnp.Segment) (CapManageAuthz_setClientRole_Results, error)

func NewRootCapManageAuthz_setClientRole_Results

func NewRootCapManageAuthz_setClientRole_Results(s *capnp.Segment) (CapManageAuthz_setClientRole_Results, error)

func ReadRootCapManageAuthz_setClientRole_Results

func ReadRootCapManageAuthz_setClientRole_Results(msg *capnp.Message) (CapManageAuthz_setClientRole_Results, error)

func (CapManageAuthz_setClientRole_Results) DecodeFromPtr

func (CapManageAuthz_setClientRole_Results) EncodeAsPtr

func (CapManageAuthz_setClientRole_Results) IsValid

func (CapManageAuthz_setClientRole_Results) Message

func (CapManageAuthz_setClientRole_Results) Segment

func (CapManageAuthz_setClientRole_Results) String

func (CapManageAuthz_setClientRole_Results) ToPtr

type CapManageAuthz_setClientRole_Results_Future

type CapManageAuthz_setClientRole_Results_Future struct{ *capnp.Future }

CapManageAuthz_setClientRole_Results_Future is a wrapper for a CapManageAuthz_setClientRole_Results promised by a client call.

func (CapManageAuthz_setClientRole_Results_Future) Struct

type CapManageAuthz_setClientRole_Results_List

type CapManageAuthz_setClientRole_Results_List = capnp.StructList[CapManageAuthz_setClientRole_Results]

CapManageAuthz_setClientRole_Results_List is a list of CapManageAuthz_setClientRole_Results.

func NewCapManageAuthz_setClientRole_Results_List

func NewCapManageAuthz_setClientRole_Results_List(s *capnp.Segment, sz int32) (CapManageAuthz_setClientRole_Results_List, error)

NewCapManageAuthz_setClientRole_Results creates a new list of CapManageAuthz_setClientRole_Results.

type CapManageProvisioning

type CapManageProvisioning capnp.Client

func CapManageProvisioning_ServerToClient

func CapManageProvisioning_ServerToClient(s CapManageProvisioning_Server) CapManageProvisioning

CapManageProvisioning_ServerToClient creates a new Client from an implementation of CapManageProvisioning_Server. The caller is responsible for calling Release on the returned Client.

func (CapManageProvisioning) AddRef

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 (CapManageProvisioning) DecodeFromPtr

func (CapManageProvisioning) EncodeAsPtr

func (c CapManageProvisioning) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapManageProvisioning) GetFlowLimiter

func (c CapManageProvisioning) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapManageProvisioning) IsSame

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 (CapManageProvisioning) IsValid

func (c CapManageProvisioning) 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 (CapManageProvisioning) Release

func (c CapManageProvisioning) 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 (CapManageProvisioning) Resolve

func (c CapManageProvisioning) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapManageProvisioning) SetFlowLimiter

func (c CapManageProvisioning) 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 (CapManageProvisioning) String

func (c CapManageProvisioning) 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 CapManageProvisioning_List

type CapManageProvisioning_List = capnp.CapList[CapManageProvisioning]

CapManageProvisioning_List is a list of CapManageProvisioning.

func NewCapManageProvisioning_List

func NewCapManageProvisioning_List(s *capnp.Segment, sz int32) (CapManageProvisioning_List, error)

NewCapManageProvisioning creates a new list of CapManageProvisioning.

type CapManageProvisioning_addOOBSecrets

type CapManageProvisioning_addOOBSecrets struct {
	*server.Call
}

CapManageProvisioning_addOOBSecrets holds the state for a server call to CapManageProvisioning.addOOBSecrets. See server.Call for documentation.

func (CapManageProvisioning_addOOBSecrets) AllocResults

AllocResults allocates the results struct.

func (CapManageProvisioning_addOOBSecrets) Args

Args returns the call's arguments.

type CapManageProvisioning_addOOBSecrets_Params

type CapManageProvisioning_addOOBSecrets_Params capnp.Struct

func NewRootCapManageProvisioning_addOOBSecrets_Params

func NewRootCapManageProvisioning_addOOBSecrets_Params(s *capnp.Segment) (CapManageProvisioning_addOOBSecrets_Params, error)

func ReadRootCapManageProvisioning_addOOBSecrets_Params

func ReadRootCapManageProvisioning_addOOBSecrets_Params(msg *capnp.Message) (CapManageProvisioning_addOOBSecrets_Params, error)

func (CapManageProvisioning_addOOBSecrets_Params) DecodeFromPtr

func (CapManageProvisioning_addOOBSecrets_Params) EncodeAsPtr

func (CapManageProvisioning_addOOBSecrets_Params) HasOobSecrets

func (CapManageProvisioning_addOOBSecrets_Params) IsValid

func (CapManageProvisioning_addOOBSecrets_Params) Message

func (CapManageProvisioning_addOOBSecrets_Params) NewOobSecrets

NewOobSecrets sets the oobSecrets field to a newly allocated OOBSecret_List, preferring placement in s's segment.

func (CapManageProvisioning_addOOBSecrets_Params) OobSecrets

func (CapManageProvisioning_addOOBSecrets_Params) Segment

func (CapManageProvisioning_addOOBSecrets_Params) SetOobSecrets

func (CapManageProvisioning_addOOBSecrets_Params) String

func (CapManageProvisioning_addOOBSecrets_Params) ToPtr

type CapManageProvisioning_addOOBSecrets_Params_Future

type CapManageProvisioning_addOOBSecrets_Params_Future struct{ *capnp.Future }

CapManageProvisioning_addOOBSecrets_Params_Future is a wrapper for a CapManageProvisioning_addOOBSecrets_Params promised by a client call.

func (CapManageProvisioning_addOOBSecrets_Params_Future) Struct

type CapManageProvisioning_addOOBSecrets_Params_List

type CapManageProvisioning_addOOBSecrets_Params_List = capnp.StructList[CapManageProvisioning_addOOBSecrets_Params]

CapManageProvisioning_addOOBSecrets_Params_List is a list of CapManageProvisioning_addOOBSecrets_Params.

func NewCapManageProvisioning_addOOBSecrets_Params_List

func NewCapManageProvisioning_addOOBSecrets_Params_List(s *capnp.Segment, sz int32) (CapManageProvisioning_addOOBSecrets_Params_List, error)

NewCapManageProvisioning_addOOBSecrets_Params creates a new list of CapManageProvisioning_addOOBSecrets_Params.

type CapManageProvisioning_addOOBSecrets_Results

type CapManageProvisioning_addOOBSecrets_Results capnp.Struct

func NewRootCapManageProvisioning_addOOBSecrets_Results

func NewRootCapManageProvisioning_addOOBSecrets_Results(s *capnp.Segment) (CapManageProvisioning_addOOBSecrets_Results, error)

func ReadRootCapManageProvisioning_addOOBSecrets_Results

func ReadRootCapManageProvisioning_addOOBSecrets_Results(msg *capnp.Message) (CapManageProvisioning_addOOBSecrets_Results, error)

func (CapManageProvisioning_addOOBSecrets_Results) DecodeFromPtr

func (CapManageProvisioning_addOOBSecrets_Results) EncodeAsPtr

func (CapManageProvisioning_addOOBSecrets_Results) IsValid

func (CapManageProvisioning_addOOBSecrets_Results) Message

func (CapManageProvisioning_addOOBSecrets_Results) Segment

func (CapManageProvisioning_addOOBSecrets_Results) String

func (CapManageProvisioning_addOOBSecrets_Results) ToPtr

type CapManageProvisioning_addOOBSecrets_Results_Future

type CapManageProvisioning_addOOBSecrets_Results_Future struct{ *capnp.Future }

CapManageProvisioning_addOOBSecrets_Results_Future is a wrapper for a CapManageProvisioning_addOOBSecrets_Results promised by a client call.

func (CapManageProvisioning_addOOBSecrets_Results_Future) Struct

type CapManageProvisioning_addOOBSecrets_Results_List

type CapManageProvisioning_addOOBSecrets_Results_List = capnp.StructList[CapManageProvisioning_addOOBSecrets_Results]

CapManageProvisioning_addOOBSecrets_Results_List is a list of CapManageProvisioning_addOOBSecrets_Results.

func NewCapManageProvisioning_addOOBSecrets_Results_List

func NewCapManageProvisioning_addOOBSecrets_Results_List(s *capnp.Segment, sz int32) (CapManageProvisioning_addOOBSecrets_Results_List, error)

NewCapManageProvisioning_addOOBSecrets_Results creates a new list of CapManageProvisioning_addOOBSecrets_Results.

type CapManageProvisioning_approveRequest

type CapManageProvisioning_approveRequest struct {
	*server.Call
}

CapManageProvisioning_approveRequest holds the state for a server call to CapManageProvisioning.approveRequest. See server.Call for documentation.

func (CapManageProvisioning_approveRequest) AllocResults

AllocResults allocates the results struct.

func (CapManageProvisioning_approveRequest) Args

Args returns the call's arguments.

type CapManageProvisioning_approveRequest_Params

type CapManageProvisioning_approveRequest_Params capnp.Struct

func NewRootCapManageProvisioning_approveRequest_Params

func NewRootCapManageProvisioning_approveRequest_Params(s *capnp.Segment) (CapManageProvisioning_approveRequest_Params, error)

func ReadRootCapManageProvisioning_approveRequest_Params

func ReadRootCapManageProvisioning_approveRequest_Params(msg *capnp.Message) (CapManageProvisioning_approveRequest_Params, error)

func (CapManageProvisioning_approveRequest_Params) DecodeFromPtr

func (CapManageProvisioning_approveRequest_Params) DeviceID

func (CapManageProvisioning_approveRequest_Params) DeviceIDBytes

func (CapManageProvisioning_approveRequest_Params) EncodeAsPtr

func (CapManageProvisioning_approveRequest_Params) HasDeviceID

func (CapManageProvisioning_approveRequest_Params) IsValid

func (CapManageProvisioning_approveRequest_Params) Message

func (CapManageProvisioning_approveRequest_Params) Segment

func (CapManageProvisioning_approveRequest_Params) SetDeviceID

func (CapManageProvisioning_approveRequest_Params) String

func (CapManageProvisioning_approveRequest_Params) ToPtr

type CapManageProvisioning_approveRequest_Params_Future

type CapManageProvisioning_approveRequest_Params_Future struct{ *capnp.Future }

CapManageProvisioning_approveRequest_Params_Future is a wrapper for a CapManageProvisioning_approveRequest_Params promised by a client call.

func (CapManageProvisioning_approveRequest_Params_Future) Struct

type CapManageProvisioning_approveRequest_Params_List

type CapManageProvisioning_approveRequest_Params_List = capnp.StructList[CapManageProvisioning_approveRequest_Params]

CapManageProvisioning_approveRequest_Params_List is a list of CapManageProvisioning_approveRequest_Params.

func NewCapManageProvisioning_approveRequest_Params_List

func NewCapManageProvisioning_approveRequest_Params_List(s *capnp.Segment, sz int32) (CapManageProvisioning_approveRequest_Params_List, error)

NewCapManageProvisioning_approveRequest_Params creates a new list of CapManageProvisioning_approveRequest_Params.

type CapManageProvisioning_approveRequest_Results

type CapManageProvisioning_approveRequest_Results capnp.Struct

func NewRootCapManageProvisioning_approveRequest_Results

func NewRootCapManageProvisioning_approveRequest_Results(s *capnp.Segment) (CapManageProvisioning_approveRequest_Results, error)

func ReadRootCapManageProvisioning_approveRequest_Results

func ReadRootCapManageProvisioning_approveRequest_Results(msg *capnp.Message) (CapManageProvisioning_approveRequest_Results, error)

func (CapManageProvisioning_approveRequest_Results) DecodeFromPtr

func (CapManageProvisioning_approveRequest_Results) EncodeAsPtr

func (CapManageProvisioning_approveRequest_Results) IsValid

func (CapManageProvisioning_approveRequest_Results) Message

func (CapManageProvisioning_approveRequest_Results) Segment

func (CapManageProvisioning_approveRequest_Results) String

func (CapManageProvisioning_approveRequest_Results) ToPtr

type CapManageProvisioning_approveRequest_Results_Future

type CapManageProvisioning_approveRequest_Results_Future struct{ *capnp.Future }

CapManageProvisioning_approveRequest_Results_Future is a wrapper for a CapManageProvisioning_approveRequest_Results promised by a client call.

func (CapManageProvisioning_approveRequest_Results_Future) Struct

type CapManageProvisioning_approveRequest_Results_List

type CapManageProvisioning_approveRequest_Results_List = capnp.StructList[CapManageProvisioning_approveRequest_Results]

CapManageProvisioning_approveRequest_Results_List is a list of CapManageProvisioning_approveRequest_Results.

func NewCapManageProvisioning_approveRequest_Results_List

func NewCapManageProvisioning_approveRequest_Results_List(s *capnp.Segment, sz int32) (CapManageProvisioning_approveRequest_Results_List, error)

NewCapManageProvisioning_approveRequest_Results creates a new list of CapManageProvisioning_approveRequest_Results.

type CapManageProvisioning_getApprovedRequests

type CapManageProvisioning_getApprovedRequests struct {
	*server.Call
}

CapManageProvisioning_getApprovedRequests holds the state for a server call to CapManageProvisioning.getApprovedRequests. See server.Call for documentation.

func (CapManageProvisioning_getApprovedRequests) AllocResults

AllocResults allocates the results struct.

func (CapManageProvisioning_getApprovedRequests) Args

Args returns the call's arguments.

type CapManageProvisioning_getApprovedRequests_Params

type CapManageProvisioning_getApprovedRequests_Params capnp.Struct

func ReadRootCapManageProvisioning_getApprovedRequests_Params

func ReadRootCapManageProvisioning_getApprovedRequests_Params(msg *capnp.Message) (CapManageProvisioning_getApprovedRequests_Params, error)

func (CapManageProvisioning_getApprovedRequests_Params) DecodeFromPtr

func (CapManageProvisioning_getApprovedRequests_Params) EncodeAsPtr

func (CapManageProvisioning_getApprovedRequests_Params) IsValid

func (CapManageProvisioning_getApprovedRequests_Params) Message

func (CapManageProvisioning_getApprovedRequests_Params) Segment

func (CapManageProvisioning_getApprovedRequests_Params) String

func (CapManageProvisioning_getApprovedRequests_Params) ToPtr

type CapManageProvisioning_getApprovedRequests_Params_Future

type CapManageProvisioning_getApprovedRequests_Params_Future struct{ *capnp.Future }

CapManageProvisioning_getApprovedRequests_Params_Future is a wrapper for a CapManageProvisioning_getApprovedRequests_Params promised by a client call.

func (CapManageProvisioning_getApprovedRequests_Params_Future) Struct

type CapManageProvisioning_getApprovedRequests_Params_List

type CapManageProvisioning_getApprovedRequests_Params_List = capnp.StructList[CapManageProvisioning_getApprovedRequests_Params]

CapManageProvisioning_getApprovedRequests_Params_List is a list of CapManageProvisioning_getApprovedRequests_Params.

func NewCapManageProvisioning_getApprovedRequests_Params_List

func NewCapManageProvisioning_getApprovedRequests_Params_List(s *capnp.Segment, sz int32) (CapManageProvisioning_getApprovedRequests_Params_List, error)

NewCapManageProvisioning_getApprovedRequests_Params creates a new list of CapManageProvisioning_getApprovedRequests_Params.

type CapManageProvisioning_getApprovedRequests_Results

type CapManageProvisioning_getApprovedRequests_Results capnp.Struct

func ReadRootCapManageProvisioning_getApprovedRequests_Results

func ReadRootCapManageProvisioning_getApprovedRequests_Results(msg *capnp.Message) (CapManageProvisioning_getApprovedRequests_Results, error)

func (CapManageProvisioning_getApprovedRequests_Results) DecodeFromPtr

func (CapManageProvisioning_getApprovedRequests_Results) EncodeAsPtr

func (CapManageProvisioning_getApprovedRequests_Results) HasRequests

func (CapManageProvisioning_getApprovedRequests_Results) IsValid

func (CapManageProvisioning_getApprovedRequests_Results) Message

func (CapManageProvisioning_getApprovedRequests_Results) NewRequests

NewRequests sets the requests field to a newly allocated ProvisionStatus_List, preferring placement in s's segment.

func (CapManageProvisioning_getApprovedRequests_Results) Requests

func (CapManageProvisioning_getApprovedRequests_Results) Segment

func (CapManageProvisioning_getApprovedRequests_Results) SetRequests

func (CapManageProvisioning_getApprovedRequests_Results) String

func (CapManageProvisioning_getApprovedRequests_Results) ToPtr

type CapManageProvisioning_getApprovedRequests_Results_Future

type CapManageProvisioning_getApprovedRequests_Results_Future struct{ *capnp.Future }

CapManageProvisioning_getApprovedRequests_Results_Future is a wrapper for a CapManageProvisioning_getApprovedRequests_Results promised by a client call.

func (CapManageProvisioning_getApprovedRequests_Results_Future) Struct

type CapManageProvisioning_getApprovedRequests_Results_List

type CapManageProvisioning_getApprovedRequests_Results_List = capnp.StructList[CapManageProvisioning_getApprovedRequests_Results]

CapManageProvisioning_getApprovedRequests_Results_List is a list of CapManageProvisioning_getApprovedRequests_Results.

func NewCapManageProvisioning_getApprovedRequests_Results_List

func NewCapManageProvisioning_getApprovedRequests_Results_List(s *capnp.Segment, sz int32) (CapManageProvisioning_getApprovedRequests_Results_List, error)

NewCapManageProvisioning_getApprovedRequests_Results creates a new list of CapManageProvisioning_getApprovedRequests_Results.

type CapManageProvisioning_getPendingRequests

type CapManageProvisioning_getPendingRequests struct {
	*server.Call
}

CapManageProvisioning_getPendingRequests holds the state for a server call to CapManageProvisioning.getPendingRequests. See server.Call for documentation.

func (CapManageProvisioning_getPendingRequests) AllocResults

AllocResults allocates the results struct.

func (CapManageProvisioning_getPendingRequests) Args

Args returns the call's arguments.

type CapManageProvisioning_getPendingRequests_Params

type CapManageProvisioning_getPendingRequests_Params capnp.Struct

func ReadRootCapManageProvisioning_getPendingRequests_Params

func ReadRootCapManageProvisioning_getPendingRequests_Params(msg *capnp.Message) (CapManageProvisioning_getPendingRequests_Params, error)

func (CapManageProvisioning_getPendingRequests_Params) DecodeFromPtr

func (CapManageProvisioning_getPendingRequests_Params) EncodeAsPtr

func (CapManageProvisioning_getPendingRequests_Params) IsValid

func (CapManageProvisioning_getPendingRequests_Params) Message

func (CapManageProvisioning_getPendingRequests_Params) Segment

func (CapManageProvisioning_getPendingRequests_Params) String

func (CapManageProvisioning_getPendingRequests_Params) ToPtr

type CapManageProvisioning_getPendingRequests_Params_Future

type CapManageProvisioning_getPendingRequests_Params_Future struct{ *capnp.Future }

CapManageProvisioning_getPendingRequests_Params_Future is a wrapper for a CapManageProvisioning_getPendingRequests_Params promised by a client call.

func (CapManageProvisioning_getPendingRequests_Params_Future) Struct

type CapManageProvisioning_getPendingRequests_Params_List

type CapManageProvisioning_getPendingRequests_Params_List = capnp.StructList[CapManageProvisioning_getPendingRequests_Params]

CapManageProvisioning_getPendingRequests_Params_List is a list of CapManageProvisioning_getPendingRequests_Params.

func NewCapManageProvisioning_getPendingRequests_Params_List

func NewCapManageProvisioning_getPendingRequests_Params_List(s *capnp.Segment, sz int32) (CapManageProvisioning_getPendingRequests_Params_List, error)

NewCapManageProvisioning_getPendingRequests_Params creates a new list of CapManageProvisioning_getPendingRequests_Params.

type CapManageProvisioning_getPendingRequests_Results

type CapManageProvisioning_getPendingRequests_Results capnp.Struct

func ReadRootCapManageProvisioning_getPendingRequests_Results

func ReadRootCapManageProvisioning_getPendingRequests_Results(msg *capnp.Message) (CapManageProvisioning_getPendingRequests_Results, error)

func (CapManageProvisioning_getPendingRequests_Results) DecodeFromPtr

func (CapManageProvisioning_getPendingRequests_Results) EncodeAsPtr

func (CapManageProvisioning_getPendingRequests_Results) HasRequests

func (CapManageProvisioning_getPendingRequests_Results) IsValid

func (CapManageProvisioning_getPendingRequests_Results) Message

func (CapManageProvisioning_getPendingRequests_Results) NewRequests

NewRequests sets the requests field to a newly allocated ProvisionStatus_List, preferring placement in s's segment.

func (CapManageProvisioning_getPendingRequests_Results) Requests

func (CapManageProvisioning_getPendingRequests_Results) Segment

func (CapManageProvisioning_getPendingRequests_Results) SetRequests

func (CapManageProvisioning_getPendingRequests_Results) String

func (CapManageProvisioning_getPendingRequests_Results) ToPtr

type CapManageProvisioning_getPendingRequests_Results_Future

type CapManageProvisioning_getPendingRequests_Results_Future struct{ *capnp.Future }

CapManageProvisioning_getPendingRequests_Results_Future is a wrapper for a CapManageProvisioning_getPendingRequests_Results promised by a client call.

func (CapManageProvisioning_getPendingRequests_Results_Future) Struct

type CapManageProvisioning_getPendingRequests_Results_List

type CapManageProvisioning_getPendingRequests_Results_List = capnp.StructList[CapManageProvisioning_getPendingRequests_Results]

CapManageProvisioning_getPendingRequests_Results_List is a list of CapManageProvisioning_getPendingRequests_Results.

func NewCapManageProvisioning_getPendingRequests_Results_List

func NewCapManageProvisioning_getPendingRequests_Results_List(s *capnp.Segment, sz int32) (CapManageProvisioning_getPendingRequests_Results_List, error)

NewCapManageProvisioning_getPendingRequests_Results creates a new list of CapManageProvisioning_getPendingRequests_Results.

type CapManageRetention

type CapManageRetention capnp.Client

func CapManageRetention_ServerToClient

func CapManageRetention_ServerToClient(s CapManageRetention_Server) CapManageRetention

CapManageRetention_ServerToClient creates a new Client from an implementation of CapManageRetention_Server. The caller is responsible for calling Release on the returned Client.

func (CapManageRetention) AddRef

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 (CapManageRetention) DecodeFromPtr

func (CapManageRetention) EncodeAsPtr

func (c CapManageRetention) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapManageRetention) GetFlowLimiter

func (c CapManageRetention) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapManageRetention) IsSame

func (c CapManageRetention) IsSame(other CapManageRetention) 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 (CapManageRetention) IsValid

func (c CapManageRetention) 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 (CapManageRetention) Release

func (c CapManageRetention) 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 (CapManageRetention) Resolve

func (c CapManageRetention) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapManageRetention) SetFlowLimiter

func (c CapManageRetention) 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 (CapManageRetention) String

func (c CapManageRetention) 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 CapManageRetention_List

type CapManageRetention_List = capnp.CapList[CapManageRetention]

CapManageRetention_List is a list of CapManageRetention.

func NewCapManageRetention_List

func NewCapManageRetention_List(s *capnp.Segment, sz int32) (CapManageRetention_List, error)

NewCapManageRetention creates a new list of CapManageRetention.

type CapManageRetention_getEventRetention

type CapManageRetention_getEventRetention struct {
	*server.Call
}

CapManageRetention_getEventRetention holds the state for a server call to CapManageRetention.getEventRetention. See server.Call for documentation.

func (CapManageRetention_getEventRetention) AllocResults

AllocResults allocates the results struct.

func (CapManageRetention_getEventRetention) Args

Args returns the call's arguments.

type CapManageRetention_getEventRetention_Params

type CapManageRetention_getEventRetention_Params capnp.Struct

func NewRootCapManageRetention_getEventRetention_Params

func NewRootCapManageRetention_getEventRetention_Params(s *capnp.Segment) (CapManageRetention_getEventRetention_Params, error)

func ReadRootCapManageRetention_getEventRetention_Params

func ReadRootCapManageRetention_getEventRetention_Params(msg *capnp.Message) (CapManageRetention_getEventRetention_Params, error)

func (CapManageRetention_getEventRetention_Params) DecodeFromPtr

func (CapManageRetention_getEventRetention_Params) EncodeAsPtr

func (CapManageRetention_getEventRetention_Params) HasName

func (CapManageRetention_getEventRetention_Params) IsValid

func (CapManageRetention_getEventRetention_Params) Message

func (CapManageRetention_getEventRetention_Params) Name

func (CapManageRetention_getEventRetention_Params) NameBytes

func (CapManageRetention_getEventRetention_Params) Segment

func (CapManageRetention_getEventRetention_Params) SetName

func (CapManageRetention_getEventRetention_Params) String

func (CapManageRetention_getEventRetention_Params) ToPtr

type CapManageRetention_getEventRetention_Params_Future

type CapManageRetention_getEventRetention_Params_Future struct{ *capnp.Future }

CapManageRetention_getEventRetention_Params_Future is a wrapper for a CapManageRetention_getEventRetention_Params promised by a client call.

func (CapManageRetention_getEventRetention_Params_Future) Struct

type CapManageRetention_getEventRetention_Params_List

type CapManageRetention_getEventRetention_Params_List = capnp.StructList[CapManageRetention_getEventRetention_Params]

CapManageRetention_getEventRetention_Params_List is a list of CapManageRetention_getEventRetention_Params.

func NewCapManageRetention_getEventRetention_Params_List

func NewCapManageRetention_getEventRetention_Params_List(s *capnp.Segment, sz int32) (CapManageRetention_getEventRetention_Params_List, error)

NewCapManageRetention_getEventRetention_Params creates a new list of CapManageRetention_getEventRetention_Params.

type CapManageRetention_getEventRetention_Results

type CapManageRetention_getEventRetention_Results capnp.Struct

func NewRootCapManageRetention_getEventRetention_Results

func NewRootCapManageRetention_getEventRetention_Results(s *capnp.Segment) (CapManageRetention_getEventRetention_Results, error)

func ReadRootCapManageRetention_getEventRetention_Results

func ReadRootCapManageRetention_getEventRetention_Results(msg *capnp.Message) (CapManageRetention_getEventRetention_Results, error)

func (CapManageRetention_getEventRetention_Results) DecodeFromPtr

func (CapManageRetention_getEventRetention_Results) EncodeAsPtr

func (CapManageRetention_getEventRetention_Results) HasRet

func (CapManageRetention_getEventRetention_Results) IsValid

func (CapManageRetention_getEventRetention_Results) Message

func (CapManageRetention_getEventRetention_Results) NewRet

NewRet sets the ret field to a newly allocated EventRetention struct, preferring placement in s's segment.

func (CapManageRetention_getEventRetention_Results) Ret

func (CapManageRetention_getEventRetention_Results) Segment

func (CapManageRetention_getEventRetention_Results) SetRet

func (CapManageRetention_getEventRetention_Results) String

func (CapManageRetention_getEventRetention_Results) ToPtr

type CapManageRetention_getEventRetention_Results_Future

type CapManageRetention_getEventRetention_Results_Future struct{ *capnp.Future }

CapManageRetention_getEventRetention_Results_Future is a wrapper for a CapManageRetention_getEventRetention_Results promised by a client call.

func (CapManageRetention_getEventRetention_Results_Future) Ret

func (CapManageRetention_getEventRetention_Results_Future) Struct

type CapManageRetention_getEventRetention_Results_List

type CapManageRetention_getEventRetention_Results_List = capnp.StructList[CapManageRetention_getEventRetention_Results]

CapManageRetention_getEventRetention_Results_List is a list of CapManageRetention_getEventRetention_Results.

func NewCapManageRetention_getEventRetention_Results_List

func NewCapManageRetention_getEventRetention_Results_List(s *capnp.Segment, sz int32) (CapManageRetention_getEventRetention_Results_List, error)

NewCapManageRetention_getEventRetention_Results creates a new list of CapManageRetention_getEventRetention_Results.

type CapManageRetention_getEvents

type CapManageRetention_getEvents struct {
	*server.Call
}

CapManageRetention_getEvents holds the state for a server call to CapManageRetention.getEvents. See server.Call for documentation.

func (CapManageRetention_getEvents) AllocResults

AllocResults allocates the results struct.

func (CapManageRetention_getEvents) Args

Args returns the call's arguments.

type CapManageRetention_getEvents_Params

type CapManageRetention_getEvents_Params capnp.Struct

func NewCapManageRetention_getEvents_Params

func NewCapManageRetention_getEvents_Params(s *capnp.Segment) (CapManageRetention_getEvents_Params, error)

func NewRootCapManageRetention_getEvents_Params

func NewRootCapManageRetention_getEvents_Params(s *capnp.Segment) (CapManageRetention_getEvents_Params, error)

func ReadRootCapManageRetention_getEvents_Params

func ReadRootCapManageRetention_getEvents_Params(msg *capnp.Message) (CapManageRetention_getEvents_Params, error)

func (CapManageRetention_getEvents_Params) DecodeFromPtr

func (CapManageRetention_getEvents_Params) EncodeAsPtr

func (CapManageRetention_getEvents_Params) IsValid

func (CapManageRetention_getEvents_Params) Message

func (CapManageRetention_getEvents_Params) Segment

func (CapManageRetention_getEvents_Params) String

func (CapManageRetention_getEvents_Params) ToPtr

type CapManageRetention_getEvents_Params_Future

type CapManageRetention_getEvents_Params_Future struct{ *capnp.Future }

CapManageRetention_getEvents_Params_Future is a wrapper for a CapManageRetention_getEvents_Params promised by a client call.

func (CapManageRetention_getEvents_Params_Future) Struct

type CapManageRetention_getEvents_Params_List

type CapManageRetention_getEvents_Params_List = capnp.StructList[CapManageRetention_getEvents_Params]

CapManageRetention_getEvents_Params_List is a list of CapManageRetention_getEvents_Params.

func NewCapManageRetention_getEvents_Params_List

func NewCapManageRetention_getEvents_Params_List(s *capnp.Segment, sz int32) (CapManageRetention_getEvents_Params_List, error)

NewCapManageRetention_getEvents_Params creates a new list of CapManageRetention_getEvents_Params.

type CapManageRetention_getEvents_Results

type CapManageRetention_getEvents_Results capnp.Struct

func NewCapManageRetention_getEvents_Results

func NewCapManageRetention_getEvents_Results(s *capnp.Segment) (CapManageRetention_getEvents_Results, error)

func NewRootCapManageRetention_getEvents_Results

func NewRootCapManageRetention_getEvents_Results(s *capnp.Segment) (CapManageRetention_getEvents_Results, error)

func ReadRootCapManageRetention_getEvents_Results

func ReadRootCapManageRetention_getEvents_Results(msg *capnp.Message) (CapManageRetention_getEvents_Results, error)

func (CapManageRetention_getEvents_Results) DecodeFromPtr

func (CapManageRetention_getEvents_Results) EncodeAsPtr

func (CapManageRetention_getEvents_Results) HasRetList

func (CapManageRetention_getEvents_Results) IsValid

func (CapManageRetention_getEvents_Results) Message

func (CapManageRetention_getEvents_Results) NewRetList

NewRetList sets the retList field to a newly allocated EventRetention_List, preferring placement in s's segment.

func (CapManageRetention_getEvents_Results) RetList

func (CapManageRetention_getEvents_Results) Segment

func (CapManageRetention_getEvents_Results) SetRetList

func (CapManageRetention_getEvents_Results) String

func (CapManageRetention_getEvents_Results) ToPtr

type CapManageRetention_getEvents_Results_Future

type CapManageRetention_getEvents_Results_Future struct{ *capnp.Future }

CapManageRetention_getEvents_Results_Future is a wrapper for a CapManageRetention_getEvents_Results promised by a client call.

func (CapManageRetention_getEvents_Results_Future) Struct

type CapManageRetention_getEvents_Results_List

type CapManageRetention_getEvents_Results_List = capnp.StructList[CapManageRetention_getEvents_Results]

CapManageRetention_getEvents_Results_List is a list of CapManageRetention_getEvents_Results.

func NewCapManageRetention_getEvents_Results_List

func NewCapManageRetention_getEvents_Results_List(s *capnp.Segment, sz int32) (CapManageRetention_getEvents_Results_List, error)

NewCapManageRetention_getEvents_Results creates a new list of CapManageRetention_getEvents_Results.

type CapManageRetention_removeEventRetention

type CapManageRetention_removeEventRetention struct {
	*server.Call
}

CapManageRetention_removeEventRetention holds the state for a server call to CapManageRetention.removeEventRetention. See server.Call for documentation.

func (CapManageRetention_removeEventRetention) AllocResults

AllocResults allocates the results struct.

func (CapManageRetention_removeEventRetention) Args

Args returns the call's arguments.

type CapManageRetention_removeEventRetention_Params

type CapManageRetention_removeEventRetention_Params capnp.Struct

func ReadRootCapManageRetention_removeEventRetention_Params

func ReadRootCapManageRetention_removeEventRetention_Params(msg *capnp.Message) (CapManageRetention_removeEventRetention_Params, error)

func (CapManageRetention_removeEventRetention_Params) DecodeFromPtr

func (CapManageRetention_removeEventRetention_Params) EncodeAsPtr

func (CapManageRetention_removeEventRetention_Params) HasName

func (CapManageRetention_removeEventRetention_Params) IsValid

func (CapManageRetention_removeEventRetention_Params) Message

func (CapManageRetention_removeEventRetention_Params) Name

func (CapManageRetention_removeEventRetention_Params) NameBytes

func (CapManageRetention_removeEventRetention_Params) Segment

func (CapManageRetention_removeEventRetention_Params) SetName

func (CapManageRetention_removeEventRetention_Params) String

func (CapManageRetention_removeEventRetention_Params) ToPtr

type CapManageRetention_removeEventRetention_Params_Future

type CapManageRetention_removeEventRetention_Params_Future struct{ *capnp.Future }

CapManageRetention_removeEventRetention_Params_Future is a wrapper for a CapManageRetention_removeEventRetention_Params promised by a client call.

func (CapManageRetention_removeEventRetention_Params_Future) Struct

type CapManageRetention_removeEventRetention_Params_List

type CapManageRetention_removeEventRetention_Params_List = capnp.StructList[CapManageRetention_removeEventRetention_Params]

CapManageRetention_removeEventRetention_Params_List is a list of CapManageRetention_removeEventRetention_Params.

func NewCapManageRetention_removeEventRetention_Params_List

func NewCapManageRetention_removeEventRetention_Params_List(s *capnp.Segment, sz int32) (CapManageRetention_removeEventRetention_Params_List, error)

NewCapManageRetention_removeEventRetention_Params creates a new list of CapManageRetention_removeEventRetention_Params.

type CapManageRetention_removeEventRetention_Results

type CapManageRetention_removeEventRetention_Results capnp.Struct

func ReadRootCapManageRetention_removeEventRetention_Results

func ReadRootCapManageRetention_removeEventRetention_Results(msg *capnp.Message) (CapManageRetention_removeEventRetention_Results, error)

func (CapManageRetention_removeEventRetention_Results) DecodeFromPtr

func (CapManageRetention_removeEventRetention_Results) EncodeAsPtr

func (CapManageRetention_removeEventRetention_Results) IsValid

func (CapManageRetention_removeEventRetention_Results) Message

func (CapManageRetention_removeEventRetention_Results) Segment

func (CapManageRetention_removeEventRetention_Results) String

func (CapManageRetention_removeEventRetention_Results) ToPtr

type CapManageRetention_removeEventRetention_Results_Future

type CapManageRetention_removeEventRetention_Results_Future struct{ *capnp.Future }

CapManageRetention_removeEventRetention_Results_Future is a wrapper for a CapManageRetention_removeEventRetention_Results promised by a client call.

func (CapManageRetention_removeEventRetention_Results_Future) Struct

type CapManageRetention_removeEventRetention_Results_List

type CapManageRetention_removeEventRetention_Results_List = capnp.StructList[CapManageRetention_removeEventRetention_Results]

CapManageRetention_removeEventRetention_Results_List is a list of CapManageRetention_removeEventRetention_Results.

func NewCapManageRetention_removeEventRetention_Results_List

func NewCapManageRetention_removeEventRetention_Results_List(s *capnp.Segment, sz int32) (CapManageRetention_removeEventRetention_Results_List, error)

NewCapManageRetention_removeEventRetention_Results creates a new list of CapManageRetention_removeEventRetention_Results.

type CapManageRetention_setEventRetention

type CapManageRetention_setEventRetention struct {
	*server.Call
}

CapManageRetention_setEventRetention holds the state for a server call to CapManageRetention.setEventRetention. See server.Call for documentation.

func (CapManageRetention_setEventRetention) AllocResults

AllocResults allocates the results struct.

func (CapManageRetention_setEventRetention) Args

Args returns the call's arguments.

type CapManageRetention_setEventRetention_Params

type CapManageRetention_setEventRetention_Params capnp.Struct

func NewRootCapManageRetention_setEventRetention_Params

func NewRootCapManageRetention_setEventRetention_Params(s *capnp.Segment) (CapManageRetention_setEventRetention_Params, error)

func ReadRootCapManageRetention_setEventRetention_Params

func ReadRootCapManageRetention_setEventRetention_Params(msg *capnp.Message) (CapManageRetention_setEventRetention_Params, error)

func (CapManageRetention_setEventRetention_Params) DecodeFromPtr

func (CapManageRetention_setEventRetention_Params) EncodeAsPtr

func (CapManageRetention_setEventRetention_Params) HasRet

func (CapManageRetention_setEventRetention_Params) IsValid

func (CapManageRetention_setEventRetention_Params) Message

func (CapManageRetention_setEventRetention_Params) NewRet

NewRet sets the ret field to a newly allocated EventRetention struct, preferring placement in s's segment.

func (CapManageRetention_setEventRetention_Params) Ret

func (CapManageRetention_setEventRetention_Params) Segment

func (CapManageRetention_setEventRetention_Params) SetRet

func (CapManageRetention_setEventRetention_Params) String

func (CapManageRetention_setEventRetention_Params) ToPtr

type CapManageRetention_setEventRetention_Params_Future

type CapManageRetention_setEventRetention_Params_Future struct{ *capnp.Future }

CapManageRetention_setEventRetention_Params_Future is a wrapper for a CapManageRetention_setEventRetention_Params promised by a client call.

func (CapManageRetention_setEventRetention_Params_Future) Ret

func (CapManageRetention_setEventRetention_Params_Future) Struct

type CapManageRetention_setEventRetention_Params_List

type CapManageRetention_setEventRetention_Params_List = capnp.StructList[CapManageRetention_setEventRetention_Params]

CapManageRetention_setEventRetention_Params_List is a list of CapManageRetention_setEventRetention_Params.

func NewCapManageRetention_setEventRetention_Params_List

func NewCapManageRetention_setEventRetention_Params_List(s *capnp.Segment, sz int32) (CapManageRetention_setEventRetention_Params_List, error)

NewCapManageRetention_setEventRetention_Params creates a new list of CapManageRetention_setEventRetention_Params.

type CapManageRetention_setEventRetention_Results

type CapManageRetention_setEventRetention_Results capnp.Struct

func NewRootCapManageRetention_setEventRetention_Results

func NewRootCapManageRetention_setEventRetention_Results(s *capnp.Segment) (CapManageRetention_setEventRetention_Results, error)

func ReadRootCapManageRetention_setEventRetention_Results

func ReadRootCapManageRetention_setEventRetention_Results(msg *capnp.Message) (CapManageRetention_setEventRetention_Results, error)

func (CapManageRetention_setEventRetention_Results) DecodeFromPtr

func (CapManageRetention_setEventRetention_Results) EncodeAsPtr

func (CapManageRetention_setEventRetention_Results) IsValid

func (CapManageRetention_setEventRetention_Results) Message

func (CapManageRetention_setEventRetention_Results) Segment

func (CapManageRetention_setEventRetention_Results) String

func (CapManageRetention_setEventRetention_Results) ToPtr

type CapManageRetention_setEventRetention_Results_Future

type CapManageRetention_setEventRetention_Results_Future struct{ *capnp.Future }

CapManageRetention_setEventRetention_Results_Future is a wrapper for a CapManageRetention_setEventRetention_Results promised by a client call.

func (CapManageRetention_setEventRetention_Results_Future) Struct

type CapManageRetention_setEventRetention_Results_List

type CapManageRetention_setEventRetention_Results_List = capnp.StructList[CapManageRetention_setEventRetention_Results]

CapManageRetention_setEventRetention_Results_List is a list of CapManageRetention_setEventRetention_Results.

func NewCapManageRetention_setEventRetention_Results_List

func NewCapManageRetention_setEventRetention_Results_List(s *capnp.Segment, sz int32) (CapManageRetention_setEventRetention_Results_List, error)

NewCapManageRetention_setEventRetention_Results creates a new list of CapManageRetention_setEventRetention_Results.

type CapManageRetention_testEvent

type CapManageRetention_testEvent struct {
	*server.Call
}

CapManageRetention_testEvent holds the state for a server call to CapManageRetention.testEvent. See server.Call for documentation.

func (CapManageRetention_testEvent) AllocResults

AllocResults allocates the results struct.

func (CapManageRetention_testEvent) Args

Args returns the call's arguments.

type CapManageRetention_testEvent_Params

type CapManageRetention_testEvent_Params capnp.Struct

func NewCapManageRetention_testEvent_Params

func NewCapManageRetention_testEvent_Params(s *capnp.Segment) (CapManageRetention_testEvent_Params, error)

func NewRootCapManageRetention_testEvent_Params

func NewRootCapManageRetention_testEvent_Params(s *capnp.Segment) (CapManageRetention_testEvent_Params, error)

func ReadRootCapManageRetention_testEvent_Params

func ReadRootCapManageRetention_testEvent_Params(msg *capnp.Message) (CapManageRetention_testEvent_Params, error)

func (CapManageRetention_testEvent_Params) DecodeFromPtr

func (CapManageRetention_testEvent_Params) EncodeAsPtr

func (CapManageRetention_testEvent_Params) HasTv

func (CapManageRetention_testEvent_Params) IsValid

func (CapManageRetention_testEvent_Params) Message

func (CapManageRetention_testEvent_Params) NewTv

NewTv sets the tv field to a newly allocated ThingValue struct, preferring placement in s's segment.

func (CapManageRetention_testEvent_Params) Segment

func (CapManageRetention_testEvent_Params) SetTv

func (CapManageRetention_testEvent_Params) String

func (CapManageRetention_testEvent_Params) ToPtr

func (CapManageRetention_testEvent_Params) Tv

type CapManageRetention_testEvent_Params_Future

type CapManageRetention_testEvent_Params_Future struct{ *capnp.Future }

CapManageRetention_testEvent_Params_Future is a wrapper for a CapManageRetention_testEvent_Params promised by a client call.

func (CapManageRetention_testEvent_Params_Future) Struct

func (CapManageRetention_testEvent_Params_Future) Tv

type CapManageRetention_testEvent_Params_List

type CapManageRetention_testEvent_Params_List = capnp.StructList[CapManageRetention_testEvent_Params]

CapManageRetention_testEvent_Params_List is a list of CapManageRetention_testEvent_Params.

func NewCapManageRetention_testEvent_Params_List

func NewCapManageRetention_testEvent_Params_List(s *capnp.Segment, sz int32) (CapManageRetention_testEvent_Params_List, error)

NewCapManageRetention_testEvent_Params creates a new list of CapManageRetention_testEvent_Params.

type CapManageRetention_testEvent_Results

type CapManageRetention_testEvent_Results capnp.Struct

func NewCapManageRetention_testEvent_Results

func NewCapManageRetention_testEvent_Results(s *capnp.Segment) (CapManageRetention_testEvent_Results, error)

func NewRootCapManageRetention_testEvent_Results

func NewRootCapManageRetention_testEvent_Results(s *capnp.Segment) (CapManageRetention_testEvent_Results, error)

func ReadRootCapManageRetention_testEvent_Results

func ReadRootCapManageRetention_testEvent_Results(msg *capnp.Message) (CapManageRetention_testEvent_Results, error)

func (CapManageRetention_testEvent_Results) DecodeFromPtr

func (CapManageRetention_testEvent_Results) EncodeAsPtr

func (CapManageRetention_testEvent_Results) IsValid

func (CapManageRetention_testEvent_Results) Message

func (CapManageRetention_testEvent_Results) Retained

func (CapManageRetention_testEvent_Results) Segment

func (CapManageRetention_testEvent_Results) SetRetained

func (s CapManageRetention_testEvent_Results) SetRetained(v bool)

func (CapManageRetention_testEvent_Results) String

func (CapManageRetention_testEvent_Results) ToPtr

type CapManageRetention_testEvent_Results_Future

type CapManageRetention_testEvent_Results_Future struct{ *capnp.Future }

CapManageRetention_testEvent_Results_Future is a wrapper for a CapManageRetention_testEvent_Results promised by a client call.

func (CapManageRetention_testEvent_Results_Future) Struct

type CapManageRetention_testEvent_Results_List

type CapManageRetention_testEvent_Results_List = capnp.StructList[CapManageRetention_testEvent_Results]

CapManageRetention_testEvent_Results_List is a list of CapManageRetention_testEvent_Results.

func NewCapManageRetention_testEvent_Results_List

func NewCapManageRetention_testEvent_Results_List(s *capnp.Segment, sz int32) (CapManageRetention_testEvent_Results_List, error)

NewCapManageRetention_testEvent_Results creates a new list of CapManageRetention_testEvent_Results.

type CapProvider

type CapProvider capnp.Client

func CapProvider_ServerToClient

func CapProvider_ServerToClient(s CapProvider_Server) CapProvider

CapProvider_ServerToClient creates a new Client from an implementation of CapProvider_Server. The caller is responsible for calling Release on the returned Client.

func (CapProvider) AddRef

func (c CapProvider) AddRef() CapProvider

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 (CapProvider) DecodeFromPtr

func (CapProvider) DecodeFromPtr(p capnp.Ptr) CapProvider

func (CapProvider) EncodeAsPtr

func (c CapProvider) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapProvider) GetFlowLimiter

func (c CapProvider) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapProvider) IsSame

func (c CapProvider) IsSame(other CapProvider) 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 (CapProvider) IsValid

func (c CapProvider) 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 (CapProvider) Release

func (c CapProvider) 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 (CapProvider) Resolve

func (c CapProvider) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapProvider) SetFlowLimiter

func (c CapProvider) 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 (CapProvider) String

func (c CapProvider) 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 CapProvider_List

type CapProvider_List = capnp.CapList[CapProvider]

CapProvider_List is a list of CapProvider.

func NewCapProvider_List

func NewCapProvider_List(s *capnp.Segment, sz int32) (CapProvider_List, error)

NewCapProvider creates a new list of CapProvider.

type CapProvider_Server

type CapProvider_Server interface {
	ListCapabilities(context.Context, CapProvider_listCapabilities) error
}

type CapProvider_listCapabilities

type CapProvider_listCapabilities struct {
	*server.Call
}

CapProvider_listCapabilities holds the state for a server call to CapProvider.listCapabilities. See server.Call for documentation.

func (CapProvider_listCapabilities) AllocResults

AllocResults allocates the results struct.

func (CapProvider_listCapabilities) Args

Args returns the call's arguments.

type CapProvider_listCapabilities_Params

type CapProvider_listCapabilities_Params capnp.Struct

func NewCapProvider_listCapabilities_Params

func NewCapProvider_listCapabilities_Params(s *capnp.Segment) (CapProvider_listCapabilities_Params, error)

func NewRootCapProvider_listCapabilities_Params

func NewRootCapProvider_listCapabilities_Params(s *capnp.Segment) (CapProvider_listCapabilities_Params, error)

func ReadRootCapProvider_listCapabilities_Params

func ReadRootCapProvider_listCapabilities_Params(msg *capnp.Message) (CapProvider_listCapabilities_Params, error)

func (CapProvider_listCapabilities_Params) ClientType

func (CapProvider_listCapabilities_Params) ClientTypeBytes

func (s CapProvider_listCapabilities_Params) ClientTypeBytes() ([]byte, error)

func (CapProvider_listCapabilities_Params) DecodeFromPtr

func (CapProvider_listCapabilities_Params) EncodeAsPtr

func (CapProvider_listCapabilities_Params) HasClientType

func (s CapProvider_listCapabilities_Params) HasClientType() bool

func (CapProvider_listCapabilities_Params) IsValid

func (CapProvider_listCapabilities_Params) Message

func (CapProvider_listCapabilities_Params) Segment

func (CapProvider_listCapabilities_Params) SetClientType

func (CapProvider_listCapabilities_Params) String

func (CapProvider_listCapabilities_Params) ToPtr

type CapProvider_listCapabilities_Params_Future

type CapProvider_listCapabilities_Params_Future struct{ *capnp.Future }

CapProvider_listCapabilities_Params_Future is a wrapper for a CapProvider_listCapabilities_Params promised by a client call.

func (CapProvider_listCapabilities_Params_Future) Struct

type CapProvider_listCapabilities_Params_List

type CapProvider_listCapabilities_Params_List = capnp.StructList[CapProvider_listCapabilities_Params]

CapProvider_listCapabilities_Params_List is a list of CapProvider_listCapabilities_Params.

func NewCapProvider_listCapabilities_Params_List

func NewCapProvider_listCapabilities_Params_List(s *capnp.Segment, sz int32) (CapProvider_listCapabilities_Params_List, error)

NewCapProvider_listCapabilities_Params creates a new list of CapProvider_listCapabilities_Params.

type CapProvider_listCapabilities_Results

type CapProvider_listCapabilities_Results capnp.Struct

func NewCapProvider_listCapabilities_Results

func NewCapProvider_listCapabilities_Results(s *capnp.Segment) (CapProvider_listCapabilities_Results, error)

func NewRootCapProvider_listCapabilities_Results

func NewRootCapProvider_listCapabilities_Results(s *capnp.Segment) (CapProvider_listCapabilities_Results, error)

func ReadRootCapProvider_listCapabilities_Results

func ReadRootCapProvider_listCapabilities_Results(msg *capnp.Message) (CapProvider_listCapabilities_Results, error)

func (CapProvider_listCapabilities_Results) DecodeFromPtr

func (CapProvider_listCapabilities_Results) EncodeAsPtr

func (CapProvider_listCapabilities_Results) HasInfoList

func (CapProvider_listCapabilities_Results) InfoList

func (CapProvider_listCapabilities_Results) IsValid

func (CapProvider_listCapabilities_Results) Message

func (CapProvider_listCapabilities_Results) NewInfoList

NewInfoList sets the infoList field to a newly allocated CapabilityInfo_List, preferring placement in s's segment.

func (CapProvider_listCapabilities_Results) Segment

func (CapProvider_listCapabilities_Results) SetInfoList

func (CapProvider_listCapabilities_Results) String

func (CapProvider_listCapabilities_Results) ToPtr

type CapProvider_listCapabilities_Results_Future

type CapProvider_listCapabilities_Results_Future struct{ *capnp.Future }

CapProvider_listCapabilities_Results_Future is a wrapper for a CapProvider_listCapabilities_Results promised by a client call.

func (CapProvider_listCapabilities_Results_Future) Struct

type CapProvider_listCapabilities_Results_List

type CapProvider_listCapabilities_Results_List = capnp.StructList[CapProvider_listCapabilities_Results]

CapProvider_listCapabilities_Results_List is a list of CapProvider_listCapabilities_Results.

func NewCapProvider_listCapabilities_Results_List

func NewCapProvider_listCapabilities_Results_List(s *capnp.Segment, sz int32) (CapProvider_listCapabilities_Results_List, error)

NewCapProvider_listCapabilities_Results creates a new list of CapProvider_listCapabilities_Results.

type CapProvisioning

type CapProvisioning capnp.Client

func CapProvisioning_ServerToClient

func CapProvisioning_ServerToClient(s CapProvisioning_Server) CapProvisioning

CapProvisioning_ServerToClient creates a new Client from an implementation of CapProvisioning_Server. The caller is responsible for calling Release on the returned Client.

func (CapProvisioning) AddRef

func (c CapProvisioning) AddRef() CapProvisioning

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 (CapProvisioning) DecodeFromPtr

func (CapProvisioning) DecodeFromPtr(p capnp.Ptr) CapProvisioning

func (CapProvisioning) EncodeAsPtr

func (c CapProvisioning) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapProvisioning) GetFlowLimiter

func (c CapProvisioning) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapProvisioning) IsSame

func (c CapProvisioning) IsSame(other CapProvisioning) 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 (CapProvisioning) IsValid

func (c CapProvisioning) 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 (CapProvisioning) Release

func (c CapProvisioning) 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 (CapProvisioning) Resolve

func (c CapProvisioning) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapProvisioning) SetFlowLimiter

func (c CapProvisioning) 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 (CapProvisioning) String

func (c CapProvisioning) 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 CapProvisioning_List

type CapProvisioning_List = capnp.CapList[CapProvisioning]

CapProvisioning_List is a list of CapProvisioning.

func NewCapProvisioning_List

func NewCapProvisioning_List(s *capnp.Segment, sz int32) (CapProvisioning_List, error)

NewCapProvisioning creates a new list of CapProvisioning.

type CapProvisioning_Server

type CapProvisioning_Server interface {
	CapManageProvisioning(context.Context, CapProvisioning_capManageProvisioning) error

	CapRequestProvisioning(context.Context, CapProvisioning_capRequestProvisioning) error

	CapRefreshProvisioning(context.Context, CapProvisioning_capRefreshProvisioning) error
}

type CapProvisioning_capManageProvisioning

type CapProvisioning_capManageProvisioning struct {
	*server.Call
}

CapProvisioning_capManageProvisioning holds the state for a server call to CapProvisioning.capManageProvisioning. See server.Call for documentation.

func (CapProvisioning_capManageProvisioning) AllocResults

AllocResults allocates the results struct.

func (CapProvisioning_capManageProvisioning) Args

Args returns the call's arguments.

type CapProvisioning_capManageProvisioning_Params

type CapProvisioning_capManageProvisioning_Params capnp.Struct

func NewRootCapProvisioning_capManageProvisioning_Params

func NewRootCapProvisioning_capManageProvisioning_Params(s *capnp.Segment) (CapProvisioning_capManageProvisioning_Params, error)

func ReadRootCapProvisioning_capManageProvisioning_Params

func ReadRootCapProvisioning_capManageProvisioning_Params(msg *capnp.Message) (CapProvisioning_capManageProvisioning_Params, error)

func (CapProvisioning_capManageProvisioning_Params) ClientID

func (CapProvisioning_capManageProvisioning_Params) ClientIDBytes

func (CapProvisioning_capManageProvisioning_Params) DecodeFromPtr

func (CapProvisioning_capManageProvisioning_Params) EncodeAsPtr

func (CapProvisioning_capManageProvisioning_Params) HasClientID

func (CapProvisioning_capManageProvisioning_Params) IsValid

func (CapProvisioning_capManageProvisioning_Params) Message

func (CapProvisioning_capManageProvisioning_Params) Segment

func (CapProvisioning_capManageProvisioning_Params) SetClientID

func (CapProvisioning_capManageProvisioning_Params) String

func (CapProvisioning_capManageProvisioning_Params) ToPtr

type CapProvisioning_capManageProvisioning_Params_Future

type CapProvisioning_capManageProvisioning_Params_Future struct{ *capnp.Future }

CapProvisioning_capManageProvisioning_Params_Future is a wrapper for a CapProvisioning_capManageProvisioning_Params promised by a client call.

func (CapProvisioning_capManageProvisioning_Params_Future) Struct

type CapProvisioning_capManageProvisioning_Params_List

type CapProvisioning_capManageProvisioning_Params_List = capnp.StructList[CapProvisioning_capManageProvisioning_Params]

CapProvisioning_capManageProvisioning_Params_List is a list of CapProvisioning_capManageProvisioning_Params.

func NewCapProvisioning_capManageProvisioning_Params_List

func NewCapProvisioning_capManageProvisioning_Params_List(s *capnp.Segment, sz int32) (CapProvisioning_capManageProvisioning_Params_List, error)

NewCapProvisioning_capManageProvisioning_Params creates a new list of CapProvisioning_capManageProvisioning_Params.

type CapProvisioning_capManageProvisioning_Results

type CapProvisioning_capManageProvisioning_Results capnp.Struct

func ReadRootCapProvisioning_capManageProvisioning_Results

func ReadRootCapProvisioning_capManageProvisioning_Results(msg *capnp.Message) (CapProvisioning_capManageProvisioning_Results, error)

func (CapProvisioning_capManageProvisioning_Results) Cap

func (CapProvisioning_capManageProvisioning_Results) DecodeFromPtr

func (CapProvisioning_capManageProvisioning_Results) EncodeAsPtr

func (CapProvisioning_capManageProvisioning_Results) HasCap

func (CapProvisioning_capManageProvisioning_Results) IsValid

func (CapProvisioning_capManageProvisioning_Results) Message

func (CapProvisioning_capManageProvisioning_Results) Segment

func (CapProvisioning_capManageProvisioning_Results) SetCap

func (CapProvisioning_capManageProvisioning_Results) String

func (CapProvisioning_capManageProvisioning_Results) ToPtr

type CapProvisioning_capManageProvisioning_Results_Future

type CapProvisioning_capManageProvisioning_Results_Future struct{ *capnp.Future }

CapProvisioning_capManageProvisioning_Results_Future is a wrapper for a CapProvisioning_capManageProvisioning_Results promised by a client call.

func (CapProvisioning_capManageProvisioning_Results_Future) Cap

func (CapProvisioning_capManageProvisioning_Results_Future) Struct

type CapProvisioning_capManageProvisioning_Results_List

type CapProvisioning_capManageProvisioning_Results_List = capnp.StructList[CapProvisioning_capManageProvisioning_Results]

CapProvisioning_capManageProvisioning_Results_List is a list of CapProvisioning_capManageProvisioning_Results.

func NewCapProvisioning_capManageProvisioning_Results_List

func NewCapProvisioning_capManageProvisioning_Results_List(s *capnp.Segment, sz int32) (CapProvisioning_capManageProvisioning_Results_List, error)

NewCapProvisioning_capManageProvisioning_Results creates a new list of CapProvisioning_capManageProvisioning_Results.

type CapProvisioning_capRefreshProvisioning

type CapProvisioning_capRefreshProvisioning struct {
	*server.Call
}

CapProvisioning_capRefreshProvisioning holds the state for a server call to CapProvisioning.capRefreshProvisioning. See server.Call for documentation.

func (CapProvisioning_capRefreshProvisioning) AllocResults

AllocResults allocates the results struct.

func (CapProvisioning_capRefreshProvisioning) Args

Args returns the call's arguments.

type CapProvisioning_capRefreshProvisioning_Params

type CapProvisioning_capRefreshProvisioning_Params capnp.Struct

func ReadRootCapProvisioning_capRefreshProvisioning_Params

func ReadRootCapProvisioning_capRefreshProvisioning_Params(msg *capnp.Message) (CapProvisioning_capRefreshProvisioning_Params, error)

func (CapProvisioning_capRefreshProvisioning_Params) ClientID

func (CapProvisioning_capRefreshProvisioning_Params) ClientIDBytes

func (CapProvisioning_capRefreshProvisioning_Params) DecodeFromPtr

func (CapProvisioning_capRefreshProvisioning_Params) EncodeAsPtr

func (CapProvisioning_capRefreshProvisioning_Params) HasClientID

func (CapProvisioning_capRefreshProvisioning_Params) IsValid

func (CapProvisioning_capRefreshProvisioning_Params) Message

func (CapProvisioning_capRefreshProvisioning_Params) Segment

func (CapProvisioning_capRefreshProvisioning_Params) SetClientID

func (CapProvisioning_capRefreshProvisioning_Params) String

func (CapProvisioning_capRefreshProvisioning_Params) ToPtr

type CapProvisioning_capRefreshProvisioning_Params_Future

type CapProvisioning_capRefreshProvisioning_Params_Future struct{ *capnp.Future }

CapProvisioning_capRefreshProvisioning_Params_Future is a wrapper for a CapProvisioning_capRefreshProvisioning_Params promised by a client call.

func (CapProvisioning_capRefreshProvisioning_Params_Future) Struct

type CapProvisioning_capRefreshProvisioning_Params_List

type CapProvisioning_capRefreshProvisioning_Params_List = capnp.StructList[CapProvisioning_capRefreshProvisioning_Params]

CapProvisioning_capRefreshProvisioning_Params_List is a list of CapProvisioning_capRefreshProvisioning_Params.

func NewCapProvisioning_capRefreshProvisioning_Params_List

func NewCapProvisioning_capRefreshProvisioning_Params_List(s *capnp.Segment, sz int32) (CapProvisioning_capRefreshProvisioning_Params_List, error)

NewCapProvisioning_capRefreshProvisioning_Params creates a new list of CapProvisioning_capRefreshProvisioning_Params.

type CapProvisioning_capRefreshProvisioning_Results

type CapProvisioning_capRefreshProvisioning_Results capnp.Struct

func ReadRootCapProvisioning_capRefreshProvisioning_Results

func ReadRootCapProvisioning_capRefreshProvisioning_Results(msg *capnp.Message) (CapProvisioning_capRefreshProvisioning_Results, error)

func (CapProvisioning_capRefreshProvisioning_Results) Cap

func (CapProvisioning_capRefreshProvisioning_Results) DecodeFromPtr

func (CapProvisioning_capRefreshProvisioning_Results) EncodeAsPtr

func (CapProvisioning_capRefreshProvisioning_Results) HasCap

func (CapProvisioning_capRefreshProvisioning_Results) IsValid

func (CapProvisioning_capRefreshProvisioning_Results) Message

func (CapProvisioning_capRefreshProvisioning_Results) Segment

func (CapProvisioning_capRefreshProvisioning_Results) SetCap

func (CapProvisioning_capRefreshProvisioning_Results) String

func (CapProvisioning_capRefreshProvisioning_Results) ToPtr

type CapProvisioning_capRefreshProvisioning_Results_Future

type CapProvisioning_capRefreshProvisioning_Results_Future struct{ *capnp.Future }

CapProvisioning_capRefreshProvisioning_Results_Future is a wrapper for a CapProvisioning_capRefreshProvisioning_Results promised by a client call.

func (CapProvisioning_capRefreshProvisioning_Results_Future) Cap

func (CapProvisioning_capRefreshProvisioning_Results_Future) Struct

type CapProvisioning_capRefreshProvisioning_Results_List

type CapProvisioning_capRefreshProvisioning_Results_List = capnp.StructList[CapProvisioning_capRefreshProvisioning_Results]

CapProvisioning_capRefreshProvisioning_Results_List is a list of CapProvisioning_capRefreshProvisioning_Results.

func NewCapProvisioning_capRefreshProvisioning_Results_List

func NewCapProvisioning_capRefreshProvisioning_Results_List(s *capnp.Segment, sz int32) (CapProvisioning_capRefreshProvisioning_Results_List, error)

NewCapProvisioning_capRefreshProvisioning_Results creates a new list of CapProvisioning_capRefreshProvisioning_Results.

type CapProvisioning_capRequestProvisioning

type CapProvisioning_capRequestProvisioning struct {
	*server.Call
}

CapProvisioning_capRequestProvisioning holds the state for a server call to CapProvisioning.capRequestProvisioning. See server.Call for documentation.

func (CapProvisioning_capRequestProvisioning) AllocResults

AllocResults allocates the results struct.

func (CapProvisioning_capRequestProvisioning) Args

Args returns the call's arguments.

type CapProvisioning_capRequestProvisioning_Params

type CapProvisioning_capRequestProvisioning_Params capnp.Struct

func ReadRootCapProvisioning_capRequestProvisioning_Params

func ReadRootCapProvisioning_capRequestProvisioning_Params(msg *capnp.Message) (CapProvisioning_capRequestProvisioning_Params, error)

func (CapProvisioning_capRequestProvisioning_Params) ClientID

func (CapProvisioning_capRequestProvisioning_Params) ClientIDBytes

func (CapProvisioning_capRequestProvisioning_Params) DecodeFromPtr

func (CapProvisioning_capRequestProvisioning_Params) EncodeAsPtr

func (CapProvisioning_capRequestProvisioning_Params) HasClientID

func (CapProvisioning_capRequestProvisioning_Params) IsValid

func (CapProvisioning_capRequestProvisioning_Params) Message

func (CapProvisioning_capRequestProvisioning_Params) Segment

func (CapProvisioning_capRequestProvisioning_Params) SetClientID

func (CapProvisioning_capRequestProvisioning_Params) String

func (CapProvisioning_capRequestProvisioning_Params) ToPtr

type CapProvisioning_capRequestProvisioning_Params_Future

type CapProvisioning_capRequestProvisioning_Params_Future struct{ *capnp.Future }

CapProvisioning_capRequestProvisioning_Params_Future is a wrapper for a CapProvisioning_capRequestProvisioning_Params promised by a client call.

func (CapProvisioning_capRequestProvisioning_Params_Future) Struct

type CapProvisioning_capRequestProvisioning_Params_List

type CapProvisioning_capRequestProvisioning_Params_List = capnp.StructList[CapProvisioning_capRequestProvisioning_Params]

CapProvisioning_capRequestProvisioning_Params_List is a list of CapProvisioning_capRequestProvisioning_Params.

func NewCapProvisioning_capRequestProvisioning_Params_List

func NewCapProvisioning_capRequestProvisioning_Params_List(s *capnp.Segment, sz int32) (CapProvisioning_capRequestProvisioning_Params_List, error)

NewCapProvisioning_capRequestProvisioning_Params creates a new list of CapProvisioning_capRequestProvisioning_Params.

type CapProvisioning_capRequestProvisioning_Results

type CapProvisioning_capRequestProvisioning_Results capnp.Struct

func ReadRootCapProvisioning_capRequestProvisioning_Results

func ReadRootCapProvisioning_capRequestProvisioning_Results(msg *capnp.Message) (CapProvisioning_capRequestProvisioning_Results, error)

func (CapProvisioning_capRequestProvisioning_Results) Cap

func (CapProvisioning_capRequestProvisioning_Results) DecodeFromPtr

func (CapProvisioning_capRequestProvisioning_Results) EncodeAsPtr

func (CapProvisioning_capRequestProvisioning_Results) HasCap

func (CapProvisioning_capRequestProvisioning_Results) IsValid

func (CapProvisioning_capRequestProvisioning_Results) Message

func (CapProvisioning_capRequestProvisioning_Results) Segment

func (CapProvisioning_capRequestProvisioning_Results) SetCap

func (CapProvisioning_capRequestProvisioning_Results) String

func (CapProvisioning_capRequestProvisioning_Results) ToPtr

type CapProvisioning_capRequestProvisioning_Results_Future

type CapProvisioning_capRequestProvisioning_Results_Future struct{ *capnp.Future }

CapProvisioning_capRequestProvisioning_Results_Future is a wrapper for a CapProvisioning_capRequestProvisioning_Results promised by a client call.

func (CapProvisioning_capRequestProvisioning_Results_Future) Cap

func (CapProvisioning_capRequestProvisioning_Results_Future) Struct

type CapProvisioning_capRequestProvisioning_Results_List

type CapProvisioning_capRequestProvisioning_Results_List = capnp.StructList[CapProvisioning_capRequestProvisioning_Results]

CapProvisioning_capRequestProvisioning_Results_List is a list of CapProvisioning_capRequestProvisioning_Results.

func NewCapProvisioning_capRequestProvisioning_Results_List

func NewCapProvisioning_capRequestProvisioning_Results_List(s *capnp.Segment, sz int32) (CapProvisioning_capRequestProvisioning_Results_List, error)

NewCapProvisioning_capRequestProvisioning_Results creates a new list of CapProvisioning_capRequestProvisioning_Results.

type CapPubSubService

type CapPubSubService capnp.Client

func CapPubSubService_ServerToClient

func CapPubSubService_ServerToClient(s CapPubSubService_Server) CapPubSubService

CapPubSubService_ServerToClient creates a new Client from an implementation of CapPubSubService_Server. The caller is responsible for calling Release on the returned Client.

func (CapPubSubService) AddRef

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 (CapPubSubService) DecodeFromPtr

func (CapPubSubService) DecodeFromPtr(p capnp.Ptr) CapPubSubService

func (CapPubSubService) EncodeAsPtr

func (c CapPubSubService) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapPubSubService) GetFlowLimiter

func (c CapPubSubService) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapPubSubService) IsSame

func (c CapPubSubService) IsSame(other CapPubSubService) 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 (CapPubSubService) IsValid

func (c CapPubSubService) 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 (CapPubSubService) Release

func (c CapPubSubService) 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 (CapPubSubService) Resolve

func (c CapPubSubService) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapPubSubService) SetFlowLimiter

func (c CapPubSubService) 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 (CapPubSubService) String

func (c CapPubSubService) 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 CapPubSubService_List

type CapPubSubService_List = capnp.CapList[CapPubSubService]

CapPubSubService_List is a list of CapPubSubService.

func NewCapPubSubService_List

func NewCapPubSubService_List(s *capnp.Segment, sz int32) (CapPubSubService_List, error)

NewCapPubSubService creates a new list of CapPubSubService.

type CapPubSubService_capDevicePubSub

type CapPubSubService_capDevicePubSub struct {
	*server.Call
}

CapPubSubService_capDevicePubSub holds the state for a server call to CapPubSubService.capDevicePubSub. See server.Call for documentation.

func (CapPubSubService_capDevicePubSub) AllocResults

AllocResults allocates the results struct.

func (CapPubSubService_capDevicePubSub) Args

Args returns the call's arguments.

type CapPubSubService_capDevicePubSub_Params

type CapPubSubService_capDevicePubSub_Params capnp.Struct

func NewCapPubSubService_capDevicePubSub_Params

func NewCapPubSubService_capDevicePubSub_Params(s *capnp.Segment) (CapPubSubService_capDevicePubSub_Params, error)

func NewRootCapPubSubService_capDevicePubSub_Params

func NewRootCapPubSubService_capDevicePubSub_Params(s *capnp.Segment) (CapPubSubService_capDevicePubSub_Params, error)

func ReadRootCapPubSubService_capDevicePubSub_Params

func ReadRootCapPubSubService_capDevicePubSub_Params(msg *capnp.Message) (CapPubSubService_capDevicePubSub_Params, error)

func (CapPubSubService_capDevicePubSub_Params) DecodeFromPtr

func (CapPubSubService_capDevicePubSub_Params) EncodeAsPtr

func (CapPubSubService_capDevicePubSub_Params) HasPublisherID

func (s CapPubSubService_capDevicePubSub_Params) HasPublisherID() bool

func (CapPubSubService_capDevicePubSub_Params) IsValid

func (CapPubSubService_capDevicePubSub_Params) Message

func (CapPubSubService_capDevicePubSub_Params) PublisherID

func (CapPubSubService_capDevicePubSub_Params) PublisherIDBytes

func (s CapPubSubService_capDevicePubSub_Params) PublisherIDBytes() ([]byte, error)

func (CapPubSubService_capDevicePubSub_Params) Segment

func (CapPubSubService_capDevicePubSub_Params) SetPublisherID

func (CapPubSubService_capDevicePubSub_Params) String

func (CapPubSubService_capDevicePubSub_Params) ToPtr

type CapPubSubService_capDevicePubSub_Params_Future

type CapPubSubService_capDevicePubSub_Params_Future struct{ *capnp.Future }

CapPubSubService_capDevicePubSub_Params_Future is a wrapper for a CapPubSubService_capDevicePubSub_Params promised by a client call.

func (CapPubSubService_capDevicePubSub_Params_Future) Struct

type CapPubSubService_capDevicePubSub_Params_List

type CapPubSubService_capDevicePubSub_Params_List = capnp.StructList[CapPubSubService_capDevicePubSub_Params]

CapPubSubService_capDevicePubSub_Params_List is a list of CapPubSubService_capDevicePubSub_Params.

func NewCapPubSubService_capDevicePubSub_Params_List

func NewCapPubSubService_capDevicePubSub_Params_List(s *capnp.Segment, sz int32) (CapPubSubService_capDevicePubSub_Params_List, error)

NewCapPubSubService_capDevicePubSub_Params creates a new list of CapPubSubService_capDevicePubSub_Params.

type CapPubSubService_capDevicePubSub_Results

type CapPubSubService_capDevicePubSub_Results capnp.Struct

func NewCapPubSubService_capDevicePubSub_Results

func NewCapPubSubService_capDevicePubSub_Results(s *capnp.Segment) (CapPubSubService_capDevicePubSub_Results, error)

func NewRootCapPubSubService_capDevicePubSub_Results

func NewRootCapPubSubService_capDevicePubSub_Results(s *capnp.Segment) (CapPubSubService_capDevicePubSub_Results, error)

func ReadRootCapPubSubService_capDevicePubSub_Results

func ReadRootCapPubSubService_capDevicePubSub_Results(msg *capnp.Message) (CapPubSubService_capDevicePubSub_Results, error)

func (CapPubSubService_capDevicePubSub_Results) Cap

func (CapPubSubService_capDevicePubSub_Results) DecodeFromPtr

func (CapPubSubService_capDevicePubSub_Results) EncodeAsPtr

func (CapPubSubService_capDevicePubSub_Results) HasCap

func (CapPubSubService_capDevicePubSub_Results) IsValid

func (CapPubSubService_capDevicePubSub_Results) Message

func (CapPubSubService_capDevicePubSub_Results) Segment

func (CapPubSubService_capDevicePubSub_Results) SetCap

func (CapPubSubService_capDevicePubSub_Results) String

func (CapPubSubService_capDevicePubSub_Results) ToPtr

type CapPubSubService_capDevicePubSub_Results_Future

type CapPubSubService_capDevicePubSub_Results_Future struct{ *capnp.Future }

CapPubSubService_capDevicePubSub_Results_Future is a wrapper for a CapPubSubService_capDevicePubSub_Results promised by a client call.

func (CapPubSubService_capDevicePubSub_Results_Future) Cap

func (CapPubSubService_capDevicePubSub_Results_Future) Struct

type CapPubSubService_capDevicePubSub_Results_List

type CapPubSubService_capDevicePubSub_Results_List = capnp.StructList[CapPubSubService_capDevicePubSub_Results]

CapPubSubService_capDevicePubSub_Results_List is a list of CapPubSubService_capDevicePubSub_Results.

func NewCapPubSubService_capDevicePubSub_Results_List

func NewCapPubSubService_capDevicePubSub_Results_List(s *capnp.Segment, sz int32) (CapPubSubService_capDevicePubSub_Results_List, error)

NewCapPubSubService_capDevicePubSub_Results creates a new list of CapPubSubService_capDevicePubSub_Results.

type CapPubSubService_capServicePubSub

type CapPubSubService_capServicePubSub struct {
	*server.Call
}

CapPubSubService_capServicePubSub holds the state for a server call to CapPubSubService.capServicePubSub. See server.Call for documentation.

func (CapPubSubService_capServicePubSub) AllocResults

AllocResults allocates the results struct.

func (CapPubSubService_capServicePubSub) Args

Args returns the call's arguments.

type CapPubSubService_capServicePubSub_Params

type CapPubSubService_capServicePubSub_Params capnp.Struct

func NewCapPubSubService_capServicePubSub_Params

func NewCapPubSubService_capServicePubSub_Params(s *capnp.Segment) (CapPubSubService_capServicePubSub_Params, error)

func NewRootCapPubSubService_capServicePubSub_Params

func NewRootCapPubSubService_capServicePubSub_Params(s *capnp.Segment) (CapPubSubService_capServicePubSub_Params, error)

func ReadRootCapPubSubService_capServicePubSub_Params

func ReadRootCapPubSubService_capServicePubSub_Params(msg *capnp.Message) (CapPubSubService_capServicePubSub_Params, error)

func (CapPubSubService_capServicePubSub_Params) DecodeFromPtr

func (CapPubSubService_capServicePubSub_Params) EncodeAsPtr

func (CapPubSubService_capServicePubSub_Params) HasPublisherID

func (CapPubSubService_capServicePubSub_Params) IsValid

func (CapPubSubService_capServicePubSub_Params) Message

func (CapPubSubService_capServicePubSub_Params) PublisherID

func (CapPubSubService_capServicePubSub_Params) PublisherIDBytes

func (s CapPubSubService_capServicePubSub_Params) PublisherIDBytes() ([]byte, error)

func (CapPubSubService_capServicePubSub_Params) Segment

func (CapPubSubService_capServicePubSub_Params) SetPublisherID

func (CapPubSubService_capServicePubSub_Params) String

func (CapPubSubService_capServicePubSub_Params) ToPtr

type CapPubSubService_capServicePubSub_Params_Future

type CapPubSubService_capServicePubSub_Params_Future struct{ *capnp.Future }

CapPubSubService_capServicePubSub_Params_Future is a wrapper for a CapPubSubService_capServicePubSub_Params promised by a client call.

func (CapPubSubService_capServicePubSub_Params_Future) Struct

type CapPubSubService_capServicePubSub_Params_List

type CapPubSubService_capServicePubSub_Params_List = capnp.StructList[CapPubSubService_capServicePubSub_Params]

CapPubSubService_capServicePubSub_Params_List is a list of CapPubSubService_capServicePubSub_Params.

func NewCapPubSubService_capServicePubSub_Params_List

func NewCapPubSubService_capServicePubSub_Params_List(s *capnp.Segment, sz int32) (CapPubSubService_capServicePubSub_Params_List, error)

NewCapPubSubService_capServicePubSub_Params creates a new list of CapPubSubService_capServicePubSub_Params.

type CapPubSubService_capServicePubSub_Results

type CapPubSubService_capServicePubSub_Results capnp.Struct

func NewRootCapPubSubService_capServicePubSub_Results

func NewRootCapPubSubService_capServicePubSub_Results(s *capnp.Segment) (CapPubSubService_capServicePubSub_Results, error)

func ReadRootCapPubSubService_capServicePubSub_Results

func ReadRootCapPubSubService_capServicePubSub_Results(msg *capnp.Message) (CapPubSubService_capServicePubSub_Results, error)

func (CapPubSubService_capServicePubSub_Results) Cap

func (CapPubSubService_capServicePubSub_Results) DecodeFromPtr

func (CapPubSubService_capServicePubSub_Results) EncodeAsPtr

func (CapPubSubService_capServicePubSub_Results) HasCap

func (CapPubSubService_capServicePubSub_Results) IsValid

func (CapPubSubService_capServicePubSub_Results) Message

func (CapPubSubService_capServicePubSub_Results) Segment

func (CapPubSubService_capServicePubSub_Results) SetCap

func (CapPubSubService_capServicePubSub_Results) String

func (CapPubSubService_capServicePubSub_Results) ToPtr

type CapPubSubService_capServicePubSub_Results_Future

type CapPubSubService_capServicePubSub_Results_Future struct{ *capnp.Future }

CapPubSubService_capServicePubSub_Results_Future is a wrapper for a CapPubSubService_capServicePubSub_Results promised by a client call.

func (CapPubSubService_capServicePubSub_Results_Future) Cap

func (CapPubSubService_capServicePubSub_Results_Future) Struct

type CapPubSubService_capServicePubSub_Results_List

type CapPubSubService_capServicePubSub_Results_List = capnp.StructList[CapPubSubService_capServicePubSub_Results]

CapPubSubService_capServicePubSub_Results_List is a list of CapPubSubService_capServicePubSub_Results.

func NewCapPubSubService_capServicePubSub_Results_List

func NewCapPubSubService_capServicePubSub_Results_List(s *capnp.Segment, sz int32) (CapPubSubService_capServicePubSub_Results_List, error)

NewCapPubSubService_capServicePubSub_Results creates a new list of CapPubSubService_capServicePubSub_Results.

type CapPubSubService_capUserPubSub

type CapPubSubService_capUserPubSub struct {
	*server.Call
}

CapPubSubService_capUserPubSub holds the state for a server call to CapPubSubService.capUserPubSub. See server.Call for documentation.

func (CapPubSubService_capUserPubSub) AllocResults

AllocResults allocates the results struct.

func (CapPubSubService_capUserPubSub) Args

Args returns the call's arguments.

type CapPubSubService_capUserPubSub_Params

type CapPubSubService_capUserPubSub_Params capnp.Struct

func NewCapPubSubService_capUserPubSub_Params

func NewCapPubSubService_capUserPubSub_Params(s *capnp.Segment) (CapPubSubService_capUserPubSub_Params, error)

func NewRootCapPubSubService_capUserPubSub_Params

func NewRootCapPubSubService_capUserPubSub_Params(s *capnp.Segment) (CapPubSubService_capUserPubSub_Params, error)

func ReadRootCapPubSubService_capUserPubSub_Params

func ReadRootCapPubSubService_capUserPubSub_Params(msg *capnp.Message) (CapPubSubService_capUserPubSub_Params, error)

func (CapPubSubService_capUserPubSub_Params) DecodeFromPtr

func (CapPubSubService_capUserPubSub_Params) EncodeAsPtr

func (CapPubSubService_capUserPubSub_Params) HasUserID

func (CapPubSubService_capUserPubSub_Params) IsValid

func (CapPubSubService_capUserPubSub_Params) Message

func (CapPubSubService_capUserPubSub_Params) Segment

func (CapPubSubService_capUserPubSub_Params) SetUserID

func (CapPubSubService_capUserPubSub_Params) String

func (CapPubSubService_capUserPubSub_Params) ToPtr

func (CapPubSubService_capUserPubSub_Params) UserID

func (CapPubSubService_capUserPubSub_Params) UserIDBytes

func (s CapPubSubService_capUserPubSub_Params) UserIDBytes() ([]byte, error)

type CapPubSubService_capUserPubSub_Params_Future

type CapPubSubService_capUserPubSub_Params_Future struct{ *capnp.Future }

CapPubSubService_capUserPubSub_Params_Future is a wrapper for a CapPubSubService_capUserPubSub_Params promised by a client call.

func (CapPubSubService_capUserPubSub_Params_Future) Struct

type CapPubSubService_capUserPubSub_Params_List

type CapPubSubService_capUserPubSub_Params_List = capnp.StructList[CapPubSubService_capUserPubSub_Params]

CapPubSubService_capUserPubSub_Params_List is a list of CapPubSubService_capUserPubSub_Params.

func NewCapPubSubService_capUserPubSub_Params_List

func NewCapPubSubService_capUserPubSub_Params_List(s *capnp.Segment, sz int32) (CapPubSubService_capUserPubSub_Params_List, error)

NewCapPubSubService_capUserPubSub_Params creates a new list of CapPubSubService_capUserPubSub_Params.

type CapPubSubService_capUserPubSub_Results

type CapPubSubService_capUserPubSub_Results capnp.Struct

func NewCapPubSubService_capUserPubSub_Results

func NewCapPubSubService_capUserPubSub_Results(s *capnp.Segment) (CapPubSubService_capUserPubSub_Results, error)

func NewRootCapPubSubService_capUserPubSub_Results

func NewRootCapPubSubService_capUserPubSub_Results(s *capnp.Segment) (CapPubSubService_capUserPubSub_Results, error)

func ReadRootCapPubSubService_capUserPubSub_Results

func ReadRootCapPubSubService_capUserPubSub_Results(msg *capnp.Message) (CapPubSubService_capUserPubSub_Results, error)

func (CapPubSubService_capUserPubSub_Results) Cap

func (CapPubSubService_capUserPubSub_Results) DecodeFromPtr

func (CapPubSubService_capUserPubSub_Results) EncodeAsPtr

func (CapPubSubService_capUserPubSub_Results) HasCap

func (CapPubSubService_capUserPubSub_Results) IsValid

func (CapPubSubService_capUserPubSub_Results) Message

func (CapPubSubService_capUserPubSub_Results) Segment

func (CapPubSubService_capUserPubSub_Results) SetCap

func (CapPubSubService_capUserPubSub_Results) String

func (CapPubSubService_capUserPubSub_Results) ToPtr

type CapPubSubService_capUserPubSub_Results_Future

type CapPubSubService_capUserPubSub_Results_Future struct{ *capnp.Future }

CapPubSubService_capUserPubSub_Results_Future is a wrapper for a CapPubSubService_capUserPubSub_Results promised by a client call.

func (CapPubSubService_capUserPubSub_Results_Future) Cap

func (CapPubSubService_capUserPubSub_Results_Future) Struct

type CapPubSubService_capUserPubSub_Results_List

type CapPubSubService_capUserPubSub_Results_List = capnp.StructList[CapPubSubService_capUserPubSub_Results]

CapPubSubService_capUserPubSub_Results_List is a list of CapPubSubService_capUserPubSub_Results.

func NewCapPubSubService_capUserPubSub_Results_List

func NewCapPubSubService_capUserPubSub_Results_List(s *capnp.Segment, sz int32) (CapPubSubService_capUserPubSub_Results_List, error)

NewCapPubSubService_capUserPubSub_Results creates a new list of CapPubSubService_capUserPubSub_Results.

type CapReadDirectory

type CapReadDirectory capnp.Client

func CapReadDirectory_ServerToClient

func CapReadDirectory_ServerToClient(s CapReadDirectory_Server) CapReadDirectory

CapReadDirectory_ServerToClient creates a new Client from an implementation of CapReadDirectory_Server. The caller is responsible for calling Release on the returned Client.

func (CapReadDirectory) AddRef

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 (CapReadDirectory) DecodeFromPtr

func (CapReadDirectory) DecodeFromPtr(p capnp.Ptr) CapReadDirectory

func (CapReadDirectory) EncodeAsPtr

func (c CapReadDirectory) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapReadDirectory) GetFlowLimiter

func (c CapReadDirectory) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapReadDirectory) IsSame

func (c CapReadDirectory) IsSame(other CapReadDirectory) 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 (CapReadDirectory) IsValid

func (c CapReadDirectory) 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 (CapReadDirectory) Release

func (c CapReadDirectory) 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 (CapReadDirectory) Resolve

func (c CapReadDirectory) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapReadDirectory) SetFlowLimiter

func (c CapReadDirectory) 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 (CapReadDirectory) String

func (c CapReadDirectory) 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 CapReadDirectory_List

type CapReadDirectory_List = capnp.CapList[CapReadDirectory]

CapReadDirectory_List is a list of CapReadDirectory.

func NewCapReadDirectory_List

func NewCapReadDirectory_List(s *capnp.Segment, sz int32) (CapReadDirectory_List, error)

NewCapReadDirectory creates a new list of CapReadDirectory.

type CapReadDirectory_Server

type CapReadDirectory_Server interface {
	Cursor(context.Context, CapReadDirectory_cursor) error

	GetTD(context.Context, CapReadDirectory_getTD) error
}

type CapReadDirectory_cursor

type CapReadDirectory_cursor struct {
	*server.Call
}

CapReadDirectory_cursor holds the state for a server call to CapReadDirectory.cursor. See server.Call for documentation.

func (CapReadDirectory_cursor) AllocResults

AllocResults allocates the results struct.

func (CapReadDirectory_cursor) Args

Args returns the call's arguments.

type CapReadDirectory_cursor_Params

type CapReadDirectory_cursor_Params capnp.Struct

func NewCapReadDirectory_cursor_Params

func NewCapReadDirectory_cursor_Params(s *capnp.Segment) (CapReadDirectory_cursor_Params, error)

func NewRootCapReadDirectory_cursor_Params

func NewRootCapReadDirectory_cursor_Params(s *capnp.Segment) (CapReadDirectory_cursor_Params, error)

func ReadRootCapReadDirectory_cursor_Params

func ReadRootCapReadDirectory_cursor_Params(msg *capnp.Message) (CapReadDirectory_cursor_Params, error)

func (CapReadDirectory_cursor_Params) DecodeFromPtr

func (CapReadDirectory_cursor_Params) EncodeAsPtr

func (CapReadDirectory_cursor_Params) IsValid

func (CapReadDirectory_cursor_Params) Message

func (CapReadDirectory_cursor_Params) Segment

func (CapReadDirectory_cursor_Params) String

func (CapReadDirectory_cursor_Params) ToPtr

type CapReadDirectory_cursor_Params_Future

type CapReadDirectory_cursor_Params_Future struct{ *capnp.Future }

CapReadDirectory_cursor_Params_Future is a wrapper for a CapReadDirectory_cursor_Params promised by a client call.

func (CapReadDirectory_cursor_Params_Future) Struct

type CapReadDirectory_cursor_Params_List

type CapReadDirectory_cursor_Params_List = capnp.StructList[CapReadDirectory_cursor_Params]

CapReadDirectory_cursor_Params_List is a list of CapReadDirectory_cursor_Params.

func NewCapReadDirectory_cursor_Params_List

func NewCapReadDirectory_cursor_Params_List(s *capnp.Segment, sz int32) (CapReadDirectory_cursor_Params_List, error)

NewCapReadDirectory_cursor_Params creates a new list of CapReadDirectory_cursor_Params.

type CapReadDirectory_cursor_Results

type CapReadDirectory_cursor_Results capnp.Struct

func NewCapReadDirectory_cursor_Results

func NewCapReadDirectory_cursor_Results(s *capnp.Segment) (CapReadDirectory_cursor_Results, error)

func NewRootCapReadDirectory_cursor_Results

func NewRootCapReadDirectory_cursor_Results(s *capnp.Segment) (CapReadDirectory_cursor_Results, error)

func ReadRootCapReadDirectory_cursor_Results

func ReadRootCapReadDirectory_cursor_Results(msg *capnp.Message) (CapReadDirectory_cursor_Results, error)

func (CapReadDirectory_cursor_Results) Cursor

func (CapReadDirectory_cursor_Results) DecodeFromPtr

func (CapReadDirectory_cursor_Results) EncodeAsPtr

func (CapReadDirectory_cursor_Results) HasCursor

func (s CapReadDirectory_cursor_Results) HasCursor() bool

func (CapReadDirectory_cursor_Results) IsValid

func (CapReadDirectory_cursor_Results) Message

func (CapReadDirectory_cursor_Results) Segment

func (CapReadDirectory_cursor_Results) SetCursor

func (CapReadDirectory_cursor_Results) String

func (CapReadDirectory_cursor_Results) ToPtr

type CapReadDirectory_cursor_Results_Future

type CapReadDirectory_cursor_Results_Future struct{ *capnp.Future }

CapReadDirectory_cursor_Results_Future is a wrapper for a CapReadDirectory_cursor_Results promised by a client call.

func (CapReadDirectory_cursor_Results_Future) Cursor

func (CapReadDirectory_cursor_Results_Future) Struct

type CapReadDirectory_cursor_Results_List

type CapReadDirectory_cursor_Results_List = capnp.StructList[CapReadDirectory_cursor_Results]

CapReadDirectory_cursor_Results_List is a list of CapReadDirectory_cursor_Results.

func NewCapReadDirectory_cursor_Results_List

func NewCapReadDirectory_cursor_Results_List(s *capnp.Segment, sz int32) (CapReadDirectory_cursor_Results_List, error)

NewCapReadDirectory_cursor_Results creates a new list of CapReadDirectory_cursor_Results.

type CapReadDirectory_getTD

type CapReadDirectory_getTD struct {
	*server.Call
}

CapReadDirectory_getTD holds the state for a server call to CapReadDirectory.getTD. See server.Call for documentation.

func (CapReadDirectory_getTD) AllocResults

AllocResults allocates the results struct.

func (CapReadDirectory_getTD) Args

Args returns the call's arguments.

type CapReadDirectory_getTD_Params

type CapReadDirectory_getTD_Params capnp.Struct

func NewCapReadDirectory_getTD_Params

func NewCapReadDirectory_getTD_Params(s *capnp.Segment) (CapReadDirectory_getTD_Params, error)

func NewRootCapReadDirectory_getTD_Params

func NewRootCapReadDirectory_getTD_Params(s *capnp.Segment) (CapReadDirectory_getTD_Params, error)

func ReadRootCapReadDirectory_getTD_Params

func ReadRootCapReadDirectory_getTD_Params(msg *capnp.Message) (CapReadDirectory_getTD_Params, error)

func (CapReadDirectory_getTD_Params) DecodeFromPtr

func (CapReadDirectory_getTD_Params) EncodeAsPtr

func (s CapReadDirectory_getTD_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapReadDirectory_getTD_Params) HasPublisherID

func (s CapReadDirectory_getTD_Params) HasPublisherID() bool

func (CapReadDirectory_getTD_Params) HasThingID

func (s CapReadDirectory_getTD_Params) HasThingID() bool

func (CapReadDirectory_getTD_Params) IsValid

func (s CapReadDirectory_getTD_Params) IsValid() bool

func (CapReadDirectory_getTD_Params) Message

func (CapReadDirectory_getTD_Params) PublisherID

func (s CapReadDirectory_getTD_Params) PublisherID() (string, error)

func (CapReadDirectory_getTD_Params) PublisherIDBytes

func (s CapReadDirectory_getTD_Params) PublisherIDBytes() ([]byte, error)

func (CapReadDirectory_getTD_Params) Segment

func (CapReadDirectory_getTD_Params) SetPublisherID

func (s CapReadDirectory_getTD_Params) SetPublisherID(v string) error

func (CapReadDirectory_getTD_Params) SetThingID

func (s CapReadDirectory_getTD_Params) SetThingID(v string) error

func (CapReadDirectory_getTD_Params) String

func (CapReadDirectory_getTD_Params) ThingID

func (CapReadDirectory_getTD_Params) ThingIDBytes

func (s CapReadDirectory_getTD_Params) ThingIDBytes() ([]byte, error)

func (CapReadDirectory_getTD_Params) ToPtr

type CapReadDirectory_getTD_Params_Future

type CapReadDirectory_getTD_Params_Future struct{ *capnp.Future }

CapReadDirectory_getTD_Params_Future is a wrapper for a CapReadDirectory_getTD_Params promised by a client call.

func (CapReadDirectory_getTD_Params_Future) Struct

type CapReadDirectory_getTD_Params_List

type CapReadDirectory_getTD_Params_List = capnp.StructList[CapReadDirectory_getTD_Params]

CapReadDirectory_getTD_Params_List is a list of CapReadDirectory_getTD_Params.

func NewCapReadDirectory_getTD_Params_List

func NewCapReadDirectory_getTD_Params_List(s *capnp.Segment, sz int32) (CapReadDirectory_getTD_Params_List, error)

NewCapReadDirectory_getTD_Params creates a new list of CapReadDirectory_getTD_Params.

type CapReadDirectory_getTD_Results

type CapReadDirectory_getTD_Results capnp.Struct

func NewCapReadDirectory_getTD_Results

func NewCapReadDirectory_getTD_Results(s *capnp.Segment) (CapReadDirectory_getTD_Results, error)

func NewRootCapReadDirectory_getTD_Results

func NewRootCapReadDirectory_getTD_Results(s *capnp.Segment) (CapReadDirectory_getTD_Results, error)

func ReadRootCapReadDirectory_getTD_Results

func ReadRootCapReadDirectory_getTD_Results(msg *capnp.Message) (CapReadDirectory_getTD_Results, error)

func (CapReadDirectory_getTD_Results) DecodeFromPtr

func (CapReadDirectory_getTD_Results) EncodeAsPtr

func (CapReadDirectory_getTD_Results) HasTv

func (CapReadDirectory_getTD_Results) IsValid

func (CapReadDirectory_getTD_Results) Message

func (CapReadDirectory_getTD_Results) NewTv

NewTv sets the tv field to a newly allocated ThingValue struct, preferring placement in s's segment.

func (CapReadDirectory_getTD_Results) Segment

func (CapReadDirectory_getTD_Results) SetTv

func (CapReadDirectory_getTD_Results) String

func (CapReadDirectory_getTD_Results) ToPtr

func (CapReadDirectory_getTD_Results) Tv

type CapReadDirectory_getTD_Results_Future

type CapReadDirectory_getTD_Results_Future struct{ *capnp.Future }

CapReadDirectory_getTD_Results_Future is a wrapper for a CapReadDirectory_getTD_Results promised by a client call.

func (CapReadDirectory_getTD_Results_Future) Struct

func (CapReadDirectory_getTD_Results_Future) Tv

type CapReadDirectory_getTD_Results_List

type CapReadDirectory_getTD_Results_List = capnp.StructList[CapReadDirectory_getTD_Results]

CapReadDirectory_getTD_Results_List is a list of CapReadDirectory_getTD_Results.

func NewCapReadDirectory_getTD_Results_List

func NewCapReadDirectory_getTD_Results_List(s *capnp.Segment, sz int32) (CapReadDirectory_getTD_Results_List, error)

NewCapReadDirectory_getTD_Results creates a new list of CapReadDirectory_getTD_Results.

type CapReadHistory

type CapReadHistory capnp.Client

func CapReadHistory_ServerToClient

func CapReadHistory_ServerToClient(s CapReadHistory_Server) CapReadHistory

CapReadHistory_ServerToClient creates a new Client from an implementation of CapReadHistory_Server. The caller is responsible for calling Release on the returned Client.

func (CapReadHistory) AddRef

func (c CapReadHistory) AddRef() CapReadHistory

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 (CapReadHistory) DecodeFromPtr

func (CapReadHistory) DecodeFromPtr(p capnp.Ptr) CapReadHistory

func (CapReadHistory) EncodeAsPtr

func (c CapReadHistory) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapReadHistory) GetFlowLimiter

func (c CapReadHistory) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapReadHistory) IsSame

func (c CapReadHistory) IsSame(other CapReadHistory) 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 (CapReadHistory) IsValid

func (c CapReadHistory) 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 (CapReadHistory) Release

func (c CapReadHistory) 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 (CapReadHistory) Resolve

func (c CapReadHistory) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapReadHistory) SetFlowLimiter

func (c CapReadHistory) 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 (CapReadHistory) String

func (c CapReadHistory) 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 CapReadHistory_List

type CapReadHistory_List = capnp.CapList[CapReadHistory]

CapReadHistory_List is a list of CapReadHistory.

func NewCapReadHistory_List

func NewCapReadHistory_List(s *capnp.Segment, sz int32) (CapReadHistory_List, error)

NewCapReadHistory creates a new list of CapReadHistory.

type CapReadHistory_getEventHistory

type CapReadHistory_getEventHistory struct {
	*server.Call
}

CapReadHistory_getEventHistory holds the state for a server call to CapReadHistory.getEventHistory. See server.Call for documentation.

func (CapReadHistory_getEventHistory) AllocResults

AllocResults allocates the results struct.

func (CapReadHistory_getEventHistory) Args

Args returns the call's arguments.

type CapReadHistory_getEventHistory_Params

type CapReadHistory_getEventHistory_Params capnp.Struct

func NewCapReadHistory_getEventHistory_Params

func NewCapReadHistory_getEventHistory_Params(s *capnp.Segment) (CapReadHistory_getEventHistory_Params, error)

func NewRootCapReadHistory_getEventHistory_Params

func NewRootCapReadHistory_getEventHistory_Params(s *capnp.Segment) (CapReadHistory_getEventHistory_Params, error)

func ReadRootCapReadHistory_getEventHistory_Params

func ReadRootCapReadHistory_getEventHistory_Params(msg *capnp.Message) (CapReadHistory_getEventHistory_Params, error)

func (CapReadHistory_getEventHistory_Params) DecodeFromPtr

func (CapReadHistory_getEventHistory_Params) EncodeAsPtr

func (CapReadHistory_getEventHistory_Params) HasName

func (CapReadHistory_getEventHistory_Params) IsValid

func (CapReadHistory_getEventHistory_Params) Message

func (CapReadHistory_getEventHistory_Params) Name

func (CapReadHistory_getEventHistory_Params) NameBytes

func (CapReadHistory_getEventHistory_Params) Segment

func (CapReadHistory_getEventHistory_Params) SetName

func (CapReadHistory_getEventHistory_Params) String

func (CapReadHistory_getEventHistory_Params) ToPtr

type CapReadHistory_getEventHistory_Params_Future

type CapReadHistory_getEventHistory_Params_Future struct{ *capnp.Future }

CapReadHistory_getEventHistory_Params_Future is a wrapper for a CapReadHistory_getEventHistory_Params promised by a client call.

func (CapReadHistory_getEventHistory_Params_Future) Struct

type CapReadHistory_getEventHistory_Params_List

type CapReadHistory_getEventHistory_Params_List = capnp.StructList[CapReadHistory_getEventHistory_Params]

CapReadHistory_getEventHistory_Params_List is a list of CapReadHistory_getEventHistory_Params.

func NewCapReadHistory_getEventHistory_Params_List

func NewCapReadHistory_getEventHistory_Params_List(s *capnp.Segment, sz int32) (CapReadHistory_getEventHistory_Params_List, error)

NewCapReadHistory_getEventHistory_Params creates a new list of CapReadHistory_getEventHistory_Params.

type CapReadHistory_getEventHistory_Results

type CapReadHistory_getEventHistory_Results capnp.Struct

func NewCapReadHistory_getEventHistory_Results

func NewCapReadHistory_getEventHistory_Results(s *capnp.Segment) (CapReadHistory_getEventHistory_Results, error)

func NewRootCapReadHistory_getEventHistory_Results

func NewRootCapReadHistory_getEventHistory_Results(s *capnp.Segment) (CapReadHistory_getEventHistory_Results, error)

func ReadRootCapReadHistory_getEventHistory_Results

func ReadRootCapReadHistory_getEventHistory_Results(msg *capnp.Message) (CapReadHistory_getEventHistory_Results, error)

func (CapReadHistory_getEventHistory_Results) Cursor

func (CapReadHistory_getEventHistory_Results) DecodeFromPtr

func (CapReadHistory_getEventHistory_Results) EncodeAsPtr

func (CapReadHistory_getEventHistory_Results) HasCursor

func (CapReadHistory_getEventHistory_Results) IsValid

func (CapReadHistory_getEventHistory_Results) Message

func (CapReadHistory_getEventHistory_Results) Segment

func (CapReadHistory_getEventHistory_Results) SetCursor

func (CapReadHistory_getEventHistory_Results) String

func (CapReadHistory_getEventHistory_Results) ToPtr

type CapReadHistory_getEventHistory_Results_Future

type CapReadHistory_getEventHistory_Results_Future struct{ *capnp.Future }

CapReadHistory_getEventHistory_Results_Future is a wrapper for a CapReadHistory_getEventHistory_Results promised by a client call.

func (CapReadHistory_getEventHistory_Results_Future) Cursor

func (CapReadHistory_getEventHistory_Results_Future) Struct

type CapReadHistory_getEventHistory_Results_List

type CapReadHistory_getEventHistory_Results_List = capnp.StructList[CapReadHistory_getEventHistory_Results]

CapReadHistory_getEventHistory_Results_List is a list of CapReadHistory_getEventHistory_Results.

func NewCapReadHistory_getEventHistory_Results_List

func NewCapReadHistory_getEventHistory_Results_List(s *capnp.Segment, sz int32) (CapReadHistory_getEventHistory_Results_List, error)

NewCapReadHistory_getEventHistory_Results creates a new list of CapReadHistory_getEventHistory_Results.

type CapReadHistory_getProperties

type CapReadHistory_getProperties struct {
	*server.Call
}

CapReadHistory_getProperties holds the state for a server call to CapReadHistory.getProperties. See server.Call for documentation.

func (CapReadHistory_getProperties) AllocResults

AllocResults allocates the results struct.

func (CapReadHistory_getProperties) Args

Args returns the call's arguments.

type CapReadHistory_getProperties_Params

type CapReadHistory_getProperties_Params capnp.Struct

func NewCapReadHistory_getProperties_Params

func NewCapReadHistory_getProperties_Params(s *capnp.Segment) (CapReadHistory_getProperties_Params, error)

func NewRootCapReadHistory_getProperties_Params

func NewRootCapReadHistory_getProperties_Params(s *capnp.Segment) (CapReadHistory_getProperties_Params, error)

func ReadRootCapReadHistory_getProperties_Params

func ReadRootCapReadHistory_getProperties_Params(msg *capnp.Message) (CapReadHistory_getProperties_Params, error)

func (CapReadHistory_getProperties_Params) DecodeFromPtr

func (CapReadHistory_getProperties_Params) EncodeAsPtr

func (CapReadHistory_getProperties_Params) HasNames

func (CapReadHistory_getProperties_Params) IsValid

func (CapReadHistory_getProperties_Params) Message

func (CapReadHistory_getProperties_Params) Names

func (CapReadHistory_getProperties_Params) NewNames

NewNames sets the names field to a newly allocated capnp.TextList, preferring placement in s's segment.

func (CapReadHistory_getProperties_Params) Segment

func (CapReadHistory_getProperties_Params) SetNames

func (CapReadHistory_getProperties_Params) String

func (CapReadHistory_getProperties_Params) ToPtr

type CapReadHistory_getProperties_Params_Future

type CapReadHistory_getProperties_Params_Future struct{ *capnp.Future }

CapReadHistory_getProperties_Params_Future is a wrapper for a CapReadHistory_getProperties_Params promised by a client call.

func (CapReadHistory_getProperties_Params_Future) Struct

type CapReadHistory_getProperties_Params_List

type CapReadHistory_getProperties_Params_List = capnp.StructList[CapReadHistory_getProperties_Params]

CapReadHistory_getProperties_Params_List is a list of CapReadHistory_getProperties_Params.

func NewCapReadHistory_getProperties_Params_List

func NewCapReadHistory_getProperties_Params_List(s *capnp.Segment, sz int32) (CapReadHistory_getProperties_Params_List, error)

NewCapReadHistory_getProperties_Params creates a new list of CapReadHistory_getProperties_Params.

type CapReadHistory_getProperties_Results

type CapReadHistory_getProperties_Results capnp.Struct

func NewCapReadHistory_getProperties_Results

func NewCapReadHistory_getProperties_Results(s *capnp.Segment) (CapReadHistory_getProperties_Results, error)

func NewRootCapReadHistory_getProperties_Results

func NewRootCapReadHistory_getProperties_Results(s *capnp.Segment) (CapReadHistory_getProperties_Results, error)

func ReadRootCapReadHistory_getProperties_Results

func ReadRootCapReadHistory_getProperties_Results(msg *capnp.Message) (CapReadHistory_getProperties_Results, error)

func (CapReadHistory_getProperties_Results) DecodeFromPtr

func (CapReadHistory_getProperties_Results) EncodeAsPtr

func (CapReadHistory_getProperties_Results) HasValueList

func (s CapReadHistory_getProperties_Results) HasValueList() bool

func (CapReadHistory_getProperties_Results) IsValid

func (CapReadHistory_getProperties_Results) Message

func (CapReadHistory_getProperties_Results) NewValueList

NewValueList sets the valueList field to a newly allocated ThingValue_List, preferring placement in s's segment.

func (CapReadHistory_getProperties_Results) Segment

func (CapReadHistory_getProperties_Results) SetValueList

func (CapReadHistory_getProperties_Results) String

func (CapReadHistory_getProperties_Results) ToPtr

func (CapReadHistory_getProperties_Results) ValueList

type CapReadHistory_getProperties_Results_Future

type CapReadHistory_getProperties_Results_Future struct{ *capnp.Future }

CapReadHistory_getProperties_Results_Future is a wrapper for a CapReadHistory_getProperties_Results promised by a client call.

func (CapReadHistory_getProperties_Results_Future) Struct

type CapReadHistory_getProperties_Results_List

type CapReadHistory_getProperties_Results_List = capnp.StructList[CapReadHistory_getProperties_Results]

CapReadHistory_getProperties_Results_List is a list of CapReadHistory_getProperties_Results.

func NewCapReadHistory_getProperties_Results_List

func NewCapReadHistory_getProperties_Results_List(s *capnp.Segment, sz int32) (CapReadHistory_getProperties_Results_List, error)

NewCapReadHistory_getProperties_Results creates a new list of CapReadHistory_getProperties_Results.

type CapReadHistory_info

type CapReadHistory_info struct {
	*server.Call
}

CapReadHistory_info holds the state for a server call to CapReadHistory.info. See server.Call for documentation.

func (CapReadHistory_info) AllocResults

AllocResults allocates the results struct.

func (CapReadHistory_info) Args

Args returns the call's arguments.

type CapReadHistory_info_Params

type CapReadHistory_info_Params capnp.Struct

func NewCapReadHistory_info_Params

func NewCapReadHistory_info_Params(s *capnp.Segment) (CapReadHistory_info_Params, error)

func NewRootCapReadHistory_info_Params

func NewRootCapReadHistory_info_Params(s *capnp.Segment) (CapReadHistory_info_Params, error)

func ReadRootCapReadHistory_info_Params

func ReadRootCapReadHistory_info_Params(msg *capnp.Message) (CapReadHistory_info_Params, error)

func (CapReadHistory_info_Params) DecodeFromPtr

func (CapReadHistory_info_Params) EncodeAsPtr

func (s CapReadHistory_info_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapReadHistory_info_Params) IsValid

func (s CapReadHistory_info_Params) IsValid() bool

func (CapReadHistory_info_Params) Message

func (CapReadHistory_info_Params) Segment

func (CapReadHistory_info_Params) String

func (CapReadHistory_info_Params) ToPtr

type CapReadHistory_info_Params_Future

type CapReadHistory_info_Params_Future struct{ *capnp.Future }

CapReadHistory_info_Params_Future is a wrapper for a CapReadHistory_info_Params promised by a client call.

func (CapReadHistory_info_Params_Future) Struct

type CapReadHistory_info_Params_List

type CapReadHistory_info_Params_List = capnp.StructList[CapReadHistory_info_Params]

CapReadHistory_info_Params_List is a list of CapReadHistory_info_Params.

func NewCapReadHistory_info_Params_List

func NewCapReadHistory_info_Params_List(s *capnp.Segment, sz int32) (CapReadHistory_info_Params_List, error)

NewCapReadHistory_info_Params creates a new list of CapReadHistory_info_Params.

type CapReadHistory_info_Results

type CapReadHistory_info_Results capnp.Struct

func NewCapReadHistory_info_Results

func NewCapReadHistory_info_Results(s *capnp.Segment) (CapReadHistory_info_Results, error)

func NewRootCapReadHistory_info_Results

func NewRootCapReadHistory_info_Results(s *capnp.Segment) (CapReadHistory_info_Results, error)

func ReadRootCapReadHistory_info_Results

func ReadRootCapReadHistory_info_Results(msg *capnp.Message) (CapReadHistory_info_Results, error)

func (CapReadHistory_info_Results) DecodeFromPtr

func (CapReadHistory_info_Results) EncodeAsPtr

func (s CapReadHistory_info_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapReadHistory_info_Results) HasInfo

func (s CapReadHistory_info_Results) HasInfo() bool

func (CapReadHistory_info_Results) Info

func (CapReadHistory_info_Results) IsValid

func (s CapReadHistory_info_Results) IsValid() bool

func (CapReadHistory_info_Results) Message

func (CapReadHistory_info_Results) NewInfo

NewInfo sets the info field to a newly allocated BucketStoreInfo struct, preferring placement in s's segment.

func (CapReadHistory_info_Results) Segment

func (CapReadHistory_info_Results) SetInfo

func (CapReadHistory_info_Results) String

func (CapReadHistory_info_Results) ToPtr

type CapReadHistory_info_Results_Future

type CapReadHistory_info_Results_Future struct{ *capnp.Future }

CapReadHistory_info_Results_Future is a wrapper for a CapReadHistory_info_Results promised by a client call.

func (CapReadHistory_info_Results_Future) Info

func (CapReadHistory_info_Results_Future) Struct

type CapReadHistory_info_Results_List

type CapReadHistory_info_Results_List = capnp.StructList[CapReadHistory_info_Results]

CapReadHistory_info_Results_List is a list of CapReadHistory_info_Results.

func NewCapReadHistory_info_Results_List

func NewCapReadHistory_info_Results_List(s *capnp.Segment, sz int32) (CapReadHistory_info_Results_List, error)

NewCapReadHistory_info_Results creates a new list of CapReadHistory_info_Results.

type CapRefreshProvisioning

type CapRefreshProvisioning capnp.Client

func CapRefreshProvisioning_ServerToClient

func CapRefreshProvisioning_ServerToClient(s CapRefreshProvisioning_Server) CapRefreshProvisioning

CapRefreshProvisioning_ServerToClient creates a new Client from an implementation of CapRefreshProvisioning_Server. The caller is responsible for calling Release on the returned Client.

func (CapRefreshProvisioning) AddRef

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 (CapRefreshProvisioning) DecodeFromPtr

func (CapRefreshProvisioning) EncodeAsPtr

func (c CapRefreshProvisioning) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapRefreshProvisioning) GetFlowLimiter

func (c CapRefreshProvisioning) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapRefreshProvisioning) IsSame

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 (CapRefreshProvisioning) IsValid

func (c CapRefreshProvisioning) 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 (CapRefreshProvisioning) Release

func (c CapRefreshProvisioning) 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 (CapRefreshProvisioning) Resolve

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapRefreshProvisioning) SetFlowLimiter

func (c CapRefreshProvisioning) 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 (CapRefreshProvisioning) String

func (c CapRefreshProvisioning) 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 CapRefreshProvisioning_List

type CapRefreshProvisioning_List = capnp.CapList[CapRefreshProvisioning]

CapRefreshProvisioning_List is a list of CapRefreshProvisioning.

func NewCapRefreshProvisioning_List

func NewCapRefreshProvisioning_List(s *capnp.Segment, sz int32) (CapRefreshProvisioning_List, error)

NewCapRefreshProvisioning creates a new list of CapRefreshProvisioning.

type CapRefreshProvisioning_Server

type CapRefreshProvisioning_Server interface {
	RefreshDeviceCert(context.Context, CapRefreshProvisioning_refreshDeviceCert) error
}

type CapRefreshProvisioning_refreshDeviceCert

type CapRefreshProvisioning_refreshDeviceCert struct {
	*server.Call
}

CapRefreshProvisioning_refreshDeviceCert holds the state for a server call to CapRefreshProvisioning.refreshDeviceCert. See server.Call for documentation.

func (CapRefreshProvisioning_refreshDeviceCert) AllocResults

AllocResults allocates the results struct.

func (CapRefreshProvisioning_refreshDeviceCert) Args

Args returns the call's arguments.

type CapRefreshProvisioning_refreshDeviceCert_Params

type CapRefreshProvisioning_refreshDeviceCert_Params capnp.Struct

func ReadRootCapRefreshProvisioning_refreshDeviceCert_Params

func ReadRootCapRefreshProvisioning_refreshDeviceCert_Params(msg *capnp.Message) (CapRefreshProvisioning_refreshDeviceCert_Params, error)

func (CapRefreshProvisioning_refreshDeviceCert_Params) CertPEM

func (CapRefreshProvisioning_refreshDeviceCert_Params) CertPEMBytes

func (CapRefreshProvisioning_refreshDeviceCert_Params) DecodeFromPtr

func (CapRefreshProvisioning_refreshDeviceCert_Params) EncodeAsPtr

func (CapRefreshProvisioning_refreshDeviceCert_Params) HasCertPEM

func (CapRefreshProvisioning_refreshDeviceCert_Params) IsValid

func (CapRefreshProvisioning_refreshDeviceCert_Params) Message

func (CapRefreshProvisioning_refreshDeviceCert_Params) Segment

func (CapRefreshProvisioning_refreshDeviceCert_Params) SetCertPEM

func (CapRefreshProvisioning_refreshDeviceCert_Params) String

func (CapRefreshProvisioning_refreshDeviceCert_Params) ToPtr

type CapRefreshProvisioning_refreshDeviceCert_Params_Future

type CapRefreshProvisioning_refreshDeviceCert_Params_Future struct{ *capnp.Future }

CapRefreshProvisioning_refreshDeviceCert_Params_Future is a wrapper for a CapRefreshProvisioning_refreshDeviceCert_Params promised by a client call.

func (CapRefreshProvisioning_refreshDeviceCert_Params_Future) Struct

type CapRefreshProvisioning_refreshDeviceCert_Params_List

type CapRefreshProvisioning_refreshDeviceCert_Params_List = capnp.StructList[CapRefreshProvisioning_refreshDeviceCert_Params]

CapRefreshProvisioning_refreshDeviceCert_Params_List is a list of CapRefreshProvisioning_refreshDeviceCert_Params.

func NewCapRefreshProvisioning_refreshDeviceCert_Params_List

func NewCapRefreshProvisioning_refreshDeviceCert_Params_List(s *capnp.Segment, sz int32) (CapRefreshProvisioning_refreshDeviceCert_Params_List, error)

NewCapRefreshProvisioning_refreshDeviceCert_Params creates a new list of CapRefreshProvisioning_refreshDeviceCert_Params.

type CapRefreshProvisioning_refreshDeviceCert_Results

type CapRefreshProvisioning_refreshDeviceCert_Results capnp.Struct

func ReadRootCapRefreshProvisioning_refreshDeviceCert_Results

func ReadRootCapRefreshProvisioning_refreshDeviceCert_Results(msg *capnp.Message) (CapRefreshProvisioning_refreshDeviceCert_Results, error)

func (CapRefreshProvisioning_refreshDeviceCert_Results) DecodeFromPtr

func (CapRefreshProvisioning_refreshDeviceCert_Results) EncodeAsPtr

func (CapRefreshProvisioning_refreshDeviceCert_Results) HasStatus

func (CapRefreshProvisioning_refreshDeviceCert_Results) IsValid

func (CapRefreshProvisioning_refreshDeviceCert_Results) Message

func (CapRefreshProvisioning_refreshDeviceCert_Results) NewStatus

NewStatus sets the status field to a newly allocated ProvisionStatus struct, preferring placement in s's segment.

func (CapRefreshProvisioning_refreshDeviceCert_Results) Segment

func (CapRefreshProvisioning_refreshDeviceCert_Results) SetStatus

func (CapRefreshProvisioning_refreshDeviceCert_Results) Status

func (CapRefreshProvisioning_refreshDeviceCert_Results) String

func (CapRefreshProvisioning_refreshDeviceCert_Results) ToPtr

type CapRefreshProvisioning_refreshDeviceCert_Results_Future

type CapRefreshProvisioning_refreshDeviceCert_Results_Future struct{ *capnp.Future }

CapRefreshProvisioning_refreshDeviceCert_Results_Future is a wrapper for a CapRefreshProvisioning_refreshDeviceCert_Results promised by a client call.

func (CapRefreshProvisioning_refreshDeviceCert_Results_Future) Status

func (CapRefreshProvisioning_refreshDeviceCert_Results_Future) Struct

type CapRefreshProvisioning_refreshDeviceCert_Results_List

type CapRefreshProvisioning_refreshDeviceCert_Results_List = capnp.StructList[CapRefreshProvisioning_refreshDeviceCert_Results]

CapRefreshProvisioning_refreshDeviceCert_Results_List is a list of CapRefreshProvisioning_refreshDeviceCert_Results.

func NewCapRefreshProvisioning_refreshDeviceCert_Results_List

func NewCapRefreshProvisioning_refreshDeviceCert_Results_List(s *capnp.Segment, sz int32) (CapRefreshProvisioning_refreshDeviceCert_Results_List, error)

NewCapRefreshProvisioning_refreshDeviceCert_Results creates a new list of CapRefreshProvisioning_refreshDeviceCert_Results.

type CapRequestProvisioning

type CapRequestProvisioning capnp.Client

func CapRequestProvisioning_ServerToClient

func CapRequestProvisioning_ServerToClient(s CapRequestProvisioning_Server) CapRequestProvisioning

CapRequestProvisioning_ServerToClient creates a new Client from an implementation of CapRequestProvisioning_Server. The caller is responsible for calling Release on the returned Client.

func (CapRequestProvisioning) AddRef

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 (CapRequestProvisioning) DecodeFromPtr

func (CapRequestProvisioning) EncodeAsPtr

func (c CapRequestProvisioning) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapRequestProvisioning) GetFlowLimiter

func (c CapRequestProvisioning) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapRequestProvisioning) IsSame

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 (CapRequestProvisioning) IsValid

func (c CapRequestProvisioning) 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 (CapRequestProvisioning) Release

func (c CapRequestProvisioning) 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 (CapRequestProvisioning) Resolve

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapRequestProvisioning) SetFlowLimiter

func (c CapRequestProvisioning) 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 (CapRequestProvisioning) String

func (c CapRequestProvisioning) 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 CapRequestProvisioning_List

type CapRequestProvisioning_List = capnp.CapList[CapRequestProvisioning]

CapRequestProvisioning_List is a list of CapRequestProvisioning.

func NewCapRequestProvisioning_List

func NewCapRequestProvisioning_List(s *capnp.Segment, sz int32) (CapRequestProvisioning_List, error)

NewCapRequestProvisioning creates a new list of CapRequestProvisioning.

type CapRequestProvisioning_Server

type CapRequestProvisioning_Server interface {
	SubmitProvisioningRequest(context.Context, CapRequestProvisioning_submitProvisioningRequest) error
}

type CapRequestProvisioning_submitProvisioningRequest

type CapRequestProvisioning_submitProvisioningRequest struct {
	*server.Call
}

CapRequestProvisioning_submitProvisioningRequest holds the state for a server call to CapRequestProvisioning.submitProvisioningRequest. See server.Call for documentation.

func (CapRequestProvisioning_submitProvisioningRequest) AllocResults

AllocResults allocates the results struct.

func (CapRequestProvisioning_submitProvisioningRequest) Args

Args returns the call's arguments.

type CapRequestProvisioning_submitProvisioningRequest_Params

type CapRequestProvisioning_submitProvisioningRequest_Params capnp.Struct

func (CapRequestProvisioning_submitProvisioningRequest_Params) DecodeFromPtr

func (CapRequestProvisioning_submitProvisioningRequest_Params) DeviceID

func (CapRequestProvisioning_submitProvisioningRequest_Params) DeviceIDBytes

func (CapRequestProvisioning_submitProvisioningRequest_Params) EncodeAsPtr

func (CapRequestProvisioning_submitProvisioningRequest_Params) HasDeviceID

func (CapRequestProvisioning_submitProvisioningRequest_Params) HasMd5Secret

func (CapRequestProvisioning_submitProvisioningRequest_Params) HasPubKeyPEM

func (CapRequestProvisioning_submitProvisioningRequest_Params) IsValid

func (CapRequestProvisioning_submitProvisioningRequest_Params) Md5Secret

func (CapRequestProvisioning_submitProvisioningRequest_Params) Md5SecretBytes

func (CapRequestProvisioning_submitProvisioningRequest_Params) Message

func (CapRequestProvisioning_submitProvisioningRequest_Params) PubKeyPEM

func (CapRequestProvisioning_submitProvisioningRequest_Params) PubKeyPEMBytes

func (CapRequestProvisioning_submitProvisioningRequest_Params) Segment

func (CapRequestProvisioning_submitProvisioningRequest_Params) SetDeviceID

func (CapRequestProvisioning_submitProvisioningRequest_Params) SetMd5Secret

func (CapRequestProvisioning_submitProvisioningRequest_Params) SetPubKeyPEM

func (CapRequestProvisioning_submitProvisioningRequest_Params) String

func (CapRequestProvisioning_submitProvisioningRequest_Params) ToPtr

type CapRequestProvisioning_submitProvisioningRequest_Params_Future

type CapRequestProvisioning_submitProvisioningRequest_Params_Future struct{ *capnp.Future }

CapRequestProvisioning_submitProvisioningRequest_Params_Future is a wrapper for a CapRequestProvisioning_submitProvisioningRequest_Params promised by a client call.

func (CapRequestProvisioning_submitProvisioningRequest_Params_Future) Struct

type CapRequestProvisioning_submitProvisioningRequest_Params_List

type CapRequestProvisioning_submitProvisioningRequest_Params_List = capnp.StructList[CapRequestProvisioning_submitProvisioningRequest_Params]

CapRequestProvisioning_submitProvisioningRequest_Params_List is a list of CapRequestProvisioning_submitProvisioningRequest_Params.

func NewCapRequestProvisioning_submitProvisioningRequest_Params_List

func NewCapRequestProvisioning_submitProvisioningRequest_Params_List(s *capnp.Segment, sz int32) (CapRequestProvisioning_submitProvisioningRequest_Params_List, error)

NewCapRequestProvisioning_submitProvisioningRequest_Params creates a new list of CapRequestProvisioning_submitProvisioningRequest_Params.

type CapRequestProvisioning_submitProvisioningRequest_Results

type CapRequestProvisioning_submitProvisioningRequest_Results capnp.Struct

func (CapRequestProvisioning_submitProvisioningRequest_Results) DecodeFromPtr

func (CapRequestProvisioning_submitProvisioningRequest_Results) EncodeAsPtr

func (CapRequestProvisioning_submitProvisioningRequest_Results) HasStatus

func (CapRequestProvisioning_submitProvisioningRequest_Results) IsValid

func (CapRequestProvisioning_submitProvisioningRequest_Results) Message

func (CapRequestProvisioning_submitProvisioningRequest_Results) NewStatus

NewStatus sets the status field to a newly allocated ProvisionStatus struct, preferring placement in s's segment.

func (CapRequestProvisioning_submitProvisioningRequest_Results) Segment

func (CapRequestProvisioning_submitProvisioningRequest_Results) SetStatus

func (CapRequestProvisioning_submitProvisioningRequest_Results) Status

func (CapRequestProvisioning_submitProvisioningRequest_Results) String

func (CapRequestProvisioning_submitProvisioningRequest_Results) ToPtr

type CapRequestProvisioning_submitProvisioningRequest_Results_Future

type CapRequestProvisioning_submitProvisioningRequest_Results_Future struct{ *capnp.Future }

CapRequestProvisioning_submitProvisioningRequest_Results_Future is a wrapper for a CapRequestProvisioning_submitProvisioningRequest_Results promised by a client call.

func (CapRequestProvisioning_submitProvisioningRequest_Results_Future) Status

func (CapRequestProvisioning_submitProvisioningRequest_Results_Future) Struct

type CapRequestProvisioning_submitProvisioningRequest_Results_List

type CapRequestProvisioning_submitProvisioningRequest_Results_List = capnp.StructList[CapRequestProvisioning_submitProvisioningRequest_Results]

CapRequestProvisioning_submitProvisioningRequest_Results_List is a list of CapRequestProvisioning_submitProvisioningRequest_Results.

func NewCapRequestProvisioning_submitProvisioningRequest_Results_List

func NewCapRequestProvisioning_submitProvisioningRequest_Results_List(s *capnp.Segment, sz int32) (CapRequestProvisioning_submitProvisioningRequest_Results_List, error)

NewCapRequestProvisioning_submitProvisioningRequest_Results creates a new list of CapRequestProvisioning_submitProvisioningRequest_Results.

type CapResolverService

type CapResolverService capnp.Client

func CapResolverService_ServerToClient

func CapResolverService_ServerToClient(s CapResolverService_Server) CapResolverService

CapResolverService_ServerToClient creates a new Client from an implementation of CapResolverService_Server. The caller is responsible for calling Release on the returned Client.

func (CapResolverService) AddRef

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 (CapResolverService) DecodeFromPtr

func (CapResolverService) EncodeAsPtr

func (c CapResolverService) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapResolverService) GetFlowLimiter

func (c CapResolverService) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapResolverService) IsSame

func (c CapResolverService) IsSame(other CapResolverService) 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 (CapResolverService) IsValid

func (c CapResolverService) 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 (CapResolverService) Release

func (c CapResolverService) 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 (CapResolverService) Resolve

func (c CapResolverService) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapResolverService) SetFlowLimiter

func (c CapResolverService) 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 (CapResolverService) String

func (c CapResolverService) 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 CapResolverService_List

type CapResolverService_List = capnp.CapList[CapResolverService]

CapResolverService_List is a list of CapResolverService.

func NewCapResolverService_List

func NewCapResolverService_List(s *capnp.Segment, sz int32) (CapResolverService_List, error)

NewCapResolverService creates a new list of CapResolverService.

type CapResolverService_Server

type CapResolverService_Server interface {
	ListCapabilities(context.Context, CapProvider_listCapabilities) error
}

type CapServiceCerts

type CapServiceCerts capnp.Client

func CapServiceCerts_ServerToClient

func CapServiceCerts_ServerToClient(s CapServiceCerts_Server) CapServiceCerts

CapServiceCerts_ServerToClient creates a new Client from an implementation of CapServiceCerts_Server. The caller is responsible for calling Release on the returned Client.

func (CapServiceCerts) AddRef

func (c CapServiceCerts) AddRef() CapServiceCerts

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 (CapServiceCerts) DecodeFromPtr

func (CapServiceCerts) DecodeFromPtr(p capnp.Ptr) CapServiceCerts

func (CapServiceCerts) EncodeAsPtr

func (c CapServiceCerts) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapServiceCerts) GetFlowLimiter

func (c CapServiceCerts) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapServiceCerts) IsSame

func (c CapServiceCerts) IsSame(other CapServiceCerts) 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 (CapServiceCerts) IsValid

func (c CapServiceCerts) 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 (CapServiceCerts) Release

func (c CapServiceCerts) 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 (CapServiceCerts) Resolve

func (c CapServiceCerts) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapServiceCerts) SetFlowLimiter

func (c CapServiceCerts) 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 (CapServiceCerts) String

func (c CapServiceCerts) 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 CapServiceCerts_List

type CapServiceCerts_List = capnp.CapList[CapServiceCerts]

CapServiceCerts_List is a list of CapServiceCerts.

func NewCapServiceCerts_List

func NewCapServiceCerts_List(s *capnp.Segment, sz int32) (CapServiceCerts_List, error)

NewCapServiceCerts creates a new list of CapServiceCerts.

type CapServiceCerts_Server

type CapServiceCerts_Server interface {
	CreateServiceCert(context.Context, CapServiceCerts_createServiceCert) error
}

type CapServiceCerts_createServiceCert

type CapServiceCerts_createServiceCert struct {
	*server.Call
}

CapServiceCerts_createServiceCert holds the state for a server call to CapServiceCerts.createServiceCert. See server.Call for documentation.

func (CapServiceCerts_createServiceCert) AllocResults

AllocResults allocates the results struct.

func (CapServiceCerts_createServiceCert) Args

Args returns the call's arguments.

type CapServiceCerts_createServiceCert_Params

type CapServiceCerts_createServiceCert_Params capnp.Struct

func NewCapServiceCerts_createServiceCert_Params

func NewCapServiceCerts_createServiceCert_Params(s *capnp.Segment) (CapServiceCerts_createServiceCert_Params, error)

func NewRootCapServiceCerts_createServiceCert_Params

func NewRootCapServiceCerts_createServiceCert_Params(s *capnp.Segment) (CapServiceCerts_createServiceCert_Params, error)

func ReadRootCapServiceCerts_createServiceCert_Params

func ReadRootCapServiceCerts_createServiceCert_Params(msg *capnp.Message) (CapServiceCerts_createServiceCert_Params, error)

func (CapServiceCerts_createServiceCert_Params) DecodeFromPtr

func (CapServiceCerts_createServiceCert_Params) EncodeAsPtr

func (CapServiceCerts_createServiceCert_Params) HasNames

func (CapServiceCerts_createServiceCert_Params) HasPubKeyPEM

func (CapServiceCerts_createServiceCert_Params) HasServiceID

func (CapServiceCerts_createServiceCert_Params) IsValid

func (CapServiceCerts_createServiceCert_Params) Message

func (CapServiceCerts_createServiceCert_Params) Names

func (CapServiceCerts_createServiceCert_Params) NewNames

NewNames sets the names field to a newly allocated capnp.TextList, preferring placement in s's segment.

func (CapServiceCerts_createServiceCert_Params) PubKeyPEM

func (CapServiceCerts_createServiceCert_Params) PubKeyPEMBytes

func (s CapServiceCerts_createServiceCert_Params) PubKeyPEMBytes() ([]byte, error)

func (CapServiceCerts_createServiceCert_Params) Segment

func (CapServiceCerts_createServiceCert_Params) ServiceID

func (CapServiceCerts_createServiceCert_Params) ServiceIDBytes

func (s CapServiceCerts_createServiceCert_Params) ServiceIDBytes() ([]byte, error)

func (CapServiceCerts_createServiceCert_Params) SetNames

func (CapServiceCerts_createServiceCert_Params) SetPubKeyPEM

func (CapServiceCerts_createServiceCert_Params) SetServiceID

func (CapServiceCerts_createServiceCert_Params) SetValidityDays

func (s CapServiceCerts_createServiceCert_Params) SetValidityDays(v int32)

func (CapServiceCerts_createServiceCert_Params) String

func (CapServiceCerts_createServiceCert_Params) ToPtr

func (CapServiceCerts_createServiceCert_Params) ValidityDays

type CapServiceCerts_createServiceCert_Params_Future

type CapServiceCerts_createServiceCert_Params_Future struct{ *capnp.Future }

CapServiceCerts_createServiceCert_Params_Future is a wrapper for a CapServiceCerts_createServiceCert_Params promised by a client call.

func (CapServiceCerts_createServiceCert_Params_Future) Struct

type CapServiceCerts_createServiceCert_Params_List

type CapServiceCerts_createServiceCert_Params_List = capnp.StructList[CapServiceCerts_createServiceCert_Params]

CapServiceCerts_createServiceCert_Params_List is a list of CapServiceCerts_createServiceCert_Params.

func NewCapServiceCerts_createServiceCert_Params_List

func NewCapServiceCerts_createServiceCert_Params_List(s *capnp.Segment, sz int32) (CapServiceCerts_createServiceCert_Params_List, error)

NewCapServiceCerts_createServiceCert_Params creates a new list of CapServiceCerts_createServiceCert_Params.

type CapServiceCerts_createServiceCert_Results

type CapServiceCerts_createServiceCert_Results capnp.Struct

func NewRootCapServiceCerts_createServiceCert_Results

func NewRootCapServiceCerts_createServiceCert_Results(s *capnp.Segment) (CapServiceCerts_createServiceCert_Results, error)

func ReadRootCapServiceCerts_createServiceCert_Results

func ReadRootCapServiceCerts_createServiceCert_Results(msg *capnp.Message) (CapServiceCerts_createServiceCert_Results, error)

func (CapServiceCerts_createServiceCert_Results) CaCertPEM

func (CapServiceCerts_createServiceCert_Results) CaCertPEMBytes

func (s CapServiceCerts_createServiceCert_Results) CaCertPEMBytes() ([]byte, error)

func (CapServiceCerts_createServiceCert_Results) CertPEM

func (CapServiceCerts_createServiceCert_Results) CertPEMBytes

func (CapServiceCerts_createServiceCert_Results) DecodeFromPtr

func (CapServiceCerts_createServiceCert_Results) EncodeAsPtr

func (CapServiceCerts_createServiceCert_Results) HasCaCertPEM

func (CapServiceCerts_createServiceCert_Results) HasCertPEM

func (CapServiceCerts_createServiceCert_Results) IsValid

func (CapServiceCerts_createServiceCert_Results) Message

func (CapServiceCerts_createServiceCert_Results) Segment

func (CapServiceCerts_createServiceCert_Results) SetCaCertPEM

func (CapServiceCerts_createServiceCert_Results) SetCertPEM

func (CapServiceCerts_createServiceCert_Results) String

func (CapServiceCerts_createServiceCert_Results) ToPtr

type CapServiceCerts_createServiceCert_Results_Future

type CapServiceCerts_createServiceCert_Results_Future struct{ *capnp.Future }

CapServiceCerts_createServiceCert_Results_Future is a wrapper for a CapServiceCerts_createServiceCert_Results promised by a client call.

func (CapServiceCerts_createServiceCert_Results_Future) Struct

type CapServiceCerts_createServiceCert_Results_List

type CapServiceCerts_createServiceCert_Results_List = capnp.StructList[CapServiceCerts_createServiceCert_Results]

CapServiceCerts_createServiceCert_Results_List is a list of CapServiceCerts_createServiceCert_Results.

func NewCapServiceCerts_createServiceCert_Results_List

func NewCapServiceCerts_createServiceCert_Results_List(s *capnp.Segment, sz int32) (CapServiceCerts_createServiceCert_Results_List, error)

NewCapServiceCerts_createServiceCert_Results creates a new list of CapServiceCerts_createServiceCert_Results.

type CapServicePubSub

type CapServicePubSub capnp.Client

func CapServicePubSub_ServerToClient

func CapServicePubSub_ServerToClient(s CapServicePubSub_Server) CapServicePubSub

CapServicePubSub_ServerToClient creates a new Client from an implementation of CapServicePubSub_Server. The caller is responsible for calling Release on the returned Client.

func (CapServicePubSub) AddRef

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 (CapServicePubSub) DecodeFromPtr

func (CapServicePubSub) DecodeFromPtr(p capnp.Ptr) CapServicePubSub

func (CapServicePubSub) EncodeAsPtr

func (c CapServicePubSub) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapServicePubSub) GetFlowLimiter

func (c CapServicePubSub) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapServicePubSub) IsSame

func (c CapServicePubSub) IsSame(other CapServicePubSub) 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 (CapServicePubSub) IsValid

func (c CapServicePubSub) 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 (CapServicePubSub) Release

func (c CapServicePubSub) 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 (CapServicePubSub) Resolve

func (c CapServicePubSub) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapServicePubSub) SetFlowLimiter

func (c CapServicePubSub) 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 (CapServicePubSub) String

func (c CapServicePubSub) 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 CapServicePubSub_List

type CapServicePubSub_List = capnp.CapList[CapServicePubSub]

CapServicePubSub_List is a list of CapServicePubSub.

func NewCapServicePubSub_List

func NewCapServicePubSub_List(s *capnp.Segment, sz int32) (CapServicePubSub_List, error)

NewCapServicePubSub creates a new list of CapServicePubSub.

type CapServicePubSub_subActions

type CapServicePubSub_subActions struct {
	*server.Call
}

CapServicePubSub_subActions holds the state for a server call to CapServicePubSub.subActions. See server.Call for documentation.

func (CapServicePubSub_subActions) AllocResults

AllocResults allocates the results struct.

func (CapServicePubSub_subActions) Args

Args returns the call's arguments.

type CapServicePubSub_subActions_Params

type CapServicePubSub_subActions_Params capnp.Struct

func NewCapServicePubSub_subActions_Params

func NewCapServicePubSub_subActions_Params(s *capnp.Segment) (CapServicePubSub_subActions_Params, error)

func NewRootCapServicePubSub_subActions_Params

func NewRootCapServicePubSub_subActions_Params(s *capnp.Segment) (CapServicePubSub_subActions_Params, error)

func ReadRootCapServicePubSub_subActions_Params

func ReadRootCapServicePubSub_subActions_Params(msg *capnp.Message) (CapServicePubSub_subActions_Params, error)

func (CapServicePubSub_subActions_Params) ActionName

func (CapServicePubSub_subActions_Params) ActionNameBytes

func (s CapServicePubSub_subActions_Params) ActionNameBytes() ([]byte, error)

func (CapServicePubSub_subActions_Params) DecodeFromPtr

func (CapServicePubSub_subActions_Params) EncodeAsPtr

func (CapServicePubSub_subActions_Params) Handler

func (CapServicePubSub_subActions_Params) HasActionName

func (s CapServicePubSub_subActions_Params) HasActionName() bool

func (CapServicePubSub_subActions_Params) HasHandler

func (CapServicePubSub_subActions_Params) HasPublisherID

func (s CapServicePubSub_subActions_Params) HasPublisherID() bool

func (CapServicePubSub_subActions_Params) HasThingID

func (CapServicePubSub_subActions_Params) IsValid

func (CapServicePubSub_subActions_Params) Message

func (CapServicePubSub_subActions_Params) PublisherID

func (s CapServicePubSub_subActions_Params) PublisherID() (string, error)

func (CapServicePubSub_subActions_Params) PublisherIDBytes

func (s CapServicePubSub_subActions_Params) PublisherIDBytes() ([]byte, error)

func (CapServicePubSub_subActions_Params) Segment

func (CapServicePubSub_subActions_Params) SetActionName

func (s CapServicePubSub_subActions_Params) SetActionName(v string) error

func (CapServicePubSub_subActions_Params) SetHandler

func (CapServicePubSub_subActions_Params) SetPublisherID

func (s CapServicePubSub_subActions_Params) SetPublisherID(v string) error

func (CapServicePubSub_subActions_Params) SetThingID

func (CapServicePubSub_subActions_Params) String

func (CapServicePubSub_subActions_Params) ThingID

func (CapServicePubSub_subActions_Params) ThingIDBytes

func (s CapServicePubSub_subActions_Params) ThingIDBytes() ([]byte, error)

func (CapServicePubSub_subActions_Params) ToPtr

type CapServicePubSub_subActions_Params_Future

type CapServicePubSub_subActions_Params_Future struct{ *capnp.Future }

CapServicePubSub_subActions_Params_Future is a wrapper for a CapServicePubSub_subActions_Params promised by a client call.

func (CapServicePubSub_subActions_Params_Future) Handler

func (CapServicePubSub_subActions_Params_Future) Struct

type CapServicePubSub_subActions_Params_List

type CapServicePubSub_subActions_Params_List = capnp.StructList[CapServicePubSub_subActions_Params]

CapServicePubSub_subActions_Params_List is a list of CapServicePubSub_subActions_Params.

func NewCapServicePubSub_subActions_Params_List

func NewCapServicePubSub_subActions_Params_List(s *capnp.Segment, sz int32) (CapServicePubSub_subActions_Params_List, error)

NewCapServicePubSub_subActions_Params creates a new list of CapServicePubSub_subActions_Params.

type CapServicePubSub_subActions_Results

type CapServicePubSub_subActions_Results capnp.Struct

func NewCapServicePubSub_subActions_Results

func NewCapServicePubSub_subActions_Results(s *capnp.Segment) (CapServicePubSub_subActions_Results, error)

func NewRootCapServicePubSub_subActions_Results

func NewRootCapServicePubSub_subActions_Results(s *capnp.Segment) (CapServicePubSub_subActions_Results, error)

func ReadRootCapServicePubSub_subActions_Results

func ReadRootCapServicePubSub_subActions_Results(msg *capnp.Message) (CapServicePubSub_subActions_Results, error)

func (CapServicePubSub_subActions_Results) DecodeFromPtr

func (CapServicePubSub_subActions_Results) EncodeAsPtr

func (CapServicePubSub_subActions_Results) IsValid

func (CapServicePubSub_subActions_Results) Message

func (CapServicePubSub_subActions_Results) Segment

func (CapServicePubSub_subActions_Results) String

func (CapServicePubSub_subActions_Results) ToPtr

type CapServicePubSub_subActions_Results_Future

type CapServicePubSub_subActions_Results_Future struct{ *capnp.Future }

CapServicePubSub_subActions_Results_Future is a wrapper for a CapServicePubSub_subActions_Results promised by a client call.

func (CapServicePubSub_subActions_Results_Future) Struct

type CapServicePubSub_subActions_Results_List

type CapServicePubSub_subActions_Results_List = capnp.StructList[CapServicePubSub_subActions_Results]

CapServicePubSub_subActions_Results_List is a list of CapServicePubSub_subActions_Results.

func NewCapServicePubSub_subActions_Results_List

func NewCapServicePubSub_subActions_Results_List(s *capnp.Segment, sz int32) (CapServicePubSub_subActions_Results_List, error)

NewCapServicePubSub_subActions_Results creates a new list of CapServicePubSub_subActions_Results.

type CapState

type CapState capnp.Client

func CapState_ServerToClient

func CapState_ServerToClient(s CapState_Server) CapState

CapState_ServerToClient creates a new Client from an implementation of CapState_Server. The caller is responsible for calling Release on the returned Client.

func (CapState) AddRef

func (c CapState) AddRef() CapState

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 (CapState) DecodeFromPtr

func (CapState) DecodeFromPtr(p capnp.Ptr) CapState

func (CapState) EncodeAsPtr

func (c CapState) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapState) GetFlowLimiter

func (c CapState) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapState) IsSame

func (c CapState) IsSame(other CapState) 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 (CapState) IsValid

func (c CapState) 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 (CapState) Release

func (c CapState) 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 (CapState) Resolve

func (c CapState) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapState) SetFlowLimiter

func (c CapState) 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 (CapState) String

func (c CapState) 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 CapState_List

type CapState_List = capnp.CapList[CapState]

CapState_List is a list of CapState.

func NewCapState_List

func NewCapState_List(s *capnp.Segment, sz int32) (CapState_List, error)

NewCapState creates a new list of CapState.

type CapState_Server

type CapState_Server interface {
	CapClientState(context.Context, CapState_capClientState) error
}

type CapState_capClientState

type CapState_capClientState struct {
	*server.Call
}

CapState_capClientState holds the state for a server call to CapState.capClientState. See server.Call for documentation.

func (CapState_capClientState) AllocResults

AllocResults allocates the results struct.

func (CapState_capClientState) Args

Args returns the call's arguments.

type CapState_capClientState_Params

type CapState_capClientState_Params capnp.Struct

func NewCapState_capClientState_Params

func NewCapState_capClientState_Params(s *capnp.Segment) (CapState_capClientState_Params, error)

func NewRootCapState_capClientState_Params

func NewRootCapState_capClientState_Params(s *capnp.Segment) (CapState_capClientState_Params, error)

func ReadRootCapState_capClientState_Params

func ReadRootCapState_capClientState_Params(msg *capnp.Message) (CapState_capClientState_Params, error)

func (CapState_capClientState_Params) AppID

func (CapState_capClientState_Params) AppIDBytes

func (s CapState_capClientState_Params) AppIDBytes() ([]byte, error)

func (CapState_capClientState_Params) ClientID

func (CapState_capClientState_Params) ClientIDBytes

func (s CapState_capClientState_Params) ClientIDBytes() ([]byte, error)

func (CapState_capClientState_Params) DecodeFromPtr

func (CapState_capClientState_Params) EncodeAsPtr

func (CapState_capClientState_Params) HasAppID

func (s CapState_capClientState_Params) HasAppID() bool

func (CapState_capClientState_Params) HasClientID

func (s CapState_capClientState_Params) HasClientID() bool

func (CapState_capClientState_Params) IsValid

func (CapState_capClientState_Params) Message

func (CapState_capClientState_Params) Segment

func (CapState_capClientState_Params) SetAppID

func (CapState_capClientState_Params) SetClientID

func (s CapState_capClientState_Params) SetClientID(v string) error

func (CapState_capClientState_Params) String

func (CapState_capClientState_Params) ToPtr

type CapState_capClientState_Params_Future

type CapState_capClientState_Params_Future struct{ *capnp.Future }

CapState_capClientState_Params_Future is a wrapper for a CapState_capClientState_Params promised by a client call.

func (CapState_capClientState_Params_Future) Struct

type CapState_capClientState_Params_List

type CapState_capClientState_Params_List = capnp.StructList[CapState_capClientState_Params]

CapState_capClientState_Params_List is a list of CapState_capClientState_Params.

func NewCapState_capClientState_Params_List

func NewCapState_capClientState_Params_List(s *capnp.Segment, sz int32) (CapState_capClientState_Params_List, error)

NewCapState_capClientState_Params creates a new list of CapState_capClientState_Params.

type CapState_capClientState_Results

type CapState_capClientState_Results capnp.Struct

func NewCapState_capClientState_Results

func NewCapState_capClientState_Results(s *capnp.Segment) (CapState_capClientState_Results, error)

func NewRootCapState_capClientState_Results

func NewRootCapState_capClientState_Results(s *capnp.Segment) (CapState_capClientState_Results, error)

func ReadRootCapState_capClientState_Results

func ReadRootCapState_capClientState_Results(msg *capnp.Message) (CapState_capClientState_Results, error)

func (CapState_capClientState_Results) Cap

func (CapState_capClientState_Results) DecodeFromPtr

func (CapState_capClientState_Results) EncodeAsPtr

func (CapState_capClientState_Results) HasCap

func (CapState_capClientState_Results) IsValid

func (CapState_capClientState_Results) Message

func (CapState_capClientState_Results) Segment

func (CapState_capClientState_Results) SetCap

func (CapState_capClientState_Results) String

func (CapState_capClientState_Results) ToPtr

type CapState_capClientState_Results_Future

type CapState_capClientState_Results_Future struct{ *capnp.Future }

CapState_capClientState_Results_Future is a wrapper for a CapState_capClientState_Results promised by a client call.

func (CapState_capClientState_Results_Future) Cap

func (CapState_capClientState_Results_Future) Struct

type CapState_capClientState_Results_List

type CapState_capClientState_Results_List = capnp.StructList[CapState_capClientState_Results]

CapState_capClientState_Results_List is a list of CapState_capClientState_Results.

func NewCapState_capClientState_Results_List

func NewCapState_capClientState_Results_List(s *capnp.Segment, sz int32) (CapState_capClientState_Results_List, error)

NewCapState_capClientState_Results creates a new list of CapState_capClientState_Results.

type CapSubscriptionHandler

type CapSubscriptionHandler capnp.Client

func CapSubscriptionHandler_ServerToClient

func CapSubscriptionHandler_ServerToClient(s CapSubscriptionHandler_Server) CapSubscriptionHandler

CapSubscriptionHandler_ServerToClient creates a new Client from an implementation of CapSubscriptionHandler_Server. The caller is responsible for calling Release on the returned Client.

func (CapSubscriptionHandler) AddRef

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 (CapSubscriptionHandler) DecodeFromPtr

func (CapSubscriptionHandler) EncodeAsPtr

func (c CapSubscriptionHandler) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapSubscriptionHandler) GetFlowLimiter

func (c CapSubscriptionHandler) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapSubscriptionHandler) IsSame

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 (CapSubscriptionHandler) IsValid

func (c CapSubscriptionHandler) 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 (CapSubscriptionHandler) Release

func (c CapSubscriptionHandler) 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 (CapSubscriptionHandler) Resolve

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapSubscriptionHandler) SetFlowLimiter

func (c CapSubscriptionHandler) 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 (CapSubscriptionHandler) String

func (c CapSubscriptionHandler) 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 CapSubscriptionHandler_List

type CapSubscriptionHandler_List = capnp.CapList[CapSubscriptionHandler]

CapSubscriptionHandler_List is a list of CapSubscriptionHandler.

func NewCapSubscriptionHandler_List

func NewCapSubscriptionHandler_List(s *capnp.Segment, sz int32) (CapSubscriptionHandler_List, error)

NewCapSubscriptionHandler creates a new list of CapSubscriptionHandler.

type CapSubscriptionHandler_Server

type CapSubscriptionHandler_Server interface {
	HandleValue(context.Context, CapSubscriptionHandler_handleValue) error
}

type CapSubscriptionHandler_handleValue

type CapSubscriptionHandler_handleValue struct {
	*server.Call
}

CapSubscriptionHandler_handleValue holds the state for a server call to CapSubscriptionHandler.handleValue. See server.Call for documentation.

func (CapSubscriptionHandler_handleValue) AllocResults

AllocResults allocates the results struct.

func (CapSubscriptionHandler_handleValue) Args

Args returns the call's arguments.

type CapSubscriptionHandler_handleValue_Params

type CapSubscriptionHandler_handleValue_Params capnp.Struct

func NewRootCapSubscriptionHandler_handleValue_Params

func NewRootCapSubscriptionHandler_handleValue_Params(s *capnp.Segment) (CapSubscriptionHandler_handleValue_Params, error)

func ReadRootCapSubscriptionHandler_handleValue_Params

func ReadRootCapSubscriptionHandler_handleValue_Params(msg *capnp.Message) (CapSubscriptionHandler_handleValue_Params, error)

func (CapSubscriptionHandler_handleValue_Params) DecodeFromPtr

func (CapSubscriptionHandler_handleValue_Params) EncodeAsPtr

func (CapSubscriptionHandler_handleValue_Params) HasValue

func (CapSubscriptionHandler_handleValue_Params) IsValid

func (CapSubscriptionHandler_handleValue_Params) Message

func (CapSubscriptionHandler_handleValue_Params) NewValue

NewValue sets the value field to a newly allocated ThingValue struct, preferring placement in s's segment.

func (CapSubscriptionHandler_handleValue_Params) Segment

func (CapSubscriptionHandler_handleValue_Params) SetValue

func (CapSubscriptionHandler_handleValue_Params) String

func (CapSubscriptionHandler_handleValue_Params) ToPtr

func (CapSubscriptionHandler_handleValue_Params) Value

type CapSubscriptionHandler_handleValue_Params_Future

type CapSubscriptionHandler_handleValue_Params_Future struct{ *capnp.Future }

CapSubscriptionHandler_handleValue_Params_Future is a wrapper for a CapSubscriptionHandler_handleValue_Params promised by a client call.

func (CapSubscriptionHandler_handleValue_Params_Future) Struct

func (CapSubscriptionHandler_handleValue_Params_Future) Value

type CapSubscriptionHandler_handleValue_Params_List

type CapSubscriptionHandler_handleValue_Params_List = capnp.StructList[CapSubscriptionHandler_handleValue_Params]

CapSubscriptionHandler_handleValue_Params_List is a list of CapSubscriptionHandler_handleValue_Params.

func NewCapSubscriptionHandler_handleValue_Params_List

func NewCapSubscriptionHandler_handleValue_Params_List(s *capnp.Segment, sz int32) (CapSubscriptionHandler_handleValue_Params_List, error)

NewCapSubscriptionHandler_handleValue_Params creates a new list of CapSubscriptionHandler_handleValue_Params.

type CapSubscriptionHandler_handleValue_Results

type CapSubscriptionHandler_handleValue_Results capnp.Struct

func NewRootCapSubscriptionHandler_handleValue_Results

func NewRootCapSubscriptionHandler_handleValue_Results(s *capnp.Segment) (CapSubscriptionHandler_handleValue_Results, error)

func ReadRootCapSubscriptionHandler_handleValue_Results

func ReadRootCapSubscriptionHandler_handleValue_Results(msg *capnp.Message) (CapSubscriptionHandler_handleValue_Results, error)

func (CapSubscriptionHandler_handleValue_Results) DecodeFromPtr

func (CapSubscriptionHandler_handleValue_Results) EncodeAsPtr

func (CapSubscriptionHandler_handleValue_Results) IsValid

func (CapSubscriptionHandler_handleValue_Results) Message

func (CapSubscriptionHandler_handleValue_Results) Segment

func (CapSubscriptionHandler_handleValue_Results) String

func (CapSubscriptionHandler_handleValue_Results) ToPtr

type CapSubscriptionHandler_handleValue_Results_Future

type CapSubscriptionHandler_handleValue_Results_Future struct{ *capnp.Future }

CapSubscriptionHandler_handleValue_Results_Future is a wrapper for a CapSubscriptionHandler_handleValue_Results promised by a client call.

func (CapSubscriptionHandler_handleValue_Results_Future) Struct

type CapSubscriptionHandler_handleValue_Results_List

type CapSubscriptionHandler_handleValue_Results_List = capnp.StructList[CapSubscriptionHandler_handleValue_Results]

CapSubscriptionHandler_handleValue_Results_List is a list of CapSubscriptionHandler_handleValue_Results.

func NewCapSubscriptionHandler_handleValue_Results_List

func NewCapSubscriptionHandler_handleValue_Results_List(s *capnp.Segment, sz int32) (CapSubscriptionHandler_handleValue_Results_List, error)

NewCapSubscriptionHandler_handleValue_Results creates a new list of CapSubscriptionHandler_handleValue_Results.

type CapUpdateDirectory

type CapUpdateDirectory capnp.Client

func CapUpdateDirectory_ServerToClient

func CapUpdateDirectory_ServerToClient(s CapUpdateDirectory_Server) CapUpdateDirectory

CapUpdateDirectory_ServerToClient creates a new Client from an implementation of CapUpdateDirectory_Server. The caller is responsible for calling Release on the returned Client.

func (CapUpdateDirectory) AddRef

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 (CapUpdateDirectory) DecodeFromPtr

func (CapUpdateDirectory) EncodeAsPtr

func (c CapUpdateDirectory) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapUpdateDirectory) GetFlowLimiter

func (c CapUpdateDirectory) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapUpdateDirectory) IsSame

func (c CapUpdateDirectory) IsSame(other CapUpdateDirectory) 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 (CapUpdateDirectory) IsValid

func (c CapUpdateDirectory) 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 (CapUpdateDirectory) Release

func (c CapUpdateDirectory) 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 (CapUpdateDirectory) Resolve

func (c CapUpdateDirectory) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapUpdateDirectory) SetFlowLimiter

func (c CapUpdateDirectory) 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 (CapUpdateDirectory) String

func (c CapUpdateDirectory) 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 CapUpdateDirectory_List

type CapUpdateDirectory_List = capnp.CapList[CapUpdateDirectory]

CapUpdateDirectory_List is a list of CapUpdateDirectory.

func NewCapUpdateDirectory_List

func NewCapUpdateDirectory_List(s *capnp.Segment, sz int32) (CapUpdateDirectory_List, error)

NewCapUpdateDirectory creates a new list of CapUpdateDirectory.

type CapUpdateDirectory_Server

type CapUpdateDirectory_Server interface {
	RemoveTD(context.Context, CapUpdateDirectory_removeTD) error

	UpdateTD(context.Context, CapUpdateDirectory_updateTD) error
}

type CapUpdateDirectory_removeTD

type CapUpdateDirectory_removeTD struct {
	*server.Call
}

CapUpdateDirectory_removeTD holds the state for a server call to CapUpdateDirectory.removeTD. See server.Call for documentation.

func (CapUpdateDirectory_removeTD) AllocResults

AllocResults allocates the results struct.

func (CapUpdateDirectory_removeTD) Args

Args returns the call's arguments.

type CapUpdateDirectory_removeTD_Params

type CapUpdateDirectory_removeTD_Params capnp.Struct

func NewCapUpdateDirectory_removeTD_Params

func NewCapUpdateDirectory_removeTD_Params(s *capnp.Segment) (CapUpdateDirectory_removeTD_Params, error)

func NewRootCapUpdateDirectory_removeTD_Params

func NewRootCapUpdateDirectory_removeTD_Params(s *capnp.Segment) (CapUpdateDirectory_removeTD_Params, error)

func ReadRootCapUpdateDirectory_removeTD_Params

func ReadRootCapUpdateDirectory_removeTD_Params(msg *capnp.Message) (CapUpdateDirectory_removeTD_Params, error)

func (CapUpdateDirectory_removeTD_Params) DecodeFromPtr

func (CapUpdateDirectory_removeTD_Params) EncodeAsPtr

func (CapUpdateDirectory_removeTD_Params) HasPublisherID

func (s CapUpdateDirectory_removeTD_Params) HasPublisherID() bool

func (CapUpdateDirectory_removeTD_Params) HasThingID

func (CapUpdateDirectory_removeTD_Params) IsValid

func (CapUpdateDirectory_removeTD_Params) Message

func (CapUpdateDirectory_removeTD_Params) PublisherID

func (s CapUpdateDirectory_removeTD_Params) PublisherID() (string, error)

func (CapUpdateDirectory_removeTD_Params) PublisherIDBytes

func (s CapUpdateDirectory_removeTD_Params) PublisherIDBytes() ([]byte, error)

func (CapUpdateDirectory_removeTD_Params) Segment

func (CapUpdateDirectory_removeTD_Params) SetPublisherID

func (s CapUpdateDirectory_removeTD_Params) SetPublisherID(v string) error

func (CapUpdateDirectory_removeTD_Params) SetThingID

func (CapUpdateDirectory_removeTD_Params) String

func (CapUpdateDirectory_removeTD_Params) ThingID

func (CapUpdateDirectory_removeTD_Params) ThingIDBytes

func (s CapUpdateDirectory_removeTD_Params) ThingIDBytes() ([]byte, error)

func (CapUpdateDirectory_removeTD_Params) ToPtr

type CapUpdateDirectory_removeTD_Params_Future

type CapUpdateDirectory_removeTD_Params_Future struct{ *capnp.Future }

CapUpdateDirectory_removeTD_Params_Future is a wrapper for a CapUpdateDirectory_removeTD_Params promised by a client call.

func (CapUpdateDirectory_removeTD_Params_Future) Struct

type CapUpdateDirectory_removeTD_Params_List

type CapUpdateDirectory_removeTD_Params_List = capnp.StructList[CapUpdateDirectory_removeTD_Params]

CapUpdateDirectory_removeTD_Params_List is a list of CapUpdateDirectory_removeTD_Params.

func NewCapUpdateDirectory_removeTD_Params_List

func NewCapUpdateDirectory_removeTD_Params_List(s *capnp.Segment, sz int32) (CapUpdateDirectory_removeTD_Params_List, error)

NewCapUpdateDirectory_removeTD_Params creates a new list of CapUpdateDirectory_removeTD_Params.

type CapUpdateDirectory_removeTD_Results

type CapUpdateDirectory_removeTD_Results capnp.Struct

func NewCapUpdateDirectory_removeTD_Results

func NewCapUpdateDirectory_removeTD_Results(s *capnp.Segment) (CapUpdateDirectory_removeTD_Results, error)

func NewRootCapUpdateDirectory_removeTD_Results

func NewRootCapUpdateDirectory_removeTD_Results(s *capnp.Segment) (CapUpdateDirectory_removeTD_Results, error)

func ReadRootCapUpdateDirectory_removeTD_Results

func ReadRootCapUpdateDirectory_removeTD_Results(msg *capnp.Message) (CapUpdateDirectory_removeTD_Results, error)

func (CapUpdateDirectory_removeTD_Results) DecodeFromPtr

func (CapUpdateDirectory_removeTD_Results) EncodeAsPtr

func (CapUpdateDirectory_removeTD_Results) IsValid

func (CapUpdateDirectory_removeTD_Results) Message

func (CapUpdateDirectory_removeTD_Results) Segment

func (CapUpdateDirectory_removeTD_Results) String

func (CapUpdateDirectory_removeTD_Results) ToPtr

type CapUpdateDirectory_removeTD_Results_Future

type CapUpdateDirectory_removeTD_Results_Future struct{ *capnp.Future }

CapUpdateDirectory_removeTD_Results_Future is a wrapper for a CapUpdateDirectory_removeTD_Results promised by a client call.

func (CapUpdateDirectory_removeTD_Results_Future) Struct

type CapUpdateDirectory_removeTD_Results_List

type CapUpdateDirectory_removeTD_Results_List = capnp.StructList[CapUpdateDirectory_removeTD_Results]

CapUpdateDirectory_removeTD_Results_List is a list of CapUpdateDirectory_removeTD_Results.

func NewCapUpdateDirectory_removeTD_Results_List

func NewCapUpdateDirectory_removeTD_Results_List(s *capnp.Segment, sz int32) (CapUpdateDirectory_removeTD_Results_List, error)

NewCapUpdateDirectory_removeTD_Results creates a new list of CapUpdateDirectory_removeTD_Results.

type CapUpdateDirectory_updateTD

type CapUpdateDirectory_updateTD struct {
	*server.Call
}

CapUpdateDirectory_updateTD holds the state for a server call to CapUpdateDirectory.updateTD. See server.Call for documentation.

func (CapUpdateDirectory_updateTD) AllocResults

AllocResults allocates the results struct.

func (CapUpdateDirectory_updateTD) Args

Args returns the call's arguments.

type CapUpdateDirectory_updateTD_Params

type CapUpdateDirectory_updateTD_Params capnp.Struct

func NewCapUpdateDirectory_updateTD_Params

func NewCapUpdateDirectory_updateTD_Params(s *capnp.Segment) (CapUpdateDirectory_updateTD_Params, error)

func NewRootCapUpdateDirectory_updateTD_Params

func NewRootCapUpdateDirectory_updateTD_Params(s *capnp.Segment) (CapUpdateDirectory_updateTD_Params, error)

func ReadRootCapUpdateDirectory_updateTD_Params

func ReadRootCapUpdateDirectory_updateTD_Params(msg *capnp.Message) (CapUpdateDirectory_updateTD_Params, error)

func (CapUpdateDirectory_updateTD_Params) DecodeFromPtr

func (CapUpdateDirectory_updateTD_Params) EncodeAsPtr

func (CapUpdateDirectory_updateTD_Params) HasPublisherID

func (s CapUpdateDirectory_updateTD_Params) HasPublisherID() bool

func (CapUpdateDirectory_updateTD_Params) HasTdDoc

func (CapUpdateDirectory_updateTD_Params) HasThingID

func (CapUpdateDirectory_updateTD_Params) IsValid

func (CapUpdateDirectory_updateTD_Params) Message

func (CapUpdateDirectory_updateTD_Params) PublisherID

func (s CapUpdateDirectory_updateTD_Params) PublisherID() (string, error)

func (CapUpdateDirectory_updateTD_Params) PublisherIDBytes

func (s CapUpdateDirectory_updateTD_Params) PublisherIDBytes() ([]byte, error)

func (CapUpdateDirectory_updateTD_Params) Segment

func (CapUpdateDirectory_updateTD_Params) SetPublisherID

func (s CapUpdateDirectory_updateTD_Params) SetPublisherID(v string) error

func (CapUpdateDirectory_updateTD_Params) SetTdDoc

func (CapUpdateDirectory_updateTD_Params) SetThingID

func (CapUpdateDirectory_updateTD_Params) String

func (CapUpdateDirectory_updateTD_Params) TdDoc

func (CapUpdateDirectory_updateTD_Params) ThingID

func (CapUpdateDirectory_updateTD_Params) ThingIDBytes

func (s CapUpdateDirectory_updateTD_Params) ThingIDBytes() ([]byte, error)

func (CapUpdateDirectory_updateTD_Params) ToPtr

type CapUpdateDirectory_updateTD_Params_Future

type CapUpdateDirectory_updateTD_Params_Future struct{ *capnp.Future }

CapUpdateDirectory_updateTD_Params_Future is a wrapper for a CapUpdateDirectory_updateTD_Params promised by a client call.

func (CapUpdateDirectory_updateTD_Params_Future) Struct

type CapUpdateDirectory_updateTD_Params_List

type CapUpdateDirectory_updateTD_Params_List = capnp.StructList[CapUpdateDirectory_updateTD_Params]

CapUpdateDirectory_updateTD_Params_List is a list of CapUpdateDirectory_updateTD_Params.

func NewCapUpdateDirectory_updateTD_Params_List

func NewCapUpdateDirectory_updateTD_Params_List(s *capnp.Segment, sz int32) (CapUpdateDirectory_updateTD_Params_List, error)

NewCapUpdateDirectory_updateTD_Params creates a new list of CapUpdateDirectory_updateTD_Params.

type CapUpdateDirectory_updateTD_Results

type CapUpdateDirectory_updateTD_Results capnp.Struct

func NewCapUpdateDirectory_updateTD_Results

func NewCapUpdateDirectory_updateTD_Results(s *capnp.Segment) (CapUpdateDirectory_updateTD_Results, error)

func NewRootCapUpdateDirectory_updateTD_Results

func NewRootCapUpdateDirectory_updateTD_Results(s *capnp.Segment) (CapUpdateDirectory_updateTD_Results, error)

func ReadRootCapUpdateDirectory_updateTD_Results

func ReadRootCapUpdateDirectory_updateTD_Results(msg *capnp.Message) (CapUpdateDirectory_updateTD_Results, error)

func (CapUpdateDirectory_updateTD_Results) DecodeFromPtr

func (CapUpdateDirectory_updateTD_Results) EncodeAsPtr

func (CapUpdateDirectory_updateTD_Results) IsValid

func (CapUpdateDirectory_updateTD_Results) Message

func (CapUpdateDirectory_updateTD_Results) Segment

func (CapUpdateDirectory_updateTD_Results) String

func (CapUpdateDirectory_updateTD_Results) ToPtr

type CapUpdateDirectory_updateTD_Results_Future

type CapUpdateDirectory_updateTD_Results_Future struct{ *capnp.Future }

CapUpdateDirectory_updateTD_Results_Future is a wrapper for a CapUpdateDirectory_updateTD_Results promised by a client call.

func (CapUpdateDirectory_updateTD_Results_Future) Struct

type CapUpdateDirectory_updateTD_Results_List

type CapUpdateDirectory_updateTD_Results_List = capnp.StructList[CapUpdateDirectory_updateTD_Results]

CapUpdateDirectory_updateTD_Results_List is a list of CapUpdateDirectory_updateTD_Results.

func NewCapUpdateDirectory_updateTD_Results_List

func NewCapUpdateDirectory_updateTD_Results_List(s *capnp.Segment, sz int32) (CapUpdateDirectory_updateTD_Results_List, error)

NewCapUpdateDirectory_updateTD_Results creates a new list of CapUpdateDirectory_updateTD_Results.

type CapUserAuthn

type CapUserAuthn capnp.Client

func CapUserAuthn_ServerToClient

func CapUserAuthn_ServerToClient(s CapUserAuthn_Server) CapUserAuthn

CapUserAuthn_ServerToClient creates a new Client from an implementation of CapUserAuthn_Server. The caller is responsible for calling Release on the returned Client.

func (CapUserAuthn) AddRef

func (c CapUserAuthn) AddRef() CapUserAuthn

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 (CapUserAuthn) DecodeFromPtr

func (CapUserAuthn) DecodeFromPtr(p capnp.Ptr) CapUserAuthn

func (CapUserAuthn) EncodeAsPtr

func (c CapUserAuthn) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapUserAuthn) GetFlowLimiter

func (c CapUserAuthn) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapUserAuthn) IsSame

func (c CapUserAuthn) IsSame(other CapUserAuthn) 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 (CapUserAuthn) IsValid

func (c CapUserAuthn) 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 (CapUserAuthn) Release

func (c CapUserAuthn) 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 (CapUserAuthn) Resolve

func (c CapUserAuthn) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapUserAuthn) SetFlowLimiter

func (c CapUserAuthn) 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 (CapUserAuthn) String

func (c CapUserAuthn) 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 CapUserAuthn_List

type CapUserAuthn_List = capnp.CapList[CapUserAuthn]

CapUserAuthn_List is a list of CapUserAuthn.

func NewCapUserAuthn_List

func NewCapUserAuthn_List(s *capnp.Segment, sz int32) (CapUserAuthn_List, error)

NewCapUserAuthn creates a new list of CapUserAuthn.

type CapUserAuthn_getProfile

type CapUserAuthn_getProfile struct {
	*server.Call
}

CapUserAuthn_getProfile holds the state for a server call to CapUserAuthn.getProfile. See server.Call for documentation.

func (CapUserAuthn_getProfile) AllocResults

AllocResults allocates the results struct.

func (CapUserAuthn_getProfile) Args

Args returns the call's arguments.

type CapUserAuthn_getProfile_Params

type CapUserAuthn_getProfile_Params capnp.Struct

func NewCapUserAuthn_getProfile_Params

func NewCapUserAuthn_getProfile_Params(s *capnp.Segment) (CapUserAuthn_getProfile_Params, error)

func NewRootCapUserAuthn_getProfile_Params

func NewRootCapUserAuthn_getProfile_Params(s *capnp.Segment) (CapUserAuthn_getProfile_Params, error)

func ReadRootCapUserAuthn_getProfile_Params

func ReadRootCapUserAuthn_getProfile_Params(msg *capnp.Message) (CapUserAuthn_getProfile_Params, error)

func (CapUserAuthn_getProfile_Params) DecodeFromPtr

func (CapUserAuthn_getProfile_Params) EncodeAsPtr

func (CapUserAuthn_getProfile_Params) IsValid

func (CapUserAuthn_getProfile_Params) Message

func (CapUserAuthn_getProfile_Params) Segment

func (CapUserAuthn_getProfile_Params) String

func (CapUserAuthn_getProfile_Params) ToPtr

type CapUserAuthn_getProfile_Params_Future

type CapUserAuthn_getProfile_Params_Future struct{ *capnp.Future }

CapUserAuthn_getProfile_Params_Future is a wrapper for a CapUserAuthn_getProfile_Params promised by a client call.

func (CapUserAuthn_getProfile_Params_Future) Struct

type CapUserAuthn_getProfile_Params_List

type CapUserAuthn_getProfile_Params_List = capnp.StructList[CapUserAuthn_getProfile_Params]

CapUserAuthn_getProfile_Params_List is a list of CapUserAuthn_getProfile_Params.

func NewCapUserAuthn_getProfile_Params_List

func NewCapUserAuthn_getProfile_Params_List(s *capnp.Segment, sz int32) (CapUserAuthn_getProfile_Params_List, error)

NewCapUserAuthn_getProfile_Params creates a new list of CapUserAuthn_getProfile_Params.

type CapUserAuthn_getProfile_Results

type CapUserAuthn_getProfile_Results capnp.Struct

func NewCapUserAuthn_getProfile_Results

func NewCapUserAuthn_getProfile_Results(s *capnp.Segment) (CapUserAuthn_getProfile_Results, error)

func NewRootCapUserAuthn_getProfile_Results

func NewRootCapUserAuthn_getProfile_Results(s *capnp.Segment) (CapUserAuthn_getProfile_Results, error)

func ReadRootCapUserAuthn_getProfile_Results

func ReadRootCapUserAuthn_getProfile_Results(msg *capnp.Message) (CapUserAuthn_getProfile_Results, error)

func (CapUserAuthn_getProfile_Results) DecodeFromPtr

func (CapUserAuthn_getProfile_Results) EncodeAsPtr

func (CapUserAuthn_getProfile_Results) HasProfile

func (s CapUserAuthn_getProfile_Results) HasProfile() bool

func (CapUserAuthn_getProfile_Results) IsValid

func (CapUserAuthn_getProfile_Results) Message

func (CapUserAuthn_getProfile_Results) NewProfile

NewProfile sets the profile field to a newly allocated UserProfile struct, preferring placement in s's segment.

func (CapUserAuthn_getProfile_Results) Profile

func (CapUserAuthn_getProfile_Results) Segment

func (CapUserAuthn_getProfile_Results) SetProfile

func (CapUserAuthn_getProfile_Results) String

func (CapUserAuthn_getProfile_Results) ToPtr

type CapUserAuthn_getProfile_Results_Future

type CapUserAuthn_getProfile_Results_Future struct{ *capnp.Future }

CapUserAuthn_getProfile_Results_Future is a wrapper for a CapUserAuthn_getProfile_Results promised by a client call.

func (CapUserAuthn_getProfile_Results_Future) Profile

func (CapUserAuthn_getProfile_Results_Future) Struct

type CapUserAuthn_getProfile_Results_List

type CapUserAuthn_getProfile_Results_List = capnp.StructList[CapUserAuthn_getProfile_Results]

CapUserAuthn_getProfile_Results_List is a list of CapUserAuthn_getProfile_Results.

func NewCapUserAuthn_getProfile_Results_List

func NewCapUserAuthn_getProfile_Results_List(s *capnp.Segment, sz int32) (CapUserAuthn_getProfile_Results_List, error)

NewCapUserAuthn_getProfile_Results creates a new list of CapUserAuthn_getProfile_Results.

type CapUserAuthn_login

type CapUserAuthn_login struct {
	*server.Call
}

CapUserAuthn_login holds the state for a server call to CapUserAuthn.login. See server.Call for documentation.

func (CapUserAuthn_login) AllocResults

AllocResults allocates the results struct.

func (CapUserAuthn_login) Args

Args returns the call's arguments.

type CapUserAuthn_login_Params

type CapUserAuthn_login_Params capnp.Struct

func NewCapUserAuthn_login_Params

func NewCapUserAuthn_login_Params(s *capnp.Segment) (CapUserAuthn_login_Params, error)

func NewRootCapUserAuthn_login_Params

func NewRootCapUserAuthn_login_Params(s *capnp.Segment) (CapUserAuthn_login_Params, error)

func ReadRootCapUserAuthn_login_Params

func ReadRootCapUserAuthn_login_Params(msg *capnp.Message) (CapUserAuthn_login_Params, error)

func (CapUserAuthn_login_Params) DecodeFromPtr

func (CapUserAuthn_login_Params) EncodeAsPtr

func (s CapUserAuthn_login_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapUserAuthn_login_Params) HasPassword

func (s CapUserAuthn_login_Params) HasPassword() bool

func (CapUserAuthn_login_Params) IsValid

func (s CapUserAuthn_login_Params) IsValid() bool

func (CapUserAuthn_login_Params) Message

func (CapUserAuthn_login_Params) Password

func (s CapUserAuthn_login_Params) Password() (string, error)

func (CapUserAuthn_login_Params) PasswordBytes

func (s CapUserAuthn_login_Params) PasswordBytes() ([]byte, error)

func (CapUserAuthn_login_Params) Segment

func (CapUserAuthn_login_Params) SetPassword

func (s CapUserAuthn_login_Params) SetPassword(v string) error

func (CapUserAuthn_login_Params) String

func (s CapUserAuthn_login_Params) String() string

func (CapUserAuthn_login_Params) ToPtr

type CapUserAuthn_login_Params_Future

type CapUserAuthn_login_Params_Future struct{ *capnp.Future }

CapUserAuthn_login_Params_Future is a wrapper for a CapUserAuthn_login_Params promised by a client call.

func (CapUserAuthn_login_Params_Future) Struct

type CapUserAuthn_login_Params_List

type CapUserAuthn_login_Params_List = capnp.StructList[CapUserAuthn_login_Params]

CapUserAuthn_login_Params_List is a list of CapUserAuthn_login_Params.

func NewCapUserAuthn_login_Params_List

func NewCapUserAuthn_login_Params_List(s *capnp.Segment, sz int32) (CapUserAuthn_login_Params_List, error)

NewCapUserAuthn_login_Params creates a new list of CapUserAuthn_login_Params.

type CapUserAuthn_login_Results

type CapUserAuthn_login_Results capnp.Struct

func NewCapUserAuthn_login_Results

func NewCapUserAuthn_login_Results(s *capnp.Segment) (CapUserAuthn_login_Results, error)

func NewRootCapUserAuthn_login_Results

func NewRootCapUserAuthn_login_Results(s *capnp.Segment) (CapUserAuthn_login_Results, error)

func ReadRootCapUserAuthn_login_Results

func ReadRootCapUserAuthn_login_Results(msg *capnp.Message) (CapUserAuthn_login_Results, error)

func (CapUserAuthn_login_Results) AuthToken

func (s CapUserAuthn_login_Results) AuthToken() (string, error)

func (CapUserAuthn_login_Results) AuthTokenBytes

func (s CapUserAuthn_login_Results) AuthTokenBytes() ([]byte, error)

func (CapUserAuthn_login_Results) DecodeFromPtr

func (CapUserAuthn_login_Results) EncodeAsPtr

func (s CapUserAuthn_login_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapUserAuthn_login_Results) HasAuthToken

func (s CapUserAuthn_login_Results) HasAuthToken() bool

func (CapUserAuthn_login_Results) HasRefreshToken

func (s CapUserAuthn_login_Results) HasRefreshToken() bool

func (CapUserAuthn_login_Results) IsValid

func (s CapUserAuthn_login_Results) IsValid() bool

func (CapUserAuthn_login_Results) Message

func (CapUserAuthn_login_Results) RefreshToken

func (s CapUserAuthn_login_Results) RefreshToken() (string, error)

func (CapUserAuthn_login_Results) RefreshTokenBytes

func (s CapUserAuthn_login_Results) RefreshTokenBytes() ([]byte, error)

func (CapUserAuthn_login_Results) Segment

func (CapUserAuthn_login_Results) SetAuthToken

func (s CapUserAuthn_login_Results) SetAuthToken(v string) error

func (CapUserAuthn_login_Results) SetRefreshToken

func (s CapUserAuthn_login_Results) SetRefreshToken(v string) error

func (CapUserAuthn_login_Results) String

func (CapUserAuthn_login_Results) ToPtr

type CapUserAuthn_login_Results_Future

type CapUserAuthn_login_Results_Future struct{ *capnp.Future }

CapUserAuthn_login_Results_Future is a wrapper for a CapUserAuthn_login_Results promised by a client call.

func (CapUserAuthn_login_Results_Future) Struct

type CapUserAuthn_login_Results_List

type CapUserAuthn_login_Results_List = capnp.StructList[CapUserAuthn_login_Results]

CapUserAuthn_login_Results_List is a list of CapUserAuthn_login_Results.

func NewCapUserAuthn_login_Results_List

func NewCapUserAuthn_login_Results_List(s *capnp.Segment, sz int32) (CapUserAuthn_login_Results_List, error)

NewCapUserAuthn_login_Results creates a new list of CapUserAuthn_login_Results.

type CapUserAuthn_logout

type CapUserAuthn_logout struct {
	*server.Call
}

CapUserAuthn_logout holds the state for a server call to CapUserAuthn.logout. See server.Call for documentation.

func (CapUserAuthn_logout) AllocResults

AllocResults allocates the results struct.

func (CapUserAuthn_logout) Args

Args returns the call's arguments.

type CapUserAuthn_logout_Params

type CapUserAuthn_logout_Params capnp.Struct

func NewCapUserAuthn_logout_Params

func NewCapUserAuthn_logout_Params(s *capnp.Segment) (CapUserAuthn_logout_Params, error)

func NewRootCapUserAuthn_logout_Params

func NewRootCapUserAuthn_logout_Params(s *capnp.Segment) (CapUserAuthn_logout_Params, error)

func ReadRootCapUserAuthn_logout_Params

func ReadRootCapUserAuthn_logout_Params(msg *capnp.Message) (CapUserAuthn_logout_Params, error)

func (CapUserAuthn_logout_Params) DecodeFromPtr

func (CapUserAuthn_logout_Params) EncodeAsPtr

func (s CapUserAuthn_logout_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapUserAuthn_logout_Params) HasRefreshToken

func (s CapUserAuthn_logout_Params) HasRefreshToken() bool

func (CapUserAuthn_logout_Params) IsValid

func (s CapUserAuthn_logout_Params) IsValid() bool

func (CapUserAuthn_logout_Params) Message

func (CapUserAuthn_logout_Params) RefreshToken

func (s CapUserAuthn_logout_Params) RefreshToken() (string, error)

func (CapUserAuthn_logout_Params) RefreshTokenBytes

func (s CapUserAuthn_logout_Params) RefreshTokenBytes() ([]byte, error)

func (CapUserAuthn_logout_Params) Segment

func (CapUserAuthn_logout_Params) SetRefreshToken

func (s CapUserAuthn_logout_Params) SetRefreshToken(v string) error

func (CapUserAuthn_logout_Params) String

func (CapUserAuthn_logout_Params) ToPtr

type CapUserAuthn_logout_Params_Future

type CapUserAuthn_logout_Params_Future struct{ *capnp.Future }

CapUserAuthn_logout_Params_Future is a wrapper for a CapUserAuthn_logout_Params promised by a client call.

func (CapUserAuthn_logout_Params_Future) Struct

type CapUserAuthn_logout_Params_List

type CapUserAuthn_logout_Params_List = capnp.StructList[CapUserAuthn_logout_Params]

CapUserAuthn_logout_Params_List is a list of CapUserAuthn_logout_Params.

func NewCapUserAuthn_logout_Params_List

func NewCapUserAuthn_logout_Params_List(s *capnp.Segment, sz int32) (CapUserAuthn_logout_Params_List, error)

NewCapUserAuthn_logout_Params creates a new list of CapUserAuthn_logout_Params.

type CapUserAuthn_logout_Results

type CapUserAuthn_logout_Results capnp.Struct

func NewCapUserAuthn_logout_Results

func NewCapUserAuthn_logout_Results(s *capnp.Segment) (CapUserAuthn_logout_Results, error)

func NewRootCapUserAuthn_logout_Results

func NewRootCapUserAuthn_logout_Results(s *capnp.Segment) (CapUserAuthn_logout_Results, error)

func ReadRootCapUserAuthn_logout_Results

func ReadRootCapUserAuthn_logout_Results(msg *capnp.Message) (CapUserAuthn_logout_Results, error)

func (CapUserAuthn_logout_Results) DecodeFromPtr

func (CapUserAuthn_logout_Results) EncodeAsPtr

func (s CapUserAuthn_logout_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapUserAuthn_logout_Results) IsValid

func (s CapUserAuthn_logout_Results) IsValid() bool

func (CapUserAuthn_logout_Results) Message

func (CapUserAuthn_logout_Results) Segment

func (CapUserAuthn_logout_Results) String

func (CapUserAuthn_logout_Results) ToPtr

type CapUserAuthn_logout_Results_Future

type CapUserAuthn_logout_Results_Future struct{ *capnp.Future }

CapUserAuthn_logout_Results_Future is a wrapper for a CapUserAuthn_logout_Results promised by a client call.

func (CapUserAuthn_logout_Results_Future) Struct

type CapUserAuthn_logout_Results_List

type CapUserAuthn_logout_Results_List = capnp.StructList[CapUserAuthn_logout_Results]

CapUserAuthn_logout_Results_List is a list of CapUserAuthn_logout_Results.

func NewCapUserAuthn_logout_Results_List

func NewCapUserAuthn_logout_Results_List(s *capnp.Segment, sz int32) (CapUserAuthn_logout_Results_List, error)

NewCapUserAuthn_logout_Results creates a new list of CapUserAuthn_logout_Results.

type CapUserAuthn_refresh

type CapUserAuthn_refresh struct {
	*server.Call
}

CapUserAuthn_refresh holds the state for a server call to CapUserAuthn.refresh. See server.Call for documentation.

func (CapUserAuthn_refresh) AllocResults

AllocResults allocates the results struct.

func (CapUserAuthn_refresh) Args

Args returns the call's arguments.

type CapUserAuthn_refresh_Params

type CapUserAuthn_refresh_Params capnp.Struct

func NewCapUserAuthn_refresh_Params

func NewCapUserAuthn_refresh_Params(s *capnp.Segment) (CapUserAuthn_refresh_Params, error)

func NewRootCapUserAuthn_refresh_Params

func NewRootCapUserAuthn_refresh_Params(s *capnp.Segment) (CapUserAuthn_refresh_Params, error)

func ReadRootCapUserAuthn_refresh_Params

func ReadRootCapUserAuthn_refresh_Params(msg *capnp.Message) (CapUserAuthn_refresh_Params, error)

func (CapUserAuthn_refresh_Params) DecodeFromPtr

func (CapUserAuthn_refresh_Params) EncodeAsPtr

func (s CapUserAuthn_refresh_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapUserAuthn_refresh_Params) HasRefreshToken

func (s CapUserAuthn_refresh_Params) HasRefreshToken() bool

func (CapUserAuthn_refresh_Params) IsValid

func (s CapUserAuthn_refresh_Params) IsValid() bool

func (CapUserAuthn_refresh_Params) Message

func (CapUserAuthn_refresh_Params) RefreshToken

func (s CapUserAuthn_refresh_Params) RefreshToken() (string, error)

func (CapUserAuthn_refresh_Params) RefreshTokenBytes

func (s CapUserAuthn_refresh_Params) RefreshTokenBytes() ([]byte, error)

func (CapUserAuthn_refresh_Params) Segment

func (CapUserAuthn_refresh_Params) SetRefreshToken

func (s CapUserAuthn_refresh_Params) SetRefreshToken(v string) error

func (CapUserAuthn_refresh_Params) String

func (CapUserAuthn_refresh_Params) ToPtr

type CapUserAuthn_refresh_Params_Future

type CapUserAuthn_refresh_Params_Future struct{ *capnp.Future }

CapUserAuthn_refresh_Params_Future is a wrapper for a CapUserAuthn_refresh_Params promised by a client call.

func (CapUserAuthn_refresh_Params_Future) Struct

type CapUserAuthn_refresh_Params_List

type CapUserAuthn_refresh_Params_List = capnp.StructList[CapUserAuthn_refresh_Params]

CapUserAuthn_refresh_Params_List is a list of CapUserAuthn_refresh_Params.

func NewCapUserAuthn_refresh_Params_List

func NewCapUserAuthn_refresh_Params_List(s *capnp.Segment, sz int32) (CapUserAuthn_refresh_Params_List, error)

NewCapUserAuthn_refresh_Params creates a new list of CapUserAuthn_refresh_Params.

type CapUserAuthn_refresh_Results

type CapUserAuthn_refresh_Results capnp.Struct

func NewCapUserAuthn_refresh_Results

func NewCapUserAuthn_refresh_Results(s *capnp.Segment) (CapUserAuthn_refresh_Results, error)

func NewRootCapUserAuthn_refresh_Results

func NewRootCapUserAuthn_refresh_Results(s *capnp.Segment) (CapUserAuthn_refresh_Results, error)

func ReadRootCapUserAuthn_refresh_Results

func ReadRootCapUserAuthn_refresh_Results(msg *capnp.Message) (CapUserAuthn_refresh_Results, error)

func (CapUserAuthn_refresh_Results) DecodeFromPtr

func (CapUserAuthn_refresh_Results) EncodeAsPtr

func (s CapUserAuthn_refresh_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapUserAuthn_refresh_Results) HasNewAuthToken

func (s CapUserAuthn_refresh_Results) HasNewAuthToken() bool

func (CapUserAuthn_refresh_Results) HasNewRefreshToken

func (s CapUserAuthn_refresh_Results) HasNewRefreshToken() bool

func (CapUserAuthn_refresh_Results) IsValid

func (s CapUserAuthn_refresh_Results) IsValid() bool

func (CapUserAuthn_refresh_Results) Message

func (CapUserAuthn_refresh_Results) NewAuthToken

func (s CapUserAuthn_refresh_Results) NewAuthToken() (string, error)

func (CapUserAuthn_refresh_Results) NewAuthTokenBytes

func (s CapUserAuthn_refresh_Results) NewAuthTokenBytes() ([]byte, error)

func (CapUserAuthn_refresh_Results) NewRefreshToken

func (s CapUserAuthn_refresh_Results) NewRefreshToken() (string, error)

func (CapUserAuthn_refresh_Results) NewRefreshTokenBytes

func (s CapUserAuthn_refresh_Results) NewRefreshTokenBytes() ([]byte, error)

func (CapUserAuthn_refresh_Results) Segment

func (CapUserAuthn_refresh_Results) SetNewAuthToken

func (s CapUserAuthn_refresh_Results) SetNewAuthToken(v string) error

func (CapUserAuthn_refresh_Results) SetNewRefreshToken

func (s CapUserAuthn_refresh_Results) SetNewRefreshToken(v string) error

func (CapUserAuthn_refresh_Results) String

func (CapUserAuthn_refresh_Results) ToPtr

type CapUserAuthn_refresh_Results_Future

type CapUserAuthn_refresh_Results_Future struct{ *capnp.Future }

CapUserAuthn_refresh_Results_Future is a wrapper for a CapUserAuthn_refresh_Results promised by a client call.

func (CapUserAuthn_refresh_Results_Future) Struct

type CapUserAuthn_refresh_Results_List

type CapUserAuthn_refresh_Results_List = capnp.StructList[CapUserAuthn_refresh_Results]

CapUserAuthn_refresh_Results_List is a list of CapUserAuthn_refresh_Results.

func NewCapUserAuthn_refresh_Results_List

func NewCapUserAuthn_refresh_Results_List(s *capnp.Segment, sz int32) (CapUserAuthn_refresh_Results_List, error)

NewCapUserAuthn_refresh_Results creates a new list of CapUserAuthn_refresh_Results.

type CapUserAuthn_setPassword

type CapUserAuthn_setPassword struct {
	*server.Call
}

CapUserAuthn_setPassword holds the state for a server call to CapUserAuthn.setPassword. See server.Call for documentation.

func (CapUserAuthn_setPassword) AllocResults

AllocResults allocates the results struct.

func (CapUserAuthn_setPassword) Args

Args returns the call's arguments.

type CapUserAuthn_setPassword_Params

type CapUserAuthn_setPassword_Params capnp.Struct

func NewCapUserAuthn_setPassword_Params

func NewCapUserAuthn_setPassword_Params(s *capnp.Segment) (CapUserAuthn_setPassword_Params, error)

func NewRootCapUserAuthn_setPassword_Params

func NewRootCapUserAuthn_setPassword_Params(s *capnp.Segment) (CapUserAuthn_setPassword_Params, error)

func ReadRootCapUserAuthn_setPassword_Params

func ReadRootCapUserAuthn_setPassword_Params(msg *capnp.Message) (CapUserAuthn_setPassword_Params, error)

func (CapUserAuthn_setPassword_Params) DecodeFromPtr

func (CapUserAuthn_setPassword_Params) EncodeAsPtr

func (CapUserAuthn_setPassword_Params) HasNewPassword

func (s CapUserAuthn_setPassword_Params) HasNewPassword() bool

func (CapUserAuthn_setPassword_Params) IsValid

func (CapUserAuthn_setPassword_Params) Message

func (CapUserAuthn_setPassword_Params) NewPassword

func (s CapUserAuthn_setPassword_Params) NewPassword() (string, error)

func (CapUserAuthn_setPassword_Params) NewPasswordBytes

func (s CapUserAuthn_setPassword_Params) NewPasswordBytes() ([]byte, error)

func (CapUserAuthn_setPassword_Params) Segment

func (CapUserAuthn_setPassword_Params) SetNewPassword

func (s CapUserAuthn_setPassword_Params) SetNewPassword(v string) error

func (CapUserAuthn_setPassword_Params) String

func (CapUserAuthn_setPassword_Params) ToPtr

type CapUserAuthn_setPassword_Params_Future

type CapUserAuthn_setPassword_Params_Future struct{ *capnp.Future }

CapUserAuthn_setPassword_Params_Future is a wrapper for a CapUserAuthn_setPassword_Params promised by a client call.

func (CapUserAuthn_setPassword_Params_Future) Struct

type CapUserAuthn_setPassword_Params_List

type CapUserAuthn_setPassword_Params_List = capnp.StructList[CapUserAuthn_setPassword_Params]

CapUserAuthn_setPassword_Params_List is a list of CapUserAuthn_setPassword_Params.

func NewCapUserAuthn_setPassword_Params_List

func NewCapUserAuthn_setPassword_Params_List(s *capnp.Segment, sz int32) (CapUserAuthn_setPassword_Params_List, error)

NewCapUserAuthn_setPassword_Params creates a new list of CapUserAuthn_setPassword_Params.

type CapUserAuthn_setPassword_Results

type CapUserAuthn_setPassword_Results capnp.Struct

func NewCapUserAuthn_setPassword_Results

func NewCapUserAuthn_setPassword_Results(s *capnp.Segment) (CapUserAuthn_setPassword_Results, error)

func NewRootCapUserAuthn_setPassword_Results

func NewRootCapUserAuthn_setPassword_Results(s *capnp.Segment) (CapUserAuthn_setPassword_Results, error)

func ReadRootCapUserAuthn_setPassword_Results

func ReadRootCapUserAuthn_setPassword_Results(msg *capnp.Message) (CapUserAuthn_setPassword_Results, error)

func (CapUserAuthn_setPassword_Results) DecodeFromPtr

func (CapUserAuthn_setPassword_Results) EncodeAsPtr

func (CapUserAuthn_setPassword_Results) IsValid

func (CapUserAuthn_setPassword_Results) Message

func (CapUserAuthn_setPassword_Results) Segment

func (CapUserAuthn_setPassword_Results) String

func (CapUserAuthn_setPassword_Results) ToPtr

type CapUserAuthn_setPassword_Results_Future

type CapUserAuthn_setPassword_Results_Future struct{ *capnp.Future }

CapUserAuthn_setPassword_Results_Future is a wrapper for a CapUserAuthn_setPassword_Results promised by a client call.

func (CapUserAuthn_setPassword_Results_Future) Struct

type CapUserAuthn_setPassword_Results_List

type CapUserAuthn_setPassword_Results_List = capnp.StructList[CapUserAuthn_setPassword_Results]

CapUserAuthn_setPassword_Results_List is a list of CapUserAuthn_setPassword_Results.

func NewCapUserAuthn_setPassword_Results_List

func NewCapUserAuthn_setPassword_Results_List(s *capnp.Segment, sz int32) (CapUserAuthn_setPassword_Results_List, error)

NewCapUserAuthn_setPassword_Results creates a new list of CapUserAuthn_setPassword_Results.

type CapUserAuthn_setProfile

type CapUserAuthn_setProfile struct {
	*server.Call
}

CapUserAuthn_setProfile holds the state for a server call to CapUserAuthn.setProfile. See server.Call for documentation.

func (CapUserAuthn_setProfile) AllocResults

AllocResults allocates the results struct.

func (CapUserAuthn_setProfile) Args

Args returns the call's arguments.

type CapUserAuthn_setProfile_Params

type CapUserAuthn_setProfile_Params capnp.Struct

func NewCapUserAuthn_setProfile_Params

func NewCapUserAuthn_setProfile_Params(s *capnp.Segment) (CapUserAuthn_setProfile_Params, error)

func NewRootCapUserAuthn_setProfile_Params

func NewRootCapUserAuthn_setProfile_Params(s *capnp.Segment) (CapUserAuthn_setProfile_Params, error)

func ReadRootCapUserAuthn_setProfile_Params

func ReadRootCapUserAuthn_setProfile_Params(msg *capnp.Message) (CapUserAuthn_setProfile_Params, error)

func (CapUserAuthn_setProfile_Params) DecodeFromPtr

func (CapUserAuthn_setProfile_Params) EncodeAsPtr

func (CapUserAuthn_setProfile_Params) HasNewProfile

func (s CapUserAuthn_setProfile_Params) HasNewProfile() bool

func (CapUserAuthn_setProfile_Params) IsValid

func (CapUserAuthn_setProfile_Params) Message

func (CapUserAuthn_setProfile_Params) NewNewProfile

func (s CapUserAuthn_setProfile_Params) NewNewProfile() (UserProfile, error)

NewNewProfile sets the newProfile field to a newly allocated UserProfile struct, preferring placement in s's segment.

func (CapUserAuthn_setProfile_Params) NewProfile

func (CapUserAuthn_setProfile_Params) Segment

func (CapUserAuthn_setProfile_Params) SetNewProfile

func (CapUserAuthn_setProfile_Params) String

func (CapUserAuthn_setProfile_Params) ToPtr

type CapUserAuthn_setProfile_Params_Future

type CapUserAuthn_setProfile_Params_Future struct{ *capnp.Future }

CapUserAuthn_setProfile_Params_Future is a wrapper for a CapUserAuthn_setProfile_Params promised by a client call.

func (CapUserAuthn_setProfile_Params_Future) NewProfile

func (CapUserAuthn_setProfile_Params_Future) Struct

type CapUserAuthn_setProfile_Params_List

type CapUserAuthn_setProfile_Params_List = capnp.StructList[CapUserAuthn_setProfile_Params]

CapUserAuthn_setProfile_Params_List is a list of CapUserAuthn_setProfile_Params.

func NewCapUserAuthn_setProfile_Params_List

func NewCapUserAuthn_setProfile_Params_List(s *capnp.Segment, sz int32) (CapUserAuthn_setProfile_Params_List, error)

NewCapUserAuthn_setProfile_Params creates a new list of CapUserAuthn_setProfile_Params.

type CapUserAuthn_setProfile_Results

type CapUserAuthn_setProfile_Results capnp.Struct

func NewCapUserAuthn_setProfile_Results

func NewCapUserAuthn_setProfile_Results(s *capnp.Segment) (CapUserAuthn_setProfile_Results, error)

func NewRootCapUserAuthn_setProfile_Results

func NewRootCapUserAuthn_setProfile_Results(s *capnp.Segment) (CapUserAuthn_setProfile_Results, error)

func ReadRootCapUserAuthn_setProfile_Results

func ReadRootCapUserAuthn_setProfile_Results(msg *capnp.Message) (CapUserAuthn_setProfile_Results, error)

func (CapUserAuthn_setProfile_Results) DecodeFromPtr

func (CapUserAuthn_setProfile_Results) EncodeAsPtr

func (CapUserAuthn_setProfile_Results) IsValid

func (CapUserAuthn_setProfile_Results) Message

func (CapUserAuthn_setProfile_Results) Segment

func (CapUserAuthn_setProfile_Results) String

func (CapUserAuthn_setProfile_Results) ToPtr

type CapUserAuthn_setProfile_Results_Future

type CapUserAuthn_setProfile_Results_Future struct{ *capnp.Future }

CapUserAuthn_setProfile_Results_Future is a wrapper for a CapUserAuthn_setProfile_Results promised by a client call.

func (CapUserAuthn_setProfile_Results_Future) Struct

type CapUserAuthn_setProfile_Results_List

type CapUserAuthn_setProfile_Results_List = capnp.StructList[CapUserAuthn_setProfile_Results]

CapUserAuthn_setProfile_Results_List is a list of CapUserAuthn_setProfile_Results.

func NewCapUserAuthn_setProfile_Results_List

func NewCapUserAuthn_setProfile_Results_List(s *capnp.Segment, sz int32) (CapUserAuthn_setProfile_Results_List, error)

NewCapUserAuthn_setProfile_Results creates a new list of CapUserAuthn_setProfile_Results.

type CapUserCerts

type CapUserCerts capnp.Client

func CapUserCerts_ServerToClient

func CapUserCerts_ServerToClient(s CapUserCerts_Server) CapUserCerts

CapUserCerts_ServerToClient creates a new Client from an implementation of CapUserCerts_Server. The caller is responsible for calling Release on the returned Client.

func (CapUserCerts) AddRef

func (c CapUserCerts) AddRef() CapUserCerts

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 (CapUserCerts) DecodeFromPtr

func (CapUserCerts) DecodeFromPtr(p capnp.Ptr) CapUserCerts

func (CapUserCerts) EncodeAsPtr

func (c CapUserCerts) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapUserCerts) GetFlowLimiter

func (c CapUserCerts) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapUserCerts) IsSame

func (c CapUserCerts) IsSame(other CapUserCerts) 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 (CapUserCerts) IsValid

func (c CapUserCerts) 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 (CapUserCerts) Release

func (c CapUserCerts) 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 (CapUserCerts) Resolve

func (c CapUserCerts) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapUserCerts) SetFlowLimiter

func (c CapUserCerts) 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 (CapUserCerts) String

func (c CapUserCerts) 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 CapUserCerts_List

type CapUserCerts_List = capnp.CapList[CapUserCerts]

CapUserCerts_List is a list of CapUserCerts.

func NewCapUserCerts_List

func NewCapUserCerts_List(s *capnp.Segment, sz int32) (CapUserCerts_List, error)

NewCapUserCerts creates a new list of CapUserCerts.

type CapUserCerts_Server

type CapUserCerts_Server interface {
	CreateUserCert(context.Context, CapUserCerts_createUserCert) error
}

type CapUserCerts_createUserCert

type CapUserCerts_createUserCert struct {
	*server.Call
}

CapUserCerts_createUserCert holds the state for a server call to CapUserCerts.createUserCert. See server.Call for documentation.

func (CapUserCerts_createUserCert) AllocResults

AllocResults allocates the results struct.

func (CapUserCerts_createUserCert) Args

Args returns the call's arguments.

type CapUserCerts_createUserCert_Params

type CapUserCerts_createUserCert_Params capnp.Struct

func NewCapUserCerts_createUserCert_Params

func NewCapUserCerts_createUserCert_Params(s *capnp.Segment) (CapUserCerts_createUserCert_Params, error)

func NewRootCapUserCerts_createUserCert_Params

func NewRootCapUserCerts_createUserCert_Params(s *capnp.Segment) (CapUserCerts_createUserCert_Params, error)

func ReadRootCapUserCerts_createUserCert_Params

func ReadRootCapUserCerts_createUserCert_Params(msg *capnp.Message) (CapUserCerts_createUserCert_Params, error)

func (CapUserCerts_createUserCert_Params) ClientID

func (CapUserCerts_createUserCert_Params) ClientIDBytes

func (s CapUserCerts_createUserCert_Params) ClientIDBytes() ([]byte, error)

func (CapUserCerts_createUserCert_Params) DecodeFromPtr

func (CapUserCerts_createUserCert_Params) EncodeAsPtr

func (CapUserCerts_createUserCert_Params) HasClientID

func (s CapUserCerts_createUserCert_Params) HasClientID() bool

func (CapUserCerts_createUserCert_Params) HasPubKeyPEM

func (s CapUserCerts_createUserCert_Params) HasPubKeyPEM() bool

func (CapUserCerts_createUserCert_Params) IsValid

func (CapUserCerts_createUserCert_Params) Message

func (CapUserCerts_createUserCert_Params) PubKeyPEM

func (CapUserCerts_createUserCert_Params) PubKeyPEMBytes

func (s CapUserCerts_createUserCert_Params) PubKeyPEMBytes() ([]byte, error)

func (CapUserCerts_createUserCert_Params) Segment

func (CapUserCerts_createUserCert_Params) SetClientID

func (CapUserCerts_createUserCert_Params) SetPubKeyPEM

func (CapUserCerts_createUserCert_Params) SetValidityDays

func (s CapUserCerts_createUserCert_Params) SetValidityDays(v int32)

func (CapUserCerts_createUserCert_Params) String

func (CapUserCerts_createUserCert_Params) ToPtr

func (CapUserCerts_createUserCert_Params) ValidityDays

func (s CapUserCerts_createUserCert_Params) ValidityDays() int32

type CapUserCerts_createUserCert_Params_Future

type CapUserCerts_createUserCert_Params_Future struct{ *capnp.Future }

CapUserCerts_createUserCert_Params_Future is a wrapper for a CapUserCerts_createUserCert_Params promised by a client call.

func (CapUserCerts_createUserCert_Params_Future) Struct

type CapUserCerts_createUserCert_Params_List

type CapUserCerts_createUserCert_Params_List = capnp.StructList[CapUserCerts_createUserCert_Params]

CapUserCerts_createUserCert_Params_List is a list of CapUserCerts_createUserCert_Params.

func NewCapUserCerts_createUserCert_Params_List

func NewCapUserCerts_createUserCert_Params_List(s *capnp.Segment, sz int32) (CapUserCerts_createUserCert_Params_List, error)

NewCapUserCerts_createUserCert_Params creates a new list of CapUserCerts_createUserCert_Params.

type CapUserCerts_createUserCert_Results

type CapUserCerts_createUserCert_Results capnp.Struct

func NewCapUserCerts_createUserCert_Results

func NewCapUserCerts_createUserCert_Results(s *capnp.Segment) (CapUserCerts_createUserCert_Results, error)

func NewRootCapUserCerts_createUserCert_Results

func NewRootCapUserCerts_createUserCert_Results(s *capnp.Segment) (CapUserCerts_createUserCert_Results, error)

func ReadRootCapUserCerts_createUserCert_Results

func ReadRootCapUserCerts_createUserCert_Results(msg *capnp.Message) (CapUserCerts_createUserCert_Results, error)

func (CapUserCerts_createUserCert_Results) CaCertPEM

func (CapUserCerts_createUserCert_Results) CaCertPEMBytes

func (s CapUserCerts_createUserCert_Results) CaCertPEMBytes() ([]byte, error)

func (CapUserCerts_createUserCert_Results) CertPEM

func (CapUserCerts_createUserCert_Results) CertPEMBytes

func (s CapUserCerts_createUserCert_Results) CertPEMBytes() ([]byte, error)

func (CapUserCerts_createUserCert_Results) DecodeFromPtr

func (CapUserCerts_createUserCert_Results) EncodeAsPtr

func (CapUserCerts_createUserCert_Results) HasCaCertPEM

func (s CapUserCerts_createUserCert_Results) HasCaCertPEM() bool

func (CapUserCerts_createUserCert_Results) HasCertPEM

func (CapUserCerts_createUserCert_Results) IsValid

func (CapUserCerts_createUserCert_Results) Message

func (CapUserCerts_createUserCert_Results) Segment

func (CapUserCerts_createUserCert_Results) SetCaCertPEM

func (CapUserCerts_createUserCert_Results) SetCertPEM

func (CapUserCerts_createUserCert_Results) String

func (CapUserCerts_createUserCert_Results) ToPtr

type CapUserCerts_createUserCert_Results_Future

type CapUserCerts_createUserCert_Results_Future struct{ *capnp.Future }

CapUserCerts_createUserCert_Results_Future is a wrapper for a CapUserCerts_createUserCert_Results promised by a client call.

func (CapUserCerts_createUserCert_Results_Future) Struct

type CapUserCerts_createUserCert_Results_List

type CapUserCerts_createUserCert_Results_List = capnp.StructList[CapUserCerts_createUserCert_Results]

CapUserCerts_createUserCert_Results_List is a list of CapUserCerts_createUserCert_Results.

func NewCapUserCerts_createUserCert_Results_List

func NewCapUserCerts_createUserCert_Results_List(s *capnp.Segment, sz int32) (CapUserCerts_createUserCert_Results_List, error)

NewCapUserCerts_createUserCert_Results creates a new list of CapUserCerts_createUserCert_Results.

type CapUserPubSub

type CapUserPubSub capnp.Client

func CapUserPubSub_ServerToClient

func CapUserPubSub_ServerToClient(s CapUserPubSub_Server) CapUserPubSub

CapUserPubSub_ServerToClient creates a new Client from an implementation of CapUserPubSub_Server. The caller is responsible for calling Release on the returned Client.

func (CapUserPubSub) AddRef

func (c CapUserPubSub) AddRef() CapUserPubSub

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 (CapUserPubSub) DecodeFromPtr

func (CapUserPubSub) DecodeFromPtr(p capnp.Ptr) CapUserPubSub

func (CapUserPubSub) EncodeAsPtr

func (c CapUserPubSub) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapUserPubSub) GetFlowLimiter

func (c CapUserPubSub) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapUserPubSub) IsSame

func (c CapUserPubSub) IsSame(other CapUserPubSub) 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 (CapUserPubSub) IsValid

func (c CapUserPubSub) 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 (CapUserPubSub) Release

func (c CapUserPubSub) 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 (CapUserPubSub) Resolve

func (c CapUserPubSub) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapUserPubSub) SetFlowLimiter

func (c CapUserPubSub) 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 (CapUserPubSub) String

func (c CapUserPubSub) 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 CapUserPubSub_List

type CapUserPubSub_List = capnp.CapList[CapUserPubSub]

CapUserPubSub_List is a list of CapUserPubSub.

func NewCapUserPubSub_List

func NewCapUserPubSub_List(s *capnp.Segment, sz int32) (CapUserPubSub_List, error)

NewCapUserPubSub creates a new list of CapUserPubSub.

type CapUserPubSub_pubAction

type CapUserPubSub_pubAction struct {
	*server.Call
}

CapUserPubSub_pubAction holds the state for a server call to CapUserPubSub.pubAction. See server.Call for documentation.

func (CapUserPubSub_pubAction) AllocResults

AllocResults allocates the results struct.

func (CapUserPubSub_pubAction) Args

Args returns the call's arguments.

type CapUserPubSub_pubAction_Params

type CapUserPubSub_pubAction_Params capnp.Struct

func NewCapUserPubSub_pubAction_Params

func NewCapUserPubSub_pubAction_Params(s *capnp.Segment) (CapUserPubSub_pubAction_Params, error)

func NewRootCapUserPubSub_pubAction_Params

func NewRootCapUserPubSub_pubAction_Params(s *capnp.Segment) (CapUserPubSub_pubAction_Params, error)

func ReadRootCapUserPubSub_pubAction_Params

func ReadRootCapUserPubSub_pubAction_Params(msg *capnp.Message) (CapUserPubSub_pubAction_Params, error)

func (CapUserPubSub_pubAction_Params) ActionName

func (s CapUserPubSub_pubAction_Params) ActionName() (string, error)

func (CapUserPubSub_pubAction_Params) ActionNameBytes

func (s CapUserPubSub_pubAction_Params) ActionNameBytes() ([]byte, error)

func (CapUserPubSub_pubAction_Params) DecodeFromPtr

func (CapUserPubSub_pubAction_Params) EncodeAsPtr

func (CapUserPubSub_pubAction_Params) HasActionName

func (s CapUserPubSub_pubAction_Params) HasActionName() bool

func (CapUserPubSub_pubAction_Params) HasPublisherID

func (s CapUserPubSub_pubAction_Params) HasPublisherID() bool

func (CapUserPubSub_pubAction_Params) HasThingID

func (s CapUserPubSub_pubAction_Params) HasThingID() bool

func (CapUserPubSub_pubAction_Params) HasValue

func (s CapUserPubSub_pubAction_Params) HasValue() bool

func (CapUserPubSub_pubAction_Params) IsValid

func (CapUserPubSub_pubAction_Params) Message

func (CapUserPubSub_pubAction_Params) PublisherID

func (s CapUserPubSub_pubAction_Params) PublisherID() (string, error)

func (CapUserPubSub_pubAction_Params) PublisherIDBytes

func (s CapUserPubSub_pubAction_Params) PublisherIDBytes() ([]byte, error)

func (CapUserPubSub_pubAction_Params) Segment

func (CapUserPubSub_pubAction_Params) SetActionName

func (s CapUserPubSub_pubAction_Params) SetActionName(v string) error

func (CapUserPubSub_pubAction_Params) SetPublisherID

func (s CapUserPubSub_pubAction_Params) SetPublisherID(v string) error

func (CapUserPubSub_pubAction_Params) SetThingID

func (CapUserPubSub_pubAction_Params) SetValue

func (s CapUserPubSub_pubAction_Params) SetValue(v []byte) error

func (CapUserPubSub_pubAction_Params) String

func (CapUserPubSub_pubAction_Params) ThingID

func (CapUserPubSub_pubAction_Params) ThingIDBytes

func (s CapUserPubSub_pubAction_Params) ThingIDBytes() ([]byte, error)

func (CapUserPubSub_pubAction_Params) ToPtr

func (CapUserPubSub_pubAction_Params) Value

func (s CapUserPubSub_pubAction_Params) Value() ([]byte, error)

type CapUserPubSub_pubAction_Params_Future

type CapUserPubSub_pubAction_Params_Future struct{ *capnp.Future }

CapUserPubSub_pubAction_Params_Future is a wrapper for a CapUserPubSub_pubAction_Params promised by a client call.

func (CapUserPubSub_pubAction_Params_Future) Struct

type CapUserPubSub_pubAction_Params_List

type CapUserPubSub_pubAction_Params_List = capnp.StructList[CapUserPubSub_pubAction_Params]

CapUserPubSub_pubAction_Params_List is a list of CapUserPubSub_pubAction_Params.

func NewCapUserPubSub_pubAction_Params_List

func NewCapUserPubSub_pubAction_Params_List(s *capnp.Segment, sz int32) (CapUserPubSub_pubAction_Params_List, error)

NewCapUserPubSub_pubAction_Params creates a new list of CapUserPubSub_pubAction_Params.

type CapUserPubSub_pubAction_Results

type CapUserPubSub_pubAction_Results capnp.Struct

func NewCapUserPubSub_pubAction_Results

func NewCapUserPubSub_pubAction_Results(s *capnp.Segment) (CapUserPubSub_pubAction_Results, error)

func NewRootCapUserPubSub_pubAction_Results

func NewRootCapUserPubSub_pubAction_Results(s *capnp.Segment) (CapUserPubSub_pubAction_Results, error)

func ReadRootCapUserPubSub_pubAction_Results

func ReadRootCapUserPubSub_pubAction_Results(msg *capnp.Message) (CapUserPubSub_pubAction_Results, error)

func (CapUserPubSub_pubAction_Results) DecodeFromPtr

func (CapUserPubSub_pubAction_Results) EncodeAsPtr

func (CapUserPubSub_pubAction_Results) IsValid

func (CapUserPubSub_pubAction_Results) Message

func (CapUserPubSub_pubAction_Results) Segment

func (CapUserPubSub_pubAction_Results) String

func (CapUserPubSub_pubAction_Results) ToPtr

type CapUserPubSub_pubAction_Results_Future

type CapUserPubSub_pubAction_Results_Future struct{ *capnp.Future }

CapUserPubSub_pubAction_Results_Future is a wrapper for a CapUserPubSub_pubAction_Results promised by a client call.

func (CapUserPubSub_pubAction_Results_Future) Struct

type CapUserPubSub_pubAction_Results_List

type CapUserPubSub_pubAction_Results_List = capnp.StructList[CapUserPubSub_pubAction_Results]

CapUserPubSub_pubAction_Results_List is a list of CapUserPubSub_pubAction_Results.

func NewCapUserPubSub_pubAction_Results_List

func NewCapUserPubSub_pubAction_Results_List(s *capnp.Segment, sz int32) (CapUserPubSub_pubAction_Results_List, error)

NewCapUserPubSub_pubAction_Results creates a new list of CapUserPubSub_pubAction_Results.

type CapUserPubSub_subEvent

type CapUserPubSub_subEvent struct {
	*server.Call
}

CapUserPubSub_subEvent holds the state for a server call to CapUserPubSub.subEvent. See server.Call for documentation.

func (CapUserPubSub_subEvent) AllocResults

AllocResults allocates the results struct.

func (CapUserPubSub_subEvent) Args

Args returns the call's arguments.

type CapUserPubSub_subEvent_Params

type CapUserPubSub_subEvent_Params capnp.Struct

func NewCapUserPubSub_subEvent_Params

func NewCapUserPubSub_subEvent_Params(s *capnp.Segment) (CapUserPubSub_subEvent_Params, error)

func NewRootCapUserPubSub_subEvent_Params

func NewRootCapUserPubSub_subEvent_Params(s *capnp.Segment) (CapUserPubSub_subEvent_Params, error)

func ReadRootCapUserPubSub_subEvent_Params

func ReadRootCapUserPubSub_subEvent_Params(msg *capnp.Message) (CapUserPubSub_subEvent_Params, error)

func (CapUserPubSub_subEvent_Params) DecodeFromPtr

func (CapUserPubSub_subEvent_Params) EncodeAsPtr

func (s CapUserPubSub_subEvent_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapUserPubSub_subEvent_Params) EventName

func (s CapUserPubSub_subEvent_Params) EventName() (string, error)

func (CapUserPubSub_subEvent_Params) EventNameBytes

func (s CapUserPubSub_subEvent_Params) EventNameBytes() ([]byte, error)

func (CapUserPubSub_subEvent_Params) Handler

func (CapUserPubSub_subEvent_Params) HasEventName

func (s CapUserPubSub_subEvent_Params) HasEventName() bool

func (CapUserPubSub_subEvent_Params) HasHandler

func (s CapUserPubSub_subEvent_Params) HasHandler() bool

func (CapUserPubSub_subEvent_Params) HasPublisherID

func (s CapUserPubSub_subEvent_Params) HasPublisherID() bool

func (CapUserPubSub_subEvent_Params) HasThingID

func (s CapUserPubSub_subEvent_Params) HasThingID() bool

func (CapUserPubSub_subEvent_Params) IsValid

func (s CapUserPubSub_subEvent_Params) IsValid() bool

func (CapUserPubSub_subEvent_Params) Message

func (CapUserPubSub_subEvent_Params) PublisherID

func (s CapUserPubSub_subEvent_Params) PublisherID() (string, error)

func (CapUserPubSub_subEvent_Params) PublisherIDBytes

func (s CapUserPubSub_subEvent_Params) PublisherIDBytes() ([]byte, error)

func (CapUserPubSub_subEvent_Params) Segment

func (CapUserPubSub_subEvent_Params) SetEventName

func (s CapUserPubSub_subEvent_Params) SetEventName(v string) error

func (CapUserPubSub_subEvent_Params) SetHandler

func (CapUserPubSub_subEvent_Params) SetPublisherID

func (s CapUserPubSub_subEvent_Params) SetPublisherID(v string) error

func (CapUserPubSub_subEvent_Params) SetThingID

func (s CapUserPubSub_subEvent_Params) SetThingID(v string) error

func (CapUserPubSub_subEvent_Params) String

func (CapUserPubSub_subEvent_Params) ThingID

func (CapUserPubSub_subEvent_Params) ThingIDBytes

func (s CapUserPubSub_subEvent_Params) ThingIDBytes() ([]byte, error)

func (CapUserPubSub_subEvent_Params) ToPtr

type CapUserPubSub_subEvent_Params_Future

type CapUserPubSub_subEvent_Params_Future struct{ *capnp.Future }

CapUserPubSub_subEvent_Params_Future is a wrapper for a CapUserPubSub_subEvent_Params promised by a client call.

func (CapUserPubSub_subEvent_Params_Future) Handler

func (CapUserPubSub_subEvent_Params_Future) Struct

type CapUserPubSub_subEvent_Params_List

type CapUserPubSub_subEvent_Params_List = capnp.StructList[CapUserPubSub_subEvent_Params]

CapUserPubSub_subEvent_Params_List is a list of CapUserPubSub_subEvent_Params.

func NewCapUserPubSub_subEvent_Params_List

func NewCapUserPubSub_subEvent_Params_List(s *capnp.Segment, sz int32) (CapUserPubSub_subEvent_Params_List, error)

NewCapUserPubSub_subEvent_Params creates a new list of CapUserPubSub_subEvent_Params.

type CapUserPubSub_subEvent_Results

type CapUserPubSub_subEvent_Results capnp.Struct

func NewCapUserPubSub_subEvent_Results

func NewCapUserPubSub_subEvent_Results(s *capnp.Segment) (CapUserPubSub_subEvent_Results, error)

func NewRootCapUserPubSub_subEvent_Results

func NewRootCapUserPubSub_subEvent_Results(s *capnp.Segment) (CapUserPubSub_subEvent_Results, error)

func ReadRootCapUserPubSub_subEvent_Results

func ReadRootCapUserPubSub_subEvent_Results(msg *capnp.Message) (CapUserPubSub_subEvent_Results, error)

func (CapUserPubSub_subEvent_Results) DecodeFromPtr

func (CapUserPubSub_subEvent_Results) EncodeAsPtr

func (CapUserPubSub_subEvent_Results) IsValid

func (CapUserPubSub_subEvent_Results) Message

func (CapUserPubSub_subEvent_Results) Segment

func (CapUserPubSub_subEvent_Results) String

func (CapUserPubSub_subEvent_Results) ToPtr

type CapUserPubSub_subEvent_Results_Future

type CapUserPubSub_subEvent_Results_Future struct{ *capnp.Future }

CapUserPubSub_subEvent_Results_Future is a wrapper for a CapUserPubSub_subEvent_Results promised by a client call.

func (CapUserPubSub_subEvent_Results_Future) Struct

type CapUserPubSub_subEvent_Results_List

type CapUserPubSub_subEvent_Results_List = capnp.StructList[CapUserPubSub_subEvent_Results]

CapUserPubSub_subEvent_Results_List is a list of CapUserPubSub_subEvent_Results.

func NewCapUserPubSub_subEvent_Results_List

func NewCapUserPubSub_subEvent_Results_List(s *capnp.Segment, sz int32) (CapUserPubSub_subEvent_Results_List, error)

NewCapUserPubSub_subEvent_Results creates a new list of CapUserPubSub_subEvent_Results.

type CapUserPubSub_subTDs

type CapUserPubSub_subTDs struct {
	*server.Call
}

CapUserPubSub_subTDs holds the state for a server call to CapUserPubSub.subTDs. See server.Call for documentation.

func (CapUserPubSub_subTDs) AllocResults

AllocResults allocates the results struct.

func (CapUserPubSub_subTDs) Args

Args returns the call's arguments.

type CapUserPubSub_subTDs_Params

type CapUserPubSub_subTDs_Params capnp.Struct

func NewCapUserPubSub_subTDs_Params

func NewCapUserPubSub_subTDs_Params(s *capnp.Segment) (CapUserPubSub_subTDs_Params, error)

func NewRootCapUserPubSub_subTDs_Params

func NewRootCapUserPubSub_subTDs_Params(s *capnp.Segment) (CapUserPubSub_subTDs_Params, error)

func ReadRootCapUserPubSub_subTDs_Params

func ReadRootCapUserPubSub_subTDs_Params(msg *capnp.Message) (CapUserPubSub_subTDs_Params, error)

func (CapUserPubSub_subTDs_Params) DecodeFromPtr

func (CapUserPubSub_subTDs_Params) EncodeAsPtr

func (s CapUserPubSub_subTDs_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapUserPubSub_subTDs_Params) Handler

func (CapUserPubSub_subTDs_Params) HasHandler

func (s CapUserPubSub_subTDs_Params) HasHandler() bool

func (CapUserPubSub_subTDs_Params) IsValid

func (s CapUserPubSub_subTDs_Params) IsValid() bool

func (CapUserPubSub_subTDs_Params) Message

func (CapUserPubSub_subTDs_Params) Segment

func (CapUserPubSub_subTDs_Params) SetHandler

func (CapUserPubSub_subTDs_Params) String

func (CapUserPubSub_subTDs_Params) ToPtr

type CapUserPubSub_subTDs_Params_Future

type CapUserPubSub_subTDs_Params_Future struct{ *capnp.Future }

CapUserPubSub_subTDs_Params_Future is a wrapper for a CapUserPubSub_subTDs_Params promised by a client call.

func (CapUserPubSub_subTDs_Params_Future) Handler

func (CapUserPubSub_subTDs_Params_Future) Struct

type CapUserPubSub_subTDs_Params_List

type CapUserPubSub_subTDs_Params_List = capnp.StructList[CapUserPubSub_subTDs_Params]

CapUserPubSub_subTDs_Params_List is a list of CapUserPubSub_subTDs_Params.

func NewCapUserPubSub_subTDs_Params_List

func NewCapUserPubSub_subTDs_Params_List(s *capnp.Segment, sz int32) (CapUserPubSub_subTDs_Params_List, error)

NewCapUserPubSub_subTDs_Params creates a new list of CapUserPubSub_subTDs_Params.

type CapUserPubSub_subTDs_Results

type CapUserPubSub_subTDs_Results capnp.Struct

func NewCapUserPubSub_subTDs_Results

func NewCapUserPubSub_subTDs_Results(s *capnp.Segment) (CapUserPubSub_subTDs_Results, error)

func NewRootCapUserPubSub_subTDs_Results

func NewRootCapUserPubSub_subTDs_Results(s *capnp.Segment) (CapUserPubSub_subTDs_Results, error)

func ReadRootCapUserPubSub_subTDs_Results

func ReadRootCapUserPubSub_subTDs_Results(msg *capnp.Message) (CapUserPubSub_subTDs_Results, error)

func (CapUserPubSub_subTDs_Results) DecodeFromPtr

func (CapUserPubSub_subTDs_Results) EncodeAsPtr

func (s CapUserPubSub_subTDs_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapUserPubSub_subTDs_Results) IsValid

func (s CapUserPubSub_subTDs_Results) IsValid() bool

func (CapUserPubSub_subTDs_Results) Message

func (CapUserPubSub_subTDs_Results) Segment

func (CapUserPubSub_subTDs_Results) String

func (CapUserPubSub_subTDs_Results) ToPtr

type CapUserPubSub_subTDs_Results_Future

type CapUserPubSub_subTDs_Results_Future struct{ *capnp.Future }

CapUserPubSub_subTDs_Results_Future is a wrapper for a CapUserPubSub_subTDs_Results promised by a client call.

func (CapUserPubSub_subTDs_Results_Future) Struct

type CapUserPubSub_subTDs_Results_List

type CapUserPubSub_subTDs_Results_List = capnp.StructList[CapUserPubSub_subTDs_Results]

CapUserPubSub_subTDs_Results_List is a list of CapUserPubSub_subTDs_Results.

func NewCapUserPubSub_subTDs_Results_List

func NewCapUserPubSub_subTDs_Results_List(s *capnp.Segment, sz int32) (CapUserPubSub_subTDs_Results_List, error)

NewCapUserPubSub_subTDs_Results creates a new list of CapUserPubSub_subTDs_Results.

type CapVerifyAuthz

type CapVerifyAuthz capnp.Client

func CapVerifyAuthz_ServerToClient

func CapVerifyAuthz_ServerToClient(s CapVerifyAuthz_Server) CapVerifyAuthz

CapVerifyAuthz_ServerToClient creates a new Client from an implementation of CapVerifyAuthz_Server. The caller is responsible for calling Release on the returned Client.

func (CapVerifyAuthz) AddRef

func (c CapVerifyAuthz) AddRef() CapVerifyAuthz

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 (CapVerifyAuthz) DecodeFromPtr

func (CapVerifyAuthz) DecodeFromPtr(p capnp.Ptr) CapVerifyAuthz

func (CapVerifyAuthz) EncodeAsPtr

func (c CapVerifyAuthz) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapVerifyAuthz) GetFlowLimiter

func (c CapVerifyAuthz) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapVerifyAuthz) IsSame

func (c CapVerifyAuthz) IsSame(other CapVerifyAuthz) 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 (CapVerifyAuthz) IsValid

func (c CapVerifyAuthz) 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 (CapVerifyAuthz) Release

func (c CapVerifyAuthz) 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 (CapVerifyAuthz) Resolve

func (c CapVerifyAuthz) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapVerifyAuthz) SetFlowLimiter

func (c CapVerifyAuthz) 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 (CapVerifyAuthz) String

func (c CapVerifyAuthz) 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 CapVerifyAuthz_List

type CapVerifyAuthz_List = capnp.CapList[CapVerifyAuthz]

CapVerifyAuthz_List is a list of CapVerifyAuthz.

func NewCapVerifyAuthz_List

func NewCapVerifyAuthz_List(s *capnp.Segment, sz int32) (CapVerifyAuthz_List, error)

NewCapVerifyAuthz creates a new list of CapVerifyAuthz.

type CapVerifyAuthz_Server

type CapVerifyAuthz_Server interface {
	GetPermissions(context.Context, CapVerifyAuthz_getPermissions) error
}

type CapVerifyAuthz_getPermissions

type CapVerifyAuthz_getPermissions struct {
	*server.Call
}

CapVerifyAuthz_getPermissions holds the state for a server call to CapVerifyAuthz.getPermissions. See server.Call for documentation.

func (CapVerifyAuthz_getPermissions) AllocResults

AllocResults allocates the results struct.

func (CapVerifyAuthz_getPermissions) Args

Args returns the call's arguments.

type CapVerifyAuthz_getPermissions_Params

type CapVerifyAuthz_getPermissions_Params capnp.Struct

func NewCapVerifyAuthz_getPermissions_Params

func NewCapVerifyAuthz_getPermissions_Params(s *capnp.Segment) (CapVerifyAuthz_getPermissions_Params, error)

func NewRootCapVerifyAuthz_getPermissions_Params

func NewRootCapVerifyAuthz_getPermissions_Params(s *capnp.Segment) (CapVerifyAuthz_getPermissions_Params, error)

func ReadRootCapVerifyAuthz_getPermissions_Params

func ReadRootCapVerifyAuthz_getPermissions_Params(msg *capnp.Message) (CapVerifyAuthz_getPermissions_Params, error)

func (CapVerifyAuthz_getPermissions_Params) ClientID

func (CapVerifyAuthz_getPermissions_Params) ClientIDBytes

func (s CapVerifyAuthz_getPermissions_Params) ClientIDBytes() ([]byte, error)

func (CapVerifyAuthz_getPermissions_Params) DecodeFromPtr

func (CapVerifyAuthz_getPermissions_Params) EncodeAsPtr

func (CapVerifyAuthz_getPermissions_Params) HasClientID

func (CapVerifyAuthz_getPermissions_Params) HasThingAddr

func (s CapVerifyAuthz_getPermissions_Params) HasThingAddr() bool

func (CapVerifyAuthz_getPermissions_Params) IsValid

func (CapVerifyAuthz_getPermissions_Params) Message

func (CapVerifyAuthz_getPermissions_Params) Segment

func (CapVerifyAuthz_getPermissions_Params) SetClientID

func (CapVerifyAuthz_getPermissions_Params) SetThingAddr

func (CapVerifyAuthz_getPermissions_Params) String

func (CapVerifyAuthz_getPermissions_Params) ThingAddr

func (CapVerifyAuthz_getPermissions_Params) ThingAddrBytes

func (s CapVerifyAuthz_getPermissions_Params) ThingAddrBytes() ([]byte, error)

func (CapVerifyAuthz_getPermissions_Params) ToPtr

type CapVerifyAuthz_getPermissions_Params_Future

type CapVerifyAuthz_getPermissions_Params_Future struct{ *capnp.Future }

CapVerifyAuthz_getPermissions_Params_Future is a wrapper for a CapVerifyAuthz_getPermissions_Params promised by a client call.

func (CapVerifyAuthz_getPermissions_Params_Future) Struct

type CapVerifyAuthz_getPermissions_Params_List

type CapVerifyAuthz_getPermissions_Params_List = capnp.StructList[CapVerifyAuthz_getPermissions_Params]

CapVerifyAuthz_getPermissions_Params_List is a list of CapVerifyAuthz_getPermissions_Params.

func NewCapVerifyAuthz_getPermissions_Params_List

func NewCapVerifyAuthz_getPermissions_Params_List(s *capnp.Segment, sz int32) (CapVerifyAuthz_getPermissions_Params_List, error)

NewCapVerifyAuthz_getPermissions_Params creates a new list of CapVerifyAuthz_getPermissions_Params.

type CapVerifyAuthz_getPermissions_Results

type CapVerifyAuthz_getPermissions_Results capnp.Struct

func NewCapVerifyAuthz_getPermissions_Results

func NewCapVerifyAuthz_getPermissions_Results(s *capnp.Segment) (CapVerifyAuthz_getPermissions_Results, error)

func NewRootCapVerifyAuthz_getPermissions_Results

func NewRootCapVerifyAuthz_getPermissions_Results(s *capnp.Segment) (CapVerifyAuthz_getPermissions_Results, error)

func ReadRootCapVerifyAuthz_getPermissions_Results

func ReadRootCapVerifyAuthz_getPermissions_Results(msg *capnp.Message) (CapVerifyAuthz_getPermissions_Results, error)

func (CapVerifyAuthz_getPermissions_Results) DecodeFromPtr

func (CapVerifyAuthz_getPermissions_Results) EncodeAsPtr

func (CapVerifyAuthz_getPermissions_Results) HasPermissions

func (s CapVerifyAuthz_getPermissions_Results) HasPermissions() bool

func (CapVerifyAuthz_getPermissions_Results) IsValid

func (CapVerifyAuthz_getPermissions_Results) Message

func (CapVerifyAuthz_getPermissions_Results) NewPermissions

NewPermissions sets the permissions field to a newly allocated capnp.TextList, preferring placement in s's segment.

func (CapVerifyAuthz_getPermissions_Results) Permissions

func (CapVerifyAuthz_getPermissions_Results) Segment

func (CapVerifyAuthz_getPermissions_Results) SetPermissions

func (CapVerifyAuthz_getPermissions_Results) String

func (CapVerifyAuthz_getPermissions_Results) ToPtr

type CapVerifyAuthz_getPermissions_Results_Future

type CapVerifyAuthz_getPermissions_Results_Future struct{ *capnp.Future }

CapVerifyAuthz_getPermissions_Results_Future is a wrapper for a CapVerifyAuthz_getPermissions_Results promised by a client call.

func (CapVerifyAuthz_getPermissions_Results_Future) Struct

type CapVerifyAuthz_getPermissions_Results_List

type CapVerifyAuthz_getPermissions_Results_List = capnp.StructList[CapVerifyAuthz_getPermissions_Results]

CapVerifyAuthz_getPermissions_Results_List is a list of CapVerifyAuthz_getPermissions_Results.

func NewCapVerifyAuthz_getPermissions_Results_List

func NewCapVerifyAuthz_getPermissions_Results_List(s *capnp.Segment, sz int32) (CapVerifyAuthz_getPermissions_Results_List, error)

NewCapVerifyAuthz_getPermissions_Results creates a new list of CapVerifyAuthz_getPermissions_Results.

type CapVerifyCerts

type CapVerifyCerts capnp.Client

func CapVerifyCerts_ServerToClient

func CapVerifyCerts_ServerToClient(s CapVerifyCerts_Server) CapVerifyCerts

CapVerifyCerts_ServerToClient creates a new Client from an implementation of CapVerifyCerts_Server. The caller is responsible for calling Release on the returned Client.

func (CapVerifyCerts) AddRef

func (c CapVerifyCerts) AddRef() CapVerifyCerts

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 (CapVerifyCerts) DecodeFromPtr

func (CapVerifyCerts) DecodeFromPtr(p capnp.Ptr) CapVerifyCerts

func (CapVerifyCerts) EncodeAsPtr

func (c CapVerifyCerts) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapVerifyCerts) GetFlowLimiter

func (c CapVerifyCerts) GetFlowLimiter() fc.FlowLimiter

Get the current flowcontrol.FlowLimiter used to manage flow control for this client.

func (CapVerifyCerts) IsSame

func (c CapVerifyCerts) IsSame(other CapVerifyCerts) 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 (CapVerifyCerts) IsValid

func (c CapVerifyCerts) 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 (CapVerifyCerts) Release

func (c CapVerifyCerts) 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 (CapVerifyCerts) Resolve

func (c CapVerifyCerts) Resolve(ctx context.Context) error

Resolve blocks until the capability is fully resolved or the Context expires.

func (CapVerifyCerts) SetFlowLimiter

func (c CapVerifyCerts) 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 (CapVerifyCerts) String

func (c CapVerifyCerts) 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 CapVerifyCerts_List

type CapVerifyCerts_List = capnp.CapList[CapVerifyCerts]

CapVerifyCerts_List is a list of CapVerifyCerts.

func NewCapVerifyCerts_List

func NewCapVerifyCerts_List(s *capnp.Segment, sz int32) (CapVerifyCerts_List, error)

NewCapVerifyCerts creates a new list of CapVerifyCerts.

type CapVerifyCerts_Server

type CapVerifyCerts_Server interface {
	VerifyCert(context.Context, CapVerifyCerts_verifyCert) error
}

type CapVerifyCerts_verifyCert

type CapVerifyCerts_verifyCert struct {
	*server.Call
}

CapVerifyCerts_verifyCert holds the state for a server call to CapVerifyCerts.verifyCert. See server.Call for documentation.

func (CapVerifyCerts_verifyCert) AllocResults

AllocResults allocates the results struct.

func (CapVerifyCerts_verifyCert) Args

Args returns the call's arguments.

type CapVerifyCerts_verifyCert_Params

type CapVerifyCerts_verifyCert_Params capnp.Struct

func NewCapVerifyCerts_verifyCert_Params

func NewCapVerifyCerts_verifyCert_Params(s *capnp.Segment) (CapVerifyCerts_verifyCert_Params, error)

func NewRootCapVerifyCerts_verifyCert_Params

func NewRootCapVerifyCerts_verifyCert_Params(s *capnp.Segment) (CapVerifyCerts_verifyCert_Params, error)

func ReadRootCapVerifyCerts_verifyCert_Params

func ReadRootCapVerifyCerts_verifyCert_Params(msg *capnp.Message) (CapVerifyCerts_verifyCert_Params, error)

func (CapVerifyCerts_verifyCert_Params) CertPEM

func (CapVerifyCerts_verifyCert_Params) CertPEMBytes

func (s CapVerifyCerts_verifyCert_Params) CertPEMBytes() ([]byte, error)

func (CapVerifyCerts_verifyCert_Params) ClientID

func (CapVerifyCerts_verifyCert_Params) ClientIDBytes

func (s CapVerifyCerts_verifyCert_Params) ClientIDBytes() ([]byte, error)

func (CapVerifyCerts_verifyCert_Params) DecodeFromPtr

func (CapVerifyCerts_verifyCert_Params) EncodeAsPtr

func (CapVerifyCerts_verifyCert_Params) HasCertPEM

func (s CapVerifyCerts_verifyCert_Params) HasCertPEM() bool

func (CapVerifyCerts_verifyCert_Params) HasClientID

func (s CapVerifyCerts_verifyCert_Params) HasClientID() bool

func (CapVerifyCerts_verifyCert_Params) IsValid

func (CapVerifyCerts_verifyCert_Params) Message

func (CapVerifyCerts_verifyCert_Params) Segment

func (CapVerifyCerts_verifyCert_Params) SetCertPEM

func (CapVerifyCerts_verifyCert_Params) SetClientID

func (CapVerifyCerts_verifyCert_Params) String

func (CapVerifyCerts_verifyCert_Params) ToPtr

type CapVerifyCerts_verifyCert_Params_Future

type CapVerifyCerts_verifyCert_Params_Future struct{ *capnp.Future }

CapVerifyCerts_verifyCert_Params_Future is a wrapper for a CapVerifyCerts_verifyCert_Params promised by a client call.

func (CapVerifyCerts_verifyCert_Params_Future) Struct

type CapVerifyCerts_verifyCert_Params_List

type CapVerifyCerts_verifyCert_Params_List = capnp.StructList[CapVerifyCerts_verifyCert_Params]

CapVerifyCerts_verifyCert_Params_List is a list of CapVerifyCerts_verifyCert_Params.

func NewCapVerifyCerts_verifyCert_Params_List

func NewCapVerifyCerts_verifyCert_Params_List(s *capnp.Segment, sz int32) (CapVerifyCerts_verifyCert_Params_List, error)

NewCapVerifyCerts_verifyCert_Params creates a new list of CapVerifyCerts_verifyCert_Params.

type CapVerifyCerts_verifyCert_Results

type CapVerifyCerts_verifyCert_Results capnp.Struct

func NewCapVerifyCerts_verifyCert_Results

func NewCapVerifyCerts_verifyCert_Results(s *capnp.Segment) (CapVerifyCerts_verifyCert_Results, error)

func NewRootCapVerifyCerts_verifyCert_Results

func NewRootCapVerifyCerts_verifyCert_Results(s *capnp.Segment) (CapVerifyCerts_verifyCert_Results, error)

func ReadRootCapVerifyCerts_verifyCert_Results

func ReadRootCapVerifyCerts_verifyCert_Results(msg *capnp.Message) (CapVerifyCerts_verifyCert_Results, error)

func (CapVerifyCerts_verifyCert_Results) DecodeFromPtr

func (CapVerifyCerts_verifyCert_Results) EncodeAsPtr

func (CapVerifyCerts_verifyCert_Results) IsValid

func (CapVerifyCerts_verifyCert_Results) Message

func (CapVerifyCerts_verifyCert_Results) Segment

func (CapVerifyCerts_verifyCert_Results) String

func (CapVerifyCerts_verifyCert_Results) ToPtr

type CapVerifyCerts_verifyCert_Results_Future

type CapVerifyCerts_verifyCert_Results_Future struct{ *capnp.Future }

CapVerifyCerts_verifyCert_Results_Future is a wrapper for a CapVerifyCerts_verifyCert_Results promised by a client call.

func (CapVerifyCerts_verifyCert_Results_Future) Struct

type CapVerifyCerts_verifyCert_Results_List

type CapVerifyCerts_verifyCert_Results_List = capnp.StructList[CapVerifyCerts_verifyCert_Results]

CapVerifyCerts_verifyCert_Results_List is a list of CapVerifyCerts_verifyCert_Results.

func NewCapVerifyCerts_verifyCert_Results_List

func NewCapVerifyCerts_verifyCert_Results_List(s *capnp.Segment, sz int32) (CapVerifyCerts_verifyCert_Results_List, error)

NewCapVerifyCerts_verifyCert_Results creates a new list of CapVerifyCerts_verifyCert_Results.

type CapabilityInfo

type CapabilityInfo capnp.Struct

func NewCapabilityInfo

func NewCapabilityInfo(s *capnp.Segment) (CapabilityInfo, error)

func NewRootCapabilityInfo

func NewRootCapabilityInfo(s *capnp.Segment) (CapabilityInfo, error)

func ReadRootCapabilityInfo

func ReadRootCapabilityInfo(msg *capnp.Message) (CapabilityInfo, error)

func (CapabilityInfo) Address

func (s CapabilityInfo) Address() (string, error)

func (CapabilityInfo) AddressBytes

func (s CapabilityInfo) AddressBytes() ([]byte, error)

func (CapabilityInfo) ClientTypes

func (s CapabilityInfo) ClientTypes() (capnp.TextList, error)

func (CapabilityInfo) DecodeFromPtr

func (CapabilityInfo) DecodeFromPtr(p capnp.Ptr) CapabilityInfo

func (CapabilityInfo) EncodeAsPtr

func (s CapabilityInfo) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (CapabilityInfo) HasAddress

func (s CapabilityInfo) HasAddress() bool

func (CapabilityInfo) HasClientTypes

func (s CapabilityInfo) HasClientTypes() bool

func (CapabilityInfo) HasInterfaceName

func (s CapabilityInfo) HasInterfaceName() bool

func (CapabilityInfo) HasMethodName

func (s CapabilityInfo) HasMethodName() bool

func (CapabilityInfo) HasNetwork

func (s CapabilityInfo) HasNetwork() bool

func (CapabilityInfo) HasProtocol

func (s CapabilityInfo) HasProtocol() bool

func (CapabilityInfo) HasServiceID

func (s CapabilityInfo) HasServiceID() bool

func (CapabilityInfo) InterfaceID

func (s CapabilityInfo) InterfaceID() uint64

func (CapabilityInfo) InterfaceName

func (s CapabilityInfo) InterfaceName() (string, error)

func (CapabilityInfo) InterfaceNameBytes

func (s CapabilityInfo) InterfaceNameBytes() ([]byte, error)

func (CapabilityInfo) IsValid

func (s CapabilityInfo) IsValid() bool

func (CapabilityInfo) Message

func (s CapabilityInfo) Message() *capnp.Message

func (CapabilityInfo) MethodID

func (s CapabilityInfo) MethodID() uint16

func (CapabilityInfo) MethodName

func (s CapabilityInfo) MethodName() (string, error)

func (CapabilityInfo) MethodNameBytes

func (s CapabilityInfo) MethodNameBytes() ([]byte, error)

func (CapabilityInfo) Network

func (s CapabilityInfo) Network() (string, error)

func (CapabilityInfo) NetworkBytes

func (s CapabilityInfo) NetworkBytes() ([]byte, error)

func (CapabilityInfo) NewClientTypes

func (s CapabilityInfo) NewClientTypes(n int32) (capnp.TextList, error)

NewClientTypes sets the clientTypes field to a newly allocated capnp.TextList, preferring placement in s's segment.

func (CapabilityInfo) Protocol

func (s CapabilityInfo) Protocol() (string, error)

func (CapabilityInfo) ProtocolBytes

func (s CapabilityInfo) ProtocolBytes() ([]byte, error)

func (CapabilityInfo) Segment

func (s CapabilityInfo) Segment() *capnp.Segment

func (CapabilityInfo) ServiceID

func (s CapabilityInfo) ServiceID() (string, error)

func (CapabilityInfo) ServiceIDBytes

func (s CapabilityInfo) ServiceIDBytes() ([]byte, error)

func (CapabilityInfo) SetAddress

func (s CapabilityInfo) SetAddress(v string) error

func (CapabilityInfo) SetClientTypes

func (s CapabilityInfo) SetClientTypes(v capnp.TextList) error

func (CapabilityInfo) SetInterfaceID

func (s CapabilityInfo) SetInterfaceID(v uint64)

func (CapabilityInfo) SetInterfaceName

func (s CapabilityInfo) SetInterfaceName(v string) error

func (CapabilityInfo) SetMethodID

func (s CapabilityInfo) SetMethodID(v uint16)

func (CapabilityInfo) SetMethodName

func (s CapabilityInfo) SetMethodName(v string) error

func (CapabilityInfo) SetNetwork

func (s CapabilityInfo) SetNetwork(v string) error

func (CapabilityInfo) SetProtocol

func (s CapabilityInfo) SetProtocol(v string) error

func (CapabilityInfo) SetServiceID

func (s CapabilityInfo) SetServiceID(v string) error

func (CapabilityInfo) String

func (s CapabilityInfo) String() string

func (CapabilityInfo) ToPtr

func (s CapabilityInfo) ToPtr() capnp.Ptr

type CapabilityInfo_Future

type CapabilityInfo_Future struct{ *capnp.Future }

CapabilityInfo_Future is a wrapper for a CapabilityInfo promised by a client call.

func (CapabilityInfo_Future) Struct

type CapabilityInfo_List

type CapabilityInfo_List = capnp.StructList[CapabilityInfo]

CapabilityInfo_List is a list of CapabilityInfo.

func NewCapabilityInfo_List

func NewCapabilityInfo_List(s *capnp.Segment, sz int32) (CapabilityInfo_List, error)

NewCapabilityInfo creates a new list of CapabilityInfo.

type ClientInfo

type ClientInfo capnp.Struct

func NewClientInfo

func NewClientInfo(s *capnp.Segment) (ClientInfo, error)

func NewRootClientInfo

func NewRootClientInfo(s *capnp.Segment) (ClientInfo, error)

func ReadRootClientInfo

func ReadRootClientInfo(msg *capnp.Message) (ClientInfo, error)

func (ClientInfo) ClientID

func (s ClientInfo) ClientID() (string, error)

func (ClientInfo) ClientIDBytes

func (s ClientInfo) ClientIDBytes() ([]byte, error)

func (ClientInfo) ClientType

func (s ClientInfo) ClientType() (string, error)

func (ClientInfo) ClientTypeBytes

func (s ClientInfo) ClientTypeBytes() ([]byte, error)

func (ClientInfo) DecodeFromPtr

func (ClientInfo) DecodeFromPtr(p capnp.Ptr) ClientInfo

func (ClientInfo) EncodeAsPtr

func (s ClientInfo) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ClientInfo) HasClientID

func (s ClientInfo) HasClientID() bool

func (ClientInfo) HasClientType

func (s ClientInfo) HasClientType() bool

func (ClientInfo) IsValid

func (s ClientInfo) IsValid() bool

func (ClientInfo) Message

func (s ClientInfo) Message() *capnp.Message

func (ClientInfo) Segment

func (s ClientInfo) Segment() *capnp.Segment

func (ClientInfo) SetClientID

func (s ClientInfo) SetClientID(v string) error

func (ClientInfo) SetClientType

func (s ClientInfo) SetClientType(v string) error

func (ClientInfo) String

func (s ClientInfo) String() string

func (ClientInfo) ToPtr

func (s ClientInfo) ToPtr() capnp.Ptr

type ClientInfo_Future

type ClientInfo_Future struct{ *capnp.Future }

ClientInfo_Future is a wrapper for a ClientInfo promised by a client call.

func (ClientInfo_Future) Struct

func (f ClientInfo_Future) Struct() (ClientInfo, error)

type ClientInfo_List

type ClientInfo_List = capnp.StructList[ClientInfo]

ClientInfo_List is a list of ClientInfo.

func NewClientInfo_List

func NewClientInfo_List(s *capnp.Segment, sz int32) (ClientInfo_List, error)

NewClientInfo creates a new list of ClientInfo.

type EventRetention

type EventRetention capnp.Struct

func NewEventRetention

func NewEventRetention(s *capnp.Segment) (EventRetention, error)

func NewRootEventRetention

func NewRootEventRetention(s *capnp.Segment) (EventRetention, error)

func ReadRootEventRetention

func ReadRootEventRetention(msg *capnp.Message) (EventRetention, error)

func (EventRetention) DecodeFromPtr

func (EventRetention) DecodeFromPtr(p capnp.Ptr) EventRetention

func (EventRetention) EncodeAsPtr

func (s EventRetention) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (EventRetention) Exclude

func (s EventRetention) Exclude() (capnp.TextList, error)

func (EventRetention) HasExclude

func (s EventRetention) HasExclude() bool

func (EventRetention) HasName

func (s EventRetention) HasName() bool

func (EventRetention) HasPublishers

func (s EventRetention) HasPublishers() bool

func (EventRetention) HasThings

func (s EventRetention) HasThings() bool

func (EventRetention) IsValid

func (s EventRetention) IsValid() bool

func (EventRetention) Message

func (s EventRetention) Message() *capnp.Message

func (EventRetention) Name

func (s EventRetention) Name() (string, error)

func (EventRetention) NameBytes

func (s EventRetention) NameBytes() ([]byte, error)

func (EventRetention) NewExclude

func (s EventRetention) NewExclude(n int32) (capnp.TextList, error)

NewExclude sets the exclude field to a newly allocated capnp.TextList, preferring placement in s's segment.

func (EventRetention) NewPublishers

func (s EventRetention) NewPublishers(n int32) (capnp.TextList, error)

NewPublishers sets the publishers field to a newly allocated capnp.TextList, preferring placement in s's segment.

func (EventRetention) NewThings

func (s EventRetention) NewThings(n int32) (capnp.TextList, error)

NewThings sets the things field to a newly allocated capnp.TextList, preferring placement in s's segment.

func (EventRetention) Publishers

func (s EventRetention) Publishers() (capnp.TextList, error)

func (EventRetention) RetentionDays

func (s EventRetention) RetentionDays() int32

func (EventRetention) Segment

func (s EventRetention) Segment() *capnp.Segment

func (EventRetention) SetExclude

func (s EventRetention) SetExclude(v capnp.TextList) error

func (EventRetention) SetName

func (s EventRetention) SetName(v string) error

func (EventRetention) SetPublishers

func (s EventRetention) SetPublishers(v capnp.TextList) error

func (EventRetention) SetRetentionDays

func (s EventRetention) SetRetentionDays(v int32)

func (EventRetention) SetThings

func (s EventRetention) SetThings(v capnp.TextList) error

func (EventRetention) String

func (s EventRetention) String() string

func (EventRetention) Things

func (s EventRetention) Things() (capnp.TextList, error)

func (EventRetention) ToPtr

func (s EventRetention) ToPtr() capnp.Ptr

type EventRetention_Future

type EventRetention_Future struct{ *capnp.Future }

EventRetention_Future is a wrapper for a EventRetention promised by a client call.

func (EventRetention_Future) Struct

type EventRetention_List

type EventRetention_List = capnp.StructList[EventRetention]

EventRetention_List is a list of EventRetention.

func NewEventRetention_List

func NewEventRetention_List(s *capnp.Segment, sz int32) (EventRetention_List, error)

NewEventRetention creates a new list of EventRetention.

type Group

type Group capnp.Struct

func NewGroup

func NewGroup(s *capnp.Segment) (Group, error)

func NewRootGroup

func NewRootGroup(s *capnp.Segment) (Group, error)

func ReadRootGroup

func ReadRootGroup(msg *capnp.Message) (Group, error)

func (Group) DecodeFromPtr

func (Group) DecodeFromPtr(p capnp.Ptr) Group

func (Group) EncodeAsPtr

func (s Group) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (Group) HasMemberRoles

func (s Group) HasMemberRoles() bool

func (Group) HasName

func (s Group) HasName() bool

func (Group) IsValid

func (s Group) IsValid() bool

func (Group) MemberRoles

func (s Group) MemberRoles() (RoleMap, error)

func (Group) Message

func (s Group) Message() *capnp.Message

func (Group) Name

func (s Group) Name() (string, error)

func (Group) NameBytes

func (s Group) NameBytes() ([]byte, error)

func (Group) NewMemberRoles

func (s Group) NewMemberRoles() (RoleMap, error)

NewMemberRoles sets the memberRoles field to a newly allocated RoleMap struct, preferring placement in s's segment.

func (Group) Segment

func (s Group) Segment() *capnp.Segment

func (Group) SetMemberRoles

func (s Group) SetMemberRoles(v RoleMap) error

func (Group) SetName

func (s Group) SetName(v string) error

func (Group) String

func (s Group) String() string

func (Group) ToPtr

func (s Group) ToPtr() capnp.Ptr

type Group_Future

type Group_Future struct{ *capnp.Future }

Group_Future is a wrapper for a Group promised by a client call.

func (Group_Future) MemberRoles

func (p Group_Future) MemberRoles() RoleMap_Future

func (Group_Future) Struct

func (f Group_Future) Struct() (Group, error)

type Group_List

type Group_List = capnp.StructList[Group]

Group_List is a list of Group.

func NewGroup_List

func NewGroup_List(s *capnp.Segment, sz int32) (Group_List, error)

NewGroup creates a new list of Group.

type KeyValueMap

type KeyValueMap capnp.Struct

func NewKeyValueMap

func NewKeyValueMap(s *capnp.Segment) (KeyValueMap, error)

func NewRootKeyValueMap

func NewRootKeyValueMap(s *capnp.Segment) (KeyValueMap, error)

func ReadRootKeyValueMap

func ReadRootKeyValueMap(msg *capnp.Message) (KeyValueMap, error)

func (KeyValueMap) DecodeFromPtr

func (KeyValueMap) DecodeFromPtr(p capnp.Ptr) KeyValueMap

func (KeyValueMap) EncodeAsPtr

func (s KeyValueMap) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (KeyValueMap) Entries

func (s KeyValueMap) Entries() (KeyValueMap_Entry_List, error)

func (KeyValueMap) HasEntries

func (s KeyValueMap) HasEntries() bool

func (KeyValueMap) IsValid

func (s KeyValueMap) IsValid() bool

func (KeyValueMap) Message

func (s KeyValueMap) Message() *capnp.Message

func (KeyValueMap) NewEntries

func (s KeyValueMap) NewEntries(n int32) (KeyValueMap_Entry_List, error)

NewEntries sets the entries field to a newly allocated KeyValueMap_Entry_List, preferring placement in s's segment.

func (KeyValueMap) Segment

func (s KeyValueMap) Segment() *capnp.Segment

func (KeyValueMap) SetEntries

func (s KeyValueMap) SetEntries(v KeyValueMap_Entry_List) error

func (KeyValueMap) String

func (s KeyValueMap) String() string

func (KeyValueMap) ToPtr

func (s KeyValueMap) ToPtr() capnp.Ptr

type KeyValueMap_Entry

type KeyValueMap_Entry capnp.Struct

func NewKeyValueMap_Entry

func NewKeyValueMap_Entry(s *capnp.Segment) (KeyValueMap_Entry, error)

func NewRootKeyValueMap_Entry

func NewRootKeyValueMap_Entry(s *capnp.Segment) (KeyValueMap_Entry, error)

func ReadRootKeyValueMap_Entry

func ReadRootKeyValueMap_Entry(msg *capnp.Message) (KeyValueMap_Entry, error)

func (KeyValueMap_Entry) DecodeFromPtr

func (KeyValueMap_Entry) DecodeFromPtr(p capnp.Ptr) KeyValueMap_Entry

func (KeyValueMap_Entry) EncodeAsPtr

func (s KeyValueMap_Entry) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (KeyValueMap_Entry) HasKey

func (s KeyValueMap_Entry) HasKey() bool

func (KeyValueMap_Entry) HasValue

func (s KeyValueMap_Entry) HasValue() bool

func (KeyValueMap_Entry) IsValid

func (s KeyValueMap_Entry) IsValid() bool

func (KeyValueMap_Entry) Key

func (s KeyValueMap_Entry) Key() (string, error)

func (KeyValueMap_Entry) KeyBytes

func (s KeyValueMap_Entry) KeyBytes() ([]byte, error)

func (KeyValueMap_Entry) Message

func (s KeyValueMap_Entry) Message() *capnp.Message

func (KeyValueMap_Entry) Segment

func (s KeyValueMap_Entry) Segment() *capnp.Segment

func (KeyValueMap_Entry) SetKey

func (s KeyValueMap_Entry) SetKey(v string) error

func (KeyValueMap_Entry) SetValue

func (s KeyValueMap_Entry) SetValue(v []byte) error

func (KeyValueMap_Entry) String

func (s KeyValueMap_Entry) String() string

func (KeyValueMap_Entry) ToPtr

func (s KeyValueMap_Entry) ToPtr() capnp.Ptr

func (KeyValueMap_Entry) Value

func (s KeyValueMap_Entry) Value() ([]byte, error)

type KeyValueMap_Entry_Future

type KeyValueMap_Entry_Future struct{ *capnp.Future }

KeyValueMap_Entry_Future is a wrapper for a KeyValueMap_Entry promised by a client call.

func (KeyValueMap_Entry_Future) Struct

type KeyValueMap_Entry_List

type KeyValueMap_Entry_List = capnp.StructList[KeyValueMap_Entry]

KeyValueMap_Entry_List is a list of KeyValueMap_Entry.

func NewKeyValueMap_Entry_List

func NewKeyValueMap_Entry_List(s *capnp.Segment, sz int32) (KeyValueMap_Entry_List, error)

NewKeyValueMap_Entry creates a new list of KeyValueMap_Entry.

type KeyValueMap_Future

type KeyValueMap_Future struct{ *capnp.Future }

KeyValueMap_Future is a wrapper for a KeyValueMap promised by a client call.

func (KeyValueMap_Future) Struct

func (f KeyValueMap_Future) Struct() (KeyValueMap, error)

type KeyValueMap_List

type KeyValueMap_List = capnp.StructList[KeyValueMap]

KeyValueMap_List is a list of KeyValueMap.

func NewKeyValueMap_List

func NewKeyValueMap_List(s *capnp.Segment, sz int32) (KeyValueMap_List, error)

NewKeyValueMap creates a new list of KeyValueMap.

type OOBSecret

type OOBSecret capnp.Struct

func NewOOBSecret

func NewOOBSecret(s *capnp.Segment) (OOBSecret, error)

func NewRootOOBSecret

func NewRootOOBSecret(s *capnp.Segment) (OOBSecret, error)

func ReadRootOOBSecret

func ReadRootOOBSecret(msg *capnp.Message) (OOBSecret, error)

func (OOBSecret) DecodeFromPtr

func (OOBSecret) DecodeFromPtr(p capnp.Ptr) OOBSecret

func (OOBSecret) DeviceID

func (s OOBSecret) DeviceID() (string, error)

func (OOBSecret) DeviceIDBytes

func (s OOBSecret) DeviceIDBytes() ([]byte, error)

func (OOBSecret) EncodeAsPtr

func (s OOBSecret) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (OOBSecret) HasDeviceID

func (s OOBSecret) HasDeviceID() bool

func (OOBSecret) HasOobSecret

func (s OOBSecret) HasOobSecret() bool

func (OOBSecret) IsValid

func (s OOBSecret) IsValid() bool

func (OOBSecret) Message

func (s OOBSecret) Message() *capnp.Message

func (OOBSecret) OobSecret

func (s OOBSecret) OobSecret() (string, error)

func (OOBSecret) OobSecretBytes

func (s OOBSecret) OobSecretBytes() ([]byte, error)

func (OOBSecret) Segment

func (s OOBSecret) Segment() *capnp.Segment

func (OOBSecret) SetDeviceID

func (s OOBSecret) SetDeviceID(v string) error

func (OOBSecret) SetOobSecret

func (s OOBSecret) SetOobSecret(v string) error

func (OOBSecret) String

func (s OOBSecret) String() string

func (OOBSecret) ToPtr

func (s OOBSecret) ToPtr() capnp.Ptr

type OOBSecret_Future

type OOBSecret_Future struct{ *capnp.Future }

OOBSecret_Future is a wrapper for a OOBSecret promised by a client call.

func (OOBSecret_Future) Struct

func (f OOBSecret_Future) Struct() (OOBSecret, error)

type OOBSecret_List

type OOBSecret_List = capnp.StructList[OOBSecret]

OOBSecret_List is a list of OOBSecret.

func NewOOBSecret_List

func NewOOBSecret_List(s *capnp.Segment, sz int32) (OOBSecret_List, error)

NewOOBSecret creates a new list of OOBSecret.

type ProvisionStatus

type ProvisionStatus capnp.Struct

func NewProvisionStatus

func NewProvisionStatus(s *capnp.Segment) (ProvisionStatus, error)

func NewRootProvisionStatus

func NewRootProvisionStatus(s *capnp.Segment) (ProvisionStatus, error)

func ReadRootProvisionStatus

func ReadRootProvisionStatus(msg *capnp.Message) (ProvisionStatus, error)

func (ProvisionStatus) CaCertPEM

func (s ProvisionStatus) CaCertPEM() (string, error)

func (ProvisionStatus) CaCertPEMBytes

func (s ProvisionStatus) CaCertPEMBytes() ([]byte, error)

func (ProvisionStatus) ClientCertPEM

func (s ProvisionStatus) ClientCertPEM() (string, error)

func (ProvisionStatus) ClientCertPEMBytes

func (s ProvisionStatus) ClientCertPEMBytes() ([]byte, error)

func (ProvisionStatus) DecodeFromPtr

func (ProvisionStatus) DecodeFromPtr(p capnp.Ptr) ProvisionStatus

func (ProvisionStatus) DeviceID

func (s ProvisionStatus) DeviceID() (string, error)

func (ProvisionStatus) DeviceIDBytes

func (s ProvisionStatus) DeviceIDBytes() ([]byte, error)

func (ProvisionStatus) EncodeAsPtr

func (s ProvisionStatus) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ProvisionStatus) HasCaCertPEM

func (s ProvisionStatus) HasCaCertPEM() bool

func (ProvisionStatus) HasClientCertPEM

func (s ProvisionStatus) HasClientCertPEM() bool

func (ProvisionStatus) HasDeviceID

func (s ProvisionStatus) HasDeviceID() bool

func (ProvisionStatus) HasPubKeyPEM

func (s ProvisionStatus) HasPubKeyPEM() bool

func (ProvisionStatus) HasRequestTime

func (s ProvisionStatus) HasRequestTime() bool

func (ProvisionStatus) IsValid

func (s ProvisionStatus) IsValid() bool

func (ProvisionStatus) Message

func (s ProvisionStatus) Message() *capnp.Message

func (ProvisionStatus) Pending

func (s ProvisionStatus) Pending() bool

func (ProvisionStatus) PubKeyPEM

func (s ProvisionStatus) PubKeyPEM() (string, error)

func (ProvisionStatus) PubKeyPEMBytes

func (s ProvisionStatus) PubKeyPEMBytes() ([]byte, error)

func (ProvisionStatus) RequestTime

func (s ProvisionStatus) RequestTime() (string, error)

func (ProvisionStatus) RequestTimeBytes

func (s ProvisionStatus) RequestTimeBytes() ([]byte, error)

func (ProvisionStatus) RetrySec

func (s ProvisionStatus) RetrySec() int32

func (ProvisionStatus) Segment

func (s ProvisionStatus) Segment() *capnp.Segment

func (ProvisionStatus) SetCaCertPEM

func (s ProvisionStatus) SetCaCertPEM(v string) error

func (ProvisionStatus) SetClientCertPEM

func (s ProvisionStatus) SetClientCertPEM(v string) error

func (ProvisionStatus) SetDeviceID

func (s ProvisionStatus) SetDeviceID(v string) error

func (ProvisionStatus) SetPending

func (s ProvisionStatus) SetPending(v bool)

func (ProvisionStatus) SetPubKeyPEM

func (s ProvisionStatus) SetPubKeyPEM(v string) error

func (ProvisionStatus) SetRequestTime

func (s ProvisionStatus) SetRequestTime(v string) error

func (ProvisionStatus) SetRetrySec

func (s ProvisionStatus) SetRetrySec(v int32)

func (ProvisionStatus) String

func (s ProvisionStatus) String() string

func (ProvisionStatus) ToPtr

func (s ProvisionStatus) ToPtr() capnp.Ptr

type ProvisionStatus_Future

type ProvisionStatus_Future struct{ *capnp.Future }

ProvisionStatus_Future is a wrapper for a ProvisionStatus promised by a client call.

func (ProvisionStatus_Future) Struct

type ProvisionStatus_List

type ProvisionStatus_List = capnp.StructList[ProvisionStatus]

ProvisionStatus_List is a list of ProvisionStatus.

func NewProvisionStatus_List

func NewProvisionStatus_List(s *capnp.Segment, sz int32) (ProvisionStatus_List, error)

NewProvisionStatus creates a new list of ProvisionStatus.

type RoleMap

type RoleMap capnp.Struct

func NewRoleMap

func NewRoleMap(s *capnp.Segment) (RoleMap, error)

func NewRootRoleMap

func NewRootRoleMap(s *capnp.Segment) (RoleMap, error)

func ReadRootRoleMap

func ReadRootRoleMap(msg *capnp.Message) (RoleMap, error)

func (RoleMap) DecodeFromPtr

func (RoleMap) DecodeFromPtr(p capnp.Ptr) RoleMap

func (RoleMap) EncodeAsPtr

func (s RoleMap) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (RoleMap) Entries

func (s RoleMap) Entries() (RoleMap_Entry_List, error)

func (RoleMap) HasEntries

func (s RoleMap) HasEntries() bool

func (RoleMap) IsValid

func (s RoleMap) IsValid() bool

func (RoleMap) Message

func (s RoleMap) Message() *capnp.Message

func (RoleMap) NewEntries

func (s RoleMap) NewEntries(n int32) (RoleMap_Entry_List, error)

NewEntries sets the entries field to a newly allocated RoleMap_Entry_List, preferring placement in s's segment.

func (RoleMap) Segment

func (s RoleMap) Segment() *capnp.Segment

func (RoleMap) SetEntries

func (s RoleMap) SetEntries(v RoleMap_Entry_List) error

func (RoleMap) String

func (s RoleMap) String() string

func (RoleMap) ToPtr

func (s RoleMap) ToPtr() capnp.Ptr

type RoleMap_Entry

type RoleMap_Entry capnp.Struct

func NewRoleMap_Entry

func NewRoleMap_Entry(s *capnp.Segment) (RoleMap_Entry, error)

func NewRootRoleMap_Entry

func NewRootRoleMap_Entry(s *capnp.Segment) (RoleMap_Entry, error)

func ReadRootRoleMap_Entry

func ReadRootRoleMap_Entry(msg *capnp.Message) (RoleMap_Entry, error)

func (RoleMap_Entry) DecodeFromPtr

func (RoleMap_Entry) DecodeFromPtr(p capnp.Ptr) RoleMap_Entry

func (RoleMap_Entry) EncodeAsPtr

func (s RoleMap_Entry) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (RoleMap_Entry) HasKey

func (s RoleMap_Entry) HasKey() bool

func (RoleMap_Entry) HasRole

func (s RoleMap_Entry) HasRole() bool

func (RoleMap_Entry) IsValid

func (s RoleMap_Entry) IsValid() bool

func (RoleMap_Entry) Key

func (s RoleMap_Entry) Key() (string, error)

func (RoleMap_Entry) KeyBytes

func (s RoleMap_Entry) KeyBytes() ([]byte, error)

func (RoleMap_Entry) Message

func (s RoleMap_Entry) Message() *capnp.Message

func (RoleMap_Entry) Role

func (s RoleMap_Entry) Role() (string, error)

func (RoleMap_Entry) RoleBytes

func (s RoleMap_Entry) RoleBytes() ([]byte, error)

func (RoleMap_Entry) Segment

func (s RoleMap_Entry) Segment() *capnp.Segment

func (RoleMap_Entry) SetKey

func (s RoleMap_Entry) SetKey(v string) error

func (RoleMap_Entry) SetRole

func (s RoleMap_Entry) SetRole(v string) error

func (RoleMap_Entry) String

func (s RoleMap_Entry) String() string

func (RoleMap_Entry) ToPtr

func (s RoleMap_Entry) ToPtr() capnp.Ptr

type RoleMap_Entry_Future

type RoleMap_Entry_Future struct{ *capnp.Future }

RoleMap_Entry_Future is a wrapper for a RoleMap_Entry promised by a client call.

func (RoleMap_Entry_Future) Struct

type RoleMap_Entry_List

type RoleMap_Entry_List = capnp.StructList[RoleMap_Entry]

RoleMap_Entry_List is a list of RoleMap_Entry.

func NewRoleMap_Entry_List

func NewRoleMap_Entry_List(s *capnp.Segment, sz int32) (RoleMap_Entry_List, error)

NewRoleMap_Entry creates a new list of RoleMap_Entry.

type RoleMap_Future

type RoleMap_Future struct{ *capnp.Future }

RoleMap_Future is a wrapper for a RoleMap promised by a client call.

func (RoleMap_Future) Struct

func (f RoleMap_Future) Struct() (RoleMap, error)

type RoleMap_List

type RoleMap_List = capnp.StructList[RoleMap]

RoleMap_List is a list of RoleMap.

func NewRoleMap_List

func NewRoleMap_List(s *capnp.Segment, sz int32) (RoleMap_List, error)

NewRoleMap creates a new list of RoleMap.

type ServiceInfo

type ServiceInfo capnp.Struct

func NewRootServiceInfo

func NewRootServiceInfo(s *capnp.Segment) (ServiceInfo, error)

func NewServiceInfo

func NewServiceInfo(s *capnp.Segment) (ServiceInfo, error)

func ReadRootServiceInfo

func ReadRootServiceInfo(msg *capnp.Message) (ServiceInfo, error)

func (ServiceInfo) Cpu

func (s ServiceInfo) Cpu() int32

func (ServiceInfo) DecodeFromPtr

func (ServiceInfo) DecodeFromPtr(p capnp.Ptr) ServiceInfo

func (ServiceInfo) EncodeAsPtr

func (s ServiceInfo) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ServiceInfo) HasModifiedTime

func (s ServiceInfo) HasModifiedTime() bool

func (ServiceInfo) HasName

func (s ServiceInfo) HasName() bool

func (ServiceInfo) HasPath

func (s ServiceInfo) HasPath() bool

func (ServiceInfo) HasStartTime

func (s ServiceInfo) HasStartTime() bool

func (ServiceInfo) HasStatus

func (s ServiceInfo) HasStatus() bool

func (ServiceInfo) HasStopTime

func (s ServiceInfo) HasStopTime() bool

func (ServiceInfo) IsValid

func (s ServiceInfo) IsValid() bool

func (ServiceInfo) Message

func (s ServiceInfo) Message() *capnp.Message

func (ServiceInfo) ModifiedTime

func (s ServiceInfo) ModifiedTime() (string, error)

func (ServiceInfo) ModifiedTimeBytes

func (s ServiceInfo) ModifiedTimeBytes() ([]byte, error)

func (ServiceInfo) Name

func (s ServiceInfo) Name() (string, error)

func (ServiceInfo) NameBytes

func (s ServiceInfo) NameBytes() ([]byte, error)

func (ServiceInfo) Path

func (s ServiceInfo) Path() (string, error)

func (ServiceInfo) PathBytes

func (s ServiceInfo) PathBytes() ([]byte, error)

func (ServiceInfo) Pid

func (s ServiceInfo) Pid() int32

func (ServiceInfo) Rss

func (s ServiceInfo) Rss() int64

func (ServiceInfo) Running

func (s ServiceInfo) Running() bool

func (ServiceInfo) Segment

func (s ServiceInfo) Segment() *capnp.Segment

func (ServiceInfo) SetCpu

func (s ServiceInfo) SetCpu(v int32)

func (ServiceInfo) SetModifiedTime

func (s ServiceInfo) SetModifiedTime(v string) error

func (ServiceInfo) SetName

func (s ServiceInfo) SetName(v string) error

func (ServiceInfo) SetPath

func (s ServiceInfo) SetPath(v string) error

func (ServiceInfo) SetPid

func (s ServiceInfo) SetPid(v int32)

func (ServiceInfo) SetRss

func (s ServiceInfo) SetRss(v int64)

func (ServiceInfo) SetRunning

func (s ServiceInfo) SetRunning(v bool)

func (ServiceInfo) SetSize

func (s ServiceInfo) SetSize(v int64)

func (ServiceInfo) SetStartCount

func (s ServiceInfo) SetStartCount(v int32)

func (ServiceInfo) SetStartTime

func (s ServiceInfo) SetStartTime(v string) error

func (ServiceInfo) SetStatus

func (s ServiceInfo) SetStatus(v string) error

func (ServiceInfo) SetStopTime

func (s ServiceInfo) SetStopTime(v string) error

func (ServiceInfo) SetUptime

func (s ServiceInfo) SetUptime(v int32)

func (ServiceInfo) Size

func (s ServiceInfo) Size() int64

func (ServiceInfo) StartCount

func (s ServiceInfo) StartCount() int32

func (ServiceInfo) StartTime

func (s ServiceInfo) StartTime() (string, error)

func (ServiceInfo) StartTimeBytes

func (s ServiceInfo) StartTimeBytes() ([]byte, error)

func (ServiceInfo) Status

func (s ServiceInfo) Status() (string, error)

func (ServiceInfo) StatusBytes

func (s ServiceInfo) StatusBytes() ([]byte, error)

func (ServiceInfo) StopTime

func (s ServiceInfo) StopTime() (string, error)

func (ServiceInfo) StopTimeBytes

func (s ServiceInfo) StopTimeBytes() ([]byte, error)

func (ServiceInfo) String

func (s ServiceInfo) String() string

func (ServiceInfo) ToPtr

func (s ServiceInfo) ToPtr() capnp.Ptr

func (ServiceInfo) Uptime

func (s ServiceInfo) Uptime() int32

type ServiceInfo_Future

type ServiceInfo_Future struct{ *capnp.Future }

ServiceInfo_Future is a wrapper for a ServiceInfo promised by a client call.

func (ServiceInfo_Future) Struct

func (f ServiceInfo_Future) Struct() (ServiceInfo, error)

type ServiceInfo_List

type ServiceInfo_List = capnp.StructList[ServiceInfo]

ServiceInfo_List is a list of ServiceInfo.

func NewServiceInfo_List

func NewServiceInfo_List(s *capnp.Segment, sz int32) (ServiceInfo_List, error)

NewServiceInfo creates a new list of ServiceInfo.

type ThingValue

type ThingValue capnp.Struct

func NewRootThingValue

func NewRootThingValue(s *capnp.Segment) (ThingValue, error)

func NewThingValue

func NewThingValue(s *capnp.Segment) (ThingValue, error)

func ReadRootThingValue

func ReadRootThingValue(msg *capnp.Message) (ThingValue, error)

func (ThingValue) Created

func (s ThingValue) Created() (string, error)

func (ThingValue) CreatedBytes

func (s ThingValue) CreatedBytes() ([]byte, error)

func (ThingValue) DecodeFromPtr

func (ThingValue) DecodeFromPtr(p capnp.Ptr) ThingValue

func (ThingValue) EncodeAsPtr

func (s ThingValue) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ThingValue) HasCreated

func (s ThingValue) HasCreated() bool

func (ThingValue) HasName

func (s ThingValue) HasName() bool

func (ThingValue) HasPublisherID

func (s ThingValue) HasPublisherID() bool

func (ThingValue) HasThingID

func (s ThingValue) HasThingID() bool

func (ThingValue) HasValueJSON

func (s ThingValue) HasValueJSON() bool

func (ThingValue) IsValid

func (s ThingValue) IsValid() bool

func (ThingValue) Message

func (s ThingValue) Message() *capnp.Message

func (ThingValue) Name

func (s ThingValue) Name() (string, error)

func (ThingValue) NameBytes

func (s ThingValue) NameBytes() ([]byte, error)

func (ThingValue) PublisherID

func (s ThingValue) PublisherID() (string, error)

func (ThingValue) PublisherIDBytes

func (s ThingValue) PublisherIDBytes() ([]byte, error)

func (ThingValue) Segment

func (s ThingValue) Segment() *capnp.Segment

func (ThingValue) SetCreated

func (s ThingValue) SetCreated(v string) error

func (ThingValue) SetName

func (s ThingValue) SetName(v string) error

func (ThingValue) SetPublisherID

func (s ThingValue) SetPublisherID(v string) error

func (ThingValue) SetThingID

func (s ThingValue) SetThingID(v string) error

func (ThingValue) SetValueJSON

func (s ThingValue) SetValueJSON(v []byte) error

func (ThingValue) String

func (s ThingValue) String() string

func (ThingValue) ThingID

func (s ThingValue) ThingID() (string, error)

func (ThingValue) ThingIDBytes

func (s ThingValue) ThingIDBytes() ([]byte, error)

func (ThingValue) ToPtr

func (s ThingValue) ToPtr() capnp.Ptr

func (ThingValue) ValueJSON

func (s ThingValue) ValueJSON() ([]byte, error)

type ThingValueMap

type ThingValueMap capnp.Struct

func NewRootThingValueMap

func NewRootThingValueMap(s *capnp.Segment) (ThingValueMap, error)

func NewThingValueMap

func NewThingValueMap(s *capnp.Segment) (ThingValueMap, error)

func ReadRootThingValueMap

func ReadRootThingValueMap(msg *capnp.Message) (ThingValueMap, error)

func (ThingValueMap) DecodeFromPtr

func (ThingValueMap) DecodeFromPtr(p capnp.Ptr) ThingValueMap

func (ThingValueMap) EncodeAsPtr

func (s ThingValueMap) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ThingValueMap) Entries

func (ThingValueMap) HasEntries

func (s ThingValueMap) HasEntries() bool

func (ThingValueMap) IsValid

func (s ThingValueMap) IsValid() bool

func (ThingValueMap) Message

func (s ThingValueMap) Message() *capnp.Message

func (ThingValueMap) NewEntries

NewEntries sets the entries field to a newly allocated ThingValueMap_Entry_List, preferring placement in s's segment.

func (ThingValueMap) Segment

func (s ThingValueMap) Segment() *capnp.Segment

func (ThingValueMap) SetEntries

func (ThingValueMap) String

func (s ThingValueMap) String() string

func (ThingValueMap) ToPtr

func (s ThingValueMap) ToPtr() capnp.Ptr

type ThingValueMap_Entry

type ThingValueMap_Entry capnp.Struct

func NewRootThingValueMap_Entry

func NewRootThingValueMap_Entry(s *capnp.Segment) (ThingValueMap_Entry, error)

func NewThingValueMap_Entry

func NewThingValueMap_Entry(s *capnp.Segment) (ThingValueMap_Entry, error)

func ReadRootThingValueMap_Entry

func ReadRootThingValueMap_Entry(msg *capnp.Message) (ThingValueMap_Entry, error)

func (ThingValueMap_Entry) DecodeFromPtr

func (ThingValueMap_Entry) EncodeAsPtr

func (s ThingValueMap_Entry) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ThingValueMap_Entry) HasKey

func (s ThingValueMap_Entry) HasKey() bool

func (ThingValueMap_Entry) HasValue

func (s ThingValueMap_Entry) HasValue() bool

func (ThingValueMap_Entry) IsValid

func (s ThingValueMap_Entry) IsValid() bool

func (ThingValueMap_Entry) Key

func (s ThingValueMap_Entry) Key() (string, error)

func (ThingValueMap_Entry) KeyBytes

func (s ThingValueMap_Entry) KeyBytes() ([]byte, error)

func (ThingValueMap_Entry) Message

func (s ThingValueMap_Entry) Message() *capnp.Message

func (ThingValueMap_Entry) NewValue

func (s ThingValueMap_Entry) NewValue() (ThingValue, error)

NewValue sets the value field to a newly allocated ThingValue struct, preferring placement in s's segment.

func (ThingValueMap_Entry) Segment

func (s ThingValueMap_Entry) Segment() *capnp.Segment

func (ThingValueMap_Entry) SetKey

func (s ThingValueMap_Entry) SetKey(v string) error

func (ThingValueMap_Entry) SetValue

func (s ThingValueMap_Entry) SetValue(v ThingValue) error

func (ThingValueMap_Entry) String

func (s ThingValueMap_Entry) String() string

func (ThingValueMap_Entry) ToPtr

func (s ThingValueMap_Entry) ToPtr() capnp.Ptr

func (ThingValueMap_Entry) Value

func (s ThingValueMap_Entry) Value() (ThingValue, error)

type ThingValueMap_Entry_Future

type ThingValueMap_Entry_Future struct{ *capnp.Future }

ThingValueMap_Entry_Future is a wrapper for a ThingValueMap_Entry promised by a client call.

func (ThingValueMap_Entry_Future) Struct

func (ThingValueMap_Entry_Future) Value

type ThingValueMap_Entry_List

type ThingValueMap_Entry_List = capnp.StructList[ThingValueMap_Entry]

ThingValueMap_Entry_List is a list of ThingValueMap_Entry.

func NewThingValueMap_Entry_List

func NewThingValueMap_Entry_List(s *capnp.Segment, sz int32) (ThingValueMap_Entry_List, error)

NewThingValueMap_Entry creates a new list of ThingValueMap_Entry.

type ThingValueMap_Future

type ThingValueMap_Future struct{ *capnp.Future }

ThingValueMap_Future is a wrapper for a ThingValueMap promised by a client call.

func (ThingValueMap_Future) Struct

type ThingValueMap_List

type ThingValueMap_List = capnp.StructList[ThingValueMap]

ThingValueMap_List is a list of ThingValueMap.

func NewThingValueMap_List

func NewThingValueMap_List(s *capnp.Segment, sz int32) (ThingValueMap_List, error)

NewThingValueMap creates a new list of ThingValueMap.

type ThingValue_Future

type ThingValue_Future struct{ *capnp.Future }

ThingValue_Future is a wrapper for a ThingValue promised by a client call.

func (ThingValue_Future) Struct

func (f ThingValue_Future) Struct() (ThingValue, error)

type ThingValue_List

type ThingValue_List = capnp.StructList[ThingValue]

ThingValue_List is a list of ThingValue.

func NewThingValue_List

func NewThingValue_List(s *capnp.Segment, sz int32) (ThingValue_List, error)

NewThingValue creates a new list of ThingValue.

type UserProfile

type UserProfile capnp.Struct

func NewRootUserProfile

func NewRootUserProfile(s *capnp.Segment) (UserProfile, error)

func NewUserProfile

func NewUserProfile(s *capnp.Segment) (UserProfile, error)

func ReadRootUserProfile

func ReadRootUserProfile(msg *capnp.Message) (UserProfile, error)

func (UserProfile) DecodeFromPtr

func (UserProfile) DecodeFromPtr(p capnp.Ptr) UserProfile

func (UserProfile) EncodeAsPtr

func (s UserProfile) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (UserProfile) HasLoginID

func (s UserProfile) HasLoginID() bool

func (UserProfile) HasName

func (s UserProfile) HasName() bool

func (UserProfile) IsValid

func (s UserProfile) IsValid() bool

func (UserProfile) LoginID

func (s UserProfile) LoginID() (string, error)

func (UserProfile) LoginIDBytes

func (s UserProfile) LoginIDBytes() ([]byte, error)

func (UserProfile) Message

func (s UserProfile) Message() *capnp.Message

func (UserProfile) Name

func (s UserProfile) Name() (string, error)

func (UserProfile) NameBytes

func (s UserProfile) NameBytes() ([]byte, error)

func (UserProfile) Segment

func (s UserProfile) Segment() *capnp.Segment

func (UserProfile) SetLoginID

func (s UserProfile) SetLoginID(v string) error

func (UserProfile) SetName

func (s UserProfile) SetName(v string) error

func (UserProfile) String

func (s UserProfile) String() string

func (UserProfile) ToPtr

func (s UserProfile) ToPtr() capnp.Ptr

type UserProfile_Future

type UserProfile_Future struct{ *capnp.Future }

UserProfile_Future is a wrapper for a UserProfile promised by a client call.

func (UserProfile_Future) Struct

func (f UserProfile_Future) Struct() (UserProfile, error)

type UserProfile_List

type UserProfile_List = capnp.StructList[UserProfile]

UserProfile_List is a list of UserProfile.

func NewUserProfile_List

func NewUserProfile_List(s *capnp.Segment, sz int32) (UserProfile_List, error)

NewUserProfile creates a new list of UserProfile.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL