mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-08 16:00:06 -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) {}
|