Documentation
¶
Index ¶
Constants ¶
View Source
const ThisModulePath = "github.com/docker/attest"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoModVersionFetcher ¶ added in v0.6.7
type GoModVersionFetcher struct{}
func NewGoVersionFetcher ¶ added in v0.6.7
func NewGoVersionFetcher() *GoModVersionFetcher
func (*GoModVersionFetcher) Get ¶ added in v0.6.7
func (*GoModVersionFetcher) Get() (*semver.Version, error)
Get returns the version of the attest module. this can return nil if the version can't be determined (without an error).
Click to show internal directories.
Click to hide internal directories.