Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DEFAULT_SECTION specifies the name of a section if no name provided DEFAULT_SECTION = "default" // DEFAULT_COMMENT defines what character(s) indicate a comment `#` DEFAULT_COMMENT = []byte{'#'} // DEFAULT_COMMENT_SEM defines what alternate character(s) indicate a comment `;` DEFAULT_COMMENT_SEM = []byte{';'} // DEFAULT_MULTI_LINE_SEPARATOR defines what character indicates a multi-line content DEFAULT_MULTI_LINE_SEPARATOR = []byte{'\\'} )
https://github.com/casbin/casbin/blob/master/config/config.go
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.