usecase

package
v0.2.9 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: GPL-3.0 Imports: 5 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) Delete added in v0.1.11

func (a *ACIUseCase) Delete(ctx context.Context, id string) 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)

func (*ACIUseCase) GetResourcesByUserIdAndPayload added in v0.1.13

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

func (*ACIUseCase) GetResourcesByUserIdAndResource added in v0.2.2

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

func (*ACIUseCase) List added in v0.1.9

func (*ACIUseCase) Update added in v0.1.11

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

Jump to

Keyboard shortcuts

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