mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 14:00:14 -05:00
8 lines
99 B
Go
8 lines
99 B
Go
package statushooks
|
|
|
|
type StatusHooks interface {
|
|
SetStatus(string)
|
|
Done()
|
|
Message(...string)
|
|
}
|