Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIResponse ¶
type APIResponse struct {
Error string `json:"error,omitempty"`
Data json.RawMessage `json:"data,omitzero"`
OK bool `json:"ok"`
}
type MountRequest ¶
type UnmountRequest ¶
type UnmountRequest struct {
Route string `json:"route"`
}
Click to show internal directories.
Click to hide internal directories.