Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
func New ¶
func New(m *model.Model, req *dsr.CheckRequest, reader RelationReader) *Checker
type ObjectSearch ¶ added in v0.1.1
type ObjectSearch struct {
// contains filtered or unexported fields
}
func NewObjectSearch ¶ added in v0.1.1
func NewObjectSearch(m *model.Model, req *dsr.GetGraphRequest, reader RelationReader) *ObjectSearch
func (*ObjectSearch) Search ¶ added in v0.1.1
func (s *ObjectSearch) Search() (*dsr.GetGraphResponse, error)
type RelationReader ¶
RelationReader retrieves relations that match the given filter.
type SubjectSearch ¶ added in v0.1.1
type SubjectSearch struct {
// contains filtered or unexported fields
}
func NewSubjectSearch ¶ added in v0.1.1
func NewSubjectSearch(m *model.Model, req *dsr.GetGraphRequest, reader RelationReader) *SubjectSearch
func (*SubjectSearch) Search ¶ added in v0.1.1
func (s *SubjectSearch) Search() (*dsr.GetGraphResponse, error)
Click to show internal directories.
Click to hide internal directories.