package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: Jul 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APIError struct {
Message string `json:"message"`
}
type AddItemsResponse struct {
TotalFiles int64
TotalBytes int64
Error error
}
type AddWatchFile struct {
LocalPath string `json:"local_path"`
BucketPath string `json:"bucket_path"`
BucketKey string `json:"bucket_key"`
}
type Identity struct {
Address string `json:"address"`
PublicKey string `json:"publicKey"`
Username string `json:"username"`
}
type OpenFileInfo struct {
Location string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.