trace

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2026 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthAuditTraceRepository

type AuthAuditTraceRepository struct {
	*repository.BaseCRUDTraceRepository[*domain.AuthAudit, string]
	// contains filtered or unexported fields
}

func (*AuthAuditTraceRepository) ListByPeriod

func (aat *AuthAuditTraceRepository) ListByPeriod(ctx context.Context, from, till time.Time, limit, offset int) ([]*domain.AuthAudit, error)

func (*AuthAuditTraceRepository) ListByUsername

func (aat *AuthAuditTraceRepository) ListByUsername(ctx context.Context, username string, offset, limit int) ([]*domain.AuthAudit, error)

type DataAuditTraceRepository

type DataAuditTraceRepository struct {
	*repository.BaseCRUDTraceRepository[*domain.DataAudit, string]
	// contains filtered or unexported fields
}

func (*DataAuditTraceRepository) ListByInstance

func (dat *DataAuditTraceRepository) ListByInstance(ctx context.Context, typeName, instanceID string, limit, offset int) ([]*domain.DataAudit, error)

func (*DataAuditTraceRepository) ListByPeriod

func (dat *DataAuditTraceRepository) ListByPeriod(ctx context.Context, from, till time.Time, limit, offset int) ([]*domain.DataAudit, error)

Jump to

Keyboard shortcuts

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