Documentation ¶
Index ¶
- type EncryptedJsonContainer
- type ExecDto
- type FileSummary
- type FilesystemSummaryDto
- type FsCopyDto
- type FsDeleteDto
- type FsMoveDto
- type FsSymlinkDto
- type GenTokenResponseDto
- type GenTokenResponseMessage
- type GetTokenRequestDto
- type OsTypeDto
- type PingDto
- type StatsDto
- type TempDirDto
- type VersionDto
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptedJsonContainer ¶
type EncryptedJsonContainer struct {
EncryptedJson []byte
}
type FileSummary ¶ added in v0.0.8
FileSummary holds the info for a single file
type FilesystemSummaryDto ¶ added in v0.0.8
type FilesystemSummaryDto struct { BaseDir string FlattenedFiles []*FileSummary }
FilesystemSummaryDto is the DTO used to transfer file system summaries to compare files before syncing
type FsDeleteDto ¶
type FsDeleteDto struct {
Path string
}
type FsSymlinkDto ¶ added in v0.0.12
type GenTokenResponseDto ¶
type GenTokenResponseMessage ¶
type GetTokenRequestDto ¶
type GetTokenRequestDto struct {
ClientPubPKIXBytes []byte
}
type TempDirDto ¶
type TempDirDto struct {
TempDir string
}
type VersionDto ¶ added in v0.0.8
type VersionDto struct {
Version string
}
Click to show internal directories.
Click to hide internal directories.