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

6 lines
71 B
Go
Raw Permalink Normal View History

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