telemetry

package
v0.0.15 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 AuthAuditTraceInteractor

type AuthAuditTraceInteractor struct {
	*telemetry.BaseTelemetry
	// contains filtered or unexported fields
}

func NewAuthAuditUseCase

func NewAuthAuditUseCase(
	ucName string,
	next usecase.AuthAuditUseCase,
) *AuthAuditTraceInteractor

func (*AuthAuditTraceInteractor) Audit

type AuthListByPeriodTraceInteractor

type AuthListByPeriodTraceInteractor struct {
	*telemetry.BaseTelemetry
	// contains filtered or unexported fields
}

func (*AuthListByPeriodTraceInteractor) List

func (lpt *AuthListByPeriodTraceInteractor) List(ctx context.Context, from, till time.Time, limit int, offset int) ([]*domain.AuthAudit, error)

type AuthListByUsernameTraceInteractor

type AuthListByUsernameTraceInteractor struct {
	*telemetry.BaseTelemetry
	// contains filtered or unexported fields
}

func (*AuthListByUsernameTraceInteractor) List

func (lut *AuthListByUsernameTraceInteractor) List(ctx context.Context, username string, limit, offset int) ([]*domain.AuthAudit, error)

type DataAuditTraceInteractor

type DataAuditTraceInteractor struct {
	*telemetry.BaseTelemetry
	// contains filtered or unexported fields
}

func NewDataAuditUseCase

func NewDataAuditUseCase(
	ucName string,
	next usecase.DataAuditUseCase,
) *DataAuditTraceInteractor

func (*DataAuditTraceInteractor) Audit

type DataListByInstanceTraceInteractor

type DataListByInstanceTraceInteractor struct {
	*telemetry.BaseTelemetry
	// contains filtered or unexported fields
}

func (*DataListByInstanceTraceInteractor) List

func (lit *DataListByInstanceTraceInteractor) List(ctx context.Context, typeName, instanceID string, limit, offset int) ([]*domain.DataAudit, error)

type DataListByPeriodTraceInteractor

type DataListByPeriodTraceInteractor struct {
	*telemetry.BaseTelemetry
	// contains filtered or unexported fields
}

func (*DataListByPeriodTraceInteractor) List

func (pti *DataListByPeriodTraceInteractor) List(ctx context.Context, from, till time.Time, limit int, offset int) ([]*domain.DataAudit, error)

Jump to

Keyboard shortcuts

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