Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Artifact ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.