Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DTOTesBaru ¶
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
}
Click to show internal directories.
Click to hide internal directories.