query

package
v1.8.2 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 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 NgetesUseCase

type NgetesUseCase interface {
	GetNgetesByID(ctx context.Context, id string) (*entity.Ngetes, error)
	GetListNgetes(ctx context.Context, request *utils.RequestOption) ([]*entity.Ngetes, *utils.MetaResponse, error)
}

NgetesUseCase ngetes query usecase template

type TesBaruUseCase

type TesBaruUseCase interface {
	GetTesBaruByID(ctx context.Context, id string) (*entity.TesBaru, error)
	GetListTesBaru(ctx context.Context, request *utils.RequestOption) ([]*entity.TesBaru, *utils.MetaResponse, error)
}

TesBaruUseCase tes baru query usecase template

type Wrapper

type Wrapper struct {
	TesBaruUC TesBaruUseCase
	NgetesUC  NgetesUseCase
}

Jump to

Keyboard shortcuts

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