databricks-cli/libs/cmdio/event.go

6 lines
57 B
Go

package cmdio
type Event interface {
String() string
}