mirror of https://github.com/restic/restic.git
10 lines
165 B
Go
10 lines
165 B
Go
|
// +build release
|
||
|
|
||
|
package debug
|
||
|
|
||
|
func Hook(name string, f func(interface{})) {}
|
||
|
|
||
|
func RunHook(name string, context interface{}) {}
|
||
|
|
||
|
func RemoveHook(name string) {}
|