refactor: hrp build

This commit is contained in:
debugtalk
2022-05-28 21:44:12 +08:00
parent 43c800783a
commit ebc0a3768c
30 changed files with 92 additions and 398 deletions
@@ -0,0 +1,16 @@
// NOTE: Generated By hrp v4.1.0, 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()
}