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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DTOExampleName

type DTOExampleName struct {
	Name      string
	Status    int
	IsActive  bool
	TestID    int64
	StartDate time.Time
}

DTOExampleName dto for example name usecase

type ExampleNameUseCase

type ExampleNameUseCase interface {
	ExampleCustomCreateCommandDefault(ctx context.Context) error
	CreateExampleName(ctx context.Context, dto DTOExampleName) error
	UpdateExampleName(ctx context.Context, id int, dto DTOExampleName) error
	DeleteExampleName(ctx context.Context, id int) error
}

ExampleNameUseCase example name command usecase template

type Wrapper

type Wrapper struct {
	ExampleNameUC ExampleNameUseCase
}

Jump to

Keyboard shortcuts

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