api

package
v0.19.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListFileDigestResponse

type ListFileDigestResponse struct {
	SHA1   string `json:"sha1,omitempty"`
	SHA256 string `json:"sha256,omitempty"`
	SHA512 string `json:"sha512,omitempty"`
}

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

type MetadataResponse struct {
	Metadata map[string]string `json:"metadata"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL