123456789101112131415161718192021222324252627282930313233343536 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: charge.proto
- // package声明符,用来防止不同的消息类型有命名冲突
- package v1
- 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.ProtoPackageIsVersion3 // please upgrade the proto package
- func init() {
- proto.RegisterFile("charge.proto", fileDescriptor_5d0de23af59a36de)
- }
- var fileDescriptor_5d0de23af59a36de = []byte{
- // 73 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x49, 0xce, 0x48, 0x2c,
- 0x4a, 0x4f, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x2d, 0x48, 0x8a, 0x2f, 0x33, 0x74,
- 0x12, 0x8d, 0x12, 0x2e, 0x28, 0xca, 0x2f, 0x48, 0x2d, 0x2a, 0xa9, 0xd4, 0x2d, 0x49, 0x2c, 0xce,
- 0xd6, 0x2f, 0x48, 0xd2, 0x2f, 0x33, 0x4c, 0x62, 0x03, 0x2b, 0x32, 0x06, 0x04, 0x00, 0x00, 0xff,
- 0xff, 0xfb, 0xdc, 0x88, 0x5f, 0x34, 0x00, 0x00, 0x00,
- }
|