databricks-cli/libs/cmdio/event.go

6 lines
57 B
Go
Raw Normal View History

package cmdio
2023-03-29 12:58:09 +00:00
type Event interface {
String() string
}