api

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2017 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 added in v0.6.0

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"`
}

Jump to

Keyboard shortcuts

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