Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataResponse ¶
type DataResponse struct {
OpResponse []MoveOpertationResponse `json:"opResponse"`
ListingErrors bool `json:"listingErrors"`
SrcDirAndItsContents map[string][]string `json:"srcDirAndItsContents"`
Destination []string `json:"destination"`
}
type MoveOpertationResponse ¶
type MoveRequest ¶
type RemoteMoveREST ¶
type RemoteMoveREST interface {
Serve()
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.