Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Artifact ¶
type Artifact struct {
URL string `cbor:"u"`
Password string `cbor:"p"`
Filename string `cbor:"f"`
Extractable bool `cbor:"-"`
Header url.Values `cbor:"-"`
}
An Artifact represents an uploaded file.
func ParseFromCLI ¶
ParseFromCLI parses artifact from cli.
func ParseFromLink ¶
ParseFromLink parses artifact from link's param.
Click to show internal directories.
Click to hide internal directories.