charge.pb.go 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: charge.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. func init() {
  20. proto.RegisterFile("charge.proto", fileDescriptor_5d0de23af59a36de)
  21. }
  22. var fileDescriptor_5d0de23af59a36de = []byte{
  23. // 73 bytes of a gzipped FileDescriptorProto
  24. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x49, 0xce, 0x48, 0x2c,
  25. 0x4a, 0x4f, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x2d, 0x48, 0x8a, 0x2f, 0x33, 0x74,
  26. 0x12, 0x8d, 0x12, 0x2e, 0x28, 0xca, 0x2f, 0x48, 0x2d, 0x2a, 0xa9, 0xd4, 0x2d, 0x49, 0x2c, 0xce,
  27. 0xd6, 0x2f, 0x48, 0xd2, 0x2f, 0x33, 0x4c, 0x62, 0x03, 0x2b, 0x32, 0x06, 0x04, 0x00, 0x00, 0xff,
  28. 0xff, 0xfb, 0xdc, 0x88, 0x5f, 0x34, 0x00, 0x00, 0x00,
  29. }