Documentation
¶
Index ¶
- type DirectoryCreateRequest
- type DirectoryDestroyRequest
- type DirectoryEntry
- type DirectoryRequest
- type DirectoryResponse
- type ExecRequest
- type ExecResponse
- type FailResponse
- type FileDeleteRequest
- type FileDownloadRequest
- type FileDownloadResponse
- type FileGetRequest
- type FileGetResponse
- type FileResponse
- type FileUploadRequest
- type GetOSResponse
- type IsRequest
- type IsResponse
- type NetbootConfig
- type SpawnRequest
- type SpawnResponse
- type SuccessResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectoryCreateRequest ¶ added in v1.1.12
type DirectoryDestroyRequest ¶ added in v1.1.12
type DirectoryDestroyRequest struct {
Pathname string
}
type DirectoryEntry ¶ added in v1.1.10
type DirectoryRequest ¶ added in v1.1.9
type DirectoryRequest struct {
Pathname string
}
type DirectoryResponse ¶ added in v1.1.9
type DirectoryResponse struct {
Success bool
Message string
Pathname string
Entries map[string]DirectoryEntry
}
type ExecRequest ¶
type ExecResponse ¶
type FailResponse ¶
type FileDeleteRequest ¶ added in v1.2.1
type FileDeleteRequest struct {
Pathname string
}
type FileDownloadRequest ¶
type FileDownloadRequest struct {
Pathname string
}
type FileDownloadResponse ¶
type FileGetRequest ¶
type FileGetResponse ¶
type FileResponse ¶ added in v1.2.1
type FileUploadRequest ¶
type GetOSResponse ¶ added in v1.2.1
type IsResponse ¶ added in v1.2.1
type NetbootConfig ¶ added in v1.2.1
type NetbootConfig struct {
Address string `json:"address"`
OS string `json:"os"`
Version string `json:"version"`
Arch string `json:"arch"`
Serial string `json:"serial"`
Mirror string `json:"mirror"`
Response string `json:"response"`
DisklabelTemplate string `json:"disklabel_template"`
KernelParams string `json:"kernel_params"`
Debug bool `json:"debug"`
Quiet bool `json:"quiet"`
}
type SpawnRequest ¶ added in v1.2.1
type SpawnResponse ¶
type SuccessResponse ¶ added in v1.2.1
Click to show internal directories.
Click to hide internal directories.