Home / File/ test.pb.go — gin Source File

test.pb.go — gin Source File

Architecture documentation for test.pb.go, a go file in the gin codebase. 1 imports, 0 dependents.

File go GinCore Routing 1 imports 3 functions 8 classes

Entity Profile

Dependency Diagram

graph LR
  f8371fb9_a431_c897_743f_324bc3b5ba62["test.pb.go"]
  286ba9a3_d1f8_7be1_d227_5ead510ff0a5["protoreflect"]
  f8371fb9_a431_c897_743f_324bc3b5ba62 --> 286ba9a3_d1f8_7be1_d227_5ead510ff0a5
  style f8371fb9_a431_c897_743f_324bc3b5ba62 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.27.0
// 	protoc        v3.15.8
// source: test.proto

package protoexample

import (
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	reflect "reflect"
	sync "sync"
)

const (
	// Verify that this generated code is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
	// Verify that runtime/protoimpl is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)

type FOO int32

const (
	FOO_X FOO = 17
)

// Enum value maps for FOO.
var (
	FOO_name = map[int32]string{
		17: "X",
	}
	FOO_value = map[string]int32{
		"X": 17,
	}
)

func (x FOO) Enum() *FOO {
	p := new(FOO)
	*p = x
	return p
}

func (x FOO) String() string {
	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}

func (FOO) Descriptor() protoreflect.EnumDescriptor {
	return file_test_proto_enumTypes[0].Descriptor()
}

func (FOO) Type() protoreflect.EnumType {
	return &file_test_proto_enumTypes[0]
}

func (x FOO) Number() protoreflect.EnumNumber {
	return protoreflect.EnumNumber(x)
}

// ... (239 more lines)

Domain

Subdomains

Dependencies

  • protoreflect

Frequently Asked Questions

What does test.pb.go do?
test.pb.go is a source file in the gin codebase, written in go. It belongs to the GinCore domain, Routing subdomain.
What functions are defined in test.pb.go?
test.pb.go defines 3 function(s): file_test_proto_init, file_test_proto_rawDescGZIP, init.
What does test.pb.go depend on?
test.pb.go imports 1 module(s): protoreflect.
Where is test.pb.go in the architecture?
test.pb.go is located at testdata/protoexample/test.pb.go (domain: GinCore, subdomain: Routing, directory: testdata/protoexample).

Analyze Your Own Codebase

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

Try Supermodel Free