github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/go/tao/datalog_guard.pb.go (about)

     1  // Code generated by protoc-gen-go.
     2  // source: datalog_guard.proto
     3  // DO NOT EDIT!
     4  
     5  package tao
     6  
     7  import proto "github.com/golang/protobuf/proto"
     8  import fmt "fmt"
     9  import math "math"
    10  
    11  // Reference imports to suppress errors if they are not otherwise used.
    12  var _ = proto.Marshal
    13  var _ = fmt.Errorf
    14  var _ = math.Inf
    15  
    16  // A set of rules.
    17  type DatalogRules struct {
    18  	Rules            [][]byte `protobuf:"bytes,1,rep,name=rules" json:"rules,omitempty"`
    19  	XXX_unrecognized []byte   `json:"-"`
    20  }
    21  
    22  func (m *DatalogRules) Reset()                    { *m = DatalogRules{} }
    23  func (m *DatalogRules) String() string            { return proto.CompactTextString(m) }
    24  func (*DatalogRules) ProtoMessage()               {}
    25  func (*DatalogRules) Descriptor() ([]byte, []int) { return fileDescriptor3, []int{0} }
    26  
    27  func (m *DatalogRules) GetRules() [][]byte {
    28  	if m != nil {
    29  		return m.Rules
    30  	}
    31  	return nil
    32  }
    33  
    34  // A set of rules signed by a key.
    35  type SignedDatalogRules struct {
    36  	SerializedRules  []byte `protobuf:"bytes,1,req,name=serialized_rules" json:"serialized_rules,omitempty"`
    37  	Signature        []byte `protobuf:"bytes,2,req,name=signature" json:"signature,omitempty"`
    38  	XXX_unrecognized []byte `json:"-"`
    39  }
    40  
    41  func (m *SignedDatalogRules) Reset()                    { *m = SignedDatalogRules{} }
    42  func (m *SignedDatalogRules) String() string            { return proto.CompactTextString(m) }
    43  func (*SignedDatalogRules) ProtoMessage()               {}
    44  func (*SignedDatalogRules) Descriptor() ([]byte, []int) { return fileDescriptor3, []int{1} }
    45  
    46  func (m *SignedDatalogRules) GetSerializedRules() []byte {
    47  	if m != nil {
    48  		return m.SerializedRules
    49  	}
    50  	return nil
    51  }
    52  
    53  func (m *SignedDatalogRules) GetSignature() []byte {
    54  	if m != nil {
    55  		return m.Signature
    56  	}
    57  	return nil
    58  }
    59  
    60  func init() {
    61  	proto.RegisterType((*DatalogRules)(nil), "tao.DatalogRules")
    62  	proto.RegisterType((*SignedDatalogRules)(nil), "tao.SignedDatalogRules")
    63  }
    64  
    65  var fileDescriptor3 = []byte{
    66  	// 122 bytes of a gzipped FileDescriptorProto
    67  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x12, 0x4e, 0x49, 0x2c, 0x49,
    68  	0xcc, 0xc9, 0x4f, 0x8f, 0x4f, 0x2f, 0x4d, 0x2c, 0x4a, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17,
    69  	0x62, 0x2e, 0x49, 0xcc, 0x57, 0x92, 0xe5, 0xe2, 0x71, 0x81, 0xc8, 0x05, 0x95, 0xe6, 0xa4, 0x16,
    70  	0x0b, 0xf1, 0x72, 0xb1, 0x16, 0x81, 0x18, 0x12, 0x8c, 0x0a, 0xcc, 0x1a, 0x3c, 0x4a, 0x8e, 0x5c,
    71  	0x42, 0xc1, 0x99, 0xe9, 0x79, 0xa9, 0x29, 0x28, 0x8a, 0x24, 0xb8, 0x04, 0x8a, 0x53, 0x8b, 0x32,
    72  	0x13, 0x73, 0x32, 0xab, 0x52, 0x53, 0xe2, 0x61, 0xea, 0x99, 0x34, 0x78, 0x84, 0x04, 0xb9, 0x38,
    73  	0x8b, 0x81, 0xea, 0x13, 0x4b, 0x4a, 0x8b, 0x52, 0x25, 0x98, 0x40, 0x42, 0x80, 0x00, 0x00, 0x00,
    74  	0xff, 0xff, 0x86, 0x56, 0xf4, 0x56, 0x7c, 0x00, 0x00, 0x00,
    75  }