func On(fpname string) interface{}
On inject a failpoint
func Reset(fpname string) error
Reset disable failpoint and remove mock value
type Finalizer func() error
Finalizer represent the function that clean a mock point
func With(fpname string, value interface{}) Finalizer
With enable failpoint and provide a value