usecase

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ACIUseCase

type ACIUseCase struct {
	// contains filtered or unexported fields
}

func NewACIUseCase

func NewACIUseCase(aciRepo domain.ACIRepository) *ACIUseCase

func (*ACIUseCase) Create

func (a *ACIUseCase) Create(ctx context.Context, aci *domain.ACI) error

func (*ACIUseCase) GetById

func (a *ACIUseCase) GetById(ctx context.Context, id string) (*domain.ACI, error)

func (*ACIUseCase) GetByPayload

func (a *ACIUseCase) GetByPayload(ctx context.Context, payload string) ([]*domain.ACI, error)

func (*ACIUseCase) GetByResource

func (a *ACIUseCase) GetByResource(ctx context.Context, resource string) ([]*domain.ACI, error)

func (*ACIUseCase) GetByRoleId

func (a *ACIUseCase) GetByRoleId(ctx context.Context, roleId string) ([]*domain.ACI, error)

func (*ACIUseCase) GetByUserId

func (a *ACIUseCase) GetByUserId(ctx context.Context, userId string) ([]*domain.ACI, error)

Jump to

Keyboard shortcuts

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