go-rbac

command module
v0.0.0-...-91ffa7f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2019 License: MIT Imports: 6 Imported by: 0

README

GoRbac

this is a API to handle role base access control in software development,I built this API using GO Language and Using gin for framework.

Installation

Please install golang first in your system and then run:

go get github.com/crmspy/go-rbac

Usage

go to folder $GOPATH/github.com/crmspy/go-rbac then run this command:

#install all Install dependencies
go get -d -v

#or
go get ./...

#run application
go run main.go

#to build and run application
go build main.go && ./main

api service will automatically run on port localhost:8080

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL