role

package
v5.0.0-...-90f8c98 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2025 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package role is in charge of managing user roles

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type DAO

type DAO interface {
	resources.DAO

	Migrate(ctx context.Context) error
	Add(ctx context.Context, role *idm.Role) (*idm.Role, bool, error)
	Delete(ctx context.Context, query service2.Enquirer) (numRows int64, e error)
	Search(ctx context.Context, query service2.Enquirer, output *[]*idm.Role) error
	Count(ctx context.Context, query service2.Enquirer) (int32, error)
}

DAO interface

Directories

Path Synopsis
dao

Jump to

Keyboard shortcuts

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