repository

package
v0.0.0-...-b66bdfa Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type History

type History interface {
	Create(ctx context.Context, history *entity.History) error
	List(ctx context.Context, params HistoryListParams) ([]*entity.History, error)
	FindByJobID(ctx context.Context, jobID uuid.UUID) (*entity.History, error)
}

type HistoryListParams

type HistoryListParams struct {
	Limit  int
	Offset int
	Latest bool
}

Jump to

Keyboard shortcuts

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