Versions in this module Expand all Collapse all v2 v2.0.1 Apr 22, 2026 v2.0.0 Apr 22, 2026 Changes in this version + func Assert(tb TB, condition bool, fmt string, a ...interface{}) + func Equals(tb TB, exp, act interface{}) + func NewHTTPServer(t *testing.T, opt *HTTPServerOptions) + func NotOk(tb TB, err error, fmt string, a ...interface{}) + func Ok(tb TB, err error) + type HTTPServerOptions struct + Bind string + CrtFile string + Exit chan interface{} + KeyFile string + Routes map[string]func(*gin.Context) + SSL bool + type TB interface + Fatalf func(string, ...interface{}) + Helper func() Other modules containing this package github.com/GuanceCloud/cliutils