mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-06 11:41:16 +00:00
8 lines
94 B
Go
8 lines
94 B
Go
package providers
|
|
|
|
import "errors"
|
|
|
|
var (
|
|
ErrNoValuesFound = errors.New("no values found")
|
|
)
|