Home / Type/ structFull Type — gin Architecture

structFull Type — gin Architecture

Architecture documentation for the structFull type/interface in form_mapping_benchmark_test.go from the gin codebase.

Entity Profile

Dependency Diagram

graph TD
  61b22e40_d368_36a3_98b5_2f8e983d02d2["structFull"]
  652e7bf5_3c89_5be4_42af_9fdbc680bb55["form_mapping_benchmark_test.go"]
  61b22e40_d368_36a3_98b5_2f8e983d02d2 -->|defined in| 652e7bf5_3c89_5be4_42af_9fdbc680bb55
  style 61b22e40_d368_36a3_98b5_2f8e983d02d2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

binding/form_mapping_benchmark_test.go lines 21–30

type structFull struct {
	Name    string   `form:"name"`
	Age     int      `form:"age,default=25"`
	Friends []string `form:"friends"`
	ID      *struct {
		Number      string    `form:"id_number"`
		DateOfIssue time.Time `form:"id_date" time_format:"2006-01-02" time_utc:"true"`
	}
	Nationality *string `form:"nationality"`
}

Frequently Asked Questions

What is the structFull type?
structFull is a type/interface in the gin codebase, defined in binding/form_mapping_benchmark_test.go.
Where is structFull defined?
structFull is defined in binding/form_mapping_benchmark_test.go at line 21.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free