Documentation ¶
Overview ¶
Package brew implements the Pipe, providing formula generation and uploading it to a configured repo.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyTokenType = errors.New("no token type found")
ErrEmptyTokenType indicates unknown token type
View Source
var ErrMultipleArchivesSameOS = errors.New("one tap can handle only archive of an OS/Arch combination. Consider using ids in the brew section")
ErrMultipleArchivesSameOS happens when the config yields multiple archives for linux or windows.
View Source
var ErrNoArchivesFound = errors.New("no linux/macos archives found")
ErrNoArchivesFound happens when 0 archives are found
Functions ¶
This section is empty.
Types ¶
type ErrTokenTypeNotImplementedForBrew ¶ added in v0.116.0
ErrTokenTypeNotImplementedForBrew indicates that a new token type was not implemented for this pipe
func (ErrTokenTypeNotImplementedForBrew) Error ¶ added in v0.133.0
func (e ErrTokenTypeNotImplementedForBrew) Error() string
Click to show internal directories.
Click to hide internal directories.