Documentation ¶
Index ¶
Constants ¶
View Source
const ( Public string = "public" // everyone can read/write Protected string = "protected" // everyone can read, write with api key Private string = "private" // read/write with api key )
Variables ¶
This section is empty.
Functions ¶
func ValidateAccess ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.