You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-07-03 00:58:13 +02:00
Completed API documentation for swagger
This commit is contained in:
@ -55,9 +55,8 @@ var service = "WEB_API"
|
||||
|
||||
// @securitydefinitions.oauth2.password OAuth2Password
|
||||
// @tokenUrl /v1/oauth/token
|
||||
// @scope.read Grants read access
|
||||
// @scope.write Grants write access
|
||||
// @scope.admin Grants read and write access to administrative information
|
||||
// @scope.user Grants basic privileges with role of user.
|
||||
// @scope.admin Grants administrative privileges with role of admin.
|
||||
|
||||
func main() {
|
||||
|
||||
|
Reference in New Issue
Block a user