Add some base functions
2 files changed
tree: 9172f26aa9f5c2b580cee9331afbab0f105c651c
  1. .gitignore
  2. client.go
  3. enforce.go
  4. LICENSE
  5. main.go
  6. README.md
README.md

Go client for Casbin Server

casbin-go-client is Golang's client for Casbin-Server. Casbin-Server is the Access Control as a Service (ACaaS) solution based on Casbin.

Installation

go get github.com/casbin/casbin-go-client

License

This project is under Apache 2.0 License. See the LICENSE file for the full license text.