Documentation ¶
Index ¶
- Constants
- type Artifact
- func (fa *Artifact) CanonicalLink() string
- func (fa *Artifact) JobPath() string
- func (fa *Artifact) Metadata() (map[string]string, error)
- func (fa *Artifact) ReadAll() ([]byte, error)
- func (fa *Artifact) ReadAt(b []byte, off int64) (int, error)
- func (fa *Artifact) ReadAtMost(n int64) ([]byte, error)
- func (fa *Artifact) ReadTail(n int64) ([]byte, error)
- func (fa *Artifact) Size() (int64, error)
- func (fa *Artifact) UpdateMetadata(now map[string]string) error
- func (fa *Artifact) UseContext(ctx context.Context) error
Constants ¶
View Source
const NotFound = "linknotfound.io/404"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Artifact ¶
func (*Artifact) CanonicalLink ¶
Click to show internal directories.
Click to hide internal directories.