CI: move grafana-build into pkg/build (#105640)
* move grafana-build into pkg/build
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package cliutil
|
||||
|
||||
type CLIContext interface {
|
||||
Bool(string) bool
|
||||
String(string) string
|
||||
Set(string, string) error
|
||||
StringSlice(string) []string
|
||||
Path(string) string
|
||||
Int64(string) int64
|
||||
}
|
||||
Reference in New Issue
Block a user