mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
Define access control on Info
This commit is contained in:
parent
439e9ff9ae
commit
7326df0c65
@ -58,6 +58,7 @@ data Relation = Default AccessControl
|
|||||||
data Info scopeAddress = Info
|
data Info scopeAddress = Info
|
||||||
{ infoDeclaration :: Declaration
|
{ infoDeclaration :: Declaration
|
||||||
, infoRelation :: Relation
|
, infoRelation :: Relation
|
||||||
|
, infoAccessControl :: AccessControl
|
||||||
, infoSpan :: Span
|
, infoSpan :: Span
|
||||||
, infoAssociatedScope :: Maybe scopeAddress
|
, infoAssociatedScope :: Maybe scopeAddress
|
||||||
} deriving (Eq, Show, Ord, Generic, NFData)
|
} deriving (Eq, Show, Ord, Generic, NFData)
|
||||||
|
Loading…
Reference in New Issue
Block a user