2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-14 01:04:05 +00:00
restic/internal/debug/hooks_release.go

11 lines
182 B
Go
Raw Normal View History

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