Documentation ¶ Index ¶ Constants func New(decoration string, pattern interface{}, _ string) sl.Selector Constants ¶ View Source const ( // Kind of this selector Kind = "signature" // Any tag of the artifact candidate is signed Any = "any" // All the tags of the artifact candidate are signed All = "all" ) Variables ¶ This section is empty. Functions ¶ func New ¶ func New(decoration string, pattern interface{}, _ string) sl.Selector New is factory method for signature selector Types ¶ This section is empty. Source Files ¶ View all Source files selector.go Click to show internal directories. Click to hide internal directories.