You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
watchtower/pkg/types/image_meta.go

15 lines
229 B
Go

package types
type ImageMeta interface {
Authors() string
Created() string
Description() string
Documentation() string
Licenses() string
Revision() string
Source() string
Title() string
Url() string
Version() string
}