Files
httprunner/hrp/internal/scaffold/templates/plugin/debugtalk_gen.go
2023-07-22 00:18:58 +08:00

17 lines
409 B
Go

// NOTE: Generated By hrp v4.3.5, DO NOT EDIT!
package main
import (
"github.com/httprunner/funplugin/fungo"
)
func main() {
fungo.Register("SumTwoInt", SumTwoInt)
fungo.Register("SumInts", SumInts)
fungo.Register("Sum", Sum)
fungo.Register("SetupHookExample", SetupHookExample)
fungo.Register("TeardownHookExample", TeardownHookExample)
fungo.Register("GetUserAgent", GetUserAgent)
fungo.Serve()
}