TestBindingDefaultMsgPack() — gin Function Reference
Architecture documentation for the TestBindingDefaultMsgPack() function in binding_msgpack_test.go from the gin codebase.
Entity Profile
Relationship Graph
Source Code
binding/binding_msgpack_test.go lines 56–59
func TestBindingDefaultMsgPack(t *testing.T) {
assert.Equal(t, MsgPack, Default(http.MethodPost, MIMEMSGPACK))
assert.Equal(t, MsgPack, Default(http.MethodPut, MIMEMSGPACK2))
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free