Documentation ¶
Index ¶
- type MockOS
- func (*MockOS) Descriptor() ([]byte, []int)
- func (m *MockOS) GetActivationFailMessage() string
- func (m *MockOS) GetCookie() string
- func (m *MockOS) GetHash() []byte
- func (m *MockOS) GetIncompatible() bool
- func (m *MockOS) GetPadding() []byte
- func (m *MockOS) GetVersion() string
- func (*MockOS) ProtoMessage()
- func (m *MockOS) Reset()
- func (m *MockOS) String() string
- func (m *MockOS) XXX_DiscardUnknown()
- func (m *MockOS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MockOS) XXX_Merge(src proto.Message)
- func (m *MockOS) XXX_Size() int
- func (m *MockOS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockOS ¶
type MockOS struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` Cookie string `protobuf:"bytes,2,opt,name=cookie,proto3" json:"cookie,omitempty"` Padding []byte `protobuf:"bytes,3,opt,name=padding,proto3" json:"padding,omitempty"` Hash []byte `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"` Incompatible bool `protobuf:"varint,5,opt,name=incompatible,proto3" json:"incompatible,omitempty"` ActivationFailMessage string `` /* 126-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
MockOS message represents an OS package which can be used by a gNOI client or target.
func (*MockOS) Descriptor ¶
func (*MockOS) GetActivationFailMessage ¶
func (*MockOS) GetIncompatible ¶
func (*MockOS) GetPadding ¶
func (*MockOS) GetVersion ¶
func (*MockOS) ProtoMessage ¶
func (*MockOS) ProtoMessage()
func (*MockOS) XXX_DiscardUnknown ¶
func (m *MockOS) XXX_DiscardUnknown()
func (*MockOS) XXX_Marshal ¶
func (*MockOS) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.