Documentation ¶
Index ¶
- type CreatePolicyReq
- func (*CreatePolicyReq) Descriptor() ([]byte, []int)
- func (m *CreatePolicyReq) GetAction() string
- func (m *CreatePolicyReq) GetResource() string
- func (m *CreatePolicyReq) GetSubjects() []string
- func (*CreatePolicyReq) ProtoMessage()
- func (m *CreatePolicyReq) Reset()
- func (m *CreatePolicyReq) String() string
- func (m *CreatePolicyReq) XXX_DiscardUnknown()
- func (m *CreatePolicyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreatePolicyReq) XXX_Merge(src proto.Message)
- func (m *CreatePolicyReq) XXX_Size() int
- func (m *CreatePolicyReq) XXX_Unmarshal(b []byte) error
- type DeletePolicyReq
- func (*DeletePolicyReq) Descriptor() ([]byte, []int)
- func (m *DeletePolicyReq) GetId() string
- func (*DeletePolicyReq) ProtoMessage()
- func (m *DeletePolicyReq) Reset()
- func (m *DeletePolicyReq) String() string
- func (m *DeletePolicyReq) XXX_DiscardUnknown()
- func (m *DeletePolicyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DeletePolicyReq) XXX_Merge(src proto.Message)
- func (m *DeletePolicyReq) XXX_Size() int
- func (m *DeletePolicyReq) XXX_Unmarshal(b []byte) error
- type IntrospectAllProjectsReq
- func (*IntrospectAllProjectsReq) Descriptor() ([]byte, []int)
- func (*IntrospectAllProjectsReq) ProtoMessage()
- func (m *IntrospectAllProjectsReq) Reset()
- func (m *IntrospectAllProjectsReq) String() string
- func (m *IntrospectAllProjectsReq) XXX_DiscardUnknown()
- func (m *IntrospectAllProjectsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *IntrospectAllProjectsReq) XXX_Merge(src proto.Message)
- func (m *IntrospectAllProjectsReq) XXX_Size() int
- func (m *IntrospectAllProjectsReq) XXX_Unmarshal(b []byte) error
- type IntrospectAllReq
- func (*IntrospectAllReq) Descriptor() ([]byte, []int)
- func (*IntrospectAllReq) ProtoMessage()
- func (m *IntrospectAllReq) Reset()
- func (m *IntrospectAllReq) String() string
- func (m *IntrospectAllReq) XXX_DiscardUnknown()
- func (m *IntrospectAllReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *IntrospectAllReq) XXX_Merge(src proto.Message)
- func (m *IntrospectAllReq) XXX_Size() int
- func (m *IntrospectAllReq) XXX_Unmarshal(b []byte) error
- type IntrospectReq
- func (*IntrospectReq) Descriptor() ([]byte, []int)
- func (m *IntrospectReq) GetParameters() []string
- func (m *IntrospectReq) GetPath() string
- func (*IntrospectReq) ProtoMessage()
- func (m *IntrospectReq) Reset()
- func (m *IntrospectReq) String() string
- func (m *IntrospectReq) XXX_DiscardUnknown()
- func (m *IntrospectReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *IntrospectReq) XXX_Merge(src proto.Message)
- func (m *IntrospectReq) XXX_Size() int
- func (m *IntrospectReq) XXX_Unmarshal(b []byte) error
- type IntrospectSomeReq
- func (*IntrospectSomeReq) Descriptor() ([]byte, []int)
- func (m *IntrospectSomeReq) GetPaths() []string
- func (*IntrospectSomeReq) ProtoMessage()
- func (m *IntrospectSomeReq) Reset()
- func (m *IntrospectSomeReq) String() string
- func (m *IntrospectSomeReq) XXX_DiscardUnknown()
- func (m *IntrospectSomeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *IntrospectSomeReq) XXX_Merge(src proto.Message)
- func (m *IntrospectSomeReq) XXX_Size() int
- func (m *IntrospectSomeReq) XXX_Unmarshal(b []byte) error
- type IsAuthorizedReq
- func (*IsAuthorizedReq) Descriptor() ([]byte, []int)
- func (m *IsAuthorizedReq) GetAction() string
- func (m *IsAuthorizedReq) GetResource() string
- func (m *IsAuthorizedReq) GetSubject() string
- func (*IsAuthorizedReq) ProtoMessage()
- func (m *IsAuthorizedReq) Reset()
- func (m *IsAuthorizedReq) String() string
- func (m *IsAuthorizedReq) XXX_DiscardUnknown()
- func (m *IsAuthorizedReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *IsAuthorizedReq) XXX_Merge(src proto.Message)
- func (m *IsAuthorizedReq) XXX_Size() int
- func (m *IsAuthorizedReq) XXX_Unmarshal(b []byte) error
- type ListPoliciesReq
- func (*ListPoliciesReq) Descriptor() ([]byte, []int)
- func (*ListPoliciesReq) ProtoMessage()
- func (m *ListPoliciesReq) Reset()
- func (m *ListPoliciesReq) String() string
- func (m *ListPoliciesReq) XXX_DiscardUnknown()
- func (m *ListPoliciesReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListPoliciesReq) XXX_Merge(src proto.Message)
- func (m *ListPoliciesReq) XXX_Size() int
- func (m *ListPoliciesReq) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePolicyReq ¶
type CreatePolicyReq struct { Action string `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"` Subjects []string `protobuf:"bytes,3,rep,name=subjects,proto3" json:"subjects,omitempty"` Resource string `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreatePolicyReq) Descriptor ¶
func (*CreatePolicyReq) Descriptor() ([]byte, []int)
func (*CreatePolicyReq) GetAction ¶
func (m *CreatePolicyReq) GetAction() string
func (*CreatePolicyReq) GetResource ¶
func (m *CreatePolicyReq) GetResource() string
func (*CreatePolicyReq) GetSubjects ¶
func (m *CreatePolicyReq) GetSubjects() []string
func (*CreatePolicyReq) ProtoMessage ¶
func (*CreatePolicyReq) ProtoMessage()
func (*CreatePolicyReq) Reset ¶
func (m *CreatePolicyReq) Reset()
func (*CreatePolicyReq) String ¶
func (m *CreatePolicyReq) String() string
func (*CreatePolicyReq) XXX_DiscardUnknown ¶
func (m *CreatePolicyReq) XXX_DiscardUnknown()
func (*CreatePolicyReq) XXX_Marshal ¶
func (m *CreatePolicyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreatePolicyReq) XXX_Merge ¶
func (dst *CreatePolicyReq) XXX_Merge(src proto.Message)
func (*CreatePolicyReq) XXX_Size ¶
func (m *CreatePolicyReq) XXX_Size() int
func (*CreatePolicyReq) XXX_Unmarshal ¶
func (m *CreatePolicyReq) XXX_Unmarshal(b []byte) error
type DeletePolicyReq ¶
type DeletePolicyReq struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeletePolicyReq) Descriptor ¶
func (*DeletePolicyReq) Descriptor() ([]byte, []int)
func (*DeletePolicyReq) GetId ¶
func (m *DeletePolicyReq) GetId() string
func (*DeletePolicyReq) ProtoMessage ¶
func (*DeletePolicyReq) ProtoMessage()
func (*DeletePolicyReq) Reset ¶
func (m *DeletePolicyReq) Reset()
func (*DeletePolicyReq) String ¶
func (m *DeletePolicyReq) String() string
func (*DeletePolicyReq) XXX_DiscardUnknown ¶
func (m *DeletePolicyReq) XXX_DiscardUnknown()
func (*DeletePolicyReq) XXX_Marshal ¶
func (m *DeletePolicyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeletePolicyReq) XXX_Merge ¶
func (dst *DeletePolicyReq) XXX_Merge(src proto.Message)
func (*DeletePolicyReq) XXX_Size ¶
func (m *DeletePolicyReq) XXX_Size() int
func (*DeletePolicyReq) XXX_Unmarshal ¶
func (m *DeletePolicyReq) XXX_Unmarshal(b []byte) error
type IntrospectAllProjectsReq ¶
type IntrospectAllProjectsReq struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IntrospectAllProjectsReq) Descriptor ¶
func (*IntrospectAllProjectsReq) Descriptor() ([]byte, []int)
func (*IntrospectAllProjectsReq) ProtoMessage ¶
func (*IntrospectAllProjectsReq) ProtoMessage()
func (*IntrospectAllProjectsReq) Reset ¶
func (m *IntrospectAllProjectsReq) Reset()
func (*IntrospectAllProjectsReq) String ¶
func (m *IntrospectAllProjectsReq) String() string
func (*IntrospectAllProjectsReq) XXX_DiscardUnknown ¶
func (m *IntrospectAllProjectsReq) XXX_DiscardUnknown()
func (*IntrospectAllProjectsReq) XXX_Marshal ¶
func (m *IntrospectAllProjectsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IntrospectAllProjectsReq) XXX_Merge ¶
func (dst *IntrospectAllProjectsReq) XXX_Merge(src proto.Message)
func (*IntrospectAllProjectsReq) XXX_Size ¶
func (m *IntrospectAllProjectsReq) XXX_Size() int
func (*IntrospectAllProjectsReq) XXX_Unmarshal ¶
func (m *IntrospectAllProjectsReq) XXX_Unmarshal(b []byte) error
type IntrospectAllReq ¶
type IntrospectAllReq struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IntrospectAllReq) Descriptor ¶
func (*IntrospectAllReq) Descriptor() ([]byte, []int)
func (*IntrospectAllReq) ProtoMessage ¶
func (*IntrospectAllReq) ProtoMessage()
func (*IntrospectAllReq) Reset ¶
func (m *IntrospectAllReq) Reset()
func (*IntrospectAllReq) String ¶
func (m *IntrospectAllReq) String() string
func (*IntrospectAllReq) XXX_DiscardUnknown ¶
func (m *IntrospectAllReq) XXX_DiscardUnknown()
func (*IntrospectAllReq) XXX_Marshal ¶
func (m *IntrospectAllReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IntrospectAllReq) XXX_Merge ¶
func (dst *IntrospectAllReq) XXX_Merge(src proto.Message)
func (*IntrospectAllReq) XXX_Size ¶
func (m *IntrospectAllReq) XXX_Size() int
func (*IntrospectAllReq) XXX_Unmarshal ¶
func (m *IntrospectAllReq) XXX_Unmarshal(b []byte) error
type IntrospectReq ¶
type IntrospectReq struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Parameters []string `protobuf:"bytes,2,rep,name=parameters,proto3" json:"parameters,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IntrospectReq) Descriptor ¶
func (*IntrospectReq) Descriptor() ([]byte, []int)
func (*IntrospectReq) GetParameters ¶
func (m *IntrospectReq) GetParameters() []string
func (*IntrospectReq) GetPath ¶
func (m *IntrospectReq) GetPath() string
func (*IntrospectReq) ProtoMessage ¶
func (*IntrospectReq) ProtoMessage()
func (*IntrospectReq) Reset ¶
func (m *IntrospectReq) Reset()
func (*IntrospectReq) String ¶
func (m *IntrospectReq) String() string
func (*IntrospectReq) XXX_DiscardUnknown ¶
func (m *IntrospectReq) XXX_DiscardUnknown()
func (*IntrospectReq) XXX_Marshal ¶
func (m *IntrospectReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IntrospectReq) XXX_Merge ¶
func (dst *IntrospectReq) XXX_Merge(src proto.Message)
func (*IntrospectReq) XXX_Size ¶
func (m *IntrospectReq) XXX_Size() int
func (*IntrospectReq) XXX_Unmarshal ¶
func (m *IntrospectReq) XXX_Unmarshal(b []byte) error
type IntrospectSomeReq ¶
type IntrospectSomeReq struct { Paths []string `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IntrospectSomeReq) Descriptor ¶
func (*IntrospectSomeReq) Descriptor() ([]byte, []int)
func (*IntrospectSomeReq) GetPaths ¶
func (m *IntrospectSomeReq) GetPaths() []string
func (*IntrospectSomeReq) ProtoMessage ¶
func (*IntrospectSomeReq) ProtoMessage()
func (*IntrospectSomeReq) Reset ¶
func (m *IntrospectSomeReq) Reset()
func (*IntrospectSomeReq) String ¶
func (m *IntrospectSomeReq) String() string
func (*IntrospectSomeReq) XXX_DiscardUnknown ¶
func (m *IntrospectSomeReq) XXX_DiscardUnknown()
func (*IntrospectSomeReq) XXX_Marshal ¶
func (m *IntrospectSomeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IntrospectSomeReq) XXX_Merge ¶
func (dst *IntrospectSomeReq) XXX_Merge(src proto.Message)
func (*IntrospectSomeReq) XXX_Size ¶
func (m *IntrospectSomeReq) XXX_Size() int
func (*IntrospectSomeReq) XXX_Unmarshal ¶
func (m *IntrospectSomeReq) XXX_Unmarshal(b []byte) error
type IsAuthorizedReq ¶
type IsAuthorizedReq struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` Resource string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"` Action string `protobuf:"bytes,3,opt,name=action,proto3" json:"action,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IsAuthorizedReq) Descriptor ¶
func (*IsAuthorizedReq) Descriptor() ([]byte, []int)
func (*IsAuthorizedReq) GetAction ¶
func (m *IsAuthorizedReq) GetAction() string
func (*IsAuthorizedReq) GetResource ¶
func (m *IsAuthorizedReq) GetResource() string
func (*IsAuthorizedReq) GetSubject ¶
func (m *IsAuthorizedReq) GetSubject() string
func (*IsAuthorizedReq) ProtoMessage ¶
func (*IsAuthorizedReq) ProtoMessage()
func (*IsAuthorizedReq) Reset ¶
func (m *IsAuthorizedReq) Reset()
func (*IsAuthorizedReq) String ¶
func (m *IsAuthorizedReq) String() string
func (*IsAuthorizedReq) XXX_DiscardUnknown ¶
func (m *IsAuthorizedReq) XXX_DiscardUnknown()
func (*IsAuthorizedReq) XXX_Marshal ¶
func (m *IsAuthorizedReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IsAuthorizedReq) XXX_Merge ¶
func (dst *IsAuthorizedReq) XXX_Merge(src proto.Message)
func (*IsAuthorizedReq) XXX_Size ¶
func (m *IsAuthorizedReq) XXX_Size() int
func (*IsAuthorizedReq) XXX_Unmarshal ¶
func (m *IsAuthorizedReq) XXX_Unmarshal(b []byte) error
type ListPoliciesReq ¶
type ListPoliciesReq struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListPoliciesReq) Descriptor ¶
func (*ListPoliciesReq) Descriptor() ([]byte, []int)
func (*ListPoliciesReq) ProtoMessage ¶
func (*ListPoliciesReq) ProtoMessage()
func (*ListPoliciesReq) Reset ¶
func (m *ListPoliciesReq) Reset()
func (*ListPoliciesReq) String ¶
func (m *ListPoliciesReq) String() string
func (*ListPoliciesReq) XXX_DiscardUnknown ¶
func (m *ListPoliciesReq) XXX_DiscardUnknown()
func (*ListPoliciesReq) XXX_Marshal ¶
func (m *ListPoliciesReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListPoliciesReq) XXX_Merge ¶
func (dst *ListPoliciesReq) XXX_Merge(src proto.Message)
func (*ListPoliciesReq) XXX_Size ¶
func (m *ListPoliciesReq) XXX_Size() int
func (*ListPoliciesReq) XXX_Unmarshal ¶
func (m *ListPoliciesReq) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.