tkInfraActivityRecord

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivityRecordCmdRepo

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

func NewActivityRecordCmdRepo

func NewActivityRecordCmdRepo(
	trailDbSvc *tkInfraDb.TrailDatabaseService,
) *ActivityRecordCmdRepo

func (*ActivityRecordCmdRepo) Create

func (repo *ActivityRecordCmdRepo) Create(createDto tkDto.CreateActivityRecord) error

func (*ActivityRecordCmdRepo) Delete

func (repo *ActivityRecordCmdRepo) Delete(deleteDto tkDto.DeleteActivityRecord) error

type ActivityRecordQueryRepo

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

func NewActivityRecordQueryRepo

func NewActivityRecordQueryRepo(
	trailDbSvc *tkInfraDb.TrailDatabaseService,
) *ActivityRecordQueryRepo

func (*ActivityRecordQueryRepo) Read

func (*ActivityRecordQueryRepo) ReadFirst

func (repo *ActivityRecordQueryRepo) ReadFirst(
	requestDto tkDto.ReadActivityRecordsRequest,
) (activityRecord tkEntity.ActivityRecord, err error)

Jump to

Keyboard shortcuts

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