mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-30 22:33:49 +02:00
Add examples
This commit is contained in:
37
examples/template/api/proto/example/example.pb.go
Normal file
37
examples/template/api/proto/example/example.pb.go
Normal file
@ -0,0 +1,37 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: proto/example/example.proto
|
||||
|
||||
package go_micro_api_template
|
||||
|
||||
import (
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
_ "github.com/micro/go-micro/v2/api/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.ProtoPackageIsVersion3 // please upgrade the proto package
|
||||
|
||||
func init() { proto.RegisterFile("proto/example/example.proto", fileDescriptor_097b3f5db5cf5789) }
|
||||
|
||||
var fileDescriptor_097b3f5db5cf5789 = []byte{
|
||||
// 142 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2e, 0x28, 0xca, 0x2f,
|
||||
0xc9, 0xd7, 0x4f, 0xad, 0x48, 0xcc, 0x2d, 0xc8, 0x49, 0x85, 0xd1, 0x7a, 0x60, 0x51, 0x21, 0xd1,
|
||||
0xf4, 0x7c, 0xbd, 0xdc, 0xcc, 0xe4, 0xa2, 0x7c, 0xbd, 0xc4, 0x82, 0x4c, 0xbd, 0x92, 0xd4, 0xdc,
|
||||
0x82, 0x9c, 0xc4, 0x92, 0x54, 0x29, 0xdd, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc,
|
||||
0x5c, 0x7d, 0xb0, 0xb4, 0x7e, 0x7a, 0xbe, 0x2e, 0x84, 0x91, 0x58, 0x90, 0xa9, 0x0f, 0x31, 0x11,
|
||||
0xa4, 0x03, 0xcc, 0x32, 0x32, 0xe3, 0x62, 0x77, 0x85, 0x18, 0x2b, 0xa4, 0xcd, 0xc5, 0xe2, 0x9c,
|
||||
0x98, 0x93, 0x23, 0xc4, 0xaf, 0x97, 0x0e, 0x31, 0x33, 0x28, 0xb5, 0xb0, 0x34, 0xb5, 0xb8, 0x44,
|
||||
0x4a, 0x00, 0x21, 0x50, 0x5c, 0x90, 0x9f, 0x57, 0x9c, 0xaa, 0xc4, 0x90, 0xc4, 0x06, 0xd6, 0x6e,
|
||||
0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xa9, 0x71, 0x27, 0xb8, 0xa3, 0x00, 0x00, 0x00,
|
||||
}
|
Reference in New Issue
Block a user