mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-06 03:01:28 -04:00
10 lines
221 B
Go
10 lines
221 B
Go
package statushooks
|
|
|
|
var NullHooks = &NullStatusHook{}
|
|
|
|
type NullStatusHook struct{}
|
|
|
|
func (*NullStatusHook) SetStatus(string) {}
|
|
func (*NullStatusHook) Done() {}
|
|
func (*NullStatusHook) Message(...string) {}
|