| 41 | Subject Subject `json:"subject_id,omitempty"` |
| 42 | } |
| 43 | TupleData interface { |
| 44 | GetSubject() *rts.Subject |
| 45 | GetObject() string |
| 46 | GetNamespace() string |
| 47 | GetRelation() string |
| 48 | } |
| 49 | Subject interface { |
| 50 | Equals(Subject) bool |
| 51 | UniqueID() uuid.UUID |
nothing calls this directly
no outgoing calls
no test coverage detected