Создание rbac

This commit is contained in:
Anatoly Prohacky 2022-07-30 18:59:18 +10:00
parent 8223d7d0e9
commit 40a7851e45
3 changed files with 26 additions and 12 deletions

35
.gitignore vendored
View File

@ -1,17 +1,28 @@
# ---> Actionscript .vscode/*
# Build and Release Folders !.vscode/settings.json
bin/ !.vscode/tasks.json
bin-debug/ !.vscode/launch.json
bin-release/ !.vscode/extensions.json
!.vscode/*.code-snippets
# Other files and folders # Local History for Visual Studio Code
.settings/ .history/
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # Built Visual Studio Code Extensions
# should NOT be excluded as they contain compiler settings and other important *.vsix
# information for Eclipse / Flash Builder.
# ---> VisualStudioCode # Binaries for programs and plugins
.settings *.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module gitstore.ru/tolikproh/policy
go 1.18