command

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DTONgetes

type DTONgetes struct {
	Name string
}

DTONgetes dto for ngetes usecase

type DTOTesBaru

type DTOTesBaru struct {
	Apacing int
	Test    bool
}

DTOTesBaru dto for tes baru usecase

type NgetesUseCase

type NgetesUseCase interface {
	CreateNgetes(ctx context.Context, dto DTONgetes) error
	UpdateNgetes(ctx context.Context, id string, dto DTONgetes) error
}

NgetesUseCase ngetes command usecase template

type TesBaruUseCase

type TesBaruUseCase interface {
	CreateTesBaru(ctx context.Context, dto DTOTesBaru) error
	UpdateTesBaru(ctx context.Context, id string, dto DTOTesBaru) error
	DeleteTesBaru(ctx context.Context, id string) error
}

TesBaruUseCase tes baru command 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