Versions in this module Expand all Collapse all v1 v1.2.4 Feb 13, 2019 Changes in this version + var ErrIntOverflowHcsshim = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthHcsshim = fmt.Errorf("proto: negative length found during unmarshaling") + type CreateOptions struct + TerminateDuration time.Duration + func (*CreateOptions) Descriptor() ([]byte, []int) + func (*CreateOptions) ProtoMessage() + func (m *CreateOptions) Marshal() (dAtA []byte, err error) + func (m *CreateOptions) MarshalTo(dAtA []byte) (int, error) + func (m *CreateOptions) Reset() + func (m *CreateOptions) Size() (n int) + func (m *CreateOptions) Unmarshal(dAtA []byte) error + func (this *CreateOptions) String() string + type ProcessDetails struct + CreatedAt time.Time + ExecID string + ImageName string + KernelTime_100Ns uint64 + MemoryCommitBytes uint64 + MemoryWorkingSetPrivateBytes uint64 + MemoryWorkingSetSharedBytes uint64 + ProcessID uint32 + UserTime_100Ns uint64 + func (*ProcessDetails) Descriptor() ([]byte, []int) + func (*ProcessDetails) ProtoMessage() + func (m *ProcessDetails) Marshal() (dAtA []byte, err error) + func (m *ProcessDetails) MarshalTo(dAtA []byte) (int, error) + func (m *ProcessDetails) Reset() + func (m *ProcessDetails) Size() (n int) + func (m *ProcessDetails) Unmarshal(dAtA []byte) error + func (this *ProcessDetails) String() string