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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
71 B
Go
Raw Permalink Normal View History

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