Lines Matching defs:Copy
198 type Copy struct { struct
199 state protoimpl.MessageState
200 sizeCache protoimpl.SizeCache
201 unknownFields protoimpl.UnknownFields
203 From *string `protobuf:"bytes,1,req,name=from" json:"from,omitempty"`
204 To *string `protobuf:"bytes,2,req,name=to" json:"to,omitempty"`
206 Executable *bool `protobuf:"varint,3,opt,name=executable" json:"executable,omitempty"`
209 func (x *Copy) Reset() {
218 func (x *Copy) String() string {
222 func (*Copy) ProtoMessage() {}
224 func (x *Copy) ProtoReflect() protoreflect.Message {
237 func (*Copy) Descriptor() ([]byte, []int) {
241 func (x *Copy) GetFrom() string {
248 func (x *Copy) GetTo() string {
255 func (x *Copy) GetExecutable() bool {