restic/internal/debug/hooks_release.go

11 lines
182 B
Go
Raw Normal View History

2022-03-28 22:23:47 +02:00
//go:build !debug
2018-10-07 20:40:18 +02:00
// +build !debug
package debug
func Hook(name string, f func(interface{})) {}
func RunHook(name string, context interface{}) {}
func RemoveHook(name string) {}