Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 4th, 2012  |  syntax: None  |  size: 0.58 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. // Code generated by protoc-gen-go from "session.proto"
  2. // DO NOT EDIT!
  3.  
  4. package msgs
  5.  
  6. import proto "goprotobuf.googlecode.com/hg/proto"
  7. import "math"
  8. import "os"
  9.  
  10. // Reference proto, math & os imports to suppress error if they are not otherwise used.
  11. var _ = proto.GetString
  12. var _ = math.Inf
  13. var _ os.Error
  14.  
  15.  
  16. type Session struct {
  17.         Id                      *int64  "PB(varint,1,req,name=id)"
  18.         Timeout                 *int64  "PB(varint,2,req,name=timeout)"
  19.         XXX_unrecognized        []byte
  20. }
  21.  
  22. func (this *Session) Reset()            { *this = Session{} }
  23. func (this *Session) String() string    { return proto.CompactTextString(this) }
  24.  
  25. func init() {
  26. }