Documentation ¶
Index ¶
- Constants
- func Conmon_Methods(methods []server.Method, s Conmon_Server) []server.Method
- func Conmon_NewServer(s Conmon_Server) *server.Server
- func RegisterSchema(reg *schemas.Registry)
- type Conmon
- func (c Conmon) AddRef() Conmon
- func (c Conmon) AttachContainer(ctx context.Context, params func(Conmon_attachContainer_Params) error) (Conmon_attachContainer_Results_Future, capnp.ReleaseFunc)
- func (c Conmon) CreateContainer(ctx context.Context, params func(Conmon_createContainer_Params) error) (Conmon_createContainer_Results_Future, capnp.ReleaseFunc)
- func (c Conmon) CreateNamespaces(ctx context.Context, params func(Conmon_createNamespaces_Params) error) (Conmon_createNamespaces_Results_Future, capnp.ReleaseFunc)
- func (Conmon) DecodeFromPtr(p capnp.Ptr) Conmon
- func (c Conmon) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (c Conmon) ExecSyncContainer(ctx context.Context, params func(Conmon_execSyncContainer_Params) error) (Conmon_execSyncContainer_Results_Future, capnp.ReleaseFunc)
- func (c Conmon) GetFlowLimiter() fc.FlowLimiter
- func (c Conmon) IsSame(other Conmon) bool
- func (c Conmon) IsValid() bool
- func (c Conmon) Release()
- func (c Conmon) ReopenLogContainer(ctx context.Context, params func(Conmon_reopenLogContainer_Params) error) (Conmon_reopenLogContainer_Results_Future, capnp.ReleaseFunc)
- func (c Conmon) Resolve(ctx context.Context) error
- func (c Conmon) SetFlowLimiter(lim fc.FlowLimiter)
- func (c Conmon) SetWindowSizeContainer(ctx context.Context, params func(Conmon_setWindowSizeContainer_Params) error) (Conmon_setWindowSizeContainer_Results_Future, capnp.ReleaseFunc)
- func (c Conmon) StartFdSocket(ctx context.Context, params func(Conmon_startFdSocket_Params) error) (Conmon_startFdSocket_Results_Future, capnp.ReleaseFunc)
- func (c Conmon) String() string
- func (c Conmon) Version(ctx context.Context, params func(Conmon_version_Params) error) (Conmon_version_Results_Future, capnp.ReleaseFunc)
- func (c Conmon) WaitStreaming() error
- type Conmon_AttachRequest
- func (Conmon_AttachRequest) DecodeFromPtr(p capnp.Ptr) Conmon_AttachRequest
- func (s Conmon_AttachRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_AttachRequest) ExecSessionId() (string, error)
- func (s Conmon_AttachRequest) ExecSessionIdBytes() ([]byte, error)
- func (s Conmon_AttachRequest) HasExecSessionId() bool
- func (s Conmon_AttachRequest) HasId() bool
- func (s Conmon_AttachRequest) HasMetadata() bool
- func (s Conmon_AttachRequest) HasMetadataOld() bool
- func (s Conmon_AttachRequest) HasSocketPath() bool
- func (s Conmon_AttachRequest) Id() (string, error)
- func (s Conmon_AttachRequest) IdBytes() ([]byte, error)
- func (s Conmon_AttachRequest) IsValid() bool
- func (s Conmon_AttachRequest) Message() *capnp.Message
- func (s Conmon_AttachRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_AttachRequest) MetadataOld() ([]byte, error)
- func (s Conmon_AttachRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_AttachRequest) Segment() *capnp.Segment
- func (s Conmon_AttachRequest) SetExecSessionId(v string) error
- func (s Conmon_AttachRequest) SetId(v string) error
- func (s Conmon_AttachRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
- func (s Conmon_AttachRequest) SetMetadataOld(v []byte) error
- func (s Conmon_AttachRequest) SetSocketPath(v string) error
- func (s Conmon_AttachRequest) SetStopAfterStdinEof(v bool)
- func (s Conmon_AttachRequest) SocketPath() (string, error)
- func (s Conmon_AttachRequest) SocketPathBytes() ([]byte, error)
- func (s Conmon_AttachRequest) StopAfterStdinEof() bool
- func (s Conmon_AttachRequest) String() string
- func (s Conmon_AttachRequest) ToPtr() capnp.Ptr
- type Conmon_AttachRequest_Future
- type Conmon_AttachRequest_List
- type Conmon_AttachResponse
- func (Conmon_AttachResponse) DecodeFromPtr(p capnp.Ptr) Conmon_AttachResponse
- func (s Conmon_AttachResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_AttachResponse) IsValid() bool
- func (s Conmon_AttachResponse) Message() *capnp.Message
- func (s Conmon_AttachResponse) Segment() *capnp.Segment
- func (s Conmon_AttachResponse) String() string
- func (s Conmon_AttachResponse) ToPtr() capnp.Ptr
- type Conmon_AttachResponse_Future
- type Conmon_AttachResponse_List
- type Conmon_CgroupManager
- type Conmon_CgroupManager_List
- type Conmon_CreateContainerRequest
- func (s Conmon_CreateContainerRequest) AdditionalFds() (capnp.UInt64List, error)
- func (s Conmon_CreateContainerRequest) BundlePath() (string, error)
- func (s Conmon_CreateContainerRequest) BundlePathBytes() ([]byte, error)
- func (s Conmon_CreateContainerRequest) CgroupManager() Conmon_CgroupManager
- func (s Conmon_CreateContainerRequest) CleanupCmd() (capnp.TextList, error)
- func (s Conmon_CreateContainerRequest) CommandArgs() (capnp.TextList, error)
- func (Conmon_CreateContainerRequest) DecodeFromPtr(p capnp.Ptr) Conmon_CreateContainerRequest
- func (s Conmon_CreateContainerRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_CreateContainerRequest) EnvVars() (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_CreateContainerRequest) ExitPaths() (capnp.TextList, error)
- func (s Conmon_CreateContainerRequest) GlobalArgs() (capnp.TextList, error)
- func (s Conmon_CreateContainerRequest) HasAdditionalFds() bool
- func (s Conmon_CreateContainerRequest) HasBundlePath() bool
- func (s Conmon_CreateContainerRequest) HasCleanupCmd() bool
- func (s Conmon_CreateContainerRequest) HasCommandArgs() bool
- func (s Conmon_CreateContainerRequest) HasEnvVars() bool
- func (s Conmon_CreateContainerRequest) HasExitPaths() bool
- func (s Conmon_CreateContainerRequest) HasGlobalArgs() bool
- func (s Conmon_CreateContainerRequest) HasId() bool
- func (s Conmon_CreateContainerRequest) HasLeakFds() bool
- func (s Conmon_CreateContainerRequest) HasLogDrivers() bool
- func (s Conmon_CreateContainerRequest) HasMetadata() bool
- func (s Conmon_CreateContainerRequest) HasMetadataOld() bool
- func (s Conmon_CreateContainerRequest) HasOomExitPaths() bool
- func (s Conmon_CreateContainerRequest) Id() (string, error)
- func (s Conmon_CreateContainerRequest) IdBytes() ([]byte, error)
- func (s Conmon_CreateContainerRequest) IsValid() bool
- func (s Conmon_CreateContainerRequest) LeakFds() (capnp.UInt64List, error)
- func (s Conmon_CreateContainerRequest) LogDrivers() (Conmon_LogDriver_List, error)
- func (s Conmon_CreateContainerRequest) Message() *capnp.Message
- func (s Conmon_CreateContainerRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_CreateContainerRequest) MetadataOld() ([]byte, error)
- func (s Conmon_CreateContainerRequest) NewAdditionalFds(n int32) (capnp.UInt64List, error)
- func (s Conmon_CreateContainerRequest) NewCleanupCmd(n int32) (capnp.TextList, error)
- func (s Conmon_CreateContainerRequest) NewCommandArgs(n int32) (capnp.TextList, error)
- func (s Conmon_CreateContainerRequest) NewEnvVars(n int32) (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_CreateContainerRequest) NewExitPaths(n int32) (capnp.TextList, error)
- func (s Conmon_CreateContainerRequest) NewGlobalArgs(n int32) (capnp.TextList, error)
- func (s Conmon_CreateContainerRequest) NewLeakFds(n int32) (capnp.UInt64List, error)
- func (s Conmon_CreateContainerRequest) NewLogDrivers(n int32) (Conmon_LogDriver_List, error)
- func (s Conmon_CreateContainerRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_CreateContainerRequest) NewOomExitPaths(n int32) (capnp.TextList, error)
- func (s Conmon_CreateContainerRequest) OomExitPaths() (capnp.TextList, error)
- func (s Conmon_CreateContainerRequest) Segment() *capnp.Segment
- func (s Conmon_CreateContainerRequest) SetAdditionalFds(v capnp.UInt64List) error
- func (s Conmon_CreateContainerRequest) SetBundlePath(v string) error
- func (s Conmon_CreateContainerRequest) SetCgroupManager(v Conmon_CgroupManager)
- func (s Conmon_CreateContainerRequest) SetCleanupCmd(v capnp.TextList) error
- func (s Conmon_CreateContainerRequest) SetCommandArgs(v capnp.TextList) error
- func (s Conmon_CreateContainerRequest) SetEnvVars(v Conmon_TextTextMapEntry_List) error
- func (s Conmon_CreateContainerRequest) SetExitPaths(v capnp.TextList) error
- func (s Conmon_CreateContainerRequest) SetGlobalArgs(v capnp.TextList) error
- func (s Conmon_CreateContainerRequest) SetId(v string) error
- func (s Conmon_CreateContainerRequest) SetLeakFds(v capnp.UInt64List) error
- func (s Conmon_CreateContainerRequest) SetLogDrivers(v Conmon_LogDriver_List) error
- func (s Conmon_CreateContainerRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
- func (s Conmon_CreateContainerRequest) SetMetadataOld(v []byte) error
- func (s Conmon_CreateContainerRequest) SetOomExitPaths(v capnp.TextList) error
- func (s Conmon_CreateContainerRequest) SetStdin(v bool)
- func (s Conmon_CreateContainerRequest) SetTerminal(v bool)
- func (s Conmon_CreateContainerRequest) Stdin() bool
- func (s Conmon_CreateContainerRequest) String() string
- func (s Conmon_CreateContainerRequest) Terminal() bool
- func (s Conmon_CreateContainerRequest) ToPtr() capnp.Ptr
- type Conmon_CreateContainerRequest_Future
- type Conmon_CreateContainerRequest_List
- type Conmon_CreateContainerResponse
- func NewConmon_CreateContainerResponse(s *capnp.Segment) (Conmon_CreateContainerResponse, error)
- func NewRootConmon_CreateContainerResponse(s *capnp.Segment) (Conmon_CreateContainerResponse, error)
- func ReadRootConmon_CreateContainerResponse(msg *capnp.Message) (Conmon_CreateContainerResponse, error)
- func (s Conmon_CreateContainerResponse) ContainerPid() uint32
- func (Conmon_CreateContainerResponse) DecodeFromPtr(p capnp.Ptr) Conmon_CreateContainerResponse
- func (s Conmon_CreateContainerResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_CreateContainerResponse) IsValid() bool
- func (s Conmon_CreateContainerResponse) Message() *capnp.Message
- func (s Conmon_CreateContainerResponse) Segment() *capnp.Segment
- func (s Conmon_CreateContainerResponse) SetContainerPid(v uint32)
- func (s Conmon_CreateContainerResponse) String() string
- func (s Conmon_CreateContainerResponse) ToPtr() capnp.Ptr
- type Conmon_CreateContainerResponse_Future
- type Conmon_CreateContainerResponse_List
- type Conmon_CreateNamespacesRequest
- func NewConmon_CreateNamespacesRequest(s *capnp.Segment) (Conmon_CreateNamespacesRequest, error)
- func NewRootConmon_CreateNamespacesRequest(s *capnp.Segment) (Conmon_CreateNamespacesRequest, error)
- func ReadRootConmon_CreateNamespacesRequest(msg *capnp.Message) (Conmon_CreateNamespacesRequest, error)
- func (s Conmon_CreateNamespacesRequest) BasePath() (string, error)
- func (s Conmon_CreateNamespacesRequest) BasePathBytes() ([]byte, error)
- func (Conmon_CreateNamespacesRequest) DecodeFromPtr(p capnp.Ptr) Conmon_CreateNamespacesRequest
- func (s Conmon_CreateNamespacesRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_CreateNamespacesRequest) GidMappings() (capnp.TextList, error)
- func (s Conmon_CreateNamespacesRequest) HasBasePath() bool
- func (s Conmon_CreateNamespacesRequest) HasGidMappings() bool
- func (s Conmon_CreateNamespacesRequest) HasMetadata() bool
- func (s Conmon_CreateNamespacesRequest) HasMetadataOld() bool
- func (s Conmon_CreateNamespacesRequest) HasNamespaces() bool
- func (s Conmon_CreateNamespacesRequest) HasPodId() bool
- func (s Conmon_CreateNamespacesRequest) HasUidMappings() bool
- func (s Conmon_CreateNamespacesRequest) IsValid() bool
- func (s Conmon_CreateNamespacesRequest) Message() *capnp.Message
- func (s Conmon_CreateNamespacesRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_CreateNamespacesRequest) MetadataOld() ([]byte, error)
- func (s Conmon_CreateNamespacesRequest) Namespaces() (Conmon_Namespace_List, error)
- func (s Conmon_CreateNamespacesRequest) NewGidMappings(n int32) (capnp.TextList, error)
- func (s Conmon_CreateNamespacesRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_CreateNamespacesRequest) NewNamespaces(n int32) (Conmon_Namespace_List, error)
- func (s Conmon_CreateNamespacesRequest) NewUidMappings(n int32) (capnp.TextList, error)
- func (s Conmon_CreateNamespacesRequest) PodId() (string, error)
- func (s Conmon_CreateNamespacesRequest) PodIdBytes() ([]byte, error)
- func (s Conmon_CreateNamespacesRequest) Segment() *capnp.Segment
- func (s Conmon_CreateNamespacesRequest) SetBasePath(v string) error
- func (s Conmon_CreateNamespacesRequest) SetGidMappings(v capnp.TextList) error
- func (s Conmon_CreateNamespacesRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
- func (s Conmon_CreateNamespacesRequest) SetMetadataOld(v []byte) error
- func (s Conmon_CreateNamespacesRequest) SetNamespaces(v Conmon_Namespace_List) error
- func (s Conmon_CreateNamespacesRequest) SetPodId(v string) error
- func (s Conmon_CreateNamespacesRequest) SetUidMappings(v capnp.TextList) error
- func (s Conmon_CreateNamespacesRequest) String() string
- func (s Conmon_CreateNamespacesRequest) ToPtr() capnp.Ptr
- func (s Conmon_CreateNamespacesRequest) UidMappings() (capnp.TextList, error)
- type Conmon_CreateNamespacesRequest_Future
- type Conmon_CreateNamespacesRequest_List
- type Conmon_CreateNamespacesResponse
- func NewConmon_CreateNamespacesResponse(s *capnp.Segment) (Conmon_CreateNamespacesResponse, error)
- func NewRootConmon_CreateNamespacesResponse(s *capnp.Segment) (Conmon_CreateNamespacesResponse, error)
- func ReadRootConmon_CreateNamespacesResponse(msg *capnp.Message) (Conmon_CreateNamespacesResponse, error)
- func (Conmon_CreateNamespacesResponse) DecodeFromPtr(p capnp.Ptr) Conmon_CreateNamespacesResponse
- func (s Conmon_CreateNamespacesResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_CreateNamespacesResponse) HasNamespaces() bool
- func (s Conmon_CreateNamespacesResponse) IsValid() bool
- func (s Conmon_CreateNamespacesResponse) Message() *capnp.Message
- func (s Conmon_CreateNamespacesResponse) Namespaces() (Conmon_NamespaceResponse_List, error)
- func (s Conmon_CreateNamespacesResponse) NewNamespaces(n int32) (Conmon_NamespaceResponse_List, error)
- func (s Conmon_CreateNamespacesResponse) Segment() *capnp.Segment
- func (s Conmon_CreateNamespacesResponse) SetNamespaces(v Conmon_NamespaceResponse_List) error
- func (s Conmon_CreateNamespacesResponse) String() string
- func (s Conmon_CreateNamespacesResponse) ToPtr() capnp.Ptr
- type Conmon_CreateNamespacesResponse_Future
- type Conmon_CreateNamespacesResponse_List
- type Conmon_ExecSyncContainerRequest
- func NewConmon_ExecSyncContainerRequest(s *capnp.Segment) (Conmon_ExecSyncContainerRequest, error)
- func NewRootConmon_ExecSyncContainerRequest(s *capnp.Segment) (Conmon_ExecSyncContainerRequest, error)
- func ReadRootConmon_ExecSyncContainerRequest(msg *capnp.Message) (Conmon_ExecSyncContainerRequest, error)
- func (s Conmon_ExecSyncContainerRequest) CgroupManager() Conmon_CgroupManager
- func (s Conmon_ExecSyncContainerRequest) Command() (capnp.TextList, error)
- func (Conmon_ExecSyncContainerRequest) DecodeFromPtr(p capnp.Ptr) Conmon_ExecSyncContainerRequest
- func (s Conmon_ExecSyncContainerRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_ExecSyncContainerRequest) EnvVars() (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_ExecSyncContainerRequest) HasCommand() bool
- func (s Conmon_ExecSyncContainerRequest) HasEnvVars() bool
- func (s Conmon_ExecSyncContainerRequest) HasId() bool
- func (s Conmon_ExecSyncContainerRequest) HasMetadata() bool
- func (s Conmon_ExecSyncContainerRequest) HasMetadataOld() bool
- func (s Conmon_ExecSyncContainerRequest) Id() (string, error)
- func (s Conmon_ExecSyncContainerRequest) IdBytes() ([]byte, error)
- func (s Conmon_ExecSyncContainerRequest) IsValid() bool
- func (s Conmon_ExecSyncContainerRequest) Message() *capnp.Message
- func (s Conmon_ExecSyncContainerRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_ExecSyncContainerRequest) MetadataOld() ([]byte, error)
- func (s Conmon_ExecSyncContainerRequest) NewCommand(n int32) (capnp.TextList, error)
- func (s Conmon_ExecSyncContainerRequest) NewEnvVars(n int32) (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_ExecSyncContainerRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_ExecSyncContainerRequest) Segment() *capnp.Segment
- func (s Conmon_ExecSyncContainerRequest) SetCgroupManager(v Conmon_CgroupManager)
- func (s Conmon_ExecSyncContainerRequest) SetCommand(v capnp.TextList) error
- func (s Conmon_ExecSyncContainerRequest) SetEnvVars(v Conmon_TextTextMapEntry_List) error
- func (s Conmon_ExecSyncContainerRequest) SetId(v string) error
- func (s Conmon_ExecSyncContainerRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
- func (s Conmon_ExecSyncContainerRequest) SetMetadataOld(v []byte) error
- func (s Conmon_ExecSyncContainerRequest) SetTerminal(v bool)
- func (s Conmon_ExecSyncContainerRequest) SetTimeoutSec(v uint64)
- func (s Conmon_ExecSyncContainerRequest) String() string
- func (s Conmon_ExecSyncContainerRequest) Terminal() bool
- func (s Conmon_ExecSyncContainerRequest) TimeoutSec() uint64
- func (s Conmon_ExecSyncContainerRequest) ToPtr() capnp.Ptr
- type Conmon_ExecSyncContainerRequest_Future
- type Conmon_ExecSyncContainerRequest_List
- type Conmon_ExecSyncContainerResponse
- func NewConmon_ExecSyncContainerResponse(s *capnp.Segment) (Conmon_ExecSyncContainerResponse, error)
- func NewRootConmon_ExecSyncContainerResponse(s *capnp.Segment) (Conmon_ExecSyncContainerResponse, error)
- func ReadRootConmon_ExecSyncContainerResponse(msg *capnp.Message) (Conmon_ExecSyncContainerResponse, error)
- func (Conmon_ExecSyncContainerResponse) DecodeFromPtr(p capnp.Ptr) Conmon_ExecSyncContainerResponse
- func (s Conmon_ExecSyncContainerResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_ExecSyncContainerResponse) ExitCode() int32
- func (s Conmon_ExecSyncContainerResponse) HasStderr() bool
- func (s Conmon_ExecSyncContainerResponse) HasStdout() bool
- func (s Conmon_ExecSyncContainerResponse) IsValid() bool
- func (s Conmon_ExecSyncContainerResponse) Message() *capnp.Message
- func (s Conmon_ExecSyncContainerResponse) Segment() *capnp.Segment
- func (s Conmon_ExecSyncContainerResponse) SetExitCode(v int32)
- func (s Conmon_ExecSyncContainerResponse) SetStderr(v []byte) error
- func (s Conmon_ExecSyncContainerResponse) SetStdout(v []byte) error
- func (s Conmon_ExecSyncContainerResponse) SetTimedOut(v bool)
- func (s Conmon_ExecSyncContainerResponse) Stderr() ([]byte, error)
- func (s Conmon_ExecSyncContainerResponse) Stdout() ([]byte, error)
- func (s Conmon_ExecSyncContainerResponse) String() string
- func (s Conmon_ExecSyncContainerResponse) TimedOut() bool
- func (s Conmon_ExecSyncContainerResponse) ToPtr() capnp.Ptr
- type Conmon_ExecSyncContainerResponse_Future
- type Conmon_ExecSyncContainerResponse_List
- type Conmon_List
- type Conmon_LogDriver
- func (Conmon_LogDriver) DecodeFromPtr(p capnp.Ptr) Conmon_LogDriver
- func (s Conmon_LogDriver) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_LogDriver) HasPath() bool
- func (s Conmon_LogDriver) IsValid() bool
- func (s Conmon_LogDriver) MaxSize() uint64
- func (s Conmon_LogDriver) Message() *capnp.Message
- func (s Conmon_LogDriver) Path() (string, error)
- func (s Conmon_LogDriver) PathBytes() ([]byte, error)
- func (s Conmon_LogDriver) Segment() *capnp.Segment
- func (s Conmon_LogDriver) SetMaxSize(v uint64)
- func (s Conmon_LogDriver) SetPath(v string) error
- func (s Conmon_LogDriver) SetType(v Conmon_LogDriver_Type)
- func (s Conmon_LogDriver) String() string
- func (s Conmon_LogDriver) ToPtr() capnp.Ptr
- func (s Conmon_LogDriver) Type() Conmon_LogDriver_Type
- type Conmon_LogDriver_Future
- type Conmon_LogDriver_List
- type Conmon_LogDriver_Type
- type Conmon_LogDriver_Type_List
- type Conmon_Namespace
- type Conmon_NamespaceResponse
- func (Conmon_NamespaceResponse) DecodeFromPtr(p capnp.Ptr) Conmon_NamespaceResponse
- func (s Conmon_NamespaceResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_NamespaceResponse) HasPath() bool
- func (s Conmon_NamespaceResponse) IsValid() bool
- func (s Conmon_NamespaceResponse) Message() *capnp.Message
- func (s Conmon_NamespaceResponse) Path() (string, error)
- func (s Conmon_NamespaceResponse) PathBytes() ([]byte, error)
- func (s Conmon_NamespaceResponse) Segment() *capnp.Segment
- func (s Conmon_NamespaceResponse) SetPath(v string) error
- func (s Conmon_NamespaceResponse) SetType(v Conmon_Namespace)
- func (s Conmon_NamespaceResponse) String() string
- func (s Conmon_NamespaceResponse) ToPtr() capnp.Ptr
- func (s Conmon_NamespaceResponse) Type() Conmon_Namespace
- type Conmon_NamespaceResponse_Future
- type Conmon_NamespaceResponse_List
- type Conmon_Namespace_List
- type Conmon_ReopenLogRequest
- func (Conmon_ReopenLogRequest) DecodeFromPtr(p capnp.Ptr) Conmon_ReopenLogRequest
- func (s Conmon_ReopenLogRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_ReopenLogRequest) HasId() bool
- func (s Conmon_ReopenLogRequest) HasMetadata() bool
- func (s Conmon_ReopenLogRequest) HasMetadataOld() bool
- func (s Conmon_ReopenLogRequest) Id() (string, error)
- func (s Conmon_ReopenLogRequest) IdBytes() ([]byte, error)
- func (s Conmon_ReopenLogRequest) IsValid() bool
- func (s Conmon_ReopenLogRequest) Message() *capnp.Message
- func (s Conmon_ReopenLogRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_ReopenLogRequest) MetadataOld() ([]byte, error)
- func (s Conmon_ReopenLogRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_ReopenLogRequest) Segment() *capnp.Segment
- func (s Conmon_ReopenLogRequest) SetId(v string) error
- func (s Conmon_ReopenLogRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
- func (s Conmon_ReopenLogRequest) SetMetadataOld(v []byte) error
- func (s Conmon_ReopenLogRequest) String() string
- func (s Conmon_ReopenLogRequest) ToPtr() capnp.Ptr
- type Conmon_ReopenLogRequest_Future
- type Conmon_ReopenLogRequest_List
- type Conmon_ReopenLogResponse
- func (Conmon_ReopenLogResponse) DecodeFromPtr(p capnp.Ptr) Conmon_ReopenLogResponse
- func (s Conmon_ReopenLogResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_ReopenLogResponse) IsValid() bool
- func (s Conmon_ReopenLogResponse) Message() *capnp.Message
- func (s Conmon_ReopenLogResponse) Segment() *capnp.Segment
- func (s Conmon_ReopenLogResponse) String() string
- func (s Conmon_ReopenLogResponse) ToPtr() capnp.Ptr
- type Conmon_ReopenLogResponse_Future
- type Conmon_ReopenLogResponse_List
- type Conmon_Server
- type Conmon_SetWindowSizeRequest
- func (Conmon_SetWindowSizeRequest) DecodeFromPtr(p capnp.Ptr) Conmon_SetWindowSizeRequest
- func (s Conmon_SetWindowSizeRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_SetWindowSizeRequest) HasId() bool
- func (s Conmon_SetWindowSizeRequest) HasMetadata() bool
- func (s Conmon_SetWindowSizeRequest) HasMetadataOld() bool
- func (s Conmon_SetWindowSizeRequest) Height() uint16
- func (s Conmon_SetWindowSizeRequest) Id() (string, error)
- func (s Conmon_SetWindowSizeRequest) IdBytes() ([]byte, error)
- func (s Conmon_SetWindowSizeRequest) IsValid() bool
- func (s Conmon_SetWindowSizeRequest) Message() *capnp.Message
- func (s Conmon_SetWindowSizeRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_SetWindowSizeRequest) MetadataOld() ([]byte, error)
- func (s Conmon_SetWindowSizeRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_SetWindowSizeRequest) Segment() *capnp.Segment
- func (s Conmon_SetWindowSizeRequest) SetHeight(v uint16)
- func (s Conmon_SetWindowSizeRequest) SetId(v string) error
- func (s Conmon_SetWindowSizeRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
- func (s Conmon_SetWindowSizeRequest) SetMetadataOld(v []byte) error
- func (s Conmon_SetWindowSizeRequest) SetWidth(v uint16)
- func (s Conmon_SetWindowSizeRequest) String() string
- func (s Conmon_SetWindowSizeRequest) ToPtr() capnp.Ptr
- func (s Conmon_SetWindowSizeRequest) Width() uint16
- type Conmon_SetWindowSizeRequest_Future
- type Conmon_SetWindowSizeRequest_List
- type Conmon_SetWindowSizeResponse
- func (Conmon_SetWindowSizeResponse) DecodeFromPtr(p capnp.Ptr) Conmon_SetWindowSizeResponse
- func (s Conmon_SetWindowSizeResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_SetWindowSizeResponse) IsValid() bool
- func (s Conmon_SetWindowSizeResponse) Message() *capnp.Message
- func (s Conmon_SetWindowSizeResponse) Segment() *capnp.Segment
- func (s Conmon_SetWindowSizeResponse) String() string
- func (s Conmon_SetWindowSizeResponse) ToPtr() capnp.Ptr
- type Conmon_SetWindowSizeResponse_Future
- type Conmon_SetWindowSizeResponse_List
- type Conmon_StartFdSocketRequest
- func (Conmon_StartFdSocketRequest) DecodeFromPtr(p capnp.Ptr) Conmon_StartFdSocketRequest
- func (s Conmon_StartFdSocketRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_StartFdSocketRequest) HasMetadata() bool
- func (s Conmon_StartFdSocketRequest) IsValid() bool
- func (s Conmon_StartFdSocketRequest) Message() *capnp.Message
- func (s Conmon_StartFdSocketRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_StartFdSocketRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_StartFdSocketRequest) Segment() *capnp.Segment
- func (s Conmon_StartFdSocketRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
- func (s Conmon_StartFdSocketRequest) String() string
- func (s Conmon_StartFdSocketRequest) ToPtr() capnp.Ptr
- type Conmon_StartFdSocketRequest_Future
- type Conmon_StartFdSocketRequest_List
- type Conmon_StartFdSocketResponse
- func (Conmon_StartFdSocketResponse) DecodeFromPtr(p capnp.Ptr) Conmon_StartFdSocketResponse
- func (s Conmon_StartFdSocketResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_StartFdSocketResponse) HasPath() bool
- func (s Conmon_StartFdSocketResponse) IsValid() bool
- func (s Conmon_StartFdSocketResponse) Message() *capnp.Message
- func (s Conmon_StartFdSocketResponse) Path() (string, error)
- func (s Conmon_StartFdSocketResponse) PathBytes() ([]byte, error)
- func (s Conmon_StartFdSocketResponse) Segment() *capnp.Segment
- func (s Conmon_StartFdSocketResponse) SetPath(v string) error
- func (s Conmon_StartFdSocketResponse) String() string
- func (s Conmon_StartFdSocketResponse) ToPtr() capnp.Ptr
- type Conmon_StartFdSocketResponse_Future
- type Conmon_StartFdSocketResponse_List
- type Conmon_TextTextMapEntry
- func (Conmon_TextTextMapEntry) DecodeFromPtr(p capnp.Ptr) Conmon_TextTextMapEntry
- func (s Conmon_TextTextMapEntry) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_TextTextMapEntry) HasKey() bool
- func (s Conmon_TextTextMapEntry) HasValue() bool
- func (s Conmon_TextTextMapEntry) IsValid() bool
- func (s Conmon_TextTextMapEntry) Key() (string, error)
- func (s Conmon_TextTextMapEntry) KeyBytes() ([]byte, error)
- func (s Conmon_TextTextMapEntry) Message() *capnp.Message
- func (s Conmon_TextTextMapEntry) Segment() *capnp.Segment
- func (s Conmon_TextTextMapEntry) SetKey(v string) error
- func (s Conmon_TextTextMapEntry) SetValue(v string) error
- func (s Conmon_TextTextMapEntry) String() string
- func (s Conmon_TextTextMapEntry) ToPtr() capnp.Ptr
- func (s Conmon_TextTextMapEntry) Value() (string, error)
- func (s Conmon_TextTextMapEntry) ValueBytes() ([]byte, error)
- type Conmon_TextTextMapEntry_Future
- type Conmon_TextTextMapEntry_List
- type Conmon_VersionRequest
- func (Conmon_VersionRequest) DecodeFromPtr(p capnp.Ptr) Conmon_VersionRequest
- func (s Conmon_VersionRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_VersionRequest) HasMetadata() bool
- func (s Conmon_VersionRequest) HasMetadataOld() bool
- func (s Conmon_VersionRequest) IsValid() bool
- func (s Conmon_VersionRequest) Message() *capnp.Message
- func (s Conmon_VersionRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_VersionRequest) MetadataOld() ([]byte, error)
- func (s Conmon_VersionRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
- func (s Conmon_VersionRequest) Segment() *capnp.Segment
- func (s Conmon_VersionRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
- func (s Conmon_VersionRequest) SetMetadataOld(v []byte) error
- func (s Conmon_VersionRequest) SetVerbose(v bool)
- func (s Conmon_VersionRequest) String() string
- func (s Conmon_VersionRequest) ToPtr() capnp.Ptr
- func (s Conmon_VersionRequest) Verbose() bool
- type Conmon_VersionRequest_Future
- type Conmon_VersionRequest_List
- type Conmon_VersionResponse
- func (s Conmon_VersionResponse) BuildDate() (string, error)
- func (s Conmon_VersionResponse) BuildDateBytes() ([]byte, error)
- func (s Conmon_VersionResponse) CargoTree() (string, error)
- func (s Conmon_VersionResponse) CargoTreeBytes() ([]byte, error)
- func (s Conmon_VersionResponse) CargoVersion() (string, error)
- func (s Conmon_VersionResponse) CargoVersionBytes() ([]byte, error)
- func (s Conmon_VersionResponse) Commit() (string, error)
- func (s Conmon_VersionResponse) CommitBytes() ([]byte, error)
- func (Conmon_VersionResponse) DecodeFromPtr(p capnp.Ptr) Conmon_VersionResponse
- func (s Conmon_VersionResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_VersionResponse) HasBuildDate() bool
- func (s Conmon_VersionResponse) HasCargoTree() bool
- func (s Conmon_VersionResponse) HasCargoVersion() bool
- func (s Conmon_VersionResponse) HasCommit() bool
- func (s Conmon_VersionResponse) HasMetadata() bool
- func (s Conmon_VersionResponse) HasRustVersion() bool
- func (s Conmon_VersionResponse) HasTag() bool
- func (s Conmon_VersionResponse) HasTarget() bool
- func (s Conmon_VersionResponse) HasVersion() bool
- func (s Conmon_VersionResponse) IsValid() bool
- func (s Conmon_VersionResponse) Message() *capnp.Message
- func (s Conmon_VersionResponse) Metadata() ([]byte, error)
- func (s Conmon_VersionResponse) ProcessId() uint32
- func (s Conmon_VersionResponse) RustVersion() (string, error)
- func (s Conmon_VersionResponse) RustVersionBytes() ([]byte, error)
- func (s Conmon_VersionResponse) Segment() *capnp.Segment
- func (s Conmon_VersionResponse) SetBuildDate(v string) error
- func (s Conmon_VersionResponse) SetCargoTree(v string) error
- func (s Conmon_VersionResponse) SetCargoVersion(v string) error
- func (s Conmon_VersionResponse) SetCommit(v string) error
- func (s Conmon_VersionResponse) SetMetadata(v []byte) error
- func (s Conmon_VersionResponse) SetProcessId(v uint32)
- func (s Conmon_VersionResponse) SetRustVersion(v string) error
- func (s Conmon_VersionResponse) SetTag(v string) error
- func (s Conmon_VersionResponse) SetTarget(v string) error
- func (s Conmon_VersionResponse) SetVersion(v string) error
- func (s Conmon_VersionResponse) String() string
- func (s Conmon_VersionResponse) Tag() (string, error)
- func (s Conmon_VersionResponse) TagBytes() ([]byte, error)
- func (s Conmon_VersionResponse) Target() (string, error)
- func (s Conmon_VersionResponse) TargetBytes() ([]byte, error)
- func (s Conmon_VersionResponse) ToPtr() capnp.Ptr
- func (s Conmon_VersionResponse) Version() (string, error)
- func (s Conmon_VersionResponse) VersionBytes() ([]byte, error)
- type Conmon_VersionResponse_Future
- type Conmon_VersionResponse_List
- type Conmon_attachContainer
- type Conmon_attachContainer_Params
- func (Conmon_attachContainer_Params) DecodeFromPtr(p capnp.Ptr) Conmon_attachContainer_Params
- func (s Conmon_attachContainer_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_attachContainer_Params) HasRequest() bool
- func (s Conmon_attachContainer_Params) IsValid() bool
- func (s Conmon_attachContainer_Params) Message() *capnp.Message
- func (s Conmon_attachContainer_Params) NewRequest() (Conmon_AttachRequest, error)
- func (s Conmon_attachContainer_Params) Request() (Conmon_AttachRequest, error)
- func (s Conmon_attachContainer_Params) Segment() *capnp.Segment
- func (s Conmon_attachContainer_Params) SetRequest(v Conmon_AttachRequest) error
- func (s Conmon_attachContainer_Params) String() string
- func (s Conmon_attachContainer_Params) ToPtr() capnp.Ptr
- type Conmon_attachContainer_Params_Future
- type Conmon_attachContainer_Params_List
- type Conmon_attachContainer_Results
- func NewConmon_attachContainer_Results(s *capnp.Segment) (Conmon_attachContainer_Results, error)
- func NewRootConmon_attachContainer_Results(s *capnp.Segment) (Conmon_attachContainer_Results, error)
- func ReadRootConmon_attachContainer_Results(msg *capnp.Message) (Conmon_attachContainer_Results, error)
- func (Conmon_attachContainer_Results) DecodeFromPtr(p capnp.Ptr) Conmon_attachContainer_Results
- func (s Conmon_attachContainer_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_attachContainer_Results) HasResponse() bool
- func (s Conmon_attachContainer_Results) IsValid() bool
- func (s Conmon_attachContainer_Results) Message() *capnp.Message
- func (s Conmon_attachContainer_Results) NewResponse() (Conmon_AttachResponse, error)
- func (s Conmon_attachContainer_Results) Response() (Conmon_AttachResponse, error)
- func (s Conmon_attachContainer_Results) Segment() *capnp.Segment
- func (s Conmon_attachContainer_Results) SetResponse(v Conmon_AttachResponse) error
- func (s Conmon_attachContainer_Results) String() string
- func (s Conmon_attachContainer_Results) ToPtr() capnp.Ptr
- type Conmon_attachContainer_Results_Future
- type Conmon_attachContainer_Results_List
- type Conmon_createContainer
- type Conmon_createContainer_Params
- func (Conmon_createContainer_Params) DecodeFromPtr(p capnp.Ptr) Conmon_createContainer_Params
- func (s Conmon_createContainer_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_createContainer_Params) HasRequest() bool
- func (s Conmon_createContainer_Params) IsValid() bool
- func (s Conmon_createContainer_Params) Message() *capnp.Message
- func (s Conmon_createContainer_Params) NewRequest() (Conmon_CreateContainerRequest, error)
- func (s Conmon_createContainer_Params) Request() (Conmon_CreateContainerRequest, error)
- func (s Conmon_createContainer_Params) Segment() *capnp.Segment
- func (s Conmon_createContainer_Params) SetRequest(v Conmon_CreateContainerRequest) error
- func (s Conmon_createContainer_Params) String() string
- func (s Conmon_createContainer_Params) ToPtr() capnp.Ptr
- type Conmon_createContainer_Params_Future
- type Conmon_createContainer_Params_List
- type Conmon_createContainer_Results
- func NewConmon_createContainer_Results(s *capnp.Segment) (Conmon_createContainer_Results, error)
- func NewRootConmon_createContainer_Results(s *capnp.Segment) (Conmon_createContainer_Results, error)
- func ReadRootConmon_createContainer_Results(msg *capnp.Message) (Conmon_createContainer_Results, error)
- func (Conmon_createContainer_Results) DecodeFromPtr(p capnp.Ptr) Conmon_createContainer_Results
- func (s Conmon_createContainer_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_createContainer_Results) HasResponse() bool
- func (s Conmon_createContainer_Results) IsValid() bool
- func (s Conmon_createContainer_Results) Message() *capnp.Message
- func (s Conmon_createContainer_Results) NewResponse() (Conmon_CreateContainerResponse, error)
- func (s Conmon_createContainer_Results) Response() (Conmon_CreateContainerResponse, error)
- func (s Conmon_createContainer_Results) Segment() *capnp.Segment
- func (s Conmon_createContainer_Results) SetResponse(v Conmon_CreateContainerResponse) error
- func (s Conmon_createContainer_Results) String() string
- func (s Conmon_createContainer_Results) ToPtr() capnp.Ptr
- type Conmon_createContainer_Results_Future
- type Conmon_createContainer_Results_List
- type Conmon_createNamespaces
- type Conmon_createNamespaces_Params
- func NewConmon_createNamespaces_Params(s *capnp.Segment) (Conmon_createNamespaces_Params, error)
- func NewRootConmon_createNamespaces_Params(s *capnp.Segment) (Conmon_createNamespaces_Params, error)
- func ReadRootConmon_createNamespaces_Params(msg *capnp.Message) (Conmon_createNamespaces_Params, error)
- func (Conmon_createNamespaces_Params) DecodeFromPtr(p capnp.Ptr) Conmon_createNamespaces_Params
- func (s Conmon_createNamespaces_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_createNamespaces_Params) HasRequest() bool
- func (s Conmon_createNamespaces_Params) IsValid() bool
- func (s Conmon_createNamespaces_Params) Message() *capnp.Message
- func (s Conmon_createNamespaces_Params) NewRequest() (Conmon_CreateNamespacesRequest, error)
- func (s Conmon_createNamespaces_Params) Request() (Conmon_CreateNamespacesRequest, error)
- func (s Conmon_createNamespaces_Params) Segment() *capnp.Segment
- func (s Conmon_createNamespaces_Params) SetRequest(v Conmon_CreateNamespacesRequest) error
- func (s Conmon_createNamespaces_Params) String() string
- func (s Conmon_createNamespaces_Params) ToPtr() capnp.Ptr
- type Conmon_createNamespaces_Params_Future
- type Conmon_createNamespaces_Params_List
- type Conmon_createNamespaces_Results
- func NewConmon_createNamespaces_Results(s *capnp.Segment) (Conmon_createNamespaces_Results, error)
- func NewRootConmon_createNamespaces_Results(s *capnp.Segment) (Conmon_createNamespaces_Results, error)
- func ReadRootConmon_createNamespaces_Results(msg *capnp.Message) (Conmon_createNamespaces_Results, error)
- func (Conmon_createNamespaces_Results) DecodeFromPtr(p capnp.Ptr) Conmon_createNamespaces_Results
- func (s Conmon_createNamespaces_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_createNamespaces_Results) HasResponse() bool
- func (s Conmon_createNamespaces_Results) IsValid() bool
- func (s Conmon_createNamespaces_Results) Message() *capnp.Message
- func (s Conmon_createNamespaces_Results) NewResponse() (Conmon_CreateNamespacesResponse, error)
- func (s Conmon_createNamespaces_Results) Response() (Conmon_CreateNamespacesResponse, error)
- func (s Conmon_createNamespaces_Results) Segment() *capnp.Segment
- func (s Conmon_createNamespaces_Results) SetResponse(v Conmon_CreateNamespacesResponse) error
- func (s Conmon_createNamespaces_Results) String() string
- func (s Conmon_createNamespaces_Results) ToPtr() capnp.Ptr
- type Conmon_createNamespaces_Results_Future
- type Conmon_createNamespaces_Results_List
- type Conmon_execSyncContainer
- type Conmon_execSyncContainer_Params
- func NewConmon_execSyncContainer_Params(s *capnp.Segment) (Conmon_execSyncContainer_Params, error)
- func NewRootConmon_execSyncContainer_Params(s *capnp.Segment) (Conmon_execSyncContainer_Params, error)
- func ReadRootConmon_execSyncContainer_Params(msg *capnp.Message) (Conmon_execSyncContainer_Params, error)
- func (Conmon_execSyncContainer_Params) DecodeFromPtr(p capnp.Ptr) Conmon_execSyncContainer_Params
- func (s Conmon_execSyncContainer_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_execSyncContainer_Params) HasRequest() bool
- func (s Conmon_execSyncContainer_Params) IsValid() bool
- func (s Conmon_execSyncContainer_Params) Message() *capnp.Message
- func (s Conmon_execSyncContainer_Params) NewRequest() (Conmon_ExecSyncContainerRequest, error)
- func (s Conmon_execSyncContainer_Params) Request() (Conmon_ExecSyncContainerRequest, error)
- func (s Conmon_execSyncContainer_Params) Segment() *capnp.Segment
- func (s Conmon_execSyncContainer_Params) SetRequest(v Conmon_ExecSyncContainerRequest) error
- func (s Conmon_execSyncContainer_Params) String() string
- func (s Conmon_execSyncContainer_Params) ToPtr() capnp.Ptr
- type Conmon_execSyncContainer_Params_Future
- type Conmon_execSyncContainer_Params_List
- type Conmon_execSyncContainer_Results
- func NewConmon_execSyncContainer_Results(s *capnp.Segment) (Conmon_execSyncContainer_Results, error)
- func NewRootConmon_execSyncContainer_Results(s *capnp.Segment) (Conmon_execSyncContainer_Results, error)
- func ReadRootConmon_execSyncContainer_Results(msg *capnp.Message) (Conmon_execSyncContainer_Results, error)
- func (Conmon_execSyncContainer_Results) DecodeFromPtr(p capnp.Ptr) Conmon_execSyncContainer_Results
- func (s Conmon_execSyncContainer_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_execSyncContainer_Results) HasResponse() bool
- func (s Conmon_execSyncContainer_Results) IsValid() bool
- func (s Conmon_execSyncContainer_Results) Message() *capnp.Message
- func (s Conmon_execSyncContainer_Results) NewResponse() (Conmon_ExecSyncContainerResponse, error)
- func (s Conmon_execSyncContainer_Results) Response() (Conmon_ExecSyncContainerResponse, error)
- func (s Conmon_execSyncContainer_Results) Segment() *capnp.Segment
- func (s Conmon_execSyncContainer_Results) SetResponse(v Conmon_ExecSyncContainerResponse) error
- func (s Conmon_execSyncContainer_Results) String() string
- func (s Conmon_execSyncContainer_Results) ToPtr() capnp.Ptr
- type Conmon_execSyncContainer_Results_Future
- type Conmon_execSyncContainer_Results_List
- type Conmon_reopenLogContainer
- type Conmon_reopenLogContainer_Params
- func NewConmon_reopenLogContainer_Params(s *capnp.Segment) (Conmon_reopenLogContainer_Params, error)
- func NewRootConmon_reopenLogContainer_Params(s *capnp.Segment) (Conmon_reopenLogContainer_Params, error)
- func ReadRootConmon_reopenLogContainer_Params(msg *capnp.Message) (Conmon_reopenLogContainer_Params, error)
- func (Conmon_reopenLogContainer_Params) DecodeFromPtr(p capnp.Ptr) Conmon_reopenLogContainer_Params
- func (s Conmon_reopenLogContainer_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_reopenLogContainer_Params) HasRequest() bool
- func (s Conmon_reopenLogContainer_Params) IsValid() bool
- func (s Conmon_reopenLogContainer_Params) Message() *capnp.Message
- func (s Conmon_reopenLogContainer_Params) NewRequest() (Conmon_ReopenLogRequest, error)
- func (s Conmon_reopenLogContainer_Params) Request() (Conmon_ReopenLogRequest, error)
- func (s Conmon_reopenLogContainer_Params) Segment() *capnp.Segment
- func (s Conmon_reopenLogContainer_Params) SetRequest(v Conmon_ReopenLogRequest) error
- func (s Conmon_reopenLogContainer_Params) String() string
- func (s Conmon_reopenLogContainer_Params) ToPtr() capnp.Ptr
- type Conmon_reopenLogContainer_Params_Future
- type Conmon_reopenLogContainer_Params_List
- type Conmon_reopenLogContainer_Results
- func NewConmon_reopenLogContainer_Results(s *capnp.Segment) (Conmon_reopenLogContainer_Results, error)
- func NewRootConmon_reopenLogContainer_Results(s *capnp.Segment) (Conmon_reopenLogContainer_Results, error)
- func ReadRootConmon_reopenLogContainer_Results(msg *capnp.Message) (Conmon_reopenLogContainer_Results, error)
- func (Conmon_reopenLogContainer_Results) DecodeFromPtr(p capnp.Ptr) Conmon_reopenLogContainer_Results
- func (s Conmon_reopenLogContainer_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_reopenLogContainer_Results) HasResponse() bool
- func (s Conmon_reopenLogContainer_Results) IsValid() bool
- func (s Conmon_reopenLogContainer_Results) Message() *capnp.Message
- func (s Conmon_reopenLogContainer_Results) NewResponse() (Conmon_ReopenLogResponse, error)
- func (s Conmon_reopenLogContainer_Results) Response() (Conmon_ReopenLogResponse, error)
- func (s Conmon_reopenLogContainer_Results) Segment() *capnp.Segment
- func (s Conmon_reopenLogContainer_Results) SetResponse(v Conmon_ReopenLogResponse) error
- func (s Conmon_reopenLogContainer_Results) String() string
- func (s Conmon_reopenLogContainer_Results) ToPtr() capnp.Ptr
- type Conmon_reopenLogContainer_Results_Future
- type Conmon_reopenLogContainer_Results_List
- type Conmon_setWindowSizeContainer
- type Conmon_setWindowSizeContainer_Params
- func NewConmon_setWindowSizeContainer_Params(s *capnp.Segment) (Conmon_setWindowSizeContainer_Params, error)
- func NewRootConmon_setWindowSizeContainer_Params(s *capnp.Segment) (Conmon_setWindowSizeContainer_Params, error)
- func ReadRootConmon_setWindowSizeContainer_Params(msg *capnp.Message) (Conmon_setWindowSizeContainer_Params, error)
- func (Conmon_setWindowSizeContainer_Params) DecodeFromPtr(p capnp.Ptr) Conmon_setWindowSizeContainer_Params
- func (s Conmon_setWindowSizeContainer_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_setWindowSizeContainer_Params) HasRequest() bool
- func (s Conmon_setWindowSizeContainer_Params) IsValid() bool
- func (s Conmon_setWindowSizeContainer_Params) Message() *capnp.Message
- func (s Conmon_setWindowSizeContainer_Params) NewRequest() (Conmon_SetWindowSizeRequest, error)
- func (s Conmon_setWindowSizeContainer_Params) Request() (Conmon_SetWindowSizeRequest, error)
- func (s Conmon_setWindowSizeContainer_Params) Segment() *capnp.Segment
- func (s Conmon_setWindowSizeContainer_Params) SetRequest(v Conmon_SetWindowSizeRequest) error
- func (s Conmon_setWindowSizeContainer_Params) String() string
- func (s Conmon_setWindowSizeContainer_Params) ToPtr() capnp.Ptr
- type Conmon_setWindowSizeContainer_Params_Future
- type Conmon_setWindowSizeContainer_Params_List
- type Conmon_setWindowSizeContainer_Results
- func NewConmon_setWindowSizeContainer_Results(s *capnp.Segment) (Conmon_setWindowSizeContainer_Results, error)
- func NewRootConmon_setWindowSizeContainer_Results(s *capnp.Segment) (Conmon_setWindowSizeContainer_Results, error)
- func ReadRootConmon_setWindowSizeContainer_Results(msg *capnp.Message) (Conmon_setWindowSizeContainer_Results, error)
- func (Conmon_setWindowSizeContainer_Results) DecodeFromPtr(p capnp.Ptr) Conmon_setWindowSizeContainer_Results
- func (s Conmon_setWindowSizeContainer_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_setWindowSizeContainer_Results) HasResponse() bool
- func (s Conmon_setWindowSizeContainer_Results) IsValid() bool
- func (s Conmon_setWindowSizeContainer_Results) Message() *capnp.Message
- func (s Conmon_setWindowSizeContainer_Results) NewResponse() (Conmon_SetWindowSizeResponse, error)
- func (s Conmon_setWindowSizeContainer_Results) Response() (Conmon_SetWindowSizeResponse, error)
- func (s Conmon_setWindowSizeContainer_Results) Segment() *capnp.Segment
- func (s Conmon_setWindowSizeContainer_Results) SetResponse(v Conmon_SetWindowSizeResponse) error
- func (s Conmon_setWindowSizeContainer_Results) String() string
- func (s Conmon_setWindowSizeContainer_Results) ToPtr() capnp.Ptr
- type Conmon_setWindowSizeContainer_Results_Future
- type Conmon_setWindowSizeContainer_Results_List
- type Conmon_startFdSocket
- type Conmon_startFdSocket_Params
- func (Conmon_startFdSocket_Params) DecodeFromPtr(p capnp.Ptr) Conmon_startFdSocket_Params
- func (s Conmon_startFdSocket_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_startFdSocket_Params) HasRequest() bool
- func (s Conmon_startFdSocket_Params) IsValid() bool
- func (s Conmon_startFdSocket_Params) Message() *capnp.Message
- func (s Conmon_startFdSocket_Params) NewRequest() (Conmon_StartFdSocketRequest, error)
- func (s Conmon_startFdSocket_Params) Request() (Conmon_StartFdSocketRequest, error)
- func (s Conmon_startFdSocket_Params) Segment() *capnp.Segment
- func (s Conmon_startFdSocket_Params) SetRequest(v Conmon_StartFdSocketRequest) error
- func (s Conmon_startFdSocket_Params) String() string
- func (s Conmon_startFdSocket_Params) ToPtr() capnp.Ptr
- type Conmon_startFdSocket_Params_Future
- type Conmon_startFdSocket_Params_List
- type Conmon_startFdSocket_Results
- func (Conmon_startFdSocket_Results) DecodeFromPtr(p capnp.Ptr) Conmon_startFdSocket_Results
- func (s Conmon_startFdSocket_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_startFdSocket_Results) HasResponse() bool
- func (s Conmon_startFdSocket_Results) IsValid() bool
- func (s Conmon_startFdSocket_Results) Message() *capnp.Message
- func (s Conmon_startFdSocket_Results) NewResponse() (Conmon_StartFdSocketResponse, error)
- func (s Conmon_startFdSocket_Results) Response() (Conmon_StartFdSocketResponse, error)
- func (s Conmon_startFdSocket_Results) Segment() *capnp.Segment
- func (s Conmon_startFdSocket_Results) SetResponse(v Conmon_StartFdSocketResponse) error
- func (s Conmon_startFdSocket_Results) String() string
- func (s Conmon_startFdSocket_Results) ToPtr() capnp.Ptr
- type Conmon_startFdSocket_Results_Future
- type Conmon_startFdSocket_Results_List
- type Conmon_version
- type Conmon_version_Params
- func (Conmon_version_Params) DecodeFromPtr(p capnp.Ptr) Conmon_version_Params
- func (s Conmon_version_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_version_Params) HasRequest() bool
- func (s Conmon_version_Params) IsValid() bool
- func (s Conmon_version_Params) Message() *capnp.Message
- func (s Conmon_version_Params) NewRequest() (Conmon_VersionRequest, error)
- func (s Conmon_version_Params) Request() (Conmon_VersionRequest, error)
- func (s Conmon_version_Params) Segment() *capnp.Segment
- func (s Conmon_version_Params) SetRequest(v Conmon_VersionRequest) error
- func (s Conmon_version_Params) String() string
- func (s Conmon_version_Params) ToPtr() capnp.Ptr
- type Conmon_version_Params_Future
- type Conmon_version_Params_List
- type Conmon_version_Results
- func (Conmon_version_Results) DecodeFromPtr(p capnp.Ptr) Conmon_version_Results
- func (s Conmon_version_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Conmon_version_Results) HasResponse() bool
- func (s Conmon_version_Results) IsValid() bool
- func (s Conmon_version_Results) Message() *capnp.Message
- func (s Conmon_version_Results) NewResponse() (Conmon_VersionResponse, error)
- func (s Conmon_version_Results) Response() (Conmon_VersionResponse, error)
- func (s Conmon_version_Results) Segment() *capnp.Segment
- func (s Conmon_version_Results) SetResponse(v Conmon_VersionResponse) error
- func (s Conmon_version_Results) String() string
- func (s Conmon_version_Results) ToPtr() capnp.Ptr
- type Conmon_version_Results_Future
- type Conmon_version_Results_List
Constants ¶
const Conmon_AttachRequest_TypeID = 0xdf703ca0befc3afc
Conmon_AttachRequest_TypeID is the unique identifier for the type Conmon_AttachRequest.
const Conmon_AttachResponse_TypeID = 0xace5517aafc86077
Conmon_AttachResponse_TypeID is the unique identifier for the type Conmon_AttachResponse.
const Conmon_CgroupManager_TypeID = 0xaa4bbac12765a78a
Conmon_CgroupManager_TypeID is the unique identifier for the type Conmon_CgroupManager.
const Conmon_CreateContainerRequest_TypeID = 0xba77e3fa3aa9b6ca
Conmon_CreateContainerRequest_TypeID is the unique identifier for the type Conmon_CreateContainerRequest.
const Conmon_CreateContainerResponse_TypeID = 0xde3a625e70772b9a
Conmon_CreateContainerResponse_TypeID is the unique identifier for the type Conmon_CreateContainerResponse.
const Conmon_CreateNamespacesRequest_TypeID = 0x8b5b1693940f607e
Conmon_CreateNamespacesRequest_TypeID is the unique identifier for the type Conmon_CreateNamespacesRequest.
const Conmon_CreateNamespacesResponse_TypeID = 0x9887a60f577a1ecb
Conmon_CreateNamespacesResponse_TypeID is the unique identifier for the type Conmon_CreateNamespacesResponse.
const Conmon_ExecSyncContainerRequest_TypeID = 0xf41122f890a371a6
Conmon_ExecSyncContainerRequest_TypeID is the unique identifier for the type Conmon_ExecSyncContainerRequest.
const Conmon_ExecSyncContainerResponse_TypeID = 0xd9d61d1d803c85fc
Conmon_ExecSyncContainerResponse_TypeID is the unique identifier for the type Conmon_ExecSyncContainerResponse.
const Conmon_LogDriver_TypeID = 0xae78ee8eb6b3a134
Conmon_LogDriver_TypeID is the unique identifier for the type Conmon_LogDriver.
const Conmon_LogDriver_Type_TypeID = 0xf026e3d750335bc1
Conmon_LogDriver_Type_TypeID is the unique identifier for the type Conmon_LogDriver_Type.
const Conmon_NamespaceResponse_TypeID = 0xa93853d6a4e3fa16
Conmon_NamespaceResponse_TypeID is the unique identifier for the type Conmon_NamespaceResponse.
const Conmon_Namespace_TypeID = 0xd61491b560a8f3a3
Conmon_Namespace_TypeID is the unique identifier for the type Conmon_Namespace.
const Conmon_ReopenLogRequest_TypeID = 0xd0476e0f34d1411a
Conmon_ReopenLogRequest_TypeID is the unique identifier for the type Conmon_ReopenLogRequest.
const Conmon_ReopenLogResponse_TypeID = 0xa20f49456be85b99
Conmon_ReopenLogResponse_TypeID is the unique identifier for the type Conmon_ReopenLogResponse.
const Conmon_SetWindowSizeRequest_TypeID = 0xb5418b8ea8ead17b
Conmon_SetWindowSizeRequest_TypeID is the unique identifier for the type Conmon_SetWindowSizeRequest.
const Conmon_SetWindowSizeResponse_TypeID = 0xf9b3cd8033aba1f8
Conmon_SetWindowSizeResponse_TypeID is the unique identifier for the type Conmon_SetWindowSizeResponse.
const Conmon_StartFdSocketRequest_TypeID = 0xba53ab87a688ec29
Conmon_StartFdSocketRequest_TypeID is the unique identifier for the type Conmon_StartFdSocketRequest.
const Conmon_StartFdSocketResponse_TypeID = 0xb62f418e0ae4e003
Conmon_StartFdSocketResponse_TypeID is the unique identifier for the type Conmon_StartFdSocketResponse.
const Conmon_TextTextMapEntry_TypeID = 0xfabbfdde6d4ad392
Conmon_TextTextMapEntry_TypeID is the unique identifier for the type Conmon_TextTextMapEntry.
const Conmon_TypeID = 0xb737e899dd6633f1
Conmon_TypeID is the unique identifier for the type Conmon.
const Conmon_VersionRequest_TypeID = 0xad2a33d6b9304413
Conmon_VersionRequest_TypeID is the unique identifier for the type Conmon_VersionRequest.
const Conmon_VersionResponse_TypeID = 0xf34be5cbac1feed1
Conmon_VersionResponse_TypeID is the unique identifier for the type Conmon_VersionResponse.
const Conmon_attachContainer_Params_TypeID = 0xaa2f3c8ad1c3af24
Conmon_attachContainer_Params_TypeID is the unique identifier for the type Conmon_attachContainer_Params.
const Conmon_attachContainer_Results_TypeID = 0xc5e65eec3dcf5b10
Conmon_attachContainer_Results_TypeID is the unique identifier for the type Conmon_attachContainer_Results.
const Conmon_createContainer_Params_TypeID = 0xf44732c48f949ab8
Conmon_createContainer_Params_TypeID is the unique identifier for the type Conmon_createContainer_Params.
const Conmon_createContainer_Results_TypeID = 0xceba3c1a97be15f8
Conmon_createContainer_Results_TypeID is the unique identifier for the type Conmon_createContainer_Results.
const Conmon_createNamespaces_Params_TypeID = 0x8b4c03a0662a38dc
Conmon_createNamespaces_Params_TypeID is the unique identifier for the type Conmon_createNamespaces_Params.
const Conmon_createNamespaces_Results_TypeID = 0x8aef91973dc8a4f5
Conmon_createNamespaces_Results_TypeID is the unique identifier for the type Conmon_createNamespaces_Results.
const Conmon_execSyncContainer_Params_TypeID = 0x83479da67279e173
Conmon_execSyncContainer_Params_TypeID is the unique identifier for the type Conmon_execSyncContainer_Params.
const Conmon_execSyncContainer_Results_TypeID = 0xf8e86a5c0baa01bc
Conmon_execSyncContainer_Results_TypeID is the unique identifier for the type Conmon_execSyncContainer_Results.
const Conmon_reopenLogContainer_Params_TypeID = 0xe5ea916eb0c31336
Conmon_reopenLogContainer_Params_TypeID is the unique identifier for the type Conmon_reopenLogContainer_Params.
const Conmon_reopenLogContainer_Results_TypeID = 0xa0ef8355b64ee985
Conmon_reopenLogContainer_Results_TypeID is the unique identifier for the type Conmon_reopenLogContainer_Results.
const Conmon_setWindowSizeContainer_Params_TypeID = 0xc76ccd4502bb61e7
Conmon_setWindowSizeContainer_Params_TypeID is the unique identifier for the type Conmon_setWindowSizeContainer_Params.
const Conmon_setWindowSizeContainer_Results_TypeID = 0xe00e522611477055
Conmon_setWindowSizeContainer_Results_TypeID is the unique identifier for the type Conmon_setWindowSizeContainer_Results.
const Conmon_startFdSocket_Params_TypeID = 0xce733f0914c80b6b
Conmon_startFdSocket_Params_TypeID is the unique identifier for the type Conmon_startFdSocket_Params.
const Conmon_startFdSocket_Results_TypeID = 0xf4e3e92ae0815f15
Conmon_startFdSocket_Results_TypeID is the unique identifier for the type Conmon_startFdSocket_Results.
const Conmon_version_Params_TypeID = 0xcc2f70676afee4e7
Conmon_version_Params_TypeID is the unique identifier for the type Conmon_version_Params.
const Conmon_version_Results_TypeID = 0xe313695ea9477b30
Conmon_version_Results_TypeID is the unique identifier for the type Conmon_version_Results.
Variables ¶
This section is empty.
Functions ¶
func Conmon_Methods ¶
func Conmon_Methods(methods []server.Method, s Conmon_Server) []server.Method
Conmon_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.
func Conmon_NewServer ¶
func Conmon_NewServer(s Conmon_Server) *server.Server
Conmon_NewServer creates a new Server from an implementation of Conmon_Server.
func RegisterSchema ¶ added in v0.6.0
Types ¶
type Conmon ¶
func Conmon_ServerToClient ¶
func Conmon_ServerToClient(s Conmon_Server) Conmon
Conmon_ServerToClient creates a new Client from an implementation of Conmon_Server. The caller is responsible for calling Release on the returned Client.
func (Conmon) 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 (Conmon) AttachContainer ¶
func (c Conmon) AttachContainer(ctx context.Context, params func(Conmon_attachContainer_Params) error) (Conmon_attachContainer_Results_Future, capnp.ReleaseFunc)
func (Conmon) CreateContainer ¶
func (c Conmon) CreateContainer(ctx context.Context, params func(Conmon_createContainer_Params) error) (Conmon_createContainer_Results_Future, capnp.ReleaseFunc)
func (Conmon) CreateNamespaces ¶ added in v0.5.0
func (c Conmon) CreateNamespaces(ctx context.Context, params func(Conmon_createNamespaces_Params) error) (Conmon_createNamespaces_Results_Future, capnp.ReleaseFunc)
func (Conmon) ExecSyncContainer ¶
func (c Conmon) ExecSyncContainer(ctx context.Context, params func(Conmon_execSyncContainer_Params) error) (Conmon_execSyncContainer_Results_Future, capnp.ReleaseFunc)
func (Conmon) GetFlowLimiter ¶ added in v0.4.0
func (c Conmon) GetFlowLimiter() fc.FlowLimiter
Get the current flowcontrol.FlowLimiter used to manage flow control for this client.
func (Conmon) IsSame ¶ added in v0.4.0
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 (Conmon) IsValid ¶
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 (Conmon) Release ¶
func (c Conmon) 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 (Conmon) ReopenLogContainer ¶
func (c Conmon) ReopenLogContainer(ctx context.Context, params func(Conmon_reopenLogContainer_Params) error) (Conmon_reopenLogContainer_Results_Future, capnp.ReleaseFunc)
func (Conmon) Resolve ¶ added in v0.4.0
Resolve blocks until the capability is fully resolved or the Context expires.
func (Conmon) SetFlowLimiter ¶ added in v0.4.0
func (c Conmon) 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 (Conmon) SetWindowSizeContainer ¶
func (c Conmon) SetWindowSizeContainer(ctx context.Context, params func(Conmon_setWindowSizeContainer_Params) error) (Conmon_setWindowSizeContainer_Results_Future, capnp.ReleaseFunc)
func (Conmon) StartFdSocket ¶ added in v0.6.0
func (c Conmon) StartFdSocket(ctx context.Context, params func(Conmon_startFdSocket_Params) error) (Conmon_startFdSocket_Results_Future, capnp.ReleaseFunc)
func (Conmon) String ¶ added in v0.4.0
String returns a string that identifies this capability for debugging purposes. Its format should not be depended on: in particular, it should not be used to compare clients. Use IsSame to compare clients for equality.
func (Conmon) Version ¶
func (c Conmon) Version(ctx context.Context, params func(Conmon_version_Params) error) (Conmon_version_Results_Future, capnp.ReleaseFunc)
func (Conmon) WaitStreaming ¶ added in v0.6.0
type Conmon_AttachRequest ¶
func NewConmon_AttachRequest ¶
func NewConmon_AttachRequest(s *capnp.Segment) (Conmon_AttachRequest, error)
func NewRootConmon_AttachRequest ¶
func NewRootConmon_AttachRequest(s *capnp.Segment) (Conmon_AttachRequest, error)
func ReadRootConmon_AttachRequest ¶
func ReadRootConmon_AttachRequest(msg *capnp.Message) (Conmon_AttachRequest, error)
func (Conmon_AttachRequest) DecodeFromPtr ¶
func (Conmon_AttachRequest) DecodeFromPtr(p capnp.Ptr) Conmon_AttachRequest
func (Conmon_AttachRequest) EncodeAsPtr ¶
func (s Conmon_AttachRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_AttachRequest) ExecSessionId ¶
func (s Conmon_AttachRequest) ExecSessionId() (string, error)
func (Conmon_AttachRequest) ExecSessionIdBytes ¶
func (s Conmon_AttachRequest) ExecSessionIdBytes() ([]byte, error)
func (Conmon_AttachRequest) HasExecSessionId ¶
func (s Conmon_AttachRequest) HasExecSessionId() bool
func (Conmon_AttachRequest) HasId ¶
func (s Conmon_AttachRequest) HasId() bool
func (Conmon_AttachRequest) HasMetadata ¶ added in v0.4.0
func (s Conmon_AttachRequest) HasMetadata() bool
func (Conmon_AttachRequest) HasMetadataOld ¶ added in v0.6.0
func (s Conmon_AttachRequest) HasMetadataOld() bool
func (Conmon_AttachRequest) HasSocketPath ¶
func (s Conmon_AttachRequest) HasSocketPath() bool
func (Conmon_AttachRequest) Id ¶
func (s Conmon_AttachRequest) Id() (string, error)
func (Conmon_AttachRequest) IdBytes ¶
func (s Conmon_AttachRequest) IdBytes() ([]byte, error)
func (Conmon_AttachRequest) IsValid ¶
func (s Conmon_AttachRequest) IsValid() bool
func (Conmon_AttachRequest) Message ¶
func (s Conmon_AttachRequest) Message() *capnp.Message
func (Conmon_AttachRequest) Metadata ¶ added in v0.4.0
func (s Conmon_AttachRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
func (Conmon_AttachRequest) MetadataOld ¶ added in v0.6.0
func (s Conmon_AttachRequest) MetadataOld() ([]byte, error)
func (Conmon_AttachRequest) NewMetadata ¶ added in v0.6.0
func (s Conmon_AttachRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
NewMetadata sets the metadata field to a newly allocated Conmon_TextTextMapEntry_List, preferring placement in s's segment.
func (Conmon_AttachRequest) Segment ¶
func (s Conmon_AttachRequest) Segment() *capnp.Segment
func (Conmon_AttachRequest) SetExecSessionId ¶
func (s Conmon_AttachRequest) SetExecSessionId(v string) error
func (Conmon_AttachRequest) SetId ¶
func (s Conmon_AttachRequest) SetId(v string) error
func (Conmon_AttachRequest) SetMetadata ¶ added in v0.4.0
func (s Conmon_AttachRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
func (Conmon_AttachRequest) SetMetadataOld ¶ added in v0.6.0
func (s Conmon_AttachRequest) SetMetadataOld(v []byte) error
func (Conmon_AttachRequest) SetSocketPath ¶
func (s Conmon_AttachRequest) SetSocketPath(v string) error
func (Conmon_AttachRequest) SetStopAfterStdinEof ¶ added in v0.4.0
func (s Conmon_AttachRequest) SetStopAfterStdinEof(v bool)
func (Conmon_AttachRequest) SocketPath ¶
func (s Conmon_AttachRequest) SocketPath() (string, error)
func (Conmon_AttachRequest) SocketPathBytes ¶
func (s Conmon_AttachRequest) SocketPathBytes() ([]byte, error)
func (Conmon_AttachRequest) StopAfterStdinEof ¶ added in v0.4.0
func (s Conmon_AttachRequest) StopAfterStdinEof() bool
func (Conmon_AttachRequest) String ¶
func (s Conmon_AttachRequest) String() string
func (Conmon_AttachRequest) ToPtr ¶
func (s Conmon_AttachRequest) ToPtr() capnp.Ptr
type Conmon_AttachRequest_Future ¶
Conmon_AttachRequest_Future is a wrapper for a Conmon_AttachRequest promised by a client call.
func (Conmon_AttachRequest_Future) Struct ¶
func (f Conmon_AttachRequest_Future) Struct() (Conmon_AttachRequest, error)
type Conmon_AttachRequest_List ¶
type Conmon_AttachRequest_List = capnp.StructList[Conmon_AttachRequest]
Conmon_AttachRequest_List is a list of Conmon_AttachRequest.
func NewConmon_AttachRequest_List ¶
func NewConmon_AttachRequest_List(s *capnp.Segment, sz int32) (Conmon_AttachRequest_List, error)
NewConmon_AttachRequest creates a new list of Conmon_AttachRequest.
type Conmon_AttachResponse ¶
func NewConmon_AttachResponse ¶
func NewConmon_AttachResponse(s *capnp.Segment) (Conmon_AttachResponse, error)
func NewRootConmon_AttachResponse ¶
func NewRootConmon_AttachResponse(s *capnp.Segment) (Conmon_AttachResponse, error)
func ReadRootConmon_AttachResponse ¶
func ReadRootConmon_AttachResponse(msg *capnp.Message) (Conmon_AttachResponse, error)
func (Conmon_AttachResponse) DecodeFromPtr ¶
func (Conmon_AttachResponse) DecodeFromPtr(p capnp.Ptr) Conmon_AttachResponse
func (Conmon_AttachResponse) EncodeAsPtr ¶
func (s Conmon_AttachResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_AttachResponse) IsValid ¶
func (s Conmon_AttachResponse) IsValid() bool
func (Conmon_AttachResponse) Message ¶
func (s Conmon_AttachResponse) Message() *capnp.Message
func (Conmon_AttachResponse) Segment ¶
func (s Conmon_AttachResponse) Segment() *capnp.Segment
func (Conmon_AttachResponse) String ¶
func (s Conmon_AttachResponse) String() string
func (Conmon_AttachResponse) ToPtr ¶
func (s Conmon_AttachResponse) ToPtr() capnp.Ptr
type Conmon_AttachResponse_Future ¶
Conmon_AttachResponse_Future is a wrapper for a Conmon_AttachResponse promised by a client call.
func (Conmon_AttachResponse_Future) Struct ¶
func (f Conmon_AttachResponse_Future) Struct() (Conmon_AttachResponse, error)
type Conmon_AttachResponse_List ¶
type Conmon_AttachResponse_List = capnp.StructList[Conmon_AttachResponse]
Conmon_AttachResponse_List is a list of Conmon_AttachResponse.
func NewConmon_AttachResponse_List ¶
func NewConmon_AttachResponse_List(s *capnp.Segment, sz int32) (Conmon_AttachResponse_List, error)
NewConmon_AttachResponse creates a new list of Conmon_AttachResponse.
type Conmon_CgroupManager ¶ added in v0.6.0
type Conmon_CgroupManager uint16
const ( Conmon_CgroupManager_systemd Conmon_CgroupManager = 0 Conmon_CgroupManager_cgroupfs Conmon_CgroupManager = 1 )
Values of Conmon_CgroupManager.
func Conmon_CgroupManagerFromString ¶ added in v0.6.0
func Conmon_CgroupManagerFromString(c string) Conmon_CgroupManager
Conmon_CgroupManagerFromString returns the enum value with a name, or the zero value if there's no such value.
func (Conmon_CgroupManager) String ¶ added in v0.6.0
func (c Conmon_CgroupManager) String() string
String returns the enum's constant name.
type Conmon_CgroupManager_List ¶ added in v0.6.0
type Conmon_CgroupManager_List = capnp.EnumList[Conmon_CgroupManager]
func NewConmon_CgroupManager_List ¶ added in v0.6.0
func NewConmon_CgroupManager_List(s *capnp.Segment, sz int32) (Conmon_CgroupManager_List, error)
type Conmon_CreateContainerRequest ¶
func NewConmon_CreateContainerRequest ¶
func NewConmon_CreateContainerRequest(s *capnp.Segment) (Conmon_CreateContainerRequest, error)
func NewRootConmon_CreateContainerRequest ¶
func NewRootConmon_CreateContainerRequest(s *capnp.Segment) (Conmon_CreateContainerRequest, error)
func ReadRootConmon_CreateContainerRequest ¶
func ReadRootConmon_CreateContainerRequest(msg *capnp.Message) (Conmon_CreateContainerRequest, error)
func (Conmon_CreateContainerRequest) AdditionalFds ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) AdditionalFds() (capnp.UInt64List, error)
func (Conmon_CreateContainerRequest) BundlePath ¶
func (s Conmon_CreateContainerRequest) BundlePath() (string, error)
func (Conmon_CreateContainerRequest) BundlePathBytes ¶
func (s Conmon_CreateContainerRequest) BundlePathBytes() ([]byte, error)
func (Conmon_CreateContainerRequest) CgroupManager ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) CgroupManager() Conmon_CgroupManager
func (Conmon_CreateContainerRequest) CleanupCmd ¶
func (s Conmon_CreateContainerRequest) CleanupCmd() (capnp.TextList, error)
func (Conmon_CreateContainerRequest) CommandArgs ¶
func (s Conmon_CreateContainerRequest) CommandArgs() (capnp.TextList, error)
func (Conmon_CreateContainerRequest) DecodeFromPtr ¶
func (Conmon_CreateContainerRequest) DecodeFromPtr(p capnp.Ptr) Conmon_CreateContainerRequest
func (Conmon_CreateContainerRequest) EncodeAsPtr ¶
func (s Conmon_CreateContainerRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_CreateContainerRequest) EnvVars ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) EnvVars() (Conmon_TextTextMapEntry_List, error)
func (Conmon_CreateContainerRequest) ExitPaths ¶
func (s Conmon_CreateContainerRequest) ExitPaths() (capnp.TextList, error)
func (Conmon_CreateContainerRequest) GlobalArgs ¶
func (s Conmon_CreateContainerRequest) GlobalArgs() (capnp.TextList, error)
func (Conmon_CreateContainerRequest) HasAdditionalFds ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) HasAdditionalFds() bool
func (Conmon_CreateContainerRequest) HasBundlePath ¶
func (s Conmon_CreateContainerRequest) HasBundlePath() bool
func (Conmon_CreateContainerRequest) HasCleanupCmd ¶
func (s Conmon_CreateContainerRequest) HasCleanupCmd() bool
func (Conmon_CreateContainerRequest) HasCommandArgs ¶
func (s Conmon_CreateContainerRequest) HasCommandArgs() bool
func (Conmon_CreateContainerRequest) HasEnvVars ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) HasEnvVars() bool
func (Conmon_CreateContainerRequest) HasExitPaths ¶
func (s Conmon_CreateContainerRequest) HasExitPaths() bool
func (Conmon_CreateContainerRequest) HasGlobalArgs ¶
func (s Conmon_CreateContainerRequest) HasGlobalArgs() bool
func (Conmon_CreateContainerRequest) HasId ¶
func (s Conmon_CreateContainerRequest) HasId() bool
func (Conmon_CreateContainerRequest) HasLeakFds ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) HasLeakFds() bool
func (Conmon_CreateContainerRequest) HasLogDrivers ¶
func (s Conmon_CreateContainerRequest) HasLogDrivers() bool
func (Conmon_CreateContainerRequest) HasMetadata ¶ added in v0.4.0
func (s Conmon_CreateContainerRequest) HasMetadata() bool
func (Conmon_CreateContainerRequest) HasMetadataOld ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) HasMetadataOld() bool
func (Conmon_CreateContainerRequest) HasOomExitPaths ¶
func (s Conmon_CreateContainerRequest) HasOomExitPaths() bool
func (Conmon_CreateContainerRequest) Id ¶
func (s Conmon_CreateContainerRequest) Id() (string, error)
func (Conmon_CreateContainerRequest) IdBytes ¶
func (s Conmon_CreateContainerRequest) IdBytes() ([]byte, error)
func (Conmon_CreateContainerRequest) IsValid ¶
func (s Conmon_CreateContainerRequest) IsValid() bool
func (Conmon_CreateContainerRequest) LeakFds ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) LeakFds() (capnp.UInt64List, error)
func (Conmon_CreateContainerRequest) LogDrivers ¶
func (s Conmon_CreateContainerRequest) LogDrivers() (Conmon_LogDriver_List, error)
func (Conmon_CreateContainerRequest) Message ¶
func (s Conmon_CreateContainerRequest) Message() *capnp.Message
func (Conmon_CreateContainerRequest) Metadata ¶ added in v0.4.0
func (s Conmon_CreateContainerRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
func (Conmon_CreateContainerRequest) MetadataOld ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) MetadataOld() ([]byte, error)
func (Conmon_CreateContainerRequest) NewAdditionalFds ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) NewAdditionalFds(n int32) (capnp.UInt64List, error)
NewAdditionalFds sets the additionalFds field to a newly allocated capnp.UInt64List, preferring placement in s's segment.
func (Conmon_CreateContainerRequest) NewCleanupCmd ¶
func (s Conmon_CreateContainerRequest) NewCleanupCmd(n int32) (capnp.TextList, error)
NewCleanupCmd sets the cleanupCmd field to a newly allocated capnp.TextList, preferring placement in s's segment.
func (Conmon_CreateContainerRequest) NewCommandArgs ¶
func (s Conmon_CreateContainerRequest) NewCommandArgs(n int32) (capnp.TextList, error)
NewCommandArgs sets the commandArgs field to a newly allocated capnp.TextList, preferring placement in s's segment.
func (Conmon_CreateContainerRequest) NewEnvVars ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) NewEnvVars(n int32) (Conmon_TextTextMapEntry_List, error)
NewEnvVars sets the envVars field to a newly allocated Conmon_TextTextMapEntry_List, preferring placement in s's segment.
func (Conmon_CreateContainerRequest) NewExitPaths ¶
func (s Conmon_CreateContainerRequest) NewExitPaths(n int32) (capnp.TextList, error)
NewExitPaths sets the exitPaths field to a newly allocated capnp.TextList, preferring placement in s's segment.
func (Conmon_CreateContainerRequest) NewGlobalArgs ¶
func (s Conmon_CreateContainerRequest) NewGlobalArgs(n int32) (capnp.TextList, error)
NewGlobalArgs sets the globalArgs field to a newly allocated capnp.TextList, preferring placement in s's segment.
func (Conmon_CreateContainerRequest) NewLeakFds ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) NewLeakFds(n int32) (capnp.UInt64List, error)
NewLeakFds sets the leakFds field to a newly allocated capnp.UInt64List, preferring placement in s's segment.
func (Conmon_CreateContainerRequest) NewLogDrivers ¶
func (s Conmon_CreateContainerRequest) NewLogDrivers(n int32) (Conmon_LogDriver_List, error)
NewLogDrivers sets the logDrivers field to a newly allocated Conmon_LogDriver_List, preferring placement in s's segment.
func (Conmon_CreateContainerRequest) NewMetadata ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
NewMetadata sets the metadata field to a newly allocated Conmon_TextTextMapEntry_List, preferring placement in s's segment.
func (Conmon_CreateContainerRequest) NewOomExitPaths ¶
func (s Conmon_CreateContainerRequest) NewOomExitPaths(n int32) (capnp.TextList, error)
NewOomExitPaths sets the oomExitPaths field to a newly allocated capnp.TextList, preferring placement in s's segment.
func (Conmon_CreateContainerRequest) OomExitPaths ¶
func (s Conmon_CreateContainerRequest) OomExitPaths() (capnp.TextList, error)
func (Conmon_CreateContainerRequest) Segment ¶
func (s Conmon_CreateContainerRequest) Segment() *capnp.Segment
func (Conmon_CreateContainerRequest) SetAdditionalFds ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) SetAdditionalFds(v capnp.UInt64List) error
func (Conmon_CreateContainerRequest) SetBundlePath ¶
func (s Conmon_CreateContainerRequest) SetBundlePath(v string) error
func (Conmon_CreateContainerRequest) SetCgroupManager ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) SetCgroupManager(v Conmon_CgroupManager)
func (Conmon_CreateContainerRequest) SetCleanupCmd ¶
func (s Conmon_CreateContainerRequest) SetCleanupCmd(v capnp.TextList) error
func (Conmon_CreateContainerRequest) SetCommandArgs ¶
func (s Conmon_CreateContainerRequest) SetCommandArgs(v capnp.TextList) error
func (Conmon_CreateContainerRequest) SetEnvVars ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) SetEnvVars(v Conmon_TextTextMapEntry_List) error
func (Conmon_CreateContainerRequest) SetExitPaths ¶
func (s Conmon_CreateContainerRequest) SetExitPaths(v capnp.TextList) error
func (Conmon_CreateContainerRequest) SetGlobalArgs ¶
func (s Conmon_CreateContainerRequest) SetGlobalArgs(v capnp.TextList) error
func (Conmon_CreateContainerRequest) SetId ¶
func (s Conmon_CreateContainerRequest) SetId(v string) error
func (Conmon_CreateContainerRequest) SetLeakFds ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) SetLeakFds(v capnp.UInt64List) error
func (Conmon_CreateContainerRequest) SetLogDrivers ¶
func (s Conmon_CreateContainerRequest) SetLogDrivers(v Conmon_LogDriver_List) error
func (Conmon_CreateContainerRequest) SetMetadata ¶ added in v0.4.0
func (s Conmon_CreateContainerRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
func (Conmon_CreateContainerRequest) SetMetadataOld ¶ added in v0.6.0
func (s Conmon_CreateContainerRequest) SetMetadataOld(v []byte) error
func (Conmon_CreateContainerRequest) SetOomExitPaths ¶
func (s Conmon_CreateContainerRequest) SetOomExitPaths(v capnp.TextList) error
func (Conmon_CreateContainerRequest) SetStdin ¶ added in v0.4.0
func (s Conmon_CreateContainerRequest) SetStdin(v bool)
func (Conmon_CreateContainerRequest) SetTerminal ¶
func (s Conmon_CreateContainerRequest) SetTerminal(v bool)
func (Conmon_CreateContainerRequest) Stdin ¶ added in v0.4.0
func (s Conmon_CreateContainerRequest) Stdin() bool
func (Conmon_CreateContainerRequest) String ¶
func (s Conmon_CreateContainerRequest) String() string
func (Conmon_CreateContainerRequest) Terminal ¶
func (s Conmon_CreateContainerRequest) Terminal() bool
func (Conmon_CreateContainerRequest) ToPtr ¶
func (s Conmon_CreateContainerRequest) ToPtr() capnp.Ptr
type Conmon_CreateContainerRequest_Future ¶
Conmon_CreateContainerRequest_Future is a wrapper for a Conmon_CreateContainerRequest promised by a client call.
func (Conmon_CreateContainerRequest_Future) Struct ¶
func (f Conmon_CreateContainerRequest_Future) Struct() (Conmon_CreateContainerRequest, error)
type Conmon_CreateContainerRequest_List ¶
type Conmon_CreateContainerRequest_List = capnp.StructList[Conmon_CreateContainerRequest]
Conmon_CreateContainerRequest_List is a list of Conmon_CreateContainerRequest.
func NewConmon_CreateContainerRequest_List ¶
func NewConmon_CreateContainerRequest_List(s *capnp.Segment, sz int32) (Conmon_CreateContainerRequest_List, error)
NewConmon_CreateContainerRequest creates a new list of Conmon_CreateContainerRequest.
type Conmon_CreateContainerResponse ¶
func NewConmon_CreateContainerResponse ¶
func NewConmon_CreateContainerResponse(s *capnp.Segment) (Conmon_CreateContainerResponse, error)
func NewRootConmon_CreateContainerResponse ¶
func NewRootConmon_CreateContainerResponse(s *capnp.Segment) (Conmon_CreateContainerResponse, error)
func ReadRootConmon_CreateContainerResponse ¶
func ReadRootConmon_CreateContainerResponse(msg *capnp.Message) (Conmon_CreateContainerResponse, error)
func (Conmon_CreateContainerResponse) ContainerPid ¶
func (s Conmon_CreateContainerResponse) ContainerPid() uint32
func (Conmon_CreateContainerResponse) DecodeFromPtr ¶
func (Conmon_CreateContainerResponse) DecodeFromPtr(p capnp.Ptr) Conmon_CreateContainerResponse
func (Conmon_CreateContainerResponse) EncodeAsPtr ¶
func (s Conmon_CreateContainerResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_CreateContainerResponse) IsValid ¶
func (s Conmon_CreateContainerResponse) IsValid() bool
func (Conmon_CreateContainerResponse) Message ¶
func (s Conmon_CreateContainerResponse) Message() *capnp.Message
func (Conmon_CreateContainerResponse) Segment ¶
func (s Conmon_CreateContainerResponse) Segment() *capnp.Segment
func (Conmon_CreateContainerResponse) SetContainerPid ¶
func (s Conmon_CreateContainerResponse) SetContainerPid(v uint32)
func (Conmon_CreateContainerResponse) String ¶
func (s Conmon_CreateContainerResponse) String() string
func (Conmon_CreateContainerResponse) ToPtr ¶
func (s Conmon_CreateContainerResponse) ToPtr() capnp.Ptr
type Conmon_CreateContainerResponse_Future ¶
Conmon_CreateContainerResponse_Future is a wrapper for a Conmon_CreateContainerResponse promised by a client call.
func (Conmon_CreateContainerResponse_Future) Struct ¶
func (f Conmon_CreateContainerResponse_Future) Struct() (Conmon_CreateContainerResponse, error)
type Conmon_CreateContainerResponse_List ¶
type Conmon_CreateContainerResponse_List = capnp.StructList[Conmon_CreateContainerResponse]
Conmon_CreateContainerResponse_List is a list of Conmon_CreateContainerResponse.
func NewConmon_CreateContainerResponse_List ¶
func NewConmon_CreateContainerResponse_List(s *capnp.Segment, sz int32) (Conmon_CreateContainerResponse_List, error)
NewConmon_CreateContainerResponse creates a new list of Conmon_CreateContainerResponse.
type Conmon_CreateNamespacesRequest ¶ added in v0.5.0
func NewConmon_CreateNamespacesRequest ¶ added in v0.5.0
func NewConmon_CreateNamespacesRequest(s *capnp.Segment) (Conmon_CreateNamespacesRequest, error)
func NewRootConmon_CreateNamespacesRequest ¶ added in v0.5.0
func NewRootConmon_CreateNamespacesRequest(s *capnp.Segment) (Conmon_CreateNamespacesRequest, error)
func ReadRootConmon_CreateNamespacesRequest ¶ added in v0.5.0
func ReadRootConmon_CreateNamespacesRequest(msg *capnp.Message) (Conmon_CreateNamespacesRequest, error)
func (Conmon_CreateNamespacesRequest) BasePath ¶ added in v0.5.1
func (s Conmon_CreateNamespacesRequest) BasePath() (string, error)
func (Conmon_CreateNamespacesRequest) BasePathBytes ¶ added in v0.5.1
func (s Conmon_CreateNamespacesRequest) BasePathBytes() ([]byte, error)
func (Conmon_CreateNamespacesRequest) DecodeFromPtr ¶ added in v0.5.0
func (Conmon_CreateNamespacesRequest) DecodeFromPtr(p capnp.Ptr) Conmon_CreateNamespacesRequest
func (Conmon_CreateNamespacesRequest) EncodeAsPtr ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_CreateNamespacesRequest) GidMappings ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) GidMappings() (capnp.TextList, error)
func (Conmon_CreateNamespacesRequest) HasBasePath ¶ added in v0.5.1
func (s Conmon_CreateNamespacesRequest) HasBasePath() bool
func (Conmon_CreateNamespacesRequest) HasGidMappings ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) HasGidMappings() bool
func (Conmon_CreateNamespacesRequest) HasMetadata ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) HasMetadata() bool
func (Conmon_CreateNamespacesRequest) HasMetadataOld ¶ added in v0.6.0
func (s Conmon_CreateNamespacesRequest) HasMetadataOld() bool
func (Conmon_CreateNamespacesRequest) HasNamespaces ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) HasNamespaces() bool
func (Conmon_CreateNamespacesRequest) HasPodId ¶ added in v0.5.1
func (s Conmon_CreateNamespacesRequest) HasPodId() bool
func (Conmon_CreateNamespacesRequest) HasUidMappings ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) HasUidMappings() bool
func (Conmon_CreateNamespacesRequest) IsValid ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) IsValid() bool
func (Conmon_CreateNamespacesRequest) Message ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) Message() *capnp.Message
func (Conmon_CreateNamespacesRequest) Metadata ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
func (Conmon_CreateNamespacesRequest) MetadataOld ¶ added in v0.6.0
func (s Conmon_CreateNamespacesRequest) MetadataOld() ([]byte, error)
func (Conmon_CreateNamespacesRequest) Namespaces ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) Namespaces() (Conmon_Namespace_List, error)
func (Conmon_CreateNamespacesRequest) NewGidMappings ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) NewGidMappings(n int32) (capnp.TextList, error)
NewGidMappings sets the gidMappings field to a newly allocated capnp.TextList, preferring placement in s's segment.
func (Conmon_CreateNamespacesRequest) NewMetadata ¶ added in v0.6.0
func (s Conmon_CreateNamespacesRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
NewMetadata sets the metadata field to a newly allocated Conmon_TextTextMapEntry_List, preferring placement in s's segment.
func (Conmon_CreateNamespacesRequest) NewNamespaces ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) NewNamespaces(n int32) (Conmon_Namespace_List, error)
NewNamespaces sets the namespaces field to a newly allocated Conmon_Namespace_List, preferring placement in s's segment.
func (Conmon_CreateNamespacesRequest) NewUidMappings ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) NewUidMappings(n int32) (capnp.TextList, error)
NewUidMappings sets the uidMappings field to a newly allocated capnp.TextList, preferring placement in s's segment.
func (Conmon_CreateNamespacesRequest) PodId ¶ added in v0.5.1
func (s Conmon_CreateNamespacesRequest) PodId() (string, error)
func (Conmon_CreateNamespacesRequest) PodIdBytes ¶ added in v0.5.1
func (s Conmon_CreateNamespacesRequest) PodIdBytes() ([]byte, error)
func (Conmon_CreateNamespacesRequest) Segment ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) Segment() *capnp.Segment
func (Conmon_CreateNamespacesRequest) SetBasePath ¶ added in v0.5.1
func (s Conmon_CreateNamespacesRequest) SetBasePath(v string) error
func (Conmon_CreateNamespacesRequest) SetGidMappings ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) SetGidMappings(v capnp.TextList) error
func (Conmon_CreateNamespacesRequest) SetMetadata ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
func (Conmon_CreateNamespacesRequest) SetMetadataOld ¶ added in v0.6.0
func (s Conmon_CreateNamespacesRequest) SetMetadataOld(v []byte) error
func (Conmon_CreateNamespacesRequest) SetNamespaces ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) SetNamespaces(v Conmon_Namespace_List) error
func (Conmon_CreateNamespacesRequest) SetPodId ¶ added in v0.5.1
func (s Conmon_CreateNamespacesRequest) SetPodId(v string) error
func (Conmon_CreateNamespacesRequest) SetUidMappings ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) SetUidMappings(v capnp.TextList) error
func (Conmon_CreateNamespacesRequest) String ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) String() string
func (Conmon_CreateNamespacesRequest) ToPtr ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) ToPtr() capnp.Ptr
func (Conmon_CreateNamespacesRequest) UidMappings ¶ added in v0.5.0
func (s Conmon_CreateNamespacesRequest) UidMappings() (capnp.TextList, error)
type Conmon_CreateNamespacesRequest_Future ¶ added in v0.5.0
Conmon_CreateNamespacesRequest_Future is a wrapper for a Conmon_CreateNamespacesRequest promised by a client call.
func (Conmon_CreateNamespacesRequest_Future) Struct ¶ added in v0.5.0
func (f Conmon_CreateNamespacesRequest_Future) Struct() (Conmon_CreateNamespacesRequest, error)
type Conmon_CreateNamespacesRequest_List ¶ added in v0.5.0
type Conmon_CreateNamespacesRequest_List = capnp.StructList[Conmon_CreateNamespacesRequest]
Conmon_CreateNamespacesRequest_List is a list of Conmon_CreateNamespacesRequest.
func NewConmon_CreateNamespacesRequest_List ¶ added in v0.5.0
func NewConmon_CreateNamespacesRequest_List(s *capnp.Segment, sz int32) (Conmon_CreateNamespacesRequest_List, error)
NewConmon_CreateNamespacesRequest creates a new list of Conmon_CreateNamespacesRequest.
type Conmon_CreateNamespacesResponse ¶ added in v0.5.0
func NewConmon_CreateNamespacesResponse ¶ added in v0.5.0
func NewConmon_CreateNamespacesResponse(s *capnp.Segment) (Conmon_CreateNamespacesResponse, error)
func NewRootConmon_CreateNamespacesResponse ¶ added in v0.5.0
func NewRootConmon_CreateNamespacesResponse(s *capnp.Segment) (Conmon_CreateNamespacesResponse, error)
func ReadRootConmon_CreateNamespacesResponse ¶ added in v0.5.0
func ReadRootConmon_CreateNamespacesResponse(msg *capnp.Message) (Conmon_CreateNamespacesResponse, error)
func (Conmon_CreateNamespacesResponse) DecodeFromPtr ¶ added in v0.5.0
func (Conmon_CreateNamespacesResponse) DecodeFromPtr(p capnp.Ptr) Conmon_CreateNamespacesResponse
func (Conmon_CreateNamespacesResponse) EncodeAsPtr ¶ added in v0.5.0
func (s Conmon_CreateNamespacesResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_CreateNamespacesResponse) HasNamespaces ¶ added in v0.5.0
func (s Conmon_CreateNamespacesResponse) HasNamespaces() bool
func (Conmon_CreateNamespacesResponse) IsValid ¶ added in v0.5.0
func (s Conmon_CreateNamespacesResponse) IsValid() bool
func (Conmon_CreateNamespacesResponse) Message ¶ added in v0.5.0
func (s Conmon_CreateNamespacesResponse) Message() *capnp.Message
func (Conmon_CreateNamespacesResponse) Namespaces ¶ added in v0.5.0
func (s Conmon_CreateNamespacesResponse) Namespaces() (Conmon_NamespaceResponse_List, error)
func (Conmon_CreateNamespacesResponse) NewNamespaces ¶ added in v0.5.0
func (s Conmon_CreateNamespacesResponse) NewNamespaces(n int32) (Conmon_NamespaceResponse_List, error)
NewNamespaces sets the namespaces field to a newly allocated Conmon_NamespaceResponse_List, preferring placement in s's segment.
func (Conmon_CreateNamespacesResponse) Segment ¶ added in v0.5.0
func (s Conmon_CreateNamespacesResponse) Segment() *capnp.Segment
func (Conmon_CreateNamespacesResponse) SetNamespaces ¶ added in v0.5.0
func (s Conmon_CreateNamespacesResponse) SetNamespaces(v Conmon_NamespaceResponse_List) error
func (Conmon_CreateNamespacesResponse) String ¶ added in v0.5.0
func (s Conmon_CreateNamespacesResponse) String() string
func (Conmon_CreateNamespacesResponse) ToPtr ¶ added in v0.5.0
func (s Conmon_CreateNamespacesResponse) ToPtr() capnp.Ptr
type Conmon_CreateNamespacesResponse_Future ¶ added in v0.5.0
Conmon_CreateNamespacesResponse_Future is a wrapper for a Conmon_CreateNamespacesResponse promised by a client call.
func (Conmon_CreateNamespacesResponse_Future) Struct ¶ added in v0.5.0
func (f Conmon_CreateNamespacesResponse_Future) Struct() (Conmon_CreateNamespacesResponse, error)
type Conmon_CreateNamespacesResponse_List ¶ added in v0.5.0
type Conmon_CreateNamespacesResponse_List = capnp.StructList[Conmon_CreateNamespacesResponse]
Conmon_CreateNamespacesResponse_List is a list of Conmon_CreateNamespacesResponse.
func NewConmon_CreateNamespacesResponse_List ¶ added in v0.5.0
func NewConmon_CreateNamespacesResponse_List(s *capnp.Segment, sz int32) (Conmon_CreateNamespacesResponse_List, error)
NewConmon_CreateNamespacesResponse creates a new list of Conmon_CreateNamespacesResponse.
type Conmon_ExecSyncContainerRequest ¶
func NewConmon_ExecSyncContainerRequest ¶
func NewConmon_ExecSyncContainerRequest(s *capnp.Segment) (Conmon_ExecSyncContainerRequest, error)
func NewRootConmon_ExecSyncContainerRequest ¶
func NewRootConmon_ExecSyncContainerRequest(s *capnp.Segment) (Conmon_ExecSyncContainerRequest, error)
func ReadRootConmon_ExecSyncContainerRequest ¶
func ReadRootConmon_ExecSyncContainerRequest(msg *capnp.Message) (Conmon_ExecSyncContainerRequest, error)
func (Conmon_ExecSyncContainerRequest) CgroupManager ¶ added in v0.6.0
func (s Conmon_ExecSyncContainerRequest) CgroupManager() Conmon_CgroupManager
func (Conmon_ExecSyncContainerRequest) Command ¶
func (s Conmon_ExecSyncContainerRequest) Command() (capnp.TextList, error)
func (Conmon_ExecSyncContainerRequest) DecodeFromPtr ¶
func (Conmon_ExecSyncContainerRequest) DecodeFromPtr(p capnp.Ptr) Conmon_ExecSyncContainerRequest
func (Conmon_ExecSyncContainerRequest) EncodeAsPtr ¶
func (s Conmon_ExecSyncContainerRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_ExecSyncContainerRequest) EnvVars ¶ added in v0.6.0
func (s Conmon_ExecSyncContainerRequest) EnvVars() (Conmon_TextTextMapEntry_List, error)
func (Conmon_ExecSyncContainerRequest) HasCommand ¶
func (s Conmon_ExecSyncContainerRequest) HasCommand() bool
func (Conmon_ExecSyncContainerRequest) HasEnvVars ¶ added in v0.6.0
func (s Conmon_ExecSyncContainerRequest) HasEnvVars() bool
func (Conmon_ExecSyncContainerRequest) HasId ¶
func (s Conmon_ExecSyncContainerRequest) HasId() bool
func (Conmon_ExecSyncContainerRequest) HasMetadata ¶ added in v0.4.0
func (s Conmon_ExecSyncContainerRequest) HasMetadata() bool
func (Conmon_ExecSyncContainerRequest) HasMetadataOld ¶ added in v0.6.0
func (s Conmon_ExecSyncContainerRequest) HasMetadataOld() bool
func (Conmon_ExecSyncContainerRequest) Id ¶
func (s Conmon_ExecSyncContainerRequest) Id() (string, error)
func (Conmon_ExecSyncContainerRequest) IdBytes ¶
func (s Conmon_ExecSyncContainerRequest) IdBytes() ([]byte, error)
func (Conmon_ExecSyncContainerRequest) IsValid ¶
func (s Conmon_ExecSyncContainerRequest) IsValid() bool
func (Conmon_ExecSyncContainerRequest) Message ¶
func (s Conmon_ExecSyncContainerRequest) Message() *capnp.Message
func (Conmon_ExecSyncContainerRequest) Metadata ¶ added in v0.4.0
func (s Conmon_ExecSyncContainerRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
func (Conmon_ExecSyncContainerRequest) MetadataOld ¶ added in v0.6.0
func (s Conmon_ExecSyncContainerRequest) MetadataOld() ([]byte, error)
func (Conmon_ExecSyncContainerRequest) NewCommand ¶
func (s Conmon_ExecSyncContainerRequest) NewCommand(n int32) (capnp.TextList, error)
NewCommand sets the command field to a newly allocated capnp.TextList, preferring placement in s's segment.
func (Conmon_ExecSyncContainerRequest) NewEnvVars ¶ added in v0.6.0
func (s Conmon_ExecSyncContainerRequest) NewEnvVars(n int32) (Conmon_TextTextMapEntry_List, error)
NewEnvVars sets the envVars field to a newly allocated Conmon_TextTextMapEntry_List, preferring placement in s's segment.
func (Conmon_ExecSyncContainerRequest) NewMetadata ¶ added in v0.6.0
func (s Conmon_ExecSyncContainerRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
NewMetadata sets the metadata field to a newly allocated Conmon_TextTextMapEntry_List, preferring placement in s's segment.
func (Conmon_ExecSyncContainerRequest) Segment ¶
func (s Conmon_ExecSyncContainerRequest) Segment() *capnp.Segment
func (Conmon_ExecSyncContainerRequest) SetCgroupManager ¶ added in v0.6.0
func (s Conmon_ExecSyncContainerRequest) SetCgroupManager(v Conmon_CgroupManager)
func (Conmon_ExecSyncContainerRequest) SetCommand ¶
func (s Conmon_ExecSyncContainerRequest) SetCommand(v capnp.TextList) error
func (Conmon_ExecSyncContainerRequest) SetEnvVars ¶ added in v0.6.0
func (s Conmon_ExecSyncContainerRequest) SetEnvVars(v Conmon_TextTextMapEntry_List) error
func (Conmon_ExecSyncContainerRequest) SetId ¶
func (s Conmon_ExecSyncContainerRequest) SetId(v string) error
func (Conmon_ExecSyncContainerRequest) SetMetadata ¶ added in v0.4.0
func (s Conmon_ExecSyncContainerRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
func (Conmon_ExecSyncContainerRequest) SetMetadataOld ¶ added in v0.6.0
func (s Conmon_ExecSyncContainerRequest) SetMetadataOld(v []byte) error
func (Conmon_ExecSyncContainerRequest) SetTerminal ¶
func (s Conmon_ExecSyncContainerRequest) SetTerminal(v bool)
func (Conmon_ExecSyncContainerRequest) SetTimeoutSec ¶
func (s Conmon_ExecSyncContainerRequest) SetTimeoutSec(v uint64)
func (Conmon_ExecSyncContainerRequest) String ¶
func (s Conmon_ExecSyncContainerRequest) String() string
func (Conmon_ExecSyncContainerRequest) Terminal ¶
func (s Conmon_ExecSyncContainerRequest) Terminal() bool
func (Conmon_ExecSyncContainerRequest) TimeoutSec ¶
func (s Conmon_ExecSyncContainerRequest) TimeoutSec() uint64
func (Conmon_ExecSyncContainerRequest) ToPtr ¶
func (s Conmon_ExecSyncContainerRequest) ToPtr() capnp.Ptr
type Conmon_ExecSyncContainerRequest_Future ¶
Conmon_ExecSyncContainerRequest_Future is a wrapper for a Conmon_ExecSyncContainerRequest promised by a client call.
func (Conmon_ExecSyncContainerRequest_Future) Struct ¶
func (f Conmon_ExecSyncContainerRequest_Future) Struct() (Conmon_ExecSyncContainerRequest, error)
type Conmon_ExecSyncContainerRequest_List ¶
type Conmon_ExecSyncContainerRequest_List = capnp.StructList[Conmon_ExecSyncContainerRequest]
Conmon_ExecSyncContainerRequest_List is a list of Conmon_ExecSyncContainerRequest.
func NewConmon_ExecSyncContainerRequest_List ¶
func NewConmon_ExecSyncContainerRequest_List(s *capnp.Segment, sz int32) (Conmon_ExecSyncContainerRequest_List, error)
NewConmon_ExecSyncContainerRequest creates a new list of Conmon_ExecSyncContainerRequest.
type Conmon_ExecSyncContainerResponse ¶
func NewConmon_ExecSyncContainerResponse ¶
func NewConmon_ExecSyncContainerResponse(s *capnp.Segment) (Conmon_ExecSyncContainerResponse, error)
func NewRootConmon_ExecSyncContainerResponse ¶
func NewRootConmon_ExecSyncContainerResponse(s *capnp.Segment) (Conmon_ExecSyncContainerResponse, error)
func ReadRootConmon_ExecSyncContainerResponse ¶
func ReadRootConmon_ExecSyncContainerResponse(msg *capnp.Message) (Conmon_ExecSyncContainerResponse, error)
func (Conmon_ExecSyncContainerResponse) DecodeFromPtr ¶
func (Conmon_ExecSyncContainerResponse) DecodeFromPtr(p capnp.Ptr) Conmon_ExecSyncContainerResponse
func (Conmon_ExecSyncContainerResponse) EncodeAsPtr ¶
func (s Conmon_ExecSyncContainerResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_ExecSyncContainerResponse) ExitCode ¶
func (s Conmon_ExecSyncContainerResponse) ExitCode() int32
func (Conmon_ExecSyncContainerResponse) HasStderr ¶
func (s Conmon_ExecSyncContainerResponse) HasStderr() bool
func (Conmon_ExecSyncContainerResponse) HasStdout ¶
func (s Conmon_ExecSyncContainerResponse) HasStdout() bool
func (Conmon_ExecSyncContainerResponse) IsValid ¶
func (s Conmon_ExecSyncContainerResponse) IsValid() bool
func (Conmon_ExecSyncContainerResponse) Message ¶
func (s Conmon_ExecSyncContainerResponse) Message() *capnp.Message
func (Conmon_ExecSyncContainerResponse) Segment ¶
func (s Conmon_ExecSyncContainerResponse) Segment() *capnp.Segment
func (Conmon_ExecSyncContainerResponse) SetExitCode ¶
func (s Conmon_ExecSyncContainerResponse) SetExitCode(v int32)
func (Conmon_ExecSyncContainerResponse) SetStderr ¶
func (s Conmon_ExecSyncContainerResponse) SetStderr(v []byte) error
func (Conmon_ExecSyncContainerResponse) SetStdout ¶
func (s Conmon_ExecSyncContainerResponse) SetStdout(v []byte) error
func (Conmon_ExecSyncContainerResponse) SetTimedOut ¶
func (s Conmon_ExecSyncContainerResponse) SetTimedOut(v bool)
func (Conmon_ExecSyncContainerResponse) Stderr ¶
func (s Conmon_ExecSyncContainerResponse) Stderr() ([]byte, error)
func (Conmon_ExecSyncContainerResponse) Stdout ¶
func (s Conmon_ExecSyncContainerResponse) Stdout() ([]byte, error)
func (Conmon_ExecSyncContainerResponse) String ¶
func (s Conmon_ExecSyncContainerResponse) String() string
func (Conmon_ExecSyncContainerResponse) TimedOut ¶
func (s Conmon_ExecSyncContainerResponse) TimedOut() bool
func (Conmon_ExecSyncContainerResponse) ToPtr ¶
func (s Conmon_ExecSyncContainerResponse) ToPtr() capnp.Ptr
type Conmon_ExecSyncContainerResponse_Future ¶
Conmon_ExecSyncContainerResponse_Future is a wrapper for a Conmon_ExecSyncContainerResponse promised by a client call.
func (Conmon_ExecSyncContainerResponse_Future) Struct ¶
func (f Conmon_ExecSyncContainerResponse_Future) Struct() (Conmon_ExecSyncContainerResponse, error)
type Conmon_ExecSyncContainerResponse_List ¶
type Conmon_ExecSyncContainerResponse_List = capnp.StructList[Conmon_ExecSyncContainerResponse]
Conmon_ExecSyncContainerResponse_List is a list of Conmon_ExecSyncContainerResponse.
func NewConmon_ExecSyncContainerResponse_List ¶
func NewConmon_ExecSyncContainerResponse_List(s *capnp.Segment, sz int32) (Conmon_ExecSyncContainerResponse_List, error)
NewConmon_ExecSyncContainerResponse creates a new list of Conmon_ExecSyncContainerResponse.
type Conmon_List ¶
Conmon_List is a list of Conmon.
func NewConmon_List ¶
func NewConmon_List(s *capnp.Segment, sz int32) (Conmon_List, error)
NewConmon creates a new list of Conmon.
type Conmon_LogDriver ¶
func NewConmon_LogDriver ¶
func NewConmon_LogDriver(s *capnp.Segment) (Conmon_LogDriver, error)
func NewRootConmon_LogDriver ¶
func NewRootConmon_LogDriver(s *capnp.Segment) (Conmon_LogDriver, error)
func ReadRootConmon_LogDriver ¶
func ReadRootConmon_LogDriver(msg *capnp.Message) (Conmon_LogDriver, error)
func (Conmon_LogDriver) DecodeFromPtr ¶
func (Conmon_LogDriver) DecodeFromPtr(p capnp.Ptr) Conmon_LogDriver
func (Conmon_LogDriver) EncodeAsPtr ¶
func (s Conmon_LogDriver) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_LogDriver) HasPath ¶
func (s Conmon_LogDriver) HasPath() bool
func (Conmon_LogDriver) IsValid ¶
func (s Conmon_LogDriver) IsValid() bool
func (Conmon_LogDriver) MaxSize ¶
func (s Conmon_LogDriver) MaxSize() uint64
func (Conmon_LogDriver) Message ¶
func (s Conmon_LogDriver) Message() *capnp.Message
func (Conmon_LogDriver) Path ¶
func (s Conmon_LogDriver) Path() (string, error)
func (Conmon_LogDriver) PathBytes ¶
func (s Conmon_LogDriver) PathBytes() ([]byte, error)
func (Conmon_LogDriver) Segment ¶
func (s Conmon_LogDriver) Segment() *capnp.Segment
func (Conmon_LogDriver) SetMaxSize ¶
func (s Conmon_LogDriver) SetMaxSize(v uint64)
func (Conmon_LogDriver) SetPath ¶
func (s Conmon_LogDriver) SetPath(v string) error
func (Conmon_LogDriver) SetType ¶
func (s Conmon_LogDriver) SetType(v Conmon_LogDriver_Type)
func (Conmon_LogDriver) String ¶
func (s Conmon_LogDriver) String() string
func (Conmon_LogDriver) ToPtr ¶
func (s Conmon_LogDriver) ToPtr() capnp.Ptr
func (Conmon_LogDriver) Type ¶
func (s Conmon_LogDriver) Type() Conmon_LogDriver_Type
type Conmon_LogDriver_Future ¶
Conmon_LogDriver_Future is a wrapper for a Conmon_LogDriver promised by a client call.
func (Conmon_LogDriver_Future) Struct ¶
func (f Conmon_LogDriver_Future) Struct() (Conmon_LogDriver, error)
type Conmon_LogDriver_List ¶
type Conmon_LogDriver_List = capnp.StructList[Conmon_LogDriver]
Conmon_LogDriver_List is a list of Conmon_LogDriver.
func NewConmon_LogDriver_List ¶
func NewConmon_LogDriver_List(s *capnp.Segment, sz int32) (Conmon_LogDriver_List, error)
NewConmon_LogDriver creates a new list of Conmon_LogDriver.
type Conmon_LogDriver_Type ¶
type Conmon_LogDriver_Type uint16
const ( Conmon_LogDriver_Type_containerRuntimeInterface Conmon_LogDriver_Type = 0 Conmon_LogDriver_Type_json Conmon_LogDriver_Type = 1 )
Values of Conmon_LogDriver_Type.
func Conmon_LogDriver_TypeFromString ¶
func Conmon_LogDriver_TypeFromString(c string) Conmon_LogDriver_Type
Conmon_LogDriver_TypeFromString returns the enum value with a name, or the zero value if there's no such value.
func (Conmon_LogDriver_Type) String ¶
func (c Conmon_LogDriver_Type) String() string
String returns the enum's constant name.
type Conmon_LogDriver_Type_List ¶
type Conmon_LogDriver_Type_List = capnp.EnumList[Conmon_LogDriver_Type]
func NewConmon_LogDriver_Type_List ¶
func NewConmon_LogDriver_Type_List(s *capnp.Segment, sz int32) (Conmon_LogDriver_Type_List, error)
type Conmon_Namespace ¶ added in v0.5.0
type Conmon_Namespace uint16
const ( Conmon_Namespace_ipc Conmon_Namespace = 0 Conmon_Namespace_net Conmon_Namespace = 1 Conmon_Namespace_pid Conmon_Namespace = 2 Conmon_Namespace_user Conmon_Namespace = 3 Conmon_Namespace_uts Conmon_Namespace = 4 )
Values of Conmon_Namespace.
func Conmon_NamespaceFromString ¶ added in v0.5.0
func Conmon_NamespaceFromString(c string) Conmon_Namespace
Conmon_NamespaceFromString returns the enum value with a name, or the zero value if there's no such value.
func (Conmon_Namespace) String ¶ added in v0.5.0
func (c Conmon_Namespace) String() string
String returns the enum's constant name.
type Conmon_NamespaceResponse ¶ added in v0.5.0
func NewConmon_NamespaceResponse ¶ added in v0.5.0
func NewConmon_NamespaceResponse(s *capnp.Segment) (Conmon_NamespaceResponse, error)
func NewRootConmon_NamespaceResponse ¶ added in v0.5.0
func NewRootConmon_NamespaceResponse(s *capnp.Segment) (Conmon_NamespaceResponse, error)
func ReadRootConmon_NamespaceResponse ¶ added in v0.5.0
func ReadRootConmon_NamespaceResponse(msg *capnp.Message) (Conmon_NamespaceResponse, error)
func (Conmon_NamespaceResponse) DecodeFromPtr ¶ added in v0.5.0
func (Conmon_NamespaceResponse) DecodeFromPtr(p capnp.Ptr) Conmon_NamespaceResponse
func (Conmon_NamespaceResponse) EncodeAsPtr ¶ added in v0.5.0
func (s Conmon_NamespaceResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_NamespaceResponse) HasPath ¶ added in v0.5.0
func (s Conmon_NamespaceResponse) HasPath() bool
func (Conmon_NamespaceResponse) IsValid ¶ added in v0.5.0
func (s Conmon_NamespaceResponse) IsValid() bool
func (Conmon_NamespaceResponse) Message ¶ added in v0.5.0
func (s Conmon_NamespaceResponse) Message() *capnp.Message
func (Conmon_NamespaceResponse) Path ¶ added in v0.5.0
func (s Conmon_NamespaceResponse) Path() (string, error)
func (Conmon_NamespaceResponse) PathBytes ¶ added in v0.5.0
func (s Conmon_NamespaceResponse) PathBytes() ([]byte, error)
func (Conmon_NamespaceResponse) Segment ¶ added in v0.5.0
func (s Conmon_NamespaceResponse) Segment() *capnp.Segment
func (Conmon_NamespaceResponse) SetPath ¶ added in v0.5.0
func (s Conmon_NamespaceResponse) SetPath(v string) error
func (Conmon_NamespaceResponse) SetType ¶ added in v0.5.0
func (s Conmon_NamespaceResponse) SetType(v Conmon_Namespace)
func (Conmon_NamespaceResponse) String ¶ added in v0.5.0
func (s Conmon_NamespaceResponse) String() string
func (Conmon_NamespaceResponse) ToPtr ¶ added in v0.5.0
func (s Conmon_NamespaceResponse) ToPtr() capnp.Ptr
func (Conmon_NamespaceResponse) Type ¶ added in v0.5.0
func (s Conmon_NamespaceResponse) Type() Conmon_Namespace
type Conmon_NamespaceResponse_Future ¶ added in v0.5.0
Conmon_NamespaceResponse_Future is a wrapper for a Conmon_NamespaceResponse promised by a client call.
func (Conmon_NamespaceResponse_Future) Struct ¶ added in v0.5.0
func (f Conmon_NamespaceResponse_Future) Struct() (Conmon_NamespaceResponse, error)
type Conmon_NamespaceResponse_List ¶ added in v0.5.0
type Conmon_NamespaceResponse_List = capnp.StructList[Conmon_NamespaceResponse]
Conmon_NamespaceResponse_List is a list of Conmon_NamespaceResponse.
func NewConmon_NamespaceResponse_List ¶ added in v0.5.0
func NewConmon_NamespaceResponse_List(s *capnp.Segment, sz int32) (Conmon_NamespaceResponse_List, error)
NewConmon_NamespaceResponse creates a new list of Conmon_NamespaceResponse.
type Conmon_Namespace_List ¶ added in v0.5.0
type Conmon_Namespace_List = capnp.EnumList[Conmon_Namespace]
func NewConmon_Namespace_List ¶ added in v0.5.0
func NewConmon_Namespace_List(s *capnp.Segment, sz int32) (Conmon_Namespace_List, error)
type Conmon_ReopenLogRequest ¶
func NewConmon_ReopenLogRequest ¶
func NewConmon_ReopenLogRequest(s *capnp.Segment) (Conmon_ReopenLogRequest, error)
func NewRootConmon_ReopenLogRequest ¶
func NewRootConmon_ReopenLogRequest(s *capnp.Segment) (Conmon_ReopenLogRequest, error)
func ReadRootConmon_ReopenLogRequest ¶
func ReadRootConmon_ReopenLogRequest(msg *capnp.Message) (Conmon_ReopenLogRequest, error)
func (Conmon_ReopenLogRequest) DecodeFromPtr ¶
func (Conmon_ReopenLogRequest) DecodeFromPtr(p capnp.Ptr) Conmon_ReopenLogRequest
func (Conmon_ReopenLogRequest) EncodeAsPtr ¶
func (s Conmon_ReopenLogRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_ReopenLogRequest) HasId ¶
func (s Conmon_ReopenLogRequest) HasId() bool
func (Conmon_ReopenLogRequest) HasMetadata ¶ added in v0.4.0
func (s Conmon_ReopenLogRequest) HasMetadata() bool
func (Conmon_ReopenLogRequest) HasMetadataOld ¶ added in v0.6.0
func (s Conmon_ReopenLogRequest) HasMetadataOld() bool
func (Conmon_ReopenLogRequest) Id ¶
func (s Conmon_ReopenLogRequest) Id() (string, error)
func (Conmon_ReopenLogRequest) IdBytes ¶
func (s Conmon_ReopenLogRequest) IdBytes() ([]byte, error)
func (Conmon_ReopenLogRequest) IsValid ¶
func (s Conmon_ReopenLogRequest) IsValid() bool
func (Conmon_ReopenLogRequest) Message ¶
func (s Conmon_ReopenLogRequest) Message() *capnp.Message
func (Conmon_ReopenLogRequest) Metadata ¶ added in v0.4.0
func (s Conmon_ReopenLogRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
func (Conmon_ReopenLogRequest) MetadataOld ¶ added in v0.6.0
func (s Conmon_ReopenLogRequest) MetadataOld() ([]byte, error)
func (Conmon_ReopenLogRequest) NewMetadata ¶ added in v0.6.0
func (s Conmon_ReopenLogRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
NewMetadata sets the metadata field to a newly allocated Conmon_TextTextMapEntry_List, preferring placement in s's segment.
func (Conmon_ReopenLogRequest) Segment ¶
func (s Conmon_ReopenLogRequest) Segment() *capnp.Segment
func (Conmon_ReopenLogRequest) SetId ¶
func (s Conmon_ReopenLogRequest) SetId(v string) error
func (Conmon_ReopenLogRequest) SetMetadata ¶ added in v0.4.0
func (s Conmon_ReopenLogRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
func (Conmon_ReopenLogRequest) SetMetadataOld ¶ added in v0.6.0
func (s Conmon_ReopenLogRequest) SetMetadataOld(v []byte) error
func (Conmon_ReopenLogRequest) String ¶
func (s Conmon_ReopenLogRequest) String() string
func (Conmon_ReopenLogRequest) ToPtr ¶
func (s Conmon_ReopenLogRequest) ToPtr() capnp.Ptr
type Conmon_ReopenLogRequest_Future ¶
Conmon_ReopenLogRequest_Future is a wrapper for a Conmon_ReopenLogRequest promised by a client call.
func (Conmon_ReopenLogRequest_Future) Struct ¶
func (f Conmon_ReopenLogRequest_Future) Struct() (Conmon_ReopenLogRequest, error)
type Conmon_ReopenLogRequest_List ¶
type Conmon_ReopenLogRequest_List = capnp.StructList[Conmon_ReopenLogRequest]
Conmon_ReopenLogRequest_List is a list of Conmon_ReopenLogRequest.
func NewConmon_ReopenLogRequest_List ¶
func NewConmon_ReopenLogRequest_List(s *capnp.Segment, sz int32) (Conmon_ReopenLogRequest_List, error)
NewConmon_ReopenLogRequest creates a new list of Conmon_ReopenLogRequest.
type Conmon_ReopenLogResponse ¶
func NewConmon_ReopenLogResponse ¶
func NewConmon_ReopenLogResponse(s *capnp.Segment) (Conmon_ReopenLogResponse, error)
func NewRootConmon_ReopenLogResponse ¶
func NewRootConmon_ReopenLogResponse(s *capnp.Segment) (Conmon_ReopenLogResponse, error)
func ReadRootConmon_ReopenLogResponse ¶
func ReadRootConmon_ReopenLogResponse(msg *capnp.Message) (Conmon_ReopenLogResponse, error)
func (Conmon_ReopenLogResponse) DecodeFromPtr ¶
func (Conmon_ReopenLogResponse) DecodeFromPtr(p capnp.Ptr) Conmon_ReopenLogResponse
func (Conmon_ReopenLogResponse) EncodeAsPtr ¶
func (s Conmon_ReopenLogResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_ReopenLogResponse) IsValid ¶
func (s Conmon_ReopenLogResponse) IsValid() bool
func (Conmon_ReopenLogResponse) Message ¶
func (s Conmon_ReopenLogResponse) Message() *capnp.Message
func (Conmon_ReopenLogResponse) Segment ¶
func (s Conmon_ReopenLogResponse) Segment() *capnp.Segment
func (Conmon_ReopenLogResponse) String ¶
func (s Conmon_ReopenLogResponse) String() string
func (Conmon_ReopenLogResponse) ToPtr ¶
func (s Conmon_ReopenLogResponse) ToPtr() capnp.Ptr
type Conmon_ReopenLogResponse_Future ¶
Conmon_ReopenLogResponse_Future is a wrapper for a Conmon_ReopenLogResponse promised by a client call.
func (Conmon_ReopenLogResponse_Future) Struct ¶
func (f Conmon_ReopenLogResponse_Future) Struct() (Conmon_ReopenLogResponse, error)
type Conmon_ReopenLogResponse_List ¶
type Conmon_ReopenLogResponse_List = capnp.StructList[Conmon_ReopenLogResponse]
Conmon_ReopenLogResponse_List is a list of Conmon_ReopenLogResponse.
func NewConmon_ReopenLogResponse_List ¶
func NewConmon_ReopenLogResponse_List(s *capnp.Segment, sz int32) (Conmon_ReopenLogResponse_List, error)
NewConmon_ReopenLogResponse creates a new list of Conmon_ReopenLogResponse.
type Conmon_Server ¶
type Conmon_Server interface { Version(context.Context, Conmon_version) error CreateContainer(context.Context, Conmon_createContainer) error ExecSyncContainer(context.Context, Conmon_execSyncContainer) error AttachContainer(context.Context, Conmon_attachContainer) error ReopenLogContainer(context.Context, Conmon_reopenLogContainer) error SetWindowSizeContainer(context.Context, Conmon_setWindowSizeContainer) error CreateNamespaces(context.Context, Conmon_createNamespaces) error StartFdSocket(context.Context, Conmon_startFdSocket) error }
A Conmon_Server is a Conmon with a local implementation.
type Conmon_SetWindowSizeRequest ¶
func NewConmon_SetWindowSizeRequest ¶
func NewConmon_SetWindowSizeRequest(s *capnp.Segment) (Conmon_SetWindowSizeRequest, error)
func NewRootConmon_SetWindowSizeRequest ¶
func NewRootConmon_SetWindowSizeRequest(s *capnp.Segment) (Conmon_SetWindowSizeRequest, error)
func ReadRootConmon_SetWindowSizeRequest ¶
func ReadRootConmon_SetWindowSizeRequest(msg *capnp.Message) (Conmon_SetWindowSizeRequest, error)
func (Conmon_SetWindowSizeRequest) DecodeFromPtr ¶
func (Conmon_SetWindowSizeRequest) DecodeFromPtr(p capnp.Ptr) Conmon_SetWindowSizeRequest
func (Conmon_SetWindowSizeRequest) EncodeAsPtr ¶
func (s Conmon_SetWindowSizeRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_SetWindowSizeRequest) HasId ¶
func (s Conmon_SetWindowSizeRequest) HasId() bool
func (Conmon_SetWindowSizeRequest) HasMetadata ¶ added in v0.4.0
func (s Conmon_SetWindowSizeRequest) HasMetadata() bool
func (Conmon_SetWindowSizeRequest) HasMetadataOld ¶ added in v0.6.0
func (s Conmon_SetWindowSizeRequest) HasMetadataOld() bool
func (Conmon_SetWindowSizeRequest) Height ¶
func (s Conmon_SetWindowSizeRequest) Height() uint16
func (Conmon_SetWindowSizeRequest) Id ¶
func (s Conmon_SetWindowSizeRequest) Id() (string, error)
func (Conmon_SetWindowSizeRequest) IdBytes ¶
func (s Conmon_SetWindowSizeRequest) IdBytes() ([]byte, error)
func (Conmon_SetWindowSizeRequest) IsValid ¶
func (s Conmon_SetWindowSizeRequest) IsValid() bool
func (Conmon_SetWindowSizeRequest) Message ¶
func (s Conmon_SetWindowSizeRequest) Message() *capnp.Message
func (Conmon_SetWindowSizeRequest) Metadata ¶ added in v0.4.0
func (s Conmon_SetWindowSizeRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
func (Conmon_SetWindowSizeRequest) MetadataOld ¶ added in v0.6.0
func (s Conmon_SetWindowSizeRequest) MetadataOld() ([]byte, error)
func (Conmon_SetWindowSizeRequest) NewMetadata ¶ added in v0.6.0
func (s Conmon_SetWindowSizeRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
NewMetadata sets the metadata field to a newly allocated Conmon_TextTextMapEntry_List, preferring placement in s's segment.
func (Conmon_SetWindowSizeRequest) Segment ¶
func (s Conmon_SetWindowSizeRequest) Segment() *capnp.Segment
func (Conmon_SetWindowSizeRequest) SetHeight ¶
func (s Conmon_SetWindowSizeRequest) SetHeight(v uint16)
func (Conmon_SetWindowSizeRequest) SetId ¶
func (s Conmon_SetWindowSizeRequest) SetId(v string) error
func (Conmon_SetWindowSizeRequest) SetMetadata ¶ added in v0.4.0
func (s Conmon_SetWindowSizeRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
func (Conmon_SetWindowSizeRequest) SetMetadataOld ¶ added in v0.6.0
func (s Conmon_SetWindowSizeRequest) SetMetadataOld(v []byte) error
func (Conmon_SetWindowSizeRequest) SetWidth ¶
func (s Conmon_SetWindowSizeRequest) SetWidth(v uint16)
func (Conmon_SetWindowSizeRequest) String ¶
func (s Conmon_SetWindowSizeRequest) String() string
func (Conmon_SetWindowSizeRequest) ToPtr ¶
func (s Conmon_SetWindowSizeRequest) ToPtr() capnp.Ptr
func (Conmon_SetWindowSizeRequest) Width ¶
func (s Conmon_SetWindowSizeRequest) Width() uint16
type Conmon_SetWindowSizeRequest_Future ¶
Conmon_SetWindowSizeRequest_Future is a wrapper for a Conmon_SetWindowSizeRequest promised by a client call.
func (Conmon_SetWindowSizeRequest_Future) Struct ¶
func (f Conmon_SetWindowSizeRequest_Future) Struct() (Conmon_SetWindowSizeRequest, error)
type Conmon_SetWindowSizeRequest_List ¶
type Conmon_SetWindowSizeRequest_List = capnp.StructList[Conmon_SetWindowSizeRequest]
Conmon_SetWindowSizeRequest_List is a list of Conmon_SetWindowSizeRequest.
func NewConmon_SetWindowSizeRequest_List ¶
func NewConmon_SetWindowSizeRequest_List(s *capnp.Segment, sz int32) (Conmon_SetWindowSizeRequest_List, error)
NewConmon_SetWindowSizeRequest creates a new list of Conmon_SetWindowSizeRequest.
type Conmon_SetWindowSizeResponse ¶
func NewConmon_SetWindowSizeResponse ¶
func NewConmon_SetWindowSizeResponse(s *capnp.Segment) (Conmon_SetWindowSizeResponse, error)
func NewRootConmon_SetWindowSizeResponse ¶
func NewRootConmon_SetWindowSizeResponse(s *capnp.Segment) (Conmon_SetWindowSizeResponse, error)
func ReadRootConmon_SetWindowSizeResponse ¶
func ReadRootConmon_SetWindowSizeResponse(msg *capnp.Message) (Conmon_SetWindowSizeResponse, error)
func (Conmon_SetWindowSizeResponse) DecodeFromPtr ¶
func (Conmon_SetWindowSizeResponse) DecodeFromPtr(p capnp.Ptr) Conmon_SetWindowSizeResponse
func (Conmon_SetWindowSizeResponse) EncodeAsPtr ¶
func (s Conmon_SetWindowSizeResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_SetWindowSizeResponse) IsValid ¶
func (s Conmon_SetWindowSizeResponse) IsValid() bool
func (Conmon_SetWindowSizeResponse) Message ¶
func (s Conmon_SetWindowSizeResponse) Message() *capnp.Message
func (Conmon_SetWindowSizeResponse) Segment ¶
func (s Conmon_SetWindowSizeResponse) Segment() *capnp.Segment
func (Conmon_SetWindowSizeResponse) String ¶
func (s Conmon_SetWindowSizeResponse) String() string
func (Conmon_SetWindowSizeResponse) ToPtr ¶
func (s Conmon_SetWindowSizeResponse) ToPtr() capnp.Ptr
type Conmon_SetWindowSizeResponse_Future ¶
Conmon_SetWindowSizeResponse_Future is a wrapper for a Conmon_SetWindowSizeResponse promised by a client call.
func (Conmon_SetWindowSizeResponse_Future) Struct ¶
func (f Conmon_SetWindowSizeResponse_Future) Struct() (Conmon_SetWindowSizeResponse, error)
type Conmon_SetWindowSizeResponse_List ¶
type Conmon_SetWindowSizeResponse_List = capnp.StructList[Conmon_SetWindowSizeResponse]
Conmon_SetWindowSizeResponse_List is a list of Conmon_SetWindowSizeResponse.
func NewConmon_SetWindowSizeResponse_List ¶
func NewConmon_SetWindowSizeResponse_List(s *capnp.Segment, sz int32) (Conmon_SetWindowSizeResponse_List, error)
NewConmon_SetWindowSizeResponse creates a new list of Conmon_SetWindowSizeResponse.
type Conmon_StartFdSocketRequest ¶ added in v0.6.0
func NewConmon_StartFdSocketRequest ¶ added in v0.6.0
func NewConmon_StartFdSocketRequest(s *capnp.Segment) (Conmon_StartFdSocketRequest, error)
func NewRootConmon_StartFdSocketRequest ¶ added in v0.6.0
func NewRootConmon_StartFdSocketRequest(s *capnp.Segment) (Conmon_StartFdSocketRequest, error)
func ReadRootConmon_StartFdSocketRequest ¶ added in v0.6.0
func ReadRootConmon_StartFdSocketRequest(msg *capnp.Message) (Conmon_StartFdSocketRequest, error)
func (Conmon_StartFdSocketRequest) DecodeFromPtr ¶ added in v0.6.0
func (Conmon_StartFdSocketRequest) DecodeFromPtr(p capnp.Ptr) Conmon_StartFdSocketRequest
func (Conmon_StartFdSocketRequest) EncodeAsPtr ¶ added in v0.6.0
func (s Conmon_StartFdSocketRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_StartFdSocketRequest) HasMetadata ¶ added in v0.6.0
func (s Conmon_StartFdSocketRequest) HasMetadata() bool
func (Conmon_StartFdSocketRequest) IsValid ¶ added in v0.6.0
func (s Conmon_StartFdSocketRequest) IsValid() bool
func (Conmon_StartFdSocketRequest) Message ¶ added in v0.6.0
func (s Conmon_StartFdSocketRequest) Message() *capnp.Message
func (Conmon_StartFdSocketRequest) Metadata ¶ added in v0.6.0
func (s Conmon_StartFdSocketRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
func (Conmon_StartFdSocketRequest) NewMetadata ¶ added in v0.6.0
func (s Conmon_StartFdSocketRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
NewMetadata sets the metadata field to a newly allocated Conmon_TextTextMapEntry_List, preferring placement in s's segment.
func (Conmon_StartFdSocketRequest) Segment ¶ added in v0.6.0
func (s Conmon_StartFdSocketRequest) Segment() *capnp.Segment
func (Conmon_StartFdSocketRequest) SetMetadata ¶ added in v0.6.0
func (s Conmon_StartFdSocketRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
func (Conmon_StartFdSocketRequest) String ¶ added in v0.6.0
func (s Conmon_StartFdSocketRequest) String() string
func (Conmon_StartFdSocketRequest) ToPtr ¶ added in v0.6.0
func (s Conmon_StartFdSocketRequest) ToPtr() capnp.Ptr
type Conmon_StartFdSocketRequest_Future ¶ added in v0.6.0
Conmon_StartFdSocketRequest_Future is a wrapper for a Conmon_StartFdSocketRequest promised by a client call.
func (Conmon_StartFdSocketRequest_Future) Struct ¶ added in v0.6.0
func (f Conmon_StartFdSocketRequest_Future) Struct() (Conmon_StartFdSocketRequest, error)
type Conmon_StartFdSocketRequest_List ¶ added in v0.6.0
type Conmon_StartFdSocketRequest_List = capnp.StructList[Conmon_StartFdSocketRequest]
Conmon_StartFdSocketRequest_List is a list of Conmon_StartFdSocketRequest.
func NewConmon_StartFdSocketRequest_List ¶ added in v0.6.0
func NewConmon_StartFdSocketRequest_List(s *capnp.Segment, sz int32) (Conmon_StartFdSocketRequest_List, error)
NewConmon_StartFdSocketRequest creates a new list of Conmon_StartFdSocketRequest.
type Conmon_StartFdSocketResponse ¶ added in v0.6.0
func NewConmon_StartFdSocketResponse ¶ added in v0.6.0
func NewConmon_StartFdSocketResponse(s *capnp.Segment) (Conmon_StartFdSocketResponse, error)
func NewRootConmon_StartFdSocketResponse ¶ added in v0.6.0
func NewRootConmon_StartFdSocketResponse(s *capnp.Segment) (Conmon_StartFdSocketResponse, error)
func ReadRootConmon_StartFdSocketResponse ¶ added in v0.6.0
func ReadRootConmon_StartFdSocketResponse(msg *capnp.Message) (Conmon_StartFdSocketResponse, error)
func (Conmon_StartFdSocketResponse) DecodeFromPtr ¶ added in v0.6.0
func (Conmon_StartFdSocketResponse) DecodeFromPtr(p capnp.Ptr) Conmon_StartFdSocketResponse
func (Conmon_StartFdSocketResponse) EncodeAsPtr ¶ added in v0.6.0
func (s Conmon_StartFdSocketResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_StartFdSocketResponse) HasPath ¶ added in v0.6.0
func (s Conmon_StartFdSocketResponse) HasPath() bool
func (Conmon_StartFdSocketResponse) IsValid ¶ added in v0.6.0
func (s Conmon_StartFdSocketResponse) IsValid() bool
func (Conmon_StartFdSocketResponse) Message ¶ added in v0.6.0
func (s Conmon_StartFdSocketResponse) Message() *capnp.Message
func (Conmon_StartFdSocketResponse) Path ¶ added in v0.6.0
func (s Conmon_StartFdSocketResponse) Path() (string, error)
func (Conmon_StartFdSocketResponse) PathBytes ¶ added in v0.6.0
func (s Conmon_StartFdSocketResponse) PathBytes() ([]byte, error)
func (Conmon_StartFdSocketResponse) Segment ¶ added in v0.6.0
func (s Conmon_StartFdSocketResponse) Segment() *capnp.Segment
func (Conmon_StartFdSocketResponse) SetPath ¶ added in v0.6.0
func (s Conmon_StartFdSocketResponse) SetPath(v string) error
func (Conmon_StartFdSocketResponse) String ¶ added in v0.6.0
func (s Conmon_StartFdSocketResponse) String() string
func (Conmon_StartFdSocketResponse) ToPtr ¶ added in v0.6.0
func (s Conmon_StartFdSocketResponse) ToPtr() capnp.Ptr
type Conmon_StartFdSocketResponse_Future ¶ added in v0.6.0
Conmon_StartFdSocketResponse_Future is a wrapper for a Conmon_StartFdSocketResponse promised by a client call.
func (Conmon_StartFdSocketResponse_Future) Struct ¶ added in v0.6.0
func (f Conmon_StartFdSocketResponse_Future) Struct() (Conmon_StartFdSocketResponse, error)
type Conmon_StartFdSocketResponse_List ¶ added in v0.6.0
type Conmon_StartFdSocketResponse_List = capnp.StructList[Conmon_StartFdSocketResponse]
Conmon_StartFdSocketResponse_List is a list of Conmon_StartFdSocketResponse.
func NewConmon_StartFdSocketResponse_List ¶ added in v0.6.0
func NewConmon_StartFdSocketResponse_List(s *capnp.Segment, sz int32) (Conmon_StartFdSocketResponse_List, error)
NewConmon_StartFdSocketResponse creates a new list of Conmon_StartFdSocketResponse.
type Conmon_TextTextMapEntry ¶ added in v0.6.0
func NewConmon_TextTextMapEntry ¶ added in v0.6.0
func NewConmon_TextTextMapEntry(s *capnp.Segment) (Conmon_TextTextMapEntry, error)
func NewRootConmon_TextTextMapEntry ¶ added in v0.6.0
func NewRootConmon_TextTextMapEntry(s *capnp.Segment) (Conmon_TextTextMapEntry, error)
func ReadRootConmon_TextTextMapEntry ¶ added in v0.6.0
func ReadRootConmon_TextTextMapEntry(msg *capnp.Message) (Conmon_TextTextMapEntry, error)
func (Conmon_TextTextMapEntry) DecodeFromPtr ¶ added in v0.6.0
func (Conmon_TextTextMapEntry) DecodeFromPtr(p capnp.Ptr) Conmon_TextTextMapEntry
func (Conmon_TextTextMapEntry) EncodeAsPtr ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_TextTextMapEntry) HasKey ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) HasKey() bool
func (Conmon_TextTextMapEntry) HasValue ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) HasValue() bool
func (Conmon_TextTextMapEntry) IsValid ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) IsValid() bool
func (Conmon_TextTextMapEntry) Key ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) Key() (string, error)
func (Conmon_TextTextMapEntry) KeyBytes ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) KeyBytes() ([]byte, error)
func (Conmon_TextTextMapEntry) Message ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) Message() *capnp.Message
func (Conmon_TextTextMapEntry) Segment ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) Segment() *capnp.Segment
func (Conmon_TextTextMapEntry) SetKey ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) SetKey(v string) error
func (Conmon_TextTextMapEntry) SetValue ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) SetValue(v string) error
func (Conmon_TextTextMapEntry) String ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) String() string
func (Conmon_TextTextMapEntry) ToPtr ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) ToPtr() capnp.Ptr
func (Conmon_TextTextMapEntry) Value ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) Value() (string, error)
func (Conmon_TextTextMapEntry) ValueBytes ¶ added in v0.6.0
func (s Conmon_TextTextMapEntry) ValueBytes() ([]byte, error)
type Conmon_TextTextMapEntry_Future ¶ added in v0.6.0
Conmon_TextTextMapEntry_Future is a wrapper for a Conmon_TextTextMapEntry promised by a client call.
func (Conmon_TextTextMapEntry_Future) Struct ¶ added in v0.6.0
func (f Conmon_TextTextMapEntry_Future) Struct() (Conmon_TextTextMapEntry, error)
type Conmon_TextTextMapEntry_List ¶ added in v0.6.0
type Conmon_TextTextMapEntry_List = capnp.StructList[Conmon_TextTextMapEntry]
Conmon_TextTextMapEntry_List is a list of Conmon_TextTextMapEntry.
func NewConmon_TextTextMapEntry_List ¶ added in v0.6.0
func NewConmon_TextTextMapEntry_List(s *capnp.Segment, sz int32) (Conmon_TextTextMapEntry_List, error)
NewConmon_TextTextMapEntry creates a new list of Conmon_TextTextMapEntry.
type Conmon_VersionRequest ¶ added in v0.3.0
func NewConmon_VersionRequest ¶ added in v0.3.0
func NewConmon_VersionRequest(s *capnp.Segment) (Conmon_VersionRequest, error)
func NewRootConmon_VersionRequest ¶ added in v0.3.0
func NewRootConmon_VersionRequest(s *capnp.Segment) (Conmon_VersionRequest, error)
func ReadRootConmon_VersionRequest ¶ added in v0.3.0
func ReadRootConmon_VersionRequest(msg *capnp.Message) (Conmon_VersionRequest, error)
func (Conmon_VersionRequest) DecodeFromPtr ¶ added in v0.3.0
func (Conmon_VersionRequest) DecodeFromPtr(p capnp.Ptr) Conmon_VersionRequest
func (Conmon_VersionRequest) EncodeAsPtr ¶ added in v0.3.0
func (s Conmon_VersionRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_VersionRequest) HasMetadata ¶ added in v0.4.0
func (s Conmon_VersionRequest) HasMetadata() bool
func (Conmon_VersionRequest) HasMetadataOld ¶ added in v0.6.0
func (s Conmon_VersionRequest) HasMetadataOld() bool
func (Conmon_VersionRequest) IsValid ¶ added in v0.3.0
func (s Conmon_VersionRequest) IsValid() bool
func (Conmon_VersionRequest) Message ¶ added in v0.3.0
func (s Conmon_VersionRequest) Message() *capnp.Message
func (Conmon_VersionRequest) Metadata ¶ added in v0.4.0
func (s Conmon_VersionRequest) Metadata() (Conmon_TextTextMapEntry_List, error)
func (Conmon_VersionRequest) MetadataOld ¶ added in v0.6.0
func (s Conmon_VersionRequest) MetadataOld() ([]byte, error)
func (Conmon_VersionRequest) NewMetadata ¶ added in v0.6.0
func (s Conmon_VersionRequest) NewMetadata(n int32) (Conmon_TextTextMapEntry_List, error)
NewMetadata sets the metadata field to a newly allocated Conmon_TextTextMapEntry_List, preferring placement in s's segment.
func (Conmon_VersionRequest) Segment ¶ added in v0.3.0
func (s Conmon_VersionRequest) Segment() *capnp.Segment
func (Conmon_VersionRequest) SetMetadata ¶ added in v0.4.0
func (s Conmon_VersionRequest) SetMetadata(v Conmon_TextTextMapEntry_List) error
func (Conmon_VersionRequest) SetMetadataOld ¶ added in v0.6.0
func (s Conmon_VersionRequest) SetMetadataOld(v []byte) error
func (Conmon_VersionRequest) SetVerbose ¶ added in v0.3.0
func (s Conmon_VersionRequest) SetVerbose(v bool)
func (Conmon_VersionRequest) String ¶ added in v0.3.0
func (s Conmon_VersionRequest) String() string
func (Conmon_VersionRequest) ToPtr ¶ added in v0.3.0
func (s Conmon_VersionRequest) ToPtr() capnp.Ptr
func (Conmon_VersionRequest) Verbose ¶ added in v0.3.0
func (s Conmon_VersionRequest) Verbose() bool
type Conmon_VersionRequest_Future ¶ added in v0.3.0
Conmon_VersionRequest_Future is a wrapper for a Conmon_VersionRequest promised by a client call.
func (Conmon_VersionRequest_Future) Struct ¶ added in v0.3.0
func (f Conmon_VersionRequest_Future) Struct() (Conmon_VersionRequest, error)
type Conmon_VersionRequest_List ¶ added in v0.3.0
type Conmon_VersionRequest_List = capnp.StructList[Conmon_VersionRequest]
Conmon_VersionRequest_List is a list of Conmon_VersionRequest.
func NewConmon_VersionRequest_List ¶ added in v0.3.0
func NewConmon_VersionRequest_List(s *capnp.Segment, sz int32) (Conmon_VersionRequest_List, error)
NewConmon_VersionRequest creates a new list of Conmon_VersionRequest.
type Conmon_VersionResponse ¶
func NewConmon_VersionResponse ¶
func NewConmon_VersionResponse(s *capnp.Segment) (Conmon_VersionResponse, error)
func NewRootConmon_VersionResponse ¶
func NewRootConmon_VersionResponse(s *capnp.Segment) (Conmon_VersionResponse, error)
func ReadRootConmon_VersionResponse ¶
func ReadRootConmon_VersionResponse(msg *capnp.Message) (Conmon_VersionResponse, error)
func (Conmon_VersionResponse) BuildDate ¶
func (s Conmon_VersionResponse) BuildDate() (string, error)
func (Conmon_VersionResponse) BuildDateBytes ¶
func (s Conmon_VersionResponse) BuildDateBytes() ([]byte, error)
func (Conmon_VersionResponse) CargoTree ¶ added in v0.3.0
func (s Conmon_VersionResponse) CargoTree() (string, error)
func (Conmon_VersionResponse) CargoTreeBytes ¶ added in v0.3.0
func (s Conmon_VersionResponse) CargoTreeBytes() ([]byte, error)
func (Conmon_VersionResponse) CargoVersion ¶ added in v0.3.0
func (s Conmon_VersionResponse) CargoVersion() (string, error)
func (Conmon_VersionResponse) CargoVersionBytes ¶ added in v0.3.0
func (s Conmon_VersionResponse) CargoVersionBytes() ([]byte, error)
func (Conmon_VersionResponse) Commit ¶
func (s Conmon_VersionResponse) Commit() (string, error)
func (Conmon_VersionResponse) CommitBytes ¶
func (s Conmon_VersionResponse) CommitBytes() ([]byte, error)
func (Conmon_VersionResponse) DecodeFromPtr ¶
func (Conmon_VersionResponse) DecodeFromPtr(p capnp.Ptr) Conmon_VersionResponse
func (Conmon_VersionResponse) EncodeAsPtr ¶
func (s Conmon_VersionResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_VersionResponse) HasBuildDate ¶
func (s Conmon_VersionResponse) HasBuildDate() bool
func (Conmon_VersionResponse) HasCargoTree ¶ added in v0.3.0
func (s Conmon_VersionResponse) HasCargoTree() bool
func (Conmon_VersionResponse) HasCargoVersion ¶ added in v0.3.0
func (s Conmon_VersionResponse) HasCargoVersion() bool
func (Conmon_VersionResponse) HasCommit ¶
func (s Conmon_VersionResponse) HasCommit() bool
func (Conmon_VersionResponse) HasMetadata ¶ added in v0.4.0
func (s Conmon_VersionResponse) HasMetadata() bool
func (Conmon_VersionResponse) HasRustVersion ¶
func (s Conmon_VersionResponse) HasRustVersion() bool
func (Conmon_VersionResponse) HasTag ¶
func (s Conmon_VersionResponse) HasTag() bool
func (Conmon_VersionResponse) HasTarget ¶ added in v0.3.0
func (s Conmon_VersionResponse) HasTarget() bool
func (Conmon_VersionResponse) HasVersion ¶
func (s Conmon_VersionResponse) HasVersion() bool
func (Conmon_VersionResponse) IsValid ¶
func (s Conmon_VersionResponse) IsValid() bool
func (Conmon_VersionResponse) Message ¶
func (s Conmon_VersionResponse) Message() *capnp.Message
func (Conmon_VersionResponse) Metadata ¶ added in v0.4.0
func (s Conmon_VersionResponse) Metadata() ([]byte, error)
func (Conmon_VersionResponse) ProcessId ¶
func (s Conmon_VersionResponse) ProcessId() uint32
func (Conmon_VersionResponse) RustVersion ¶
func (s Conmon_VersionResponse) RustVersion() (string, error)
func (Conmon_VersionResponse) RustVersionBytes ¶
func (s Conmon_VersionResponse) RustVersionBytes() ([]byte, error)
func (Conmon_VersionResponse) Segment ¶
func (s Conmon_VersionResponse) Segment() *capnp.Segment
func (Conmon_VersionResponse) SetBuildDate ¶
func (s Conmon_VersionResponse) SetBuildDate(v string) error
func (Conmon_VersionResponse) SetCargoTree ¶ added in v0.3.0
func (s Conmon_VersionResponse) SetCargoTree(v string) error
func (Conmon_VersionResponse) SetCargoVersion ¶ added in v0.3.0
func (s Conmon_VersionResponse) SetCargoVersion(v string) error
func (Conmon_VersionResponse) SetCommit ¶
func (s Conmon_VersionResponse) SetCommit(v string) error
func (Conmon_VersionResponse) SetMetadata ¶ added in v0.4.0
func (s Conmon_VersionResponse) SetMetadata(v []byte) error
func (Conmon_VersionResponse) SetProcessId ¶
func (s Conmon_VersionResponse) SetProcessId(v uint32)
func (Conmon_VersionResponse) SetRustVersion ¶
func (s Conmon_VersionResponse) SetRustVersion(v string) error
func (Conmon_VersionResponse) SetTag ¶
func (s Conmon_VersionResponse) SetTag(v string) error
func (Conmon_VersionResponse) SetTarget ¶ added in v0.3.0
func (s Conmon_VersionResponse) SetTarget(v string) error
func (Conmon_VersionResponse) SetVersion ¶
func (s Conmon_VersionResponse) SetVersion(v string) error
func (Conmon_VersionResponse) String ¶
func (s Conmon_VersionResponse) String() string
func (Conmon_VersionResponse) Tag ¶
func (s Conmon_VersionResponse) Tag() (string, error)
func (Conmon_VersionResponse) TagBytes ¶
func (s Conmon_VersionResponse) TagBytes() ([]byte, error)
func (Conmon_VersionResponse) Target ¶ added in v0.3.0
func (s Conmon_VersionResponse) Target() (string, error)
func (Conmon_VersionResponse) TargetBytes ¶ added in v0.3.0
func (s Conmon_VersionResponse) TargetBytes() ([]byte, error)
func (Conmon_VersionResponse) ToPtr ¶
func (s Conmon_VersionResponse) ToPtr() capnp.Ptr
func (Conmon_VersionResponse) Version ¶
func (s Conmon_VersionResponse) Version() (string, error)
func (Conmon_VersionResponse) VersionBytes ¶
func (s Conmon_VersionResponse) VersionBytes() ([]byte, error)
type Conmon_VersionResponse_Future ¶
Conmon_VersionResponse_Future is a wrapper for a Conmon_VersionResponse promised by a client call.
func (Conmon_VersionResponse_Future) Struct ¶
func (f Conmon_VersionResponse_Future) Struct() (Conmon_VersionResponse, error)
type Conmon_VersionResponse_List ¶
type Conmon_VersionResponse_List = capnp.StructList[Conmon_VersionResponse]
Conmon_VersionResponse_List is a list of Conmon_VersionResponse.
func NewConmon_VersionResponse_List ¶
func NewConmon_VersionResponse_List(s *capnp.Segment, sz int32) (Conmon_VersionResponse_List, error)
NewConmon_VersionResponse creates a new list of Conmon_VersionResponse.
type Conmon_attachContainer ¶
Conmon_attachContainer holds the state for a server call to Conmon.attachContainer. See server.Call for documentation.
func (Conmon_attachContainer) AllocResults ¶
func (c Conmon_attachContainer) AllocResults() (Conmon_attachContainer_Results, error)
AllocResults allocates the results struct.
func (Conmon_attachContainer) Args ¶
func (c Conmon_attachContainer) Args() Conmon_attachContainer_Params
Args returns the call's arguments.
type Conmon_attachContainer_Params ¶
func NewConmon_attachContainer_Params ¶
func NewConmon_attachContainer_Params(s *capnp.Segment) (Conmon_attachContainer_Params, error)
func NewRootConmon_attachContainer_Params ¶
func NewRootConmon_attachContainer_Params(s *capnp.Segment) (Conmon_attachContainer_Params, error)
func ReadRootConmon_attachContainer_Params ¶
func ReadRootConmon_attachContainer_Params(msg *capnp.Message) (Conmon_attachContainer_Params, error)
func (Conmon_attachContainer_Params) DecodeFromPtr ¶
func (Conmon_attachContainer_Params) DecodeFromPtr(p capnp.Ptr) Conmon_attachContainer_Params
func (Conmon_attachContainer_Params) EncodeAsPtr ¶
func (s Conmon_attachContainer_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_attachContainer_Params) HasRequest ¶
func (s Conmon_attachContainer_Params) HasRequest() bool
func (Conmon_attachContainer_Params) IsValid ¶
func (s Conmon_attachContainer_Params) IsValid() bool
func (Conmon_attachContainer_Params) Message ¶
func (s Conmon_attachContainer_Params) Message() *capnp.Message
func (Conmon_attachContainer_Params) NewRequest ¶
func (s Conmon_attachContainer_Params) NewRequest() (Conmon_AttachRequest, error)
NewRequest sets the request field to a newly allocated Conmon_AttachRequest struct, preferring placement in s's segment.
func (Conmon_attachContainer_Params) Request ¶
func (s Conmon_attachContainer_Params) Request() (Conmon_AttachRequest, error)
func (Conmon_attachContainer_Params) Segment ¶
func (s Conmon_attachContainer_Params) Segment() *capnp.Segment
func (Conmon_attachContainer_Params) SetRequest ¶
func (s Conmon_attachContainer_Params) SetRequest(v Conmon_AttachRequest) error
func (Conmon_attachContainer_Params) String ¶
func (s Conmon_attachContainer_Params) String() string
func (Conmon_attachContainer_Params) ToPtr ¶
func (s Conmon_attachContainer_Params) ToPtr() capnp.Ptr
type Conmon_attachContainer_Params_Future ¶
Conmon_attachContainer_Params_Future is a wrapper for a Conmon_attachContainer_Params promised by a client call.
func (Conmon_attachContainer_Params_Future) Request ¶
func (p Conmon_attachContainer_Params_Future) Request() Conmon_AttachRequest_Future
func (Conmon_attachContainer_Params_Future) Struct ¶
func (f Conmon_attachContainer_Params_Future) Struct() (Conmon_attachContainer_Params, error)
type Conmon_attachContainer_Params_List ¶
type Conmon_attachContainer_Params_List = capnp.StructList[Conmon_attachContainer_Params]
Conmon_attachContainer_Params_List is a list of Conmon_attachContainer_Params.
func NewConmon_attachContainer_Params_List ¶
func NewConmon_attachContainer_Params_List(s *capnp.Segment, sz int32) (Conmon_attachContainer_Params_List, error)
NewConmon_attachContainer_Params creates a new list of Conmon_attachContainer_Params.
type Conmon_attachContainer_Results ¶
func NewConmon_attachContainer_Results ¶
func NewConmon_attachContainer_Results(s *capnp.Segment) (Conmon_attachContainer_Results, error)
func NewRootConmon_attachContainer_Results ¶
func NewRootConmon_attachContainer_Results(s *capnp.Segment) (Conmon_attachContainer_Results, error)
func ReadRootConmon_attachContainer_Results ¶
func ReadRootConmon_attachContainer_Results(msg *capnp.Message) (Conmon_attachContainer_Results, error)
func (Conmon_attachContainer_Results) DecodeFromPtr ¶
func (Conmon_attachContainer_Results) DecodeFromPtr(p capnp.Ptr) Conmon_attachContainer_Results
func (Conmon_attachContainer_Results) EncodeAsPtr ¶
func (s Conmon_attachContainer_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_attachContainer_Results) HasResponse ¶
func (s Conmon_attachContainer_Results) HasResponse() bool
func (Conmon_attachContainer_Results) IsValid ¶
func (s Conmon_attachContainer_Results) IsValid() bool
func (Conmon_attachContainer_Results) Message ¶
func (s Conmon_attachContainer_Results) Message() *capnp.Message
func (Conmon_attachContainer_Results) NewResponse ¶
func (s Conmon_attachContainer_Results) NewResponse() (Conmon_AttachResponse, error)
NewResponse sets the response field to a newly allocated Conmon_AttachResponse struct, preferring placement in s's segment.
func (Conmon_attachContainer_Results) Response ¶
func (s Conmon_attachContainer_Results) Response() (Conmon_AttachResponse, error)
func (Conmon_attachContainer_Results) Segment ¶
func (s Conmon_attachContainer_Results) Segment() *capnp.Segment
func (Conmon_attachContainer_Results) SetResponse ¶
func (s Conmon_attachContainer_Results) SetResponse(v Conmon_AttachResponse) error
func (Conmon_attachContainer_Results) String ¶
func (s Conmon_attachContainer_Results) String() string
func (Conmon_attachContainer_Results) ToPtr ¶
func (s Conmon_attachContainer_Results) ToPtr() capnp.Ptr
type Conmon_attachContainer_Results_Future ¶
Conmon_attachContainer_Results_Future is a wrapper for a Conmon_attachContainer_Results promised by a client call.
func (Conmon_attachContainer_Results_Future) Response ¶
func (p Conmon_attachContainer_Results_Future) Response() Conmon_AttachResponse_Future
func (Conmon_attachContainer_Results_Future) Struct ¶
func (f Conmon_attachContainer_Results_Future) Struct() (Conmon_attachContainer_Results, error)
type Conmon_attachContainer_Results_List ¶
type Conmon_attachContainer_Results_List = capnp.StructList[Conmon_attachContainer_Results]
Conmon_attachContainer_Results_List is a list of Conmon_attachContainer_Results.
func NewConmon_attachContainer_Results_List ¶
func NewConmon_attachContainer_Results_List(s *capnp.Segment, sz int32) (Conmon_attachContainer_Results_List, error)
NewConmon_attachContainer_Results creates a new list of Conmon_attachContainer_Results.
type Conmon_createContainer ¶
Conmon_createContainer holds the state for a server call to Conmon.createContainer. See server.Call for documentation.
func (Conmon_createContainer) AllocResults ¶
func (c Conmon_createContainer) AllocResults() (Conmon_createContainer_Results, error)
AllocResults allocates the results struct.
func (Conmon_createContainer) Args ¶
func (c Conmon_createContainer) Args() Conmon_createContainer_Params
Args returns the call's arguments.
type Conmon_createContainer_Params ¶
func NewConmon_createContainer_Params ¶
func NewConmon_createContainer_Params(s *capnp.Segment) (Conmon_createContainer_Params, error)
func NewRootConmon_createContainer_Params ¶
func NewRootConmon_createContainer_Params(s *capnp.Segment) (Conmon_createContainer_Params, error)
func ReadRootConmon_createContainer_Params ¶
func ReadRootConmon_createContainer_Params(msg *capnp.Message) (Conmon_createContainer_Params, error)
func (Conmon_createContainer_Params) DecodeFromPtr ¶
func (Conmon_createContainer_Params) DecodeFromPtr(p capnp.Ptr) Conmon_createContainer_Params
func (Conmon_createContainer_Params) EncodeAsPtr ¶
func (s Conmon_createContainer_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_createContainer_Params) HasRequest ¶
func (s Conmon_createContainer_Params) HasRequest() bool
func (Conmon_createContainer_Params) IsValid ¶
func (s Conmon_createContainer_Params) IsValid() bool
func (Conmon_createContainer_Params) Message ¶
func (s Conmon_createContainer_Params) Message() *capnp.Message
func (Conmon_createContainer_Params) NewRequest ¶
func (s Conmon_createContainer_Params) NewRequest() (Conmon_CreateContainerRequest, error)
NewRequest sets the request field to a newly allocated Conmon_CreateContainerRequest struct, preferring placement in s's segment.
func (Conmon_createContainer_Params) Request ¶
func (s Conmon_createContainer_Params) Request() (Conmon_CreateContainerRequest, error)
func (Conmon_createContainer_Params) Segment ¶
func (s Conmon_createContainer_Params) Segment() *capnp.Segment
func (Conmon_createContainer_Params) SetRequest ¶
func (s Conmon_createContainer_Params) SetRequest(v Conmon_CreateContainerRequest) error
func (Conmon_createContainer_Params) String ¶
func (s Conmon_createContainer_Params) String() string
func (Conmon_createContainer_Params) ToPtr ¶
func (s Conmon_createContainer_Params) ToPtr() capnp.Ptr
type Conmon_createContainer_Params_Future ¶
Conmon_createContainer_Params_Future is a wrapper for a Conmon_createContainer_Params promised by a client call.
func (Conmon_createContainer_Params_Future) Request ¶
func (p Conmon_createContainer_Params_Future) Request() Conmon_CreateContainerRequest_Future
func (Conmon_createContainer_Params_Future) Struct ¶
func (f Conmon_createContainer_Params_Future) Struct() (Conmon_createContainer_Params, error)
type Conmon_createContainer_Params_List ¶
type Conmon_createContainer_Params_List = capnp.StructList[Conmon_createContainer_Params]
Conmon_createContainer_Params_List is a list of Conmon_createContainer_Params.
func NewConmon_createContainer_Params_List ¶
func NewConmon_createContainer_Params_List(s *capnp.Segment, sz int32) (Conmon_createContainer_Params_List, error)
NewConmon_createContainer_Params creates a new list of Conmon_createContainer_Params.
type Conmon_createContainer_Results ¶
func NewConmon_createContainer_Results ¶
func NewConmon_createContainer_Results(s *capnp.Segment) (Conmon_createContainer_Results, error)
func NewRootConmon_createContainer_Results ¶
func NewRootConmon_createContainer_Results(s *capnp.Segment) (Conmon_createContainer_Results, error)
func ReadRootConmon_createContainer_Results ¶
func ReadRootConmon_createContainer_Results(msg *capnp.Message) (Conmon_createContainer_Results, error)
func (Conmon_createContainer_Results) DecodeFromPtr ¶
func (Conmon_createContainer_Results) DecodeFromPtr(p capnp.Ptr) Conmon_createContainer_Results
func (Conmon_createContainer_Results) EncodeAsPtr ¶
func (s Conmon_createContainer_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_createContainer_Results) HasResponse ¶
func (s Conmon_createContainer_Results) HasResponse() bool
func (Conmon_createContainer_Results) IsValid ¶
func (s Conmon_createContainer_Results) IsValid() bool
func (Conmon_createContainer_Results) Message ¶
func (s Conmon_createContainer_Results) Message() *capnp.Message
func (Conmon_createContainer_Results) NewResponse ¶
func (s Conmon_createContainer_Results) NewResponse() (Conmon_CreateContainerResponse, error)
NewResponse sets the response field to a newly allocated Conmon_CreateContainerResponse struct, preferring placement in s's segment.
func (Conmon_createContainer_Results) Response ¶
func (s Conmon_createContainer_Results) Response() (Conmon_CreateContainerResponse, error)
func (Conmon_createContainer_Results) Segment ¶
func (s Conmon_createContainer_Results) Segment() *capnp.Segment
func (Conmon_createContainer_Results) SetResponse ¶
func (s Conmon_createContainer_Results) SetResponse(v Conmon_CreateContainerResponse) error
func (Conmon_createContainer_Results) String ¶
func (s Conmon_createContainer_Results) String() string
func (Conmon_createContainer_Results) ToPtr ¶
func (s Conmon_createContainer_Results) ToPtr() capnp.Ptr
type Conmon_createContainer_Results_Future ¶
Conmon_createContainer_Results_Future is a wrapper for a Conmon_createContainer_Results promised by a client call.
func (Conmon_createContainer_Results_Future) Response ¶
func (p Conmon_createContainer_Results_Future) Response() Conmon_CreateContainerResponse_Future
func (Conmon_createContainer_Results_Future) Struct ¶
func (f Conmon_createContainer_Results_Future) Struct() (Conmon_createContainer_Results, error)
type Conmon_createContainer_Results_List ¶
type Conmon_createContainer_Results_List = capnp.StructList[Conmon_createContainer_Results]
Conmon_createContainer_Results_List is a list of Conmon_createContainer_Results.
func NewConmon_createContainer_Results_List ¶
func NewConmon_createContainer_Results_List(s *capnp.Segment, sz int32) (Conmon_createContainer_Results_List, error)
NewConmon_createContainer_Results creates a new list of Conmon_createContainer_Results.
type Conmon_createNamespaces ¶ added in v0.5.0
Conmon_createNamespaces holds the state for a server call to Conmon.createNamespaces. See server.Call for documentation.
func (Conmon_createNamespaces) AllocResults ¶ added in v0.5.0
func (c Conmon_createNamespaces) AllocResults() (Conmon_createNamespaces_Results, error)
AllocResults allocates the results struct.
func (Conmon_createNamespaces) Args ¶ added in v0.5.0
func (c Conmon_createNamespaces) Args() Conmon_createNamespaces_Params
Args returns the call's arguments.
type Conmon_createNamespaces_Params ¶ added in v0.5.0
func NewConmon_createNamespaces_Params ¶ added in v0.5.0
func NewConmon_createNamespaces_Params(s *capnp.Segment) (Conmon_createNamespaces_Params, error)
func NewRootConmon_createNamespaces_Params ¶ added in v0.5.0
func NewRootConmon_createNamespaces_Params(s *capnp.Segment) (Conmon_createNamespaces_Params, error)
func ReadRootConmon_createNamespaces_Params ¶ added in v0.5.0
func ReadRootConmon_createNamespaces_Params(msg *capnp.Message) (Conmon_createNamespaces_Params, error)
func (Conmon_createNamespaces_Params) DecodeFromPtr ¶ added in v0.5.0
func (Conmon_createNamespaces_Params) DecodeFromPtr(p capnp.Ptr) Conmon_createNamespaces_Params
func (Conmon_createNamespaces_Params) EncodeAsPtr ¶ added in v0.5.0
func (s Conmon_createNamespaces_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_createNamespaces_Params) HasRequest ¶ added in v0.5.0
func (s Conmon_createNamespaces_Params) HasRequest() bool
func (Conmon_createNamespaces_Params) IsValid ¶ added in v0.5.0
func (s Conmon_createNamespaces_Params) IsValid() bool
func (Conmon_createNamespaces_Params) Message ¶ added in v0.5.0
func (s Conmon_createNamespaces_Params) Message() *capnp.Message
func (Conmon_createNamespaces_Params) NewRequest ¶ added in v0.5.0
func (s Conmon_createNamespaces_Params) NewRequest() (Conmon_CreateNamespacesRequest, error)
NewRequest sets the request field to a newly allocated Conmon_CreateNamespacesRequest struct, preferring placement in s's segment.
func (Conmon_createNamespaces_Params) Request ¶ added in v0.5.0
func (s Conmon_createNamespaces_Params) Request() (Conmon_CreateNamespacesRequest, error)
func (Conmon_createNamespaces_Params) Segment ¶ added in v0.5.0
func (s Conmon_createNamespaces_Params) Segment() *capnp.Segment
func (Conmon_createNamespaces_Params) SetRequest ¶ added in v0.5.0
func (s Conmon_createNamespaces_Params) SetRequest(v Conmon_CreateNamespacesRequest) error
func (Conmon_createNamespaces_Params) String ¶ added in v0.5.0
func (s Conmon_createNamespaces_Params) String() string
func (Conmon_createNamespaces_Params) ToPtr ¶ added in v0.5.0
func (s Conmon_createNamespaces_Params) ToPtr() capnp.Ptr
type Conmon_createNamespaces_Params_Future ¶ added in v0.5.0
Conmon_createNamespaces_Params_Future is a wrapper for a Conmon_createNamespaces_Params promised by a client call.
func (Conmon_createNamespaces_Params_Future) Request ¶ added in v0.5.0
func (p Conmon_createNamespaces_Params_Future) Request() Conmon_CreateNamespacesRequest_Future
func (Conmon_createNamespaces_Params_Future) Struct ¶ added in v0.5.0
func (f Conmon_createNamespaces_Params_Future) Struct() (Conmon_createNamespaces_Params, error)
type Conmon_createNamespaces_Params_List ¶ added in v0.5.0
type Conmon_createNamespaces_Params_List = capnp.StructList[Conmon_createNamespaces_Params]
Conmon_createNamespaces_Params_List is a list of Conmon_createNamespaces_Params.
func NewConmon_createNamespaces_Params_List ¶ added in v0.5.0
func NewConmon_createNamespaces_Params_List(s *capnp.Segment, sz int32) (Conmon_createNamespaces_Params_List, error)
NewConmon_createNamespaces_Params creates a new list of Conmon_createNamespaces_Params.
type Conmon_createNamespaces_Results ¶ added in v0.5.0
func NewConmon_createNamespaces_Results ¶ added in v0.5.0
func NewConmon_createNamespaces_Results(s *capnp.Segment) (Conmon_createNamespaces_Results, error)
func NewRootConmon_createNamespaces_Results ¶ added in v0.5.0
func NewRootConmon_createNamespaces_Results(s *capnp.Segment) (Conmon_createNamespaces_Results, error)
func ReadRootConmon_createNamespaces_Results ¶ added in v0.5.0
func ReadRootConmon_createNamespaces_Results(msg *capnp.Message) (Conmon_createNamespaces_Results, error)
func (Conmon_createNamespaces_Results) DecodeFromPtr ¶ added in v0.5.0
func (Conmon_createNamespaces_Results) DecodeFromPtr(p capnp.Ptr) Conmon_createNamespaces_Results
func (Conmon_createNamespaces_Results) EncodeAsPtr ¶ added in v0.5.0
func (s Conmon_createNamespaces_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_createNamespaces_Results) HasResponse ¶ added in v0.5.0
func (s Conmon_createNamespaces_Results) HasResponse() bool
func (Conmon_createNamespaces_Results) IsValid ¶ added in v0.5.0
func (s Conmon_createNamespaces_Results) IsValid() bool
func (Conmon_createNamespaces_Results) Message ¶ added in v0.5.0
func (s Conmon_createNamespaces_Results) Message() *capnp.Message
func (Conmon_createNamespaces_Results) NewResponse ¶ added in v0.5.0
func (s Conmon_createNamespaces_Results) NewResponse() (Conmon_CreateNamespacesResponse, error)
NewResponse sets the response field to a newly allocated Conmon_CreateNamespacesResponse struct, preferring placement in s's segment.
func (Conmon_createNamespaces_Results) Response ¶ added in v0.5.0
func (s Conmon_createNamespaces_Results) Response() (Conmon_CreateNamespacesResponse, error)
func (Conmon_createNamespaces_Results) Segment ¶ added in v0.5.0
func (s Conmon_createNamespaces_Results) Segment() *capnp.Segment
func (Conmon_createNamespaces_Results) SetResponse ¶ added in v0.5.0
func (s Conmon_createNamespaces_Results) SetResponse(v Conmon_CreateNamespacesResponse) error
func (Conmon_createNamespaces_Results) String ¶ added in v0.5.0
func (s Conmon_createNamespaces_Results) String() string
func (Conmon_createNamespaces_Results) ToPtr ¶ added in v0.5.0
func (s Conmon_createNamespaces_Results) ToPtr() capnp.Ptr
type Conmon_createNamespaces_Results_Future ¶ added in v0.5.0
Conmon_createNamespaces_Results_Future is a wrapper for a Conmon_createNamespaces_Results promised by a client call.
func (Conmon_createNamespaces_Results_Future) Response ¶ added in v0.5.0
func (p Conmon_createNamespaces_Results_Future) Response() Conmon_CreateNamespacesResponse_Future
func (Conmon_createNamespaces_Results_Future) Struct ¶ added in v0.5.0
func (f Conmon_createNamespaces_Results_Future) Struct() (Conmon_createNamespaces_Results, error)
type Conmon_createNamespaces_Results_List ¶ added in v0.5.0
type Conmon_createNamespaces_Results_List = capnp.StructList[Conmon_createNamespaces_Results]
Conmon_createNamespaces_Results_List is a list of Conmon_createNamespaces_Results.
func NewConmon_createNamespaces_Results_List ¶ added in v0.5.0
func NewConmon_createNamespaces_Results_List(s *capnp.Segment, sz int32) (Conmon_createNamespaces_Results_List, error)
NewConmon_createNamespaces_Results creates a new list of Conmon_createNamespaces_Results.
type Conmon_execSyncContainer ¶
Conmon_execSyncContainer holds the state for a server call to Conmon.execSyncContainer. See server.Call for documentation.
func (Conmon_execSyncContainer) AllocResults ¶
func (c Conmon_execSyncContainer) AllocResults() (Conmon_execSyncContainer_Results, error)
AllocResults allocates the results struct.
func (Conmon_execSyncContainer) Args ¶
func (c Conmon_execSyncContainer) Args() Conmon_execSyncContainer_Params
Args returns the call's arguments.
type Conmon_execSyncContainer_Params ¶
func NewConmon_execSyncContainer_Params ¶
func NewConmon_execSyncContainer_Params(s *capnp.Segment) (Conmon_execSyncContainer_Params, error)
func NewRootConmon_execSyncContainer_Params ¶
func NewRootConmon_execSyncContainer_Params(s *capnp.Segment) (Conmon_execSyncContainer_Params, error)
func ReadRootConmon_execSyncContainer_Params ¶
func ReadRootConmon_execSyncContainer_Params(msg *capnp.Message) (Conmon_execSyncContainer_Params, error)
func (Conmon_execSyncContainer_Params) DecodeFromPtr ¶
func (Conmon_execSyncContainer_Params) DecodeFromPtr(p capnp.Ptr) Conmon_execSyncContainer_Params
func (Conmon_execSyncContainer_Params) EncodeAsPtr ¶
func (s Conmon_execSyncContainer_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_execSyncContainer_Params) HasRequest ¶
func (s Conmon_execSyncContainer_Params) HasRequest() bool
func (Conmon_execSyncContainer_Params) IsValid ¶
func (s Conmon_execSyncContainer_Params) IsValid() bool
func (Conmon_execSyncContainer_Params) Message ¶
func (s Conmon_execSyncContainer_Params) Message() *capnp.Message
func (Conmon_execSyncContainer_Params) NewRequest ¶
func (s Conmon_execSyncContainer_Params) NewRequest() (Conmon_ExecSyncContainerRequest, error)
NewRequest sets the request field to a newly allocated Conmon_ExecSyncContainerRequest struct, preferring placement in s's segment.
func (Conmon_execSyncContainer_Params) Request ¶
func (s Conmon_execSyncContainer_Params) Request() (Conmon_ExecSyncContainerRequest, error)
func (Conmon_execSyncContainer_Params) Segment ¶
func (s Conmon_execSyncContainer_Params) Segment() *capnp.Segment
func (Conmon_execSyncContainer_Params) SetRequest ¶
func (s Conmon_execSyncContainer_Params) SetRequest(v Conmon_ExecSyncContainerRequest) error
func (Conmon_execSyncContainer_Params) String ¶
func (s Conmon_execSyncContainer_Params) String() string
func (Conmon_execSyncContainer_Params) ToPtr ¶
func (s Conmon_execSyncContainer_Params) ToPtr() capnp.Ptr
type Conmon_execSyncContainer_Params_Future ¶
Conmon_execSyncContainer_Params_Future is a wrapper for a Conmon_execSyncContainer_Params promised by a client call.
func (Conmon_execSyncContainer_Params_Future) Request ¶
func (p Conmon_execSyncContainer_Params_Future) Request() Conmon_ExecSyncContainerRequest_Future
func (Conmon_execSyncContainer_Params_Future) Struct ¶
func (f Conmon_execSyncContainer_Params_Future) Struct() (Conmon_execSyncContainer_Params, error)
type Conmon_execSyncContainer_Params_List ¶
type Conmon_execSyncContainer_Params_List = capnp.StructList[Conmon_execSyncContainer_Params]
Conmon_execSyncContainer_Params_List is a list of Conmon_execSyncContainer_Params.
func NewConmon_execSyncContainer_Params_List ¶
func NewConmon_execSyncContainer_Params_List(s *capnp.Segment, sz int32) (Conmon_execSyncContainer_Params_List, error)
NewConmon_execSyncContainer_Params creates a new list of Conmon_execSyncContainer_Params.
type Conmon_execSyncContainer_Results ¶
func NewConmon_execSyncContainer_Results ¶
func NewConmon_execSyncContainer_Results(s *capnp.Segment) (Conmon_execSyncContainer_Results, error)
func NewRootConmon_execSyncContainer_Results ¶
func NewRootConmon_execSyncContainer_Results(s *capnp.Segment) (Conmon_execSyncContainer_Results, error)
func ReadRootConmon_execSyncContainer_Results ¶
func ReadRootConmon_execSyncContainer_Results(msg *capnp.Message) (Conmon_execSyncContainer_Results, error)
func (Conmon_execSyncContainer_Results) DecodeFromPtr ¶
func (Conmon_execSyncContainer_Results) DecodeFromPtr(p capnp.Ptr) Conmon_execSyncContainer_Results
func (Conmon_execSyncContainer_Results) EncodeAsPtr ¶
func (s Conmon_execSyncContainer_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_execSyncContainer_Results) HasResponse ¶
func (s Conmon_execSyncContainer_Results) HasResponse() bool
func (Conmon_execSyncContainer_Results) IsValid ¶
func (s Conmon_execSyncContainer_Results) IsValid() bool
func (Conmon_execSyncContainer_Results) Message ¶
func (s Conmon_execSyncContainer_Results) Message() *capnp.Message
func (Conmon_execSyncContainer_Results) NewResponse ¶
func (s Conmon_execSyncContainer_Results) NewResponse() (Conmon_ExecSyncContainerResponse, error)
NewResponse sets the response field to a newly allocated Conmon_ExecSyncContainerResponse struct, preferring placement in s's segment.
func (Conmon_execSyncContainer_Results) Response ¶
func (s Conmon_execSyncContainer_Results) Response() (Conmon_ExecSyncContainerResponse, error)
func (Conmon_execSyncContainer_Results) Segment ¶
func (s Conmon_execSyncContainer_Results) Segment() *capnp.Segment
func (Conmon_execSyncContainer_Results) SetResponse ¶
func (s Conmon_execSyncContainer_Results) SetResponse(v Conmon_ExecSyncContainerResponse) error
func (Conmon_execSyncContainer_Results) String ¶
func (s Conmon_execSyncContainer_Results) String() string
func (Conmon_execSyncContainer_Results) ToPtr ¶
func (s Conmon_execSyncContainer_Results) ToPtr() capnp.Ptr
type Conmon_execSyncContainer_Results_Future ¶
Conmon_execSyncContainer_Results_Future is a wrapper for a Conmon_execSyncContainer_Results promised by a client call.
func (Conmon_execSyncContainer_Results_Future) Response ¶
func (p Conmon_execSyncContainer_Results_Future) Response() Conmon_ExecSyncContainerResponse_Future
func (Conmon_execSyncContainer_Results_Future) Struct ¶
func (f Conmon_execSyncContainer_Results_Future) Struct() (Conmon_execSyncContainer_Results, error)
type Conmon_execSyncContainer_Results_List ¶
type Conmon_execSyncContainer_Results_List = capnp.StructList[Conmon_execSyncContainer_Results]
Conmon_execSyncContainer_Results_List is a list of Conmon_execSyncContainer_Results.
func NewConmon_execSyncContainer_Results_List ¶
func NewConmon_execSyncContainer_Results_List(s *capnp.Segment, sz int32) (Conmon_execSyncContainer_Results_List, error)
NewConmon_execSyncContainer_Results creates a new list of Conmon_execSyncContainer_Results.
type Conmon_reopenLogContainer ¶
Conmon_reopenLogContainer holds the state for a server call to Conmon.reopenLogContainer. See server.Call for documentation.
func (Conmon_reopenLogContainer) AllocResults ¶
func (c Conmon_reopenLogContainer) AllocResults() (Conmon_reopenLogContainer_Results, error)
AllocResults allocates the results struct.
func (Conmon_reopenLogContainer) Args ¶
func (c Conmon_reopenLogContainer) Args() Conmon_reopenLogContainer_Params
Args returns the call's arguments.
type Conmon_reopenLogContainer_Params ¶
func NewConmon_reopenLogContainer_Params ¶
func NewConmon_reopenLogContainer_Params(s *capnp.Segment) (Conmon_reopenLogContainer_Params, error)
func NewRootConmon_reopenLogContainer_Params ¶
func NewRootConmon_reopenLogContainer_Params(s *capnp.Segment) (Conmon_reopenLogContainer_Params, error)
func ReadRootConmon_reopenLogContainer_Params ¶
func ReadRootConmon_reopenLogContainer_Params(msg *capnp.Message) (Conmon_reopenLogContainer_Params, error)
func (Conmon_reopenLogContainer_Params) DecodeFromPtr ¶
func (Conmon_reopenLogContainer_Params) DecodeFromPtr(p capnp.Ptr) Conmon_reopenLogContainer_Params
func (Conmon_reopenLogContainer_Params) EncodeAsPtr ¶
func (s Conmon_reopenLogContainer_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_reopenLogContainer_Params) HasRequest ¶
func (s Conmon_reopenLogContainer_Params) HasRequest() bool
func (Conmon_reopenLogContainer_Params) IsValid ¶
func (s Conmon_reopenLogContainer_Params) IsValid() bool
func (Conmon_reopenLogContainer_Params) Message ¶
func (s Conmon_reopenLogContainer_Params) Message() *capnp.Message
func (Conmon_reopenLogContainer_Params) NewRequest ¶
func (s Conmon_reopenLogContainer_Params) NewRequest() (Conmon_ReopenLogRequest, error)
NewRequest sets the request field to a newly allocated Conmon_ReopenLogRequest struct, preferring placement in s's segment.
func (Conmon_reopenLogContainer_Params) Request ¶
func (s Conmon_reopenLogContainer_Params) Request() (Conmon_ReopenLogRequest, error)
func (Conmon_reopenLogContainer_Params) Segment ¶
func (s Conmon_reopenLogContainer_Params) Segment() *capnp.Segment
func (Conmon_reopenLogContainer_Params) SetRequest ¶
func (s Conmon_reopenLogContainer_Params) SetRequest(v Conmon_ReopenLogRequest) error
func (Conmon_reopenLogContainer_Params) String ¶
func (s Conmon_reopenLogContainer_Params) String() string
func (Conmon_reopenLogContainer_Params) ToPtr ¶
func (s Conmon_reopenLogContainer_Params) ToPtr() capnp.Ptr
type Conmon_reopenLogContainer_Params_Future ¶
Conmon_reopenLogContainer_Params_Future is a wrapper for a Conmon_reopenLogContainer_Params promised by a client call.
func (Conmon_reopenLogContainer_Params_Future) Request ¶
func (p Conmon_reopenLogContainer_Params_Future) Request() Conmon_ReopenLogRequest_Future
func (Conmon_reopenLogContainer_Params_Future) Struct ¶
func (f Conmon_reopenLogContainer_Params_Future) Struct() (Conmon_reopenLogContainer_Params, error)
type Conmon_reopenLogContainer_Params_List ¶
type Conmon_reopenLogContainer_Params_List = capnp.StructList[Conmon_reopenLogContainer_Params]
Conmon_reopenLogContainer_Params_List is a list of Conmon_reopenLogContainer_Params.
func NewConmon_reopenLogContainer_Params_List ¶
func NewConmon_reopenLogContainer_Params_List(s *capnp.Segment, sz int32) (Conmon_reopenLogContainer_Params_List, error)
NewConmon_reopenLogContainer_Params creates a new list of Conmon_reopenLogContainer_Params.
type Conmon_reopenLogContainer_Results ¶
func NewConmon_reopenLogContainer_Results ¶
func NewConmon_reopenLogContainer_Results(s *capnp.Segment) (Conmon_reopenLogContainer_Results, error)
func NewRootConmon_reopenLogContainer_Results ¶
func NewRootConmon_reopenLogContainer_Results(s *capnp.Segment) (Conmon_reopenLogContainer_Results, error)
func ReadRootConmon_reopenLogContainer_Results ¶
func ReadRootConmon_reopenLogContainer_Results(msg *capnp.Message) (Conmon_reopenLogContainer_Results, error)
func (Conmon_reopenLogContainer_Results) DecodeFromPtr ¶
func (Conmon_reopenLogContainer_Results) DecodeFromPtr(p capnp.Ptr) Conmon_reopenLogContainer_Results
func (Conmon_reopenLogContainer_Results) EncodeAsPtr ¶
func (s Conmon_reopenLogContainer_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_reopenLogContainer_Results) HasResponse ¶
func (s Conmon_reopenLogContainer_Results) HasResponse() bool
func (Conmon_reopenLogContainer_Results) IsValid ¶
func (s Conmon_reopenLogContainer_Results) IsValid() bool
func (Conmon_reopenLogContainer_Results) Message ¶
func (s Conmon_reopenLogContainer_Results) Message() *capnp.Message
func (Conmon_reopenLogContainer_Results) NewResponse ¶
func (s Conmon_reopenLogContainer_Results) NewResponse() (Conmon_ReopenLogResponse, error)
NewResponse sets the response field to a newly allocated Conmon_ReopenLogResponse struct, preferring placement in s's segment.
func (Conmon_reopenLogContainer_Results) Response ¶
func (s Conmon_reopenLogContainer_Results) Response() (Conmon_ReopenLogResponse, error)
func (Conmon_reopenLogContainer_Results) Segment ¶
func (s Conmon_reopenLogContainer_Results) Segment() *capnp.Segment
func (Conmon_reopenLogContainer_Results) SetResponse ¶
func (s Conmon_reopenLogContainer_Results) SetResponse(v Conmon_ReopenLogResponse) error
func (Conmon_reopenLogContainer_Results) String ¶
func (s Conmon_reopenLogContainer_Results) String() string
func (Conmon_reopenLogContainer_Results) ToPtr ¶
func (s Conmon_reopenLogContainer_Results) ToPtr() capnp.Ptr
type Conmon_reopenLogContainer_Results_Future ¶
Conmon_reopenLogContainer_Results_Future is a wrapper for a Conmon_reopenLogContainer_Results promised by a client call.
func (Conmon_reopenLogContainer_Results_Future) Response ¶
func (p Conmon_reopenLogContainer_Results_Future) Response() Conmon_ReopenLogResponse_Future
func (Conmon_reopenLogContainer_Results_Future) Struct ¶
func (f Conmon_reopenLogContainer_Results_Future) Struct() (Conmon_reopenLogContainer_Results, error)
type Conmon_reopenLogContainer_Results_List ¶
type Conmon_reopenLogContainer_Results_List = capnp.StructList[Conmon_reopenLogContainer_Results]
Conmon_reopenLogContainer_Results_List is a list of Conmon_reopenLogContainer_Results.
func NewConmon_reopenLogContainer_Results_List ¶
func NewConmon_reopenLogContainer_Results_List(s *capnp.Segment, sz int32) (Conmon_reopenLogContainer_Results_List, error)
NewConmon_reopenLogContainer_Results creates a new list of Conmon_reopenLogContainer_Results.
type Conmon_setWindowSizeContainer ¶
Conmon_setWindowSizeContainer holds the state for a server call to Conmon.setWindowSizeContainer. See server.Call for documentation.
func (Conmon_setWindowSizeContainer) AllocResults ¶
func (c Conmon_setWindowSizeContainer) AllocResults() (Conmon_setWindowSizeContainer_Results, error)
AllocResults allocates the results struct.
func (Conmon_setWindowSizeContainer) Args ¶
func (c Conmon_setWindowSizeContainer) Args() Conmon_setWindowSizeContainer_Params
Args returns the call's arguments.
type Conmon_setWindowSizeContainer_Params ¶
func NewConmon_setWindowSizeContainer_Params ¶
func NewConmon_setWindowSizeContainer_Params(s *capnp.Segment) (Conmon_setWindowSizeContainer_Params, error)
func NewRootConmon_setWindowSizeContainer_Params ¶
func NewRootConmon_setWindowSizeContainer_Params(s *capnp.Segment) (Conmon_setWindowSizeContainer_Params, error)
func ReadRootConmon_setWindowSizeContainer_Params ¶
func ReadRootConmon_setWindowSizeContainer_Params(msg *capnp.Message) (Conmon_setWindowSizeContainer_Params, error)
func (Conmon_setWindowSizeContainer_Params) DecodeFromPtr ¶
func (Conmon_setWindowSizeContainer_Params) DecodeFromPtr(p capnp.Ptr) Conmon_setWindowSizeContainer_Params
func (Conmon_setWindowSizeContainer_Params) EncodeAsPtr ¶
func (s Conmon_setWindowSizeContainer_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_setWindowSizeContainer_Params) HasRequest ¶
func (s Conmon_setWindowSizeContainer_Params) HasRequest() bool
func (Conmon_setWindowSizeContainer_Params) IsValid ¶
func (s Conmon_setWindowSizeContainer_Params) IsValid() bool
func (Conmon_setWindowSizeContainer_Params) Message ¶
func (s Conmon_setWindowSizeContainer_Params) Message() *capnp.Message
func (Conmon_setWindowSizeContainer_Params) NewRequest ¶
func (s Conmon_setWindowSizeContainer_Params) NewRequest() (Conmon_SetWindowSizeRequest, error)
NewRequest sets the request field to a newly allocated Conmon_SetWindowSizeRequest struct, preferring placement in s's segment.
func (Conmon_setWindowSizeContainer_Params) Request ¶
func (s Conmon_setWindowSizeContainer_Params) Request() (Conmon_SetWindowSizeRequest, error)
func (Conmon_setWindowSizeContainer_Params) Segment ¶
func (s Conmon_setWindowSizeContainer_Params) Segment() *capnp.Segment
func (Conmon_setWindowSizeContainer_Params) SetRequest ¶
func (s Conmon_setWindowSizeContainer_Params) SetRequest(v Conmon_SetWindowSizeRequest) error
func (Conmon_setWindowSizeContainer_Params) String ¶
func (s Conmon_setWindowSizeContainer_Params) String() string
func (Conmon_setWindowSizeContainer_Params) ToPtr ¶
func (s Conmon_setWindowSizeContainer_Params) ToPtr() capnp.Ptr
type Conmon_setWindowSizeContainer_Params_Future ¶
Conmon_setWindowSizeContainer_Params_Future is a wrapper for a Conmon_setWindowSizeContainer_Params promised by a client call.
func (Conmon_setWindowSizeContainer_Params_Future) Request ¶
func (p Conmon_setWindowSizeContainer_Params_Future) Request() Conmon_SetWindowSizeRequest_Future
func (Conmon_setWindowSizeContainer_Params_Future) Struct ¶
func (f Conmon_setWindowSizeContainer_Params_Future) Struct() (Conmon_setWindowSizeContainer_Params, error)
type Conmon_setWindowSizeContainer_Params_List ¶
type Conmon_setWindowSizeContainer_Params_List = capnp.StructList[Conmon_setWindowSizeContainer_Params]
Conmon_setWindowSizeContainer_Params_List is a list of Conmon_setWindowSizeContainer_Params.
func NewConmon_setWindowSizeContainer_Params_List ¶
func NewConmon_setWindowSizeContainer_Params_List(s *capnp.Segment, sz int32) (Conmon_setWindowSizeContainer_Params_List, error)
NewConmon_setWindowSizeContainer_Params creates a new list of Conmon_setWindowSizeContainer_Params.
type Conmon_setWindowSizeContainer_Results ¶
func NewConmon_setWindowSizeContainer_Results ¶
func NewConmon_setWindowSizeContainer_Results(s *capnp.Segment) (Conmon_setWindowSizeContainer_Results, error)
func NewRootConmon_setWindowSizeContainer_Results ¶
func NewRootConmon_setWindowSizeContainer_Results(s *capnp.Segment) (Conmon_setWindowSizeContainer_Results, error)
func ReadRootConmon_setWindowSizeContainer_Results ¶
func ReadRootConmon_setWindowSizeContainer_Results(msg *capnp.Message) (Conmon_setWindowSizeContainer_Results, error)
func (Conmon_setWindowSizeContainer_Results) DecodeFromPtr ¶
func (Conmon_setWindowSizeContainer_Results) DecodeFromPtr(p capnp.Ptr) Conmon_setWindowSizeContainer_Results
func (Conmon_setWindowSizeContainer_Results) EncodeAsPtr ¶
func (s Conmon_setWindowSizeContainer_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_setWindowSizeContainer_Results) HasResponse ¶
func (s Conmon_setWindowSizeContainer_Results) HasResponse() bool
func (Conmon_setWindowSizeContainer_Results) IsValid ¶
func (s Conmon_setWindowSizeContainer_Results) IsValid() bool
func (Conmon_setWindowSizeContainer_Results) Message ¶
func (s Conmon_setWindowSizeContainer_Results) Message() *capnp.Message
func (Conmon_setWindowSizeContainer_Results) NewResponse ¶
func (s Conmon_setWindowSizeContainer_Results) NewResponse() (Conmon_SetWindowSizeResponse, error)
NewResponse sets the response field to a newly allocated Conmon_SetWindowSizeResponse struct, preferring placement in s's segment.
func (Conmon_setWindowSizeContainer_Results) Response ¶
func (s Conmon_setWindowSizeContainer_Results) Response() (Conmon_SetWindowSizeResponse, error)
func (Conmon_setWindowSizeContainer_Results) Segment ¶
func (s Conmon_setWindowSizeContainer_Results) Segment() *capnp.Segment
func (Conmon_setWindowSizeContainer_Results) SetResponse ¶
func (s Conmon_setWindowSizeContainer_Results) SetResponse(v Conmon_SetWindowSizeResponse) error
func (Conmon_setWindowSizeContainer_Results) String ¶
func (s Conmon_setWindowSizeContainer_Results) String() string
func (Conmon_setWindowSizeContainer_Results) ToPtr ¶
func (s Conmon_setWindowSizeContainer_Results) ToPtr() capnp.Ptr
type Conmon_setWindowSizeContainer_Results_Future ¶
Conmon_setWindowSizeContainer_Results_Future is a wrapper for a Conmon_setWindowSizeContainer_Results promised by a client call.
func (Conmon_setWindowSizeContainer_Results_Future) Response ¶
func (p Conmon_setWindowSizeContainer_Results_Future) Response() Conmon_SetWindowSizeResponse_Future
func (Conmon_setWindowSizeContainer_Results_Future) Struct ¶
func (f Conmon_setWindowSizeContainer_Results_Future) Struct() (Conmon_setWindowSizeContainer_Results, error)
type Conmon_setWindowSizeContainer_Results_List ¶
type Conmon_setWindowSizeContainer_Results_List = capnp.StructList[Conmon_setWindowSizeContainer_Results]
Conmon_setWindowSizeContainer_Results_List is a list of Conmon_setWindowSizeContainer_Results.
func NewConmon_setWindowSizeContainer_Results_List ¶
func NewConmon_setWindowSizeContainer_Results_List(s *capnp.Segment, sz int32) (Conmon_setWindowSizeContainer_Results_List, error)
NewConmon_setWindowSizeContainer_Results creates a new list of Conmon_setWindowSizeContainer_Results.
type Conmon_startFdSocket ¶ added in v0.6.0
Conmon_startFdSocket holds the state for a server call to Conmon.startFdSocket. See server.Call for documentation.
func (Conmon_startFdSocket) AllocResults ¶ added in v0.6.0
func (c Conmon_startFdSocket) AllocResults() (Conmon_startFdSocket_Results, error)
AllocResults allocates the results struct.
func (Conmon_startFdSocket) Args ¶ added in v0.6.0
func (c Conmon_startFdSocket) Args() Conmon_startFdSocket_Params
Args returns the call's arguments.
type Conmon_startFdSocket_Params ¶ added in v0.6.0
func NewConmon_startFdSocket_Params ¶ added in v0.6.0
func NewConmon_startFdSocket_Params(s *capnp.Segment) (Conmon_startFdSocket_Params, error)
func NewRootConmon_startFdSocket_Params ¶ added in v0.6.0
func NewRootConmon_startFdSocket_Params(s *capnp.Segment) (Conmon_startFdSocket_Params, error)
func ReadRootConmon_startFdSocket_Params ¶ added in v0.6.0
func ReadRootConmon_startFdSocket_Params(msg *capnp.Message) (Conmon_startFdSocket_Params, error)
func (Conmon_startFdSocket_Params) DecodeFromPtr ¶ added in v0.6.0
func (Conmon_startFdSocket_Params) DecodeFromPtr(p capnp.Ptr) Conmon_startFdSocket_Params
func (Conmon_startFdSocket_Params) EncodeAsPtr ¶ added in v0.6.0
func (s Conmon_startFdSocket_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_startFdSocket_Params) HasRequest ¶ added in v0.6.0
func (s Conmon_startFdSocket_Params) HasRequest() bool
func (Conmon_startFdSocket_Params) IsValid ¶ added in v0.6.0
func (s Conmon_startFdSocket_Params) IsValid() bool
func (Conmon_startFdSocket_Params) Message ¶ added in v0.6.0
func (s Conmon_startFdSocket_Params) Message() *capnp.Message
func (Conmon_startFdSocket_Params) NewRequest ¶ added in v0.6.0
func (s Conmon_startFdSocket_Params) NewRequest() (Conmon_StartFdSocketRequest, error)
NewRequest sets the request field to a newly allocated Conmon_StartFdSocketRequest struct, preferring placement in s's segment.
func (Conmon_startFdSocket_Params) Request ¶ added in v0.6.0
func (s Conmon_startFdSocket_Params) Request() (Conmon_StartFdSocketRequest, error)
func (Conmon_startFdSocket_Params) Segment ¶ added in v0.6.0
func (s Conmon_startFdSocket_Params) Segment() *capnp.Segment
func (Conmon_startFdSocket_Params) SetRequest ¶ added in v0.6.0
func (s Conmon_startFdSocket_Params) SetRequest(v Conmon_StartFdSocketRequest) error
func (Conmon_startFdSocket_Params) String ¶ added in v0.6.0
func (s Conmon_startFdSocket_Params) String() string
func (Conmon_startFdSocket_Params) ToPtr ¶ added in v0.6.0
func (s Conmon_startFdSocket_Params) ToPtr() capnp.Ptr
type Conmon_startFdSocket_Params_Future ¶ added in v0.6.0
Conmon_startFdSocket_Params_Future is a wrapper for a Conmon_startFdSocket_Params promised by a client call.
func (Conmon_startFdSocket_Params_Future) Request ¶ added in v0.6.0
func (p Conmon_startFdSocket_Params_Future) Request() Conmon_StartFdSocketRequest_Future
func (Conmon_startFdSocket_Params_Future) Struct ¶ added in v0.6.0
func (f Conmon_startFdSocket_Params_Future) Struct() (Conmon_startFdSocket_Params, error)
type Conmon_startFdSocket_Params_List ¶ added in v0.6.0
type Conmon_startFdSocket_Params_List = capnp.StructList[Conmon_startFdSocket_Params]
Conmon_startFdSocket_Params_List is a list of Conmon_startFdSocket_Params.
func NewConmon_startFdSocket_Params_List ¶ added in v0.6.0
func NewConmon_startFdSocket_Params_List(s *capnp.Segment, sz int32) (Conmon_startFdSocket_Params_List, error)
NewConmon_startFdSocket_Params creates a new list of Conmon_startFdSocket_Params.
type Conmon_startFdSocket_Results ¶ added in v0.6.0
func NewConmon_startFdSocket_Results ¶ added in v0.6.0
func NewConmon_startFdSocket_Results(s *capnp.Segment) (Conmon_startFdSocket_Results, error)
func NewRootConmon_startFdSocket_Results ¶ added in v0.6.0
func NewRootConmon_startFdSocket_Results(s *capnp.Segment) (Conmon_startFdSocket_Results, error)
func ReadRootConmon_startFdSocket_Results ¶ added in v0.6.0
func ReadRootConmon_startFdSocket_Results(msg *capnp.Message) (Conmon_startFdSocket_Results, error)
func (Conmon_startFdSocket_Results) DecodeFromPtr ¶ added in v0.6.0
func (Conmon_startFdSocket_Results) DecodeFromPtr(p capnp.Ptr) Conmon_startFdSocket_Results
func (Conmon_startFdSocket_Results) EncodeAsPtr ¶ added in v0.6.0
func (s Conmon_startFdSocket_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_startFdSocket_Results) HasResponse ¶ added in v0.6.0
func (s Conmon_startFdSocket_Results) HasResponse() bool
func (Conmon_startFdSocket_Results) IsValid ¶ added in v0.6.0
func (s Conmon_startFdSocket_Results) IsValid() bool
func (Conmon_startFdSocket_Results) Message ¶ added in v0.6.0
func (s Conmon_startFdSocket_Results) Message() *capnp.Message
func (Conmon_startFdSocket_Results) NewResponse ¶ added in v0.6.0
func (s Conmon_startFdSocket_Results) NewResponse() (Conmon_StartFdSocketResponse, error)
NewResponse sets the response field to a newly allocated Conmon_StartFdSocketResponse struct, preferring placement in s's segment.
func (Conmon_startFdSocket_Results) Response ¶ added in v0.6.0
func (s Conmon_startFdSocket_Results) Response() (Conmon_StartFdSocketResponse, error)
func (Conmon_startFdSocket_Results) Segment ¶ added in v0.6.0
func (s Conmon_startFdSocket_Results) Segment() *capnp.Segment
func (Conmon_startFdSocket_Results) SetResponse ¶ added in v0.6.0
func (s Conmon_startFdSocket_Results) SetResponse(v Conmon_StartFdSocketResponse) error
func (Conmon_startFdSocket_Results) String ¶ added in v0.6.0
func (s Conmon_startFdSocket_Results) String() string
func (Conmon_startFdSocket_Results) ToPtr ¶ added in v0.6.0
func (s Conmon_startFdSocket_Results) ToPtr() capnp.Ptr
type Conmon_startFdSocket_Results_Future ¶ added in v0.6.0
Conmon_startFdSocket_Results_Future is a wrapper for a Conmon_startFdSocket_Results promised by a client call.
func (Conmon_startFdSocket_Results_Future) Response ¶ added in v0.6.0
func (p Conmon_startFdSocket_Results_Future) Response() Conmon_StartFdSocketResponse_Future
func (Conmon_startFdSocket_Results_Future) Struct ¶ added in v0.6.0
func (f Conmon_startFdSocket_Results_Future) Struct() (Conmon_startFdSocket_Results, error)
type Conmon_startFdSocket_Results_List ¶ added in v0.6.0
type Conmon_startFdSocket_Results_List = capnp.StructList[Conmon_startFdSocket_Results]
Conmon_startFdSocket_Results_List is a list of Conmon_startFdSocket_Results.
func NewConmon_startFdSocket_Results_List ¶ added in v0.6.0
func NewConmon_startFdSocket_Results_List(s *capnp.Segment, sz int32) (Conmon_startFdSocket_Results_List, error)
NewConmon_startFdSocket_Results creates a new list of Conmon_startFdSocket_Results.
type Conmon_version ¶
Conmon_version holds the state for a server call to Conmon.version. See server.Call for documentation.
func (Conmon_version) AllocResults ¶
func (c Conmon_version) AllocResults() (Conmon_version_Results, error)
AllocResults allocates the results struct.
func (Conmon_version) Args ¶
func (c Conmon_version) Args() Conmon_version_Params
Args returns the call's arguments.
type Conmon_version_Params ¶
func NewConmon_version_Params ¶
func NewConmon_version_Params(s *capnp.Segment) (Conmon_version_Params, error)
func NewRootConmon_version_Params ¶
func NewRootConmon_version_Params(s *capnp.Segment) (Conmon_version_Params, error)
func ReadRootConmon_version_Params ¶
func ReadRootConmon_version_Params(msg *capnp.Message) (Conmon_version_Params, error)
func (Conmon_version_Params) DecodeFromPtr ¶
func (Conmon_version_Params) DecodeFromPtr(p capnp.Ptr) Conmon_version_Params
func (Conmon_version_Params) EncodeAsPtr ¶
func (s Conmon_version_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_version_Params) HasRequest ¶ added in v0.3.0
func (s Conmon_version_Params) HasRequest() bool
func (Conmon_version_Params) IsValid ¶
func (s Conmon_version_Params) IsValid() bool
func (Conmon_version_Params) Message ¶
func (s Conmon_version_Params) Message() *capnp.Message
func (Conmon_version_Params) NewRequest ¶ added in v0.3.0
func (s Conmon_version_Params) NewRequest() (Conmon_VersionRequest, error)
NewRequest sets the request field to a newly allocated Conmon_VersionRequest struct, preferring placement in s's segment.
func (Conmon_version_Params) Request ¶ added in v0.3.0
func (s Conmon_version_Params) Request() (Conmon_VersionRequest, error)
func (Conmon_version_Params) Segment ¶
func (s Conmon_version_Params) Segment() *capnp.Segment
func (Conmon_version_Params) SetRequest ¶ added in v0.3.0
func (s Conmon_version_Params) SetRequest(v Conmon_VersionRequest) error
func (Conmon_version_Params) String ¶
func (s Conmon_version_Params) String() string
func (Conmon_version_Params) ToPtr ¶
func (s Conmon_version_Params) ToPtr() capnp.Ptr
type Conmon_version_Params_Future ¶
Conmon_version_Params_Future is a wrapper for a Conmon_version_Params promised by a client call.
func (Conmon_version_Params_Future) Request ¶ added in v0.3.0
func (p Conmon_version_Params_Future) Request() Conmon_VersionRequest_Future
func (Conmon_version_Params_Future) Struct ¶
func (f Conmon_version_Params_Future) Struct() (Conmon_version_Params, error)
type Conmon_version_Params_List ¶
type Conmon_version_Params_List = capnp.StructList[Conmon_version_Params]
Conmon_version_Params_List is a list of Conmon_version_Params.
func NewConmon_version_Params_List ¶
func NewConmon_version_Params_List(s *capnp.Segment, sz int32) (Conmon_version_Params_List, error)
NewConmon_version_Params creates a new list of Conmon_version_Params.
type Conmon_version_Results ¶
func NewConmon_version_Results ¶
func NewConmon_version_Results(s *capnp.Segment) (Conmon_version_Results, error)
func NewRootConmon_version_Results ¶
func NewRootConmon_version_Results(s *capnp.Segment) (Conmon_version_Results, error)
func ReadRootConmon_version_Results ¶
func ReadRootConmon_version_Results(msg *capnp.Message) (Conmon_version_Results, error)
func (Conmon_version_Results) DecodeFromPtr ¶
func (Conmon_version_Results) DecodeFromPtr(p capnp.Ptr) Conmon_version_Results
func (Conmon_version_Results) EncodeAsPtr ¶
func (s Conmon_version_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Conmon_version_Results) HasResponse ¶
func (s Conmon_version_Results) HasResponse() bool
func (Conmon_version_Results) IsValid ¶
func (s Conmon_version_Results) IsValid() bool
func (Conmon_version_Results) Message ¶
func (s Conmon_version_Results) Message() *capnp.Message
func (Conmon_version_Results) NewResponse ¶
func (s Conmon_version_Results) NewResponse() (Conmon_VersionResponse, error)
NewResponse sets the response field to a newly allocated Conmon_VersionResponse struct, preferring placement in s's segment.
func (Conmon_version_Results) Response ¶
func (s Conmon_version_Results) Response() (Conmon_VersionResponse, error)
func (Conmon_version_Results) Segment ¶
func (s Conmon_version_Results) Segment() *capnp.Segment
func (Conmon_version_Results) SetResponse ¶
func (s Conmon_version_Results) SetResponse(v Conmon_VersionResponse) error
func (Conmon_version_Results) String ¶
func (s Conmon_version_Results) String() string
func (Conmon_version_Results) ToPtr ¶
func (s Conmon_version_Results) ToPtr() capnp.Ptr
type Conmon_version_Results_Future ¶
Conmon_version_Results_Future is a wrapper for a Conmon_version_Results promised by a client call.
func (Conmon_version_Results_Future) Response ¶
func (p Conmon_version_Results_Future) Response() Conmon_VersionResponse_Future
func (Conmon_version_Results_Future) Struct ¶
func (f Conmon_version_Results_Future) Struct() (Conmon_version_Results, error)
type Conmon_version_Results_List ¶
type Conmon_version_Results_List = capnp.StructList[Conmon_version_Results]
Conmon_version_Results_List is a list of Conmon_version_Results.
func NewConmon_version_Results_List ¶
func NewConmon_version_Results_List(s *capnp.Segment, sz int32) (Conmon_version_Results_List, error)
NewConmon_version_Results creates a new list of Conmon_version_Results.