mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
be0cc72473
* [CI] Add goconst linter * Implement goconst recommendations * Rename defaultPolicy to denyPolicy * Change order for test constants Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>
4 lines
42 B
Go
4 lines
42 B
Go
package schema
|
|
|
|
const denyPolicy = "deny"
|