Skip to content

Instantly share code, notes, and snippets.

@adamryman
Created November 3, 2017 02:45
Show Gist options
  • Save adamryman/2ab35e1dadb0cfbf9e0a9115a2cef404 to your computer and use it in GitHub Desktop.
Save adamryman/2ab35e1dadb0cfbf9e0a9115a2cef404 to your computer and use it in GitHub Desktop.
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: shared.proto
package shared
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
type SharedRequest struct {
In string `protobuf:"bytes,1,opt,name=In" json:"In,omitempty"`
}
func (m *SharedRequest) Reset() { *m = SharedRequest{} }
func (m *SharedRequest) String() string { return proto.CompactTextString(m) }
func (*SharedRequest) ProtoMessage() {}
func (*SharedRequest) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
func (m *SharedRequest) GetIn() string {
if m != nil {
return m.In
}
return ""
}
func init() {
proto.RegisterType((*SharedRequest)(nil), "shared.SharedRequest")
}
func init() { proto.RegisterFile("shared.proto", fileDescriptor1) }
var fileDescriptor1 = []byte{
// 77 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x29, 0xce, 0x48, 0x2c,
0x4a, 0x4d, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x83, 0xf0, 0x94, 0xe4, 0xb9, 0x78,
0x83, 0xc1, 0xac, 0xa0, 0xd4, 0xc2, 0xd2, 0xd4, 0xe2, 0x12, 0x21, 0x3e, 0x2e, 0x26, 0xcf, 0x3c,
0x09, 0x46, 0x05, 0x46, 0x0d, 0xce, 0x20, 0x26, 0xcf, 0xbc, 0x24, 0x36, 0xb0, 0x7a, 0x63, 0x40,
0x00, 0x00, 0x00, 0xff, 0xff, 0xa0, 0x54, 0x31, 0x9e, 0x3f, 0x00, 0x00, 0x00,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment