Lines Matching defs:Copy
328 type Copy struct { struct
329 state protoimpl.MessageState
330 sizeCache protoimpl.SizeCache
331 unknownFields protoimpl.UnknownFields
333 From *string `protobuf:"bytes,1,req,name=from" json:"from,omitempty"`
334 To *string `protobuf:"bytes,2,req,name=to" json:"to,omitempty"`
336 Executable *bool `protobuf:"varint,3,opt,name=executable" json:"executable,omitempty"`
339 func (x *Copy) Reset() {
348 func (x *Copy) String() string {
352 func (*Copy) ProtoMessage() {}
354 func (x *Copy) ProtoReflect() protoreflect.Message {
367 func (*Copy) Descriptor() ([]byte, []int) {
371 func (x *Copy) GetFrom() string {
378 func (x *Copy) GetTo() string {
385 func (x *Copy) GetExecutable() bool {