package
3.0.1+incompatible
Repository: https://github.com/nodece/casbin.git
Documentation: pkg.go.dev

# Functions

NewConfig create an empty configuration representation from file.
NewConfigFromText create an empty configuration representation from text.

# Variables

DEFAULT_COMMENT defines what character(s) indicate a comment `#`.
DEFAULT_COMMENT_SEM defines what alternate character(s) indicate a comment `;`.
DEFAULT_MULTI_LINE_SEPARATOR defines what character indicates a multi-line content.
DEFAULT_SECTION specifies the name of a section if no name provided.

# Structs

Config represents an implementation of the ConfigInterface.

# Interfaces

ConfigInterface defines the behavior of a Config implementation.