role_permissions

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ById = rest.NewEndpoint(
		"", rest.Id,
	)
)

Auth service role permissions REST endpoints

View Source
var Interceptions = map[string]map[rest.Method]grpc.Method{
	ById.String(): {
		rest.DELETE: auth.RevokeRolePermission,
	},
}

Interceptions is the map of the REST API endpoints to the auth service refresh tokens gRPC methods

Map is the map of the REST API endpoints of the auth service role permissions

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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