Test Type — gin Architecture
Architecture documentation for the Test type/interface in test.pb.go from the gin codebase.
Entity Profile
Dependency Diagram
graph TD eeefd02c_aae7_d3fc_b77d_115a9335aaba["Test"] f8371fb9_a431_c897_743f_324bc3b5ba62["test.pb.go"] eeefd02c_aae7_d3fc_b77d_115a9335aaba -->|defined in| f8371fb9_a431_c897_743f_324bc3b5ba62 style eeefd02c_aae7_d3fc_b77d_115a9335aaba fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testdata/protoexample/test.pb.go lines 76–85
type Test struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Label *string `protobuf:"bytes,1,req,name=label" json:"label,omitempty"`
Type *int32 `protobuf:"varint,2,opt,name=type,def=77" json:"type,omitempty"`
Reps []int64 `protobuf:"varint,3,rep,name=reps" json:"reps,omitempty"`
Optionalgroup *Test_OptionalGroup `protobuf:"group,4,opt,name=OptionalGroup,json=optionalgroup" json:"optionalgroup,omitempty"`
}
Defined In
Source
Frequently Asked Questions
What is the Test type?
Test is a type/interface in the gin codebase, defined in testdata/protoexample/test.pb.go.
Where is Test defined?
Test is defined in testdata/protoexample/test.pb.go at line 76.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free