restic/internal/debug/hooks_release.go

10 lines
164 B
Go

// +build !debug
package debug
func Hook(name string, f func(interface{})) {}
func RunHook(name string, context interface{}) {}
func RemoveHook(name string) {}