package
Version:
v0.11.0
Opens a new window with list of versions in this module.
Published: Oct 20, 2024
License: MIT
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
¶
GetArtifactNames gets the names of the artifacts
type Artifact struct {
Name string `json:"name" mapstructure:"name"`
Size uint64 `json:"size" mapstructure:"size"`
Downloads uint64 `json:"downloads" mapstructure:"downloads"`
User user.User `json:"user" mapstructure:"user"`
Links common.Links `json:"links" mapstructure:"links"`
}
GetHeader gets the header for a table
implements common.Tableable
GetRow gets the row for a table
implements common.Tableable
GetHeader gets the headers for the list command
implements common.Tableables
GetRowAt gets the row for the list command
implements common.Tableables
Size gets the number of elements
implements common.Tableables
Source Files
¶
Click to show internal directories.
Click to hide internal directories.