Documentation
¶
Index ¶
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 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.