Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactState ¶
type ArtifactState int
const ( ArtifactIsOK ArtifactState = 0 ArtifactIsBroken ArtifactState = 1 ArtifactIsExpired ArtifactState = 2 )
func (ArtifactState) IsBroken ¶
func (s ArtifactState) IsBroken() bool
func (ArtifactState) IsExpired ¶
func (s ArtifactState) IsExpired() bool
func (ArtifactState) IsOK ¶
func (s ArtifactState) IsOK() bool
Click to show internal directories.
Click to hide internal directories.