package
Version:
v0.0.0-...-9022b49
Opens a new window with list of versions in this module.
Published: Nov 8, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ApiPackage struct {
Id int64 `json:"id"`
ImportPath string `json:"import_path"`
Created time.Time `json:"created"`
}
type ApiRevesion struct {
Id int64 `json:"id"`
Package *ApiPackage `json:"package"`
Revision string `json:"revision"`
Size int64 `json:"size"`
Updated time.Time `json:"updated"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.