snapshot_response.pb.go 878 B

123456789101112131415161718192021222324252627282930313233
  1. // Code generated by protoc-gen-go.
  2. // source: snapshot_response.proto
  3. // DO NOT EDIT!
  4. package protobuf
  5. import proto "code.google.com/p/goprotobuf/proto"
  6. import json "encoding/json"
  7. import math "math"
  8. // Reference proto, json, and math imports to suppress error if they are not otherwise used.
  9. var _ = proto.Marshal
  10. var _ = &json.SyntaxError{}
  11. var _ = math.Inf
  12. type ProtoSnapshotResponse struct {
  13. Success *bool `protobuf:"varint,1,req" json:"Success,omitempty"`
  14. XXX_unrecognized []byte `json:"-"`
  15. }
  16. func (m *ProtoSnapshotResponse) Reset() { *m = ProtoSnapshotResponse{} }
  17. func (m *ProtoSnapshotResponse) String() string { return proto.CompactTextString(m) }
  18. func (*ProtoSnapshotResponse) ProtoMessage() {}
  19. func (m *ProtoSnapshotResponse) GetSuccess() bool {
  20. if m != nil && m.Success != nil {
  21. return *m.Success
  22. }
  23. return false
  24. }
  25. func init() {
  26. }