mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-03-13 07:14:50 +00:00
When the generator parameter 'annotate_code' is provided, generate a .meta file containing a GeneratedCodeInfo message describing the generated code's relation to the source .proto file. Annotations are added with (*protogen.GeneratedFile).Annotate, which takes the name of a Go identifier (e.g., "SomeMessage" or "SomeMessage.GetField") and an associated source location. The generator examines the generated AST to determine source offsets for the symbols. Change the []int32 "Path" in protogen types to a "Location", which also captures the source file name. Change-Id: Icd2340875831f40a1f91d495e3bd7ea381475c77 Reviewed-on: https://go-review.googlesource.com/c/139759 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
122 lines
4.5 KiB
Go
122 lines
4.5 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: annotations/annotations.proto
|
|
|
|
package annotations
|
|
|
|
import (
|
|
fmt "fmt"
|
|
proto "github.com/golang/protobuf/proto"
|
|
math "math"
|
|
)
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the proto package it is being compiled against.
|
|
// A compilation error at this line likely means your copy of the
|
|
// proto package needs to be updated.
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
type AnnotationsTestEnum int32
|
|
|
|
const (
|
|
AnnotationsTestEnum_ANNOTATIONS_TEST_ENUM_VALUE AnnotationsTestEnum = 0
|
|
)
|
|
|
|
var AnnotationsTestEnum_name = map[int32]string{
|
|
0: "ANNOTATIONS_TEST_ENUM_VALUE",
|
|
}
|
|
|
|
var AnnotationsTestEnum_value = map[string]int32{
|
|
"ANNOTATIONS_TEST_ENUM_VALUE": 0,
|
|
}
|
|
|
|
func (x AnnotationsTestEnum) Enum() *AnnotationsTestEnum {
|
|
p := new(AnnotationsTestEnum)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x AnnotationsTestEnum) String() string {
|
|
return proto.EnumName(AnnotationsTestEnum_name, int32(x))
|
|
}
|
|
|
|
func (x *AnnotationsTestEnum) UnmarshalJSON(data []byte) error {
|
|
value, err := proto.UnmarshalJSONEnum(AnnotationsTestEnum_value, data, "AnnotationsTestEnum")
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = AnnotationsTestEnum(value)
|
|
return nil
|
|
}
|
|
|
|
func (AnnotationsTestEnum) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_21dfaf6fd39fa3b7, []int{0}
|
|
}
|
|
|
|
type AnnotationsTestMessage struct {
|
|
AnnotationsTestField *string `protobuf:"bytes,1,opt,name=AnnotationsTestField" json:"AnnotationsTestField,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *AnnotationsTestMessage) Reset() { *m = AnnotationsTestMessage{} }
|
|
func (m *AnnotationsTestMessage) String() string { return proto.CompactTextString(m) }
|
|
func (*AnnotationsTestMessage) ProtoMessage() {}
|
|
func (*AnnotationsTestMessage) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_21dfaf6fd39fa3b7, []int{0}
|
|
}
|
|
|
|
func (m *AnnotationsTestMessage) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_AnnotationsTestMessage.Unmarshal(m, b)
|
|
}
|
|
func (m *AnnotationsTestMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_AnnotationsTestMessage.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *AnnotationsTestMessage) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_AnnotationsTestMessage.Merge(m, src)
|
|
}
|
|
func (m *AnnotationsTestMessage) XXX_Size() int {
|
|
return xxx_messageInfo_AnnotationsTestMessage.Size(m)
|
|
}
|
|
func (m *AnnotationsTestMessage) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_AnnotationsTestMessage.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_AnnotationsTestMessage proto.InternalMessageInfo
|
|
|
|
func (m *AnnotationsTestMessage) GetAnnotationsTestField() string {
|
|
if m != nil && m.AnnotationsTestField != nil {
|
|
return *m.AnnotationsTestField
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterEnum("goproto.protoc.annotations.AnnotationsTestEnum", AnnotationsTestEnum_name, AnnotationsTestEnum_value)
|
|
proto.RegisterType((*AnnotationsTestMessage)(nil), "goproto.protoc.annotations.AnnotationsTestMessage")
|
|
}
|
|
|
|
func init() { proto.RegisterFile("annotations/annotations.proto", fileDescriptor_21dfaf6fd39fa3b7) }
|
|
|
|
var fileDescriptor_21dfaf6fd39fa3b7 = []byte{
|
|
// 194 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4d, 0xcc, 0xcb, 0xcb,
|
|
0x2f, 0x49, 0x2c, 0xc9, 0xcc, 0xcf, 0x2b, 0xd6, 0x47, 0x62, 0xeb, 0x15, 0x14, 0xe5, 0x97, 0xe4,
|
|
0x0b, 0x49, 0xa5, 0xe7, 0x83, 0x19, 0x10, 0x6e, 0xb2, 0x1e, 0x92, 0x0a, 0x25, 0x1f, 0x2e, 0x31,
|
|
0x47, 0x04, 0x37, 0x24, 0xb5, 0xb8, 0xc4, 0x37, 0xb5, 0xb8, 0x38, 0x31, 0x3d, 0x55, 0xc8, 0x88,
|
|
0x4b, 0x04, 0x4d, 0xc6, 0x2d, 0x33, 0x35, 0x27, 0x45, 0x82, 0x51, 0x81, 0x51, 0x83, 0x33, 0x08,
|
|
0xab, 0x9c, 0x96, 0x19, 0x97, 0x30, 0x9a, 0xb8, 0x6b, 0x5e, 0x69, 0xae, 0x90, 0x3c, 0x97, 0xb4,
|
|
0xa3, 0x9f, 0x9f, 0x7f, 0x88, 0x63, 0x88, 0xa7, 0xbf, 0x5f, 0x70, 0x7c, 0x88, 0x6b, 0x70, 0x48,
|
|
0xbc, 0xab, 0x5f, 0xa8, 0x6f, 0x7c, 0x98, 0xa3, 0x4f, 0xa8, 0xab, 0x00, 0x83, 0x93, 0x5b, 0x94,
|
|
0x4b, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x7a, 0x7e, 0x4e, 0x62,
|
|
0x5e, 0xba, 0x3e, 0xd8, 0xb5, 0x49, 0xa5, 0x69, 0xfa, 0x65, 0x46, 0xfa, 0xc9, 0xb9, 0x29, 0x10,
|
|
0x7e, 0xb2, 0x6e, 0x7a, 0x6a, 0x9e, 0x6e, 0x7a, 0xbe, 0x7e, 0x49, 0x6a, 0x71, 0x49, 0x4a, 0x62,
|
|
0x49, 0x22, 0xb2, 0x7f, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x40, 0xd6, 0xe5, 0x9d, 0x09, 0x01,
|
|
0x00, 0x00,
|
|
}
|