Documentation
¶
Index ¶
- Variables
- type Kata
- func (x *Kata) GetDir() string
- func (x *Kata) GetPort() uint32
- func (x *Kata) GetVmID() string
- func (x *Kata) GetVmSocket() string
- func (x *Kata) GetVmType() string
- func (*Kata) ProtoMessage()
- func (x *Kata) ProtoReflect() protoreflect.Message
- func (x *Kata) Reset()
- func (x *Kata) SetDir(v string)
- func (x *Kata) SetPort(v uint32)
- func (x *Kata) SetVmID(v string)
- func (x *Kata) SetVmSocket(v string)
- func (x *Kata) SetVmType(v string)
- func (x *Kata) String() string
- type Kata_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_plugins_kata_kata_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Kata ¶
type Kata struct {
Dir string `protobuf:"bytes,1,opt,name=Dir,proto3" json:"Dir,omitempty"`
VmType string `protobuf:"bytes,2,opt,name=VmType,proto3" json:"VmType,omitempty"`
Port uint32 `protobuf:"varint,3,opt,name=Port,proto3" json:"Port,omitempty"`
VmSocket string `protobuf:"bytes,4,opt,name=VmSocket,proto3" json:"VmSocket,omitempty"`
VmID string `protobuf:"bytes,5,opt,name=VmID,proto3" json:"VmID,omitempty"`
// contains filtered or unexported fields
}
func (*Kata) ProtoReflect ¶
func (x *Kata) ProtoReflect() protoreflect.Message
Source Files
¶
- kata.pb.go
Click to show internal directories.
Click to hide internal directories.