Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListFileDigestResponse ¶
type ListFileResponse ¶
type ListFileResponse struct {
Name string `json:"name"`
Size int64 `json:"size"`
Digest ListFileDigestResponse `json:"digest"`
}
type ListResponse ¶
type ListResponse struct {
Files []ListFileResponse `json:"files"`
}
type MetadataResponse ¶
Click to show internal directories.
Click to hide internal directories.