mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-21 11:00:21 -05: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) {}
|