mirror of https://github.com/databricks/cli.git
6 lines
60 B
Go
6 lines
60 B
Go
|
package progress
|
||
|
|
||
|
type Event interface {
|
||
|
String() string
|
||
|
}
|