github.com/databricks/cli@v0.203.0/bundle/run/output/run.go (about)

     1  package output
     2  
     3  type RunOutput interface {
     4  	String() (string, error)
     5  }