Skip to content
Snippets Groups Projects
Commit 5901bfd2 authored by keleher's avatar keleher
Browse files

auto

parent 9004ff23
No related branches found
No related tags found
No related merge requests found
......@@ -182,8 +182,8 @@ func (m *DelRequest) GetForce() bool {
}
type CommandString struct {
Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
Cmd string `protobuf:"bytes,2,opt,name=cmd,proto3" json:"cmd,omitempty"`
Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot"`
Cmd string `protobuf:"bytes,2,opt,name=cmd,proto3" json:"cmd"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment