Versions in this module Expand all Collapse all v1 v1.0.0 Jul 15, 2020 Changes in this version + func AddRequestWithFormParamsToCtx(ctx *gin.Context, method string, params map[string]string) + func AddUrlParamsToCtx(ctx *gin.Context, params map[string]string) + func ConnectToIntegrationTestDB(t *testing.T) *mongo.Database + func SetEnvVars(vars map[string]string) (restoreVars func()) + func UnmarshallResponse(res *bytes.Buffer, out interface{}) error + func UnsetVars(vars ...string) (restoreVars func()) + type RouterGroupMatcher struct + Path string + func (r RouterGroupMatcher) Matches(x interface{}) bool + func (r RouterGroupMatcher) String() string