Discover Packages
github.com/pqxct/relic
signers
starman
package
Version:
v7.2.1+incompatible
Opens a new window with list of versions in this module.
Published: Jul 31, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type File struct {
Name string `json:"name"`
Size int64 `json:"size"`
Mode int `json:"mode"`
Mtime int `json:"mtime"`
Digest string `json:"digest"`
Flags int `json:"flags"`
UserName string `json:"username"`
GroupName string `json:"groupname"`
}
type TarMD struct {
Name string `json:"name"`
Arch string `json:"arch"`
Version Version `json:"version"`
Files []File `json:"files"`
FileCheckSumType string `json:"file_checksum_type"`
}
type Version struct {
Epoch string `json:"epoch"`
Version string `json:"version"`
Release string `json:"release"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.