databricks-cli/bundle/run/output/run.go

6 lines
71 B
Go

package output
type RunOutput interface {
String() (string, error)
}