update docs

This commit is contained in:
xucong053
2022-05-31 21:40:27 +08:00
parent a1b5e554da
commit aecbdb9367
3 changed files with 94 additions and 1 deletions
@@ -0,0 +1,16 @@
// NOTE: Generated By hrp v4.1.1, 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()
}