admin

package
v0.0.0-...-9022b49 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2018 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BlockPackage

func BlockPackage(ctx *middleware.Context)

func ListLargeRevisions

func ListLargeRevisions(ctx *middleware.Context)

Types

type ApiPackage

type ApiPackage struct {
	Id         int64     `json:"id"`
	ImportPath string    `json:"import_path"`
	Created    time.Time `json:"created"`
}

type ApiRevesion

type ApiRevesion struct {
	Id       int64       `json:"id"`
	Package  *ApiPackage `json:"package"`
	Revision string      `json:"revision"`
	Size     int64       `json:"size"`
	Updated  time.Time   `json:"updated"`
}

Jump to

Keyboard shortcuts

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