mirror of
https://github.com/status-im/consul.git
synced 2025-02-09 12:25:17 +00:00
90 lines
2.9 KiB
Go
90 lines
2.9 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: proto/pbacl/acl.proto
|
|
|
|
package pbacl
|
|
|
|
import (
|
|
fmt "fmt"
|
|
proto "github.com/golang/protobuf/proto"
|
|
math "math"
|
|
)
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the proto package it is being compiled against.
|
|
// A compilation error at this line likely means your copy of the
|
|
// proto package needs to be updated.
|
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
type ACLLink struct {
|
|
ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
// @gotags: hash:ignore-"
|
|
Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ACLLink) Reset() { *m = ACLLink{} }
|
|
func (m *ACLLink) String() string { return proto.CompactTextString(m) }
|
|
func (*ACLLink) ProtoMessage() {}
|
|
func (*ACLLink) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ad2d2c73a6a0d8b5, []int{0}
|
|
}
|
|
|
|
func (m *ACLLink) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ACLLink.Unmarshal(m, b)
|
|
}
|
|
func (m *ACLLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ACLLink.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ACLLink) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ACLLink.Merge(m, src)
|
|
}
|
|
func (m *ACLLink) XXX_Size() int {
|
|
return xxx_messageInfo_ACLLink.Size(m)
|
|
}
|
|
func (m *ACLLink) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ACLLink.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ACLLink proto.InternalMessageInfo
|
|
|
|
func (m *ACLLink) GetID() string {
|
|
if m != nil {
|
|
return m.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ACLLink) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*ACLLink)(nil), "acl.ACLLink")
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterFile("proto/pbacl/acl.proto", fileDescriptor_ad2d2c73a6a0d8b5)
|
|
}
|
|
|
|
var fileDescriptor_ad2d2c73a6a0d8b5 = []byte{
|
|
// 128 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x2d, 0x28, 0xca, 0x2f,
|
|
0xc9, 0xd7, 0x2f, 0x48, 0x4a, 0x4c, 0xce, 0xd1, 0x4f, 0x4c, 0xce, 0xd1, 0x03, 0xf3, 0x85, 0x98,
|
|
0x13, 0x93, 0x73, 0x94, 0x74, 0xb9, 0xd8, 0x1d, 0x9d, 0x7d, 0x7c, 0x32, 0xf3, 0xb2, 0x85, 0xf8,
|
|
0xb8, 0x98, 0x3c, 0x5d, 0x24, 0x18, 0x15, 0x18, 0x35, 0x38, 0x83, 0x98, 0x3c, 0x5d, 0x84, 0x84,
|
|
0xb8, 0x58, 0xfc, 0x12, 0x73, 0x53, 0x25, 0x98, 0xc0, 0x22, 0x60, 0xb6, 0x93, 0x66, 0x94, 0x7a,
|
|
0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x46, 0x62, 0x71, 0x46, 0x66,
|
|
0x72, 0x7e, 0x51, 0x81, 0x7e, 0x72, 0x7e, 0x5e, 0x71, 0x69, 0x8e, 0x3e, 0x92, 0x45, 0x49, 0x6c,
|
|
0x60, 0x8e, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xaf, 0x25, 0x54, 0x7f, 0x7e, 0x00, 0x00, 0x00,
|
|
}
|