databricks-cli/libs/progress/event.go

6 lines
60 B
Go
Raw Normal View History

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