progressmanager

package
v1.0.0-beta.213 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Adapter

type Adapter interface {
	ProgressManagerAdapter
}

type ProgressManagerAdapter

type ProgressManagerAdapter interface {
	GetProgress(ctx context.Context, input entity.GetProgressInput) (*entity.Progress, error)
	UpsertProgress(ctx context.Context, input entity.UpsertProgressInput) error
}

type ProgressManagerService

type ProgressManagerService interface {
	GetProgress(ctx context.Context, input entity.GetProgressInput) (*entity.Progress, error)
	UpsertProgress(ctx context.Context, input entity.UpsertProgressInput) error
}

type Service

type Service interface {
	ProgressManagerService
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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