Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSChmodArgs ¶
type FSChmodArgs struct {
FSPathArgs
Mode os.FileMode `json:"mode"`
Recursive bool `json:"recursive"`
}
type FSChownArgs ¶
type FSChownArgs struct {
FSPathArgs
User string `json:"user"`
Group string `json:"group"`
Recursive bool `json:"recursive"`
}
type FSFileDescriptorArgs ¶
type FSFileDescriptorArgs struct {
FD string `json:"fd"`
}
type FSMoveArgs ¶
type FSMoveArgs struct {
FSPathArgs
Destination string `json:"destination"`
}
type FSOpenArgs ¶
type FSPathArgs ¶
type FSPathArgs struct {
Path string `json:"path"`
}
type FSWriteArgs ¶
type FSWriteArgs struct {
FSFileDescriptorArgs
Block string `json:"block"`
}
Click to show internal directories.
Click to hide internal directories.