2
2
mirror of https://github.com/octoleo/restic.git synced 2024-07-02 07:13:29 +00:00
restic/internal/debug/hooks_release.go

10 lines
165 B
Go
Raw Normal View History

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