ci: update workflow and Go 1.19 #12
1 changed files with 1 additions and 1 deletions
|
@ -1435,7 +1435,7 @@ type StartConsensusRpcRequest struct {
|
||||||
Username string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
|
Username string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
|
||||||
Password []byte `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
|
Password []byte `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
|
||||||
Certificate []byte `protobuf:"bytes,4,opt,name=certificate,proto3" json:"certificate,omitempty"`
|
Certificate []byte `protobuf:"bytes,4,opt,name=certificate,proto3" json:"certificate,omitempty"`
|
||||||
SkipVerify bool `protobuf:"varint,5,opt,name=skipverify,proto3" json:"skipverify,omitempty"`
|
SkipVerify bool `protobuf:"varint,5,opt,name=skipverify,proto3" json:"skipverify,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *StartConsensusRpcRequest) Reset() { *m = StartConsensusRpcRequest{} }
|
func (m *StartConsensusRpcRequest) Reset() { *m = StartConsensusRpcRequest{} }
|
||||||
|
|
Loading…
Reference in a new issue