1167 lines
		
	
	
		
			40 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			1167 lines
		
	
	
		
			40 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Code generated by protoc-gen-go. DO NOT EDIT.
 | |
| // source: github.com/micro/go-micro/auth/service/proto/auth.proto
 | |
| 
 | |
| package go_micro_auth
 | |
| 
 | |
| 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 Access int32
 | |
| 
 | |
| const (
 | |
| 	Access_UNKNOWN Access = 0
 | |
| 	Access_GRANTED Access = 1
 | |
| 	Access_DENIED  Access = 2
 | |
| )
 | |
| 
 | |
| var Access_name = map[int32]string{
 | |
| 	0: "UNKNOWN",
 | |
| 	1: "GRANTED",
 | |
| 	2: "DENIED",
 | |
| }
 | |
| 
 | |
| var Access_value = map[string]int32{
 | |
| 	"UNKNOWN": 0,
 | |
| 	"GRANTED": 1,
 | |
| 	"DENIED":  2,
 | |
| }
 | |
| 
 | |
| func (x Access) String() string {
 | |
| 	return proto.EnumName(Access_name, int32(x))
 | |
| }
 | |
| 
 | |
| func (Access) EnumDescriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{0}
 | |
| }
 | |
| 
 | |
| type ListAccountsRequest struct {
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *ListAccountsRequest) Reset()         { *m = ListAccountsRequest{} }
 | |
| func (m *ListAccountsRequest) String() string { return proto.CompactTextString(m) }
 | |
| func (*ListAccountsRequest) ProtoMessage()    {}
 | |
| func (*ListAccountsRequest) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{0}
 | |
| }
 | |
| 
 | |
| func (m *ListAccountsRequest) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_ListAccountsRequest.Unmarshal(m, b)
 | |
| }
 | |
| func (m *ListAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_ListAccountsRequest.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *ListAccountsRequest) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_ListAccountsRequest.Merge(m, src)
 | |
| }
 | |
| func (m *ListAccountsRequest) XXX_Size() int {
 | |
| 	return xxx_messageInfo_ListAccountsRequest.Size(m)
 | |
| }
 | |
| func (m *ListAccountsRequest) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_ListAccountsRequest.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_ListAccountsRequest proto.InternalMessageInfo
 | |
| 
 | |
| type ListAccountsResponse struct {
 | |
| 	Accounts             []*Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
 | |
| 	XXX_unrecognized     []byte     `json:"-"`
 | |
| 	XXX_sizecache        int32      `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *ListAccountsResponse) Reset()         { *m = ListAccountsResponse{} }
 | |
| func (m *ListAccountsResponse) String() string { return proto.CompactTextString(m) }
 | |
| func (*ListAccountsResponse) ProtoMessage()    {}
 | |
| func (*ListAccountsResponse) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{1}
 | |
| }
 | |
| 
 | |
| func (m *ListAccountsResponse) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_ListAccountsResponse.Unmarshal(m, b)
 | |
| }
 | |
| func (m *ListAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_ListAccountsResponse.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *ListAccountsResponse) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_ListAccountsResponse.Merge(m, src)
 | |
| }
 | |
| func (m *ListAccountsResponse) XXX_Size() int {
 | |
| 	return xxx_messageInfo_ListAccountsResponse.Size(m)
 | |
| }
 | |
| func (m *ListAccountsResponse) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_ListAccountsResponse.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_ListAccountsResponse proto.InternalMessageInfo
 | |
| 
 | |
| func (m *ListAccountsResponse) GetAccounts() []*Account {
 | |
| 	if m != nil {
 | |
| 		return m.Accounts
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| type Token struct {
 | |
| 	Token                string            `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
 | |
| 	Type                 string            `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
 | |
| 	Created              int64             `protobuf:"varint,3,opt,name=created,proto3" json:"created,omitempty"`
 | |
| 	Expiry               int64             `protobuf:"varint,4,opt,name=expiry,proto3" json:"expiry,omitempty"`
 | |
| 	Subject              string            `protobuf:"bytes,5,opt,name=subject,proto3" json:"subject,omitempty"`
 | |
| 	Roles                []string          `protobuf:"bytes,6,rep,name=roles,proto3" json:"roles,omitempty"`
 | |
| 	Metadata             map[string]string `protobuf:"bytes,7,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
 | |
| 	Namespace            string            `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
 | |
| 	XXX_unrecognized     []byte            `json:"-"`
 | |
| 	XXX_sizecache        int32             `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *Token) Reset()         { *m = Token{} }
 | |
| func (m *Token) String() string { return proto.CompactTextString(m) }
 | |
| func (*Token) ProtoMessage()    {}
 | |
| func (*Token) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{2}
 | |
| }
 | |
| 
 | |
| func (m *Token) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_Token.Unmarshal(m, b)
 | |
| }
 | |
| func (m *Token) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_Token.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *Token) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_Token.Merge(m, src)
 | |
| }
 | |
| func (m *Token) XXX_Size() int {
 | |
| 	return xxx_messageInfo_Token.Size(m)
 | |
| }
 | |
| func (m *Token) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_Token.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_Token proto.InternalMessageInfo
 | |
| 
 | |
| func (m *Token) GetToken() string {
 | |
| 	if m != nil {
 | |
| 		return m.Token
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Token) GetType() string {
 | |
| 	if m != nil {
 | |
| 		return m.Type
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Token) GetCreated() int64 {
 | |
| 	if m != nil {
 | |
| 		return m.Created
 | |
| 	}
 | |
| 	return 0
 | |
| }
 | |
| 
 | |
| func (m *Token) GetExpiry() int64 {
 | |
| 	if m != nil {
 | |
| 		return m.Expiry
 | |
| 	}
 | |
| 	return 0
 | |
| }
 | |
| 
 | |
| func (m *Token) GetSubject() string {
 | |
| 	if m != nil {
 | |
| 		return m.Subject
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Token) GetRoles() []string {
 | |
| 	if m != nil {
 | |
| 		return m.Roles
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| func (m *Token) GetMetadata() map[string]string {
 | |
| 	if m != nil {
 | |
| 		return m.Metadata
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| func (m *Token) GetNamespace() string {
 | |
| 	if m != nil {
 | |
| 		return m.Namespace
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| type Account struct {
 | |
| 	Id                   string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
 | |
| 	Secret               string            `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
 | |
| 	Roles                []string          `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"`
 | |
| 	Metadata             map[string]string `protobuf:"bytes,4,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
 | |
| 	Namespace            string            `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
 | |
| 	XXX_unrecognized     []byte            `json:"-"`
 | |
| 	XXX_sizecache        int32             `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *Account) Reset()         { *m = Account{} }
 | |
| func (m *Account) String() string { return proto.CompactTextString(m) }
 | |
| func (*Account) ProtoMessage()    {}
 | |
| func (*Account) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{3}
 | |
| }
 | |
| 
 | |
| func (m *Account) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_Account.Unmarshal(m, b)
 | |
| }
 | |
| func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_Account.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *Account) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_Account.Merge(m, src)
 | |
| }
 | |
| func (m *Account) XXX_Size() int {
 | |
| 	return xxx_messageInfo_Account.Size(m)
 | |
| }
 | |
| func (m *Account) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_Account.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_Account proto.InternalMessageInfo
 | |
| 
 | |
| func (m *Account) GetId() string {
 | |
| 	if m != nil {
 | |
| 		return m.Id
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Account) GetSecret() string {
 | |
| 	if m != nil {
 | |
| 		return m.Secret
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Account) GetRoles() []string {
 | |
| 	if m != nil {
 | |
| 		return m.Roles
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| func (m *Account) GetMetadata() map[string]string {
 | |
| 	if m != nil {
 | |
| 		return m.Metadata
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| func (m *Account) GetNamespace() string {
 | |
| 	if m != nil {
 | |
| 		return m.Namespace
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| type Resource struct {
 | |
| 	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
 | |
| 	Type                 string   `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
 | |
| 	Endpoint             string   `protobuf:"bytes,3,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *Resource) Reset()         { *m = Resource{} }
 | |
| func (m *Resource) String() string { return proto.CompactTextString(m) }
 | |
| func (*Resource) ProtoMessage()    {}
 | |
| func (*Resource) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{4}
 | |
| }
 | |
| 
 | |
| func (m *Resource) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_Resource.Unmarshal(m, b)
 | |
| }
 | |
| func (m *Resource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_Resource.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *Resource) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_Resource.Merge(m, src)
 | |
| }
 | |
| func (m *Resource) XXX_Size() int {
 | |
| 	return xxx_messageInfo_Resource.Size(m)
 | |
| }
 | |
| func (m *Resource) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_Resource.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_Resource proto.InternalMessageInfo
 | |
| 
 | |
| func (m *Resource) GetName() string {
 | |
| 	if m != nil {
 | |
| 		return m.Name
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Resource) GetType() string {
 | |
| 	if m != nil {
 | |
| 		return m.Type
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Resource) GetEndpoint() string {
 | |
| 	if m != nil {
 | |
| 		return m.Endpoint
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| type GenerateRequest struct {
 | |
| 	Id                   string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
 | |
| 	Roles                []string          `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
 | |
| 	Metadata             map[string]string `protobuf:"bytes,3,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
 | |
| 	Namespace            string            `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
 | |
| 	XXX_unrecognized     []byte            `json:"-"`
 | |
| 	XXX_sizecache        int32             `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *GenerateRequest) Reset()         { *m = GenerateRequest{} }
 | |
| func (m *GenerateRequest) String() string { return proto.CompactTextString(m) }
 | |
| func (*GenerateRequest) ProtoMessage()    {}
 | |
| func (*GenerateRequest) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{5}
 | |
| }
 | |
| 
 | |
| func (m *GenerateRequest) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_GenerateRequest.Unmarshal(m, b)
 | |
| }
 | |
| func (m *GenerateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_GenerateRequest.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *GenerateRequest) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_GenerateRequest.Merge(m, src)
 | |
| }
 | |
| func (m *GenerateRequest) XXX_Size() int {
 | |
| 	return xxx_messageInfo_GenerateRequest.Size(m)
 | |
| }
 | |
| func (m *GenerateRequest) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_GenerateRequest.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_GenerateRequest proto.InternalMessageInfo
 | |
| 
 | |
| func (m *GenerateRequest) GetId() string {
 | |
| 	if m != nil {
 | |
| 		return m.Id
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *GenerateRequest) GetRoles() []string {
 | |
| 	if m != nil {
 | |
| 		return m.Roles
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| func (m *GenerateRequest) GetMetadata() map[string]string {
 | |
| 	if m != nil {
 | |
| 		return m.Metadata
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| func (m *GenerateRequest) GetNamespace() string {
 | |
| 	if m != nil {
 | |
| 		return m.Namespace
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| type GenerateResponse struct {
 | |
| 	Account              *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *GenerateResponse) Reset()         { *m = GenerateResponse{} }
 | |
| func (m *GenerateResponse) String() string { return proto.CompactTextString(m) }
 | |
| func (*GenerateResponse) ProtoMessage()    {}
 | |
| func (*GenerateResponse) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{6}
 | |
| }
 | |
| 
 | |
| func (m *GenerateResponse) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_GenerateResponse.Unmarshal(m, b)
 | |
| }
 | |
| func (m *GenerateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_GenerateResponse.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *GenerateResponse) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_GenerateResponse.Merge(m, src)
 | |
| }
 | |
| func (m *GenerateResponse) XXX_Size() int {
 | |
| 	return xxx_messageInfo_GenerateResponse.Size(m)
 | |
| }
 | |
| func (m *GenerateResponse) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_GenerateResponse.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_GenerateResponse proto.InternalMessageInfo
 | |
| 
 | |
| func (m *GenerateResponse) GetAccount() *Account {
 | |
| 	if m != nil {
 | |
| 		return m.Account
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| type GrantRequest struct {
 | |
| 	Role                 string    `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
 | |
| 	Resource             *Resource `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
 | |
| 	XXX_unrecognized     []byte    `json:"-"`
 | |
| 	XXX_sizecache        int32     `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *GrantRequest) Reset()         { *m = GrantRequest{} }
 | |
| func (m *GrantRequest) String() string { return proto.CompactTextString(m) }
 | |
| func (*GrantRequest) ProtoMessage()    {}
 | |
| func (*GrantRequest) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{7}
 | |
| }
 | |
| 
 | |
| func (m *GrantRequest) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_GrantRequest.Unmarshal(m, b)
 | |
| }
 | |
| func (m *GrantRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_GrantRequest.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *GrantRequest) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_GrantRequest.Merge(m, src)
 | |
| }
 | |
| func (m *GrantRequest) XXX_Size() int {
 | |
| 	return xxx_messageInfo_GrantRequest.Size(m)
 | |
| }
 | |
| func (m *GrantRequest) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_GrantRequest.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_GrantRequest proto.InternalMessageInfo
 | |
| 
 | |
| func (m *GrantRequest) GetRole() string {
 | |
| 	if m != nil {
 | |
| 		return m.Role
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *GrantRequest) GetResource() *Resource {
 | |
| 	if m != nil {
 | |
| 		return m.Resource
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| type GrantResponse struct {
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *GrantResponse) Reset()         { *m = GrantResponse{} }
 | |
| func (m *GrantResponse) String() string { return proto.CompactTextString(m) }
 | |
| func (*GrantResponse) ProtoMessage()    {}
 | |
| func (*GrantResponse) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{8}
 | |
| }
 | |
| 
 | |
| func (m *GrantResponse) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_GrantResponse.Unmarshal(m, b)
 | |
| }
 | |
| func (m *GrantResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_GrantResponse.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *GrantResponse) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_GrantResponse.Merge(m, src)
 | |
| }
 | |
| func (m *GrantResponse) XXX_Size() int {
 | |
| 	return xxx_messageInfo_GrantResponse.Size(m)
 | |
| }
 | |
| func (m *GrantResponse) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_GrantResponse.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_GrantResponse proto.InternalMessageInfo
 | |
| 
 | |
| type RevokeRequest struct {
 | |
| 	Role                 string    `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
 | |
| 	Resource             *Resource `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
 | |
| 	XXX_unrecognized     []byte    `json:"-"`
 | |
| 	XXX_sizecache        int32     `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *RevokeRequest) Reset()         { *m = RevokeRequest{} }
 | |
| func (m *RevokeRequest) String() string { return proto.CompactTextString(m) }
 | |
| func (*RevokeRequest) ProtoMessage()    {}
 | |
| func (*RevokeRequest) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{9}
 | |
| }
 | |
| 
 | |
| func (m *RevokeRequest) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_RevokeRequest.Unmarshal(m, b)
 | |
| }
 | |
| func (m *RevokeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_RevokeRequest.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *RevokeRequest) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_RevokeRequest.Merge(m, src)
 | |
| }
 | |
| func (m *RevokeRequest) XXX_Size() int {
 | |
| 	return xxx_messageInfo_RevokeRequest.Size(m)
 | |
| }
 | |
| func (m *RevokeRequest) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_RevokeRequest.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_RevokeRequest proto.InternalMessageInfo
 | |
| 
 | |
| func (m *RevokeRequest) GetRole() string {
 | |
| 	if m != nil {
 | |
| 		return m.Role
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *RevokeRequest) GetResource() *Resource {
 | |
| 	if m != nil {
 | |
| 		return m.Resource
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| type RevokeResponse struct {
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *RevokeResponse) Reset()         { *m = RevokeResponse{} }
 | |
| func (m *RevokeResponse) String() string { return proto.CompactTextString(m) }
 | |
| func (*RevokeResponse) ProtoMessage()    {}
 | |
| func (*RevokeResponse) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{10}
 | |
| }
 | |
| 
 | |
| func (m *RevokeResponse) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_RevokeResponse.Unmarshal(m, b)
 | |
| }
 | |
| func (m *RevokeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_RevokeResponse.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *RevokeResponse) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_RevokeResponse.Merge(m, src)
 | |
| }
 | |
| func (m *RevokeResponse) XXX_Size() int {
 | |
| 	return xxx_messageInfo_RevokeResponse.Size(m)
 | |
| }
 | |
| func (m *RevokeResponse) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_RevokeResponse.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_RevokeResponse proto.InternalMessageInfo
 | |
| 
 | |
| type InspectRequest struct {
 | |
| 	Token                string   `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *InspectRequest) Reset()         { *m = InspectRequest{} }
 | |
| func (m *InspectRequest) String() string { return proto.CompactTextString(m) }
 | |
| func (*InspectRequest) ProtoMessage()    {}
 | |
| func (*InspectRequest) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{11}
 | |
| }
 | |
| 
 | |
| func (m *InspectRequest) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_InspectRequest.Unmarshal(m, b)
 | |
| }
 | |
| func (m *InspectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_InspectRequest.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *InspectRequest) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_InspectRequest.Merge(m, src)
 | |
| }
 | |
| func (m *InspectRequest) XXX_Size() int {
 | |
| 	return xxx_messageInfo_InspectRequest.Size(m)
 | |
| }
 | |
| func (m *InspectRequest) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_InspectRequest.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_InspectRequest proto.InternalMessageInfo
 | |
| 
 | |
| func (m *InspectRequest) GetToken() string {
 | |
| 	if m != nil {
 | |
| 		return m.Token
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| type InspectResponse struct {
 | |
| 	Account              *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *InspectResponse) Reset()         { *m = InspectResponse{} }
 | |
| func (m *InspectResponse) String() string { return proto.CompactTextString(m) }
 | |
| func (*InspectResponse) ProtoMessage()    {}
 | |
| func (*InspectResponse) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{12}
 | |
| }
 | |
| 
 | |
| func (m *InspectResponse) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_InspectResponse.Unmarshal(m, b)
 | |
| }
 | |
| func (m *InspectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_InspectResponse.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *InspectResponse) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_InspectResponse.Merge(m, src)
 | |
| }
 | |
| func (m *InspectResponse) XXX_Size() int {
 | |
| 	return xxx_messageInfo_InspectResponse.Size(m)
 | |
| }
 | |
| func (m *InspectResponse) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_InspectResponse.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_InspectResponse proto.InternalMessageInfo
 | |
| 
 | |
| func (m *InspectResponse) GetAccount() *Account {
 | |
| 	if m != nil {
 | |
| 		return m.Account
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| type TokenRequest struct {
 | |
| 	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
 | |
| 	Secret               string   `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
 | |
| 	TokenExpiry          int64    `protobuf:"varint,3,opt,name=token_expiry,json=tokenExpiry,proto3" json:"token_expiry,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *TokenRequest) Reset()         { *m = TokenRequest{} }
 | |
| func (m *TokenRequest) String() string { return proto.CompactTextString(m) }
 | |
| func (*TokenRequest) ProtoMessage()    {}
 | |
| func (*TokenRequest) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{13}
 | |
| }
 | |
| 
 | |
| func (m *TokenRequest) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_TokenRequest.Unmarshal(m, b)
 | |
| }
 | |
| func (m *TokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_TokenRequest.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *TokenRequest) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_TokenRequest.Merge(m, src)
 | |
| }
 | |
| func (m *TokenRequest) XXX_Size() int {
 | |
| 	return xxx_messageInfo_TokenRequest.Size(m)
 | |
| }
 | |
| func (m *TokenRequest) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_TokenRequest.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_TokenRequest proto.InternalMessageInfo
 | |
| 
 | |
| func (m *TokenRequest) GetId() string {
 | |
| 	if m != nil {
 | |
| 		return m.Id
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *TokenRequest) GetSecret() string {
 | |
| 	if m != nil {
 | |
| 		return m.Secret
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *TokenRequest) GetTokenExpiry() int64 {
 | |
| 	if m != nil {
 | |
| 		return m.TokenExpiry
 | |
| 	}
 | |
| 	return 0
 | |
| }
 | |
| 
 | |
| type TokenResponse struct {
 | |
| 	Token                *Token   `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *TokenResponse) Reset()         { *m = TokenResponse{} }
 | |
| func (m *TokenResponse) String() string { return proto.CompactTextString(m) }
 | |
| func (*TokenResponse) ProtoMessage()    {}
 | |
| func (*TokenResponse) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{14}
 | |
| }
 | |
| 
 | |
| func (m *TokenResponse) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_TokenResponse.Unmarshal(m, b)
 | |
| }
 | |
| func (m *TokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_TokenResponse.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *TokenResponse) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_TokenResponse.Merge(m, src)
 | |
| }
 | |
| func (m *TokenResponse) XXX_Size() int {
 | |
| 	return xxx_messageInfo_TokenResponse.Size(m)
 | |
| }
 | |
| func (m *TokenResponse) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_TokenResponse.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_TokenResponse proto.InternalMessageInfo
 | |
| 
 | |
| func (m *TokenResponse) GetToken() *Token {
 | |
| 	if m != nil {
 | |
| 		return m.Token
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| type Rule struct {
 | |
| 	Id                   string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
 | |
| 	Role                 string    `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
 | |
| 	Resource             *Resource `protobuf:"bytes,3,opt,name=resource,proto3" json:"resource,omitempty"`
 | |
| 	Access               Access    `protobuf:"varint,4,opt,name=access,proto3,enum=go.micro.auth.Access" json:"access,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
 | |
| 	XXX_unrecognized     []byte    `json:"-"`
 | |
| 	XXX_sizecache        int32     `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *Rule) Reset()         { *m = Rule{} }
 | |
| func (m *Rule) String() string { return proto.CompactTextString(m) }
 | |
| func (*Rule) ProtoMessage()    {}
 | |
| func (*Rule) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{15}
 | |
| }
 | |
| 
 | |
| func (m *Rule) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_Rule.Unmarshal(m, b)
 | |
| }
 | |
| func (m *Rule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_Rule.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *Rule) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_Rule.Merge(m, src)
 | |
| }
 | |
| func (m *Rule) XXX_Size() int {
 | |
| 	return xxx_messageInfo_Rule.Size(m)
 | |
| }
 | |
| func (m *Rule) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_Rule.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_Rule proto.InternalMessageInfo
 | |
| 
 | |
| func (m *Rule) GetId() string {
 | |
| 	if m != nil {
 | |
| 		return m.Id
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Rule) GetRole() string {
 | |
| 	if m != nil {
 | |
| 		return m.Role
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *Rule) GetResource() *Resource {
 | |
| 	if m != nil {
 | |
| 		return m.Resource
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| func (m *Rule) GetAccess() Access {
 | |
| 	if m != nil {
 | |
| 		return m.Access
 | |
| 	}
 | |
| 	return Access_UNKNOWN
 | |
| }
 | |
| 
 | |
| type CreateRequest struct {
 | |
| 	Role                 string    `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
 | |
| 	Resource             *Resource `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
 | |
| 	Access               Access    `protobuf:"varint,3,opt,name=access,proto3,enum=go.micro.auth.Access" json:"access,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
 | |
| 	XXX_unrecognized     []byte    `json:"-"`
 | |
| 	XXX_sizecache        int32     `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *CreateRequest) Reset()         { *m = CreateRequest{} }
 | |
| func (m *CreateRequest) String() string { return proto.CompactTextString(m) }
 | |
| func (*CreateRequest) ProtoMessage()    {}
 | |
| func (*CreateRequest) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{16}
 | |
| }
 | |
| 
 | |
| func (m *CreateRequest) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_CreateRequest.Unmarshal(m, b)
 | |
| }
 | |
| func (m *CreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_CreateRequest.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *CreateRequest) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_CreateRequest.Merge(m, src)
 | |
| }
 | |
| func (m *CreateRequest) XXX_Size() int {
 | |
| 	return xxx_messageInfo_CreateRequest.Size(m)
 | |
| }
 | |
| func (m *CreateRequest) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_CreateRequest.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_CreateRequest proto.InternalMessageInfo
 | |
| 
 | |
| func (m *CreateRequest) GetRole() string {
 | |
| 	if m != nil {
 | |
| 		return m.Role
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *CreateRequest) GetResource() *Resource {
 | |
| 	if m != nil {
 | |
| 		return m.Resource
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| func (m *CreateRequest) GetAccess() Access {
 | |
| 	if m != nil {
 | |
| 		return m.Access
 | |
| 	}
 | |
| 	return Access_UNKNOWN
 | |
| }
 | |
| 
 | |
| type CreateResponse struct {
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *CreateResponse) Reset()         { *m = CreateResponse{} }
 | |
| func (m *CreateResponse) String() string { return proto.CompactTextString(m) }
 | |
| func (*CreateResponse) ProtoMessage()    {}
 | |
| func (*CreateResponse) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{17}
 | |
| }
 | |
| 
 | |
| func (m *CreateResponse) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_CreateResponse.Unmarshal(m, b)
 | |
| }
 | |
| func (m *CreateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_CreateResponse.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *CreateResponse) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_CreateResponse.Merge(m, src)
 | |
| }
 | |
| func (m *CreateResponse) XXX_Size() int {
 | |
| 	return xxx_messageInfo_CreateResponse.Size(m)
 | |
| }
 | |
| func (m *CreateResponse) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_CreateResponse.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_CreateResponse proto.InternalMessageInfo
 | |
| 
 | |
| type DeleteRequest struct {
 | |
| 	Role                 string    `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
 | |
| 	Resource             *Resource `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
 | |
| 	Access               Access    `protobuf:"varint,3,opt,name=access,proto3,enum=go.micro.auth.Access" json:"access,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
 | |
| 	XXX_unrecognized     []byte    `json:"-"`
 | |
| 	XXX_sizecache        int32     `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *DeleteRequest) Reset()         { *m = DeleteRequest{} }
 | |
| func (m *DeleteRequest) String() string { return proto.CompactTextString(m) }
 | |
| func (*DeleteRequest) ProtoMessage()    {}
 | |
| func (*DeleteRequest) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{18}
 | |
| }
 | |
| 
 | |
| func (m *DeleteRequest) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_DeleteRequest.Unmarshal(m, b)
 | |
| }
 | |
| func (m *DeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_DeleteRequest.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *DeleteRequest) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_DeleteRequest.Merge(m, src)
 | |
| }
 | |
| func (m *DeleteRequest) XXX_Size() int {
 | |
| 	return xxx_messageInfo_DeleteRequest.Size(m)
 | |
| }
 | |
| func (m *DeleteRequest) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_DeleteRequest.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_DeleteRequest proto.InternalMessageInfo
 | |
| 
 | |
| func (m *DeleteRequest) GetRole() string {
 | |
| 	if m != nil {
 | |
| 		return m.Role
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (m *DeleteRequest) GetResource() *Resource {
 | |
| 	if m != nil {
 | |
| 		return m.Resource
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| func (m *DeleteRequest) GetAccess() Access {
 | |
| 	if m != nil {
 | |
| 		return m.Access
 | |
| 	}
 | |
| 	return Access_UNKNOWN
 | |
| }
 | |
| 
 | |
| type DeleteResponse struct {
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *DeleteResponse) Reset()         { *m = DeleteResponse{} }
 | |
| func (m *DeleteResponse) String() string { return proto.CompactTextString(m) }
 | |
| func (*DeleteResponse) ProtoMessage()    {}
 | |
| func (*DeleteResponse) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{19}
 | |
| }
 | |
| 
 | |
| func (m *DeleteResponse) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_DeleteResponse.Unmarshal(m, b)
 | |
| }
 | |
| func (m *DeleteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_DeleteResponse.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *DeleteResponse) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_DeleteResponse.Merge(m, src)
 | |
| }
 | |
| func (m *DeleteResponse) XXX_Size() int {
 | |
| 	return xxx_messageInfo_DeleteResponse.Size(m)
 | |
| }
 | |
| func (m *DeleteResponse) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_DeleteResponse.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_DeleteResponse proto.InternalMessageInfo
 | |
| 
 | |
| type ListRequest struct {
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *ListRequest) Reset()         { *m = ListRequest{} }
 | |
| func (m *ListRequest) String() string { return proto.CompactTextString(m) }
 | |
| func (*ListRequest) ProtoMessage()    {}
 | |
| func (*ListRequest) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{20}
 | |
| }
 | |
| 
 | |
| func (m *ListRequest) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_ListRequest.Unmarshal(m, b)
 | |
| }
 | |
| func (m *ListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_ListRequest.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *ListRequest) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_ListRequest.Merge(m, src)
 | |
| }
 | |
| func (m *ListRequest) XXX_Size() int {
 | |
| 	return xxx_messageInfo_ListRequest.Size(m)
 | |
| }
 | |
| func (m *ListRequest) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_ListRequest.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_ListRequest proto.InternalMessageInfo
 | |
| 
 | |
| type ListResponse struct {
 | |
| 	Rules                []*Rule  `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
 | |
| 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 | |
| 	XXX_unrecognized     []byte   `json:"-"`
 | |
| 	XXX_sizecache        int32    `json:"-"`
 | |
| }
 | |
| 
 | |
| func (m *ListResponse) Reset()         { *m = ListResponse{} }
 | |
| func (m *ListResponse) String() string { return proto.CompactTextString(m) }
 | |
| func (*ListResponse) ProtoMessage()    {}
 | |
| func (*ListResponse) Descriptor() ([]byte, []int) {
 | |
| 	return fileDescriptor_11312eec02fd5712, []int{21}
 | |
| }
 | |
| 
 | |
| func (m *ListResponse) XXX_Unmarshal(b []byte) error {
 | |
| 	return xxx_messageInfo_ListResponse.Unmarshal(m, b)
 | |
| }
 | |
| func (m *ListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
 | |
| 	return xxx_messageInfo_ListResponse.Marshal(b, m, deterministic)
 | |
| }
 | |
| func (m *ListResponse) XXX_Merge(src proto.Message) {
 | |
| 	xxx_messageInfo_ListResponse.Merge(m, src)
 | |
| }
 | |
| func (m *ListResponse) XXX_Size() int {
 | |
| 	return xxx_messageInfo_ListResponse.Size(m)
 | |
| }
 | |
| func (m *ListResponse) XXX_DiscardUnknown() {
 | |
| 	xxx_messageInfo_ListResponse.DiscardUnknown(m)
 | |
| }
 | |
| 
 | |
| var xxx_messageInfo_ListResponse proto.InternalMessageInfo
 | |
| 
 | |
| func (m *ListResponse) GetRules() []*Rule {
 | |
| 	if m != nil {
 | |
| 		return m.Rules
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| func init() {
 | |
| 	proto.RegisterEnum("go.micro.auth.Access", Access_name, Access_value)
 | |
| 	proto.RegisterType((*ListAccountsRequest)(nil), "go.micro.auth.ListAccountsRequest")
 | |
| 	proto.RegisterType((*ListAccountsResponse)(nil), "go.micro.auth.ListAccountsResponse")
 | |
| 	proto.RegisterType((*Token)(nil), "go.micro.auth.Token")
 | |
| 	proto.RegisterMapType((map[string]string)(nil), "go.micro.auth.Token.MetadataEntry")
 | |
| 	proto.RegisterType((*Account)(nil), "go.micro.auth.Account")
 | |
| 	proto.RegisterMapType((map[string]string)(nil), "go.micro.auth.Account.MetadataEntry")
 | |
| 	proto.RegisterType((*Resource)(nil), "go.micro.auth.Resource")
 | |
| 	proto.RegisterType((*GenerateRequest)(nil), "go.micro.auth.GenerateRequest")
 | |
| 	proto.RegisterMapType((map[string]string)(nil), "go.micro.auth.GenerateRequest.MetadataEntry")
 | |
| 	proto.RegisterType((*GenerateResponse)(nil), "go.micro.auth.GenerateResponse")
 | |
| 	proto.RegisterType((*GrantRequest)(nil), "go.micro.auth.GrantRequest")
 | |
| 	proto.RegisterType((*GrantResponse)(nil), "go.micro.auth.GrantResponse")
 | |
| 	proto.RegisterType((*RevokeRequest)(nil), "go.micro.auth.RevokeRequest")
 | |
| 	proto.RegisterType((*RevokeResponse)(nil), "go.micro.auth.RevokeResponse")
 | |
| 	proto.RegisterType((*InspectRequest)(nil), "go.micro.auth.InspectRequest")
 | |
| 	proto.RegisterType((*InspectResponse)(nil), "go.micro.auth.InspectResponse")
 | |
| 	proto.RegisterType((*TokenRequest)(nil), "go.micro.auth.TokenRequest")
 | |
| 	proto.RegisterType((*TokenResponse)(nil), "go.micro.auth.TokenResponse")
 | |
| 	proto.RegisterType((*Rule)(nil), "go.micro.auth.Rule")
 | |
| 	proto.RegisterType((*CreateRequest)(nil), "go.micro.auth.CreateRequest")
 | |
| 	proto.RegisterType((*CreateResponse)(nil), "go.micro.auth.CreateResponse")
 | |
| 	proto.RegisterType((*DeleteRequest)(nil), "go.micro.auth.DeleteRequest")
 | |
| 	proto.RegisterType((*DeleteResponse)(nil), "go.micro.auth.DeleteResponse")
 | |
| 	proto.RegisterType((*ListRequest)(nil), "go.micro.auth.ListRequest")
 | |
| 	proto.RegisterType((*ListResponse)(nil), "go.micro.auth.ListResponse")
 | |
| }
 | |
| 
 | |
| func init() {
 | |
| 	proto.RegisterFile("github.com/micro/go-micro/auth/service/proto/auth.proto", fileDescriptor_11312eec02fd5712)
 | |
| }
 | |
| 
 | |
| var fileDescriptor_11312eec02fd5712 = []byte{
 | |
| 	// 860 bytes of a gzipped FileDescriptorProto
 | |
| 	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0xdd, 0x8e, 0xdb, 0x44,
 | |
| 	0x14, 0x5e, 0xff, 0xc4, 0xf1, 0x9e, 0xfc, 0x6c, 0x34, 0xdd, 0x16, 0x2b, 0xfd, 0x21, 0x18, 0x84,
 | |
| 	0x96, 0x8a, 0x3a, 0x28, 0xbd, 0xe0, 0xa7, 0x12, 0x22, 0x6a, 0xa2, 0xd0, 0x42, 0x83, 0xb0, 0x8a,
 | |
| 	0x0a, 0x17, 0x08, 0x79, 0x9d, 0xa3, 0x5d, 0xb3, 0x89, 0x1d, 0x3c, 0xe3, 0x15, 0x79, 0x02, 0xee,
 | |
| 	0x78, 0x14, 0x9e, 0xa8, 0x97, 0x48, 0xbc, 0x06, 0x9a, 0xf1, 0x8c, 0x37, 0x71, 0x9c, 0x55, 0x84,
 | |
| 	0x72, 0xc1, 0xdd, 0x9c, 0x99, 0x33, 0xdf, 0x7c, 0xdf, 0xe7, 0x33, 0xc7, 0x03, 0x9f, 0x5e, 0x44,
 | |
| 	0xec, 0x32, 0x3b, 0xf7, 0xc2, 0x64, 0xd1, 0x5f, 0x44, 0x61, 0x9a, 0xf4, 0x2f, 0x92, 0x27, 0xf9,
 | |
| 	0x20, 0xc8, 0xd8, 0x65, 0x9f, 0x62, 0x7a, 0x1d, 0x85, 0xd8, 0x5f, 0xa6, 0x09, 0xcb, 0xa7, 0x3c,
 | |
| 	0x31, 0x24, 0xad, 0x8b, 0xc4, 0x13, 0x79, 0x1e, 0x9f, 0x74, 0xef, 0xc2, 0x9d, 0x6f, 0x23, 0xca,
 | |
| 	0x86, 0x61, 0x98, 0x64, 0x31, 0xa3, 0x3e, 0xfe, 0x96, 0x21, 0x65, 0xee, 0x4b, 0x38, 0xdd, 0x9c,
 | |
| 	0xa6, 0xcb, 0x24, 0xa6, 0x48, 0x06, 0x60, 0x07, 0x72, 0xce, 0xd1, 0x7a, 0xc6, 0x59, 0x63, 0x70,
 | |
| 	0xcf, 0xdb, 0x00, 0xf4, 0xe4, 0x16, 0xbf, 0xc8, 0x73, 0xff, 0xd2, 0xa1, 0xf6, 0x3a, 0xb9, 0xc2,
 | |
| 	0x98, 0x9c, 0x42, 0x8d, 0xf1, 0x81, 0xa3, 0xf5, 0xb4, 0xb3, 0x63, 0x3f, 0x0f, 0x08, 0x01, 0x93,
 | |
| 	0xad, 0x96, 0xe8, 0xe8, 0x62, 0x52, 0x8c, 0x89, 0x03, 0xf5, 0x30, 0xc5, 0x80, 0xe1, 0xcc, 0x31,
 | |
| 	0x7a, 0xda, 0x99, 0xe1, 0xab, 0x90, 0xdc, 0x03, 0x0b, 0x7f, 0x5f, 0x46, 0xe9, 0xca, 0x31, 0xc5,
 | |
| 	0x82, 0x8c, 0xf8, 0x0e, 0x9a, 0x9d, 0xff, 0x8a, 0x21, 0x73, 0x6a, 0x02, 0x48, 0x85, 0xfc, 0xd4,
 | |
| 	0x34, 0x99, 0x23, 0x75, 0xac, 0x9e, 0xc1, 0x4f, 0x15, 0x01, 0xf9, 0x12, 0xec, 0x05, 0xb2, 0x60,
 | |
| 	0x16, 0xb0, 0xc0, 0xa9, 0x0b, 0x25, 0x6e, 0x49, 0x89, 0xe0, 0xec, 0xbd, 0x92, 0x49, 0xe3, 0x98,
 | |
| 	0xa5, 0x2b, 0xbf, 0xd8, 0x43, 0x1e, 0xc0, 0x71, 0x1c, 0x2c, 0x90, 0x2e, 0x83, 0x10, 0x1d, 0x5b,
 | |
| 	0x9c, 0x78, 0x33, 0xd1, 0x7d, 0x06, 0xad, 0x8d, 0x8d, 0xa4, 0x03, 0xc6, 0x15, 0xae, 0xa4, 0x70,
 | |
| 	0x3e, 0xe4, 0xb4, 0xae, 0x83, 0x79, 0xa6, 0x74, 0xe7, 0xc1, 0x17, 0xfa, 0x67, 0x9a, 0xfb, 0xb7,
 | |
| 	0x06, 0x75, 0x69, 0x23, 0x69, 0x83, 0x1e, 0xcd, 0xe4, 0x36, 0x3d, 0x12, 0xf2, 0x29, 0x86, 0x29,
 | |
| 	0x32, 0xb9, 0x4d, 0x46, 0x37, 0x22, 0x8d, 0x75, 0x91, 0x5f, 0xad, 0x89, 0x34, 0x85, 0xc8, 0x0f,
 | |
| 	0xaa, 0x3f, 0xd7, 0x7e, 0x32, 0x6b, 0x07, 0x95, 0x39, 0x05, 0xdb, 0x47, 0x9a, 0x64, 0x69, 0x88,
 | |
| 	0xbc, 0x06, 0x38, 0xaa, 0xdc, 0x28, 0xc6, 0x95, 0x75, 0xd1, 0x05, 0x1b, 0xe3, 0xd9, 0x32, 0x89,
 | |
| 	0x62, 0x26, 0x0a, 0xe3, 0xd8, 0x2f, 0x62, 0xf7, 0xad, 0x06, 0x27, 0x13, 0x8c, 0x31, 0x0d, 0x18,
 | |
| 	0xca, 0x3a, 0xde, 0xb2, 0xaf, 0xb0, 0x49, 0x5f, 0xb7, 0xe9, 0xeb, 0x35, 0x9b, 0x0c, 0x61, 0xd3,
 | |
| 	0xc7, 0x25, 0x9b, 0x4a, 0xb8, 0xfb, 0xd9, 0x65, 0x1e, 0xd4, 0xae, 0x11, 0x74, 0x6e, 0x58, 0xc8,
 | |
| 	0xeb, 0xf8, 0x09, 0xd4, 0xe5, 0x35, 0x13, 0x18, 0xbb, 0x6f, 0xa3, 0x4a, 0x73, 0xdf, 0x40, 0x73,
 | |
| 	0x92, 0x06, 0x31, 0x53, 0x06, 0x11, 0x30, 0xb9, 0x07, 0xca, 0x78, 0x3e, 0x26, 0x4f, 0xc1, 0x4e,
 | |
| 	0xe5, 0x87, 0x11, 0x34, 0x1a, 0x83, 0x77, 0x4a, 0xb0, 0xea, 0xbb, 0xf9, 0x45, 0xa2, 0x7b, 0x02,
 | |
| 	0x2d, 0x09, 0x9c, 0x73, 0x73, 0x7f, 0x84, 0x96, 0x8f, 0xd7, 0xc9, 0x15, 0x1e, 0xfc, 0xa8, 0x0e,
 | |
| 	0xb4, 0x15, 0xb2, 0x3c, 0xeb, 0x43, 0x68, 0xbf, 0x88, 0xe9, 0x12, 0xc3, 0x42, 0x57, 0x65, 0xab,
 | |
| 	0x71, 0x9f, 0xc3, 0x49, 0x91, 0xf7, 0x9f, 0x2d, 0xfc, 0x09, 0x9a, 0xa2, 0x35, 0xec, 0xaa, 0xb1,
 | |
| 	0x5d, 0x57, 0xf4, 0x3d, 0x68, 0x0a, 0x16, 0xbf, 0xc8, 0xfe, 0x95, 0x37, 0xb6, 0x86, 0x98, 0x1b,
 | |
| 	0x8b, 0x29, 0xf7, 0x19, 0xb4, 0x24, 0xb4, 0x64, 0xf7, 0x78, 0x5d, 0x46, 0x63, 0x70, 0x5a, 0xd5,
 | |
| 	0xa2, 0x94, 0xb8, 0x3f, 0x35, 0x30, 0xfd, 0x6c, 0x8e, 0x5b, 0x84, 0x94, 0xf1, 0xfa, 0x0e, 0xe3,
 | |
| 	0x8d, 0x3d, 0x8d, 0x27, 0x4f, 0xc0, 0x0a, 0xc2, 0x10, 0x29, 0x15, 0xa5, 0xdd, 0x1e, 0xdc, 0xdd,
 | |
| 	0xb6, 0x0a, 0x29, 0xf5, 0x65, 0x92, 0xfb, 0x87, 0x06, 0xad, 0xe7, 0xa2, 0x6d, 0x1f, 0xba, 0x04,
 | |
| 	0xd6, 0x98, 0x18, 0xfb, 0x30, 0xe9, 0x40, 0x5b, 0x11, 0x91, 0x15, 0xc3, 0xb9, 0x8d, 0x70, 0x8e,
 | |
| 	0xff, 0x0b, 0x6e, 0x8a, 0x88, 0xe4, 0xd6, 0x82, 0x06, 0xff, 0xf9, 0xaa, 0x7f, 0xf1, 0xe7, 0xd0,
 | |
| 	0xcc, 0x43, 0x59, 0x13, 0x1f, 0x41, 0x2d, 0xcd, 0x78, 0x0f, 0xcb, 0x7f, 0xc0, 0x77, 0xca, 0x8c,
 | |
| 	0xb2, 0x39, 0xfa, 0x79, 0xc6, 0x63, 0x0f, 0xac, 0xfc, 0x34, 0xd2, 0x80, 0xfa, 0x0f, 0xd3, 0x6f,
 | |
| 	0xa6, 0xdf, 0xbd, 0x99, 0x76, 0x8e, 0x78, 0x30, 0xf1, 0x87, 0xd3, 0xd7, 0xe3, 0x51, 0x47, 0x23,
 | |
| 	0x00, 0xd6, 0x68, 0x3c, 0x7d, 0x31, 0x1e, 0x75, 0xf4, 0xc1, 0x3f, 0x1a, 0x98, 0xc3, 0x8c, 0x5d,
 | |
| 	0x92, 0x57, 0x60, 0xab, 0x66, 0x43, 0x1e, 0xdd, 0xde, 0x0b, 0xbb, 0xef, 0xee, 0x5c, 0x97, 0x7a,
 | |
| 	0x8e, 0xc8, 0x4b, 0xa8, 0xcb, 0x7b, 0x47, 0x1e, 0x96, 0xb2, 0x37, 0xef, 0x6d, 0xf7, 0xd1, 0xae,
 | |
| 	0xe5, 0x02, 0x6b, 0xa4, 0x5e, 0x13, 0xf7, 0x2b, 0x2f, 0x83, 0xc4, 0x79, 0x50, 0xbd, 0xa8, 0x50,
 | |
| 	0x06, 0x3f, 0x83, 0xad, 0x1e, 0x37, 0xe4, 0x7b, 0x30, 0xb9, 0xc1, 0xa4, 0xfc, 0x00, 0xa8, 0x78,
 | |
| 	0x18, 0x75, 0xdf, 0xbf, 0x35, 0xa7, 0x80, 0x7f, 0xab, 0x41, 0x8d, 0x7f, 0x08, 0x4a, 0x26, 0x60,
 | |
| 	0xe5, 0xa5, 0x47, 0xca, 0x94, 0x36, 0xae, 0x46, 0xf7, 0xe1, 0x8e, 0xd5, 0x42, 0xf7, 0x04, 0xac,
 | |
| 	0xbc, 0x4e, 0xb6, 0x80, 0x36, 0xea, 0x78, 0x0b, 0xa8, 0x54, 0x5c, 0x47, 0x64, 0x28, 0xe5, 0x76,
 | |
| 	0x2b, 0xa4, 0x28, 0x90, 0xfb, 0x95, 0x6b, 0x0a, 0xe2, 0xdc, 0x12, 0x6f, 0xc9, 0xa7, 0xff, 0x06,
 | |
| 	0x00, 0x00, 0xff, 0xff, 0x24, 0x1b, 0xf8, 0x32, 0x86, 0x0a, 0x00, 0x00,
 | |
| }
 |