= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
ON THIS PAGE
package datakit-ci
-
datakit_ci
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Access Control List
val everyone : t
everyone
is the ACL granting access to everyone
val username : string -> t
username n
is the ACL granting access to the user n
.
val github_org : string -> t
github_org o
is the ACL granting access to all the users of the o
GitHub organisation. Note: currently, only public organisation membership is used.
val can_read_github : string -> t
can_read "org/repo"
is the ACL granting access to users who can see the org/repo
GitHub repository.
ON THIS PAGE