Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MakeDto ¶
type MakeDto struct{}
func (*MakeDto) Description ¶
Description The console command description.
type MakeModel ¶
type MakeModel struct{}
func (*MakeModel) Description ¶
Description The console command description.
type MakeRepository ¶
type MakeRepository struct{}
func (*MakeRepository) Description ¶
func (receiver *MakeRepository) Description() string
Description The console command description.
func (*MakeRepository) Extend ¶
func (receiver *MakeRepository) Extend() command.Extend
Extend The console command extend.
func (*MakeRepository) Handle ¶
func (receiver *MakeRepository) Handle(ctx console.Context) error
Handle Execute the console command.
func (*MakeRepository) Signature ¶
func (receiver *MakeRepository) Signature() string
Signature The name and signature of the console command.
type MakeService ¶
type MakeService struct{}
func (*MakeService) Description ¶
func (receiver *MakeService) Description() string
Description The console command description.
func (*MakeService) Extend ¶
func (receiver *MakeService) Extend() command.Extend
Extend The console command extend.
func (*MakeService) Handle ¶
func (receiver *MakeService) Handle(ctx console.Context) error
Handle Execute the console command.
func (*MakeService) Signature ¶
func (receiver *MakeService) Signature() string
Signature The name and signature of the console command.
type MakeUsecase ¶
type MakeUsecase struct{}
func (*MakeUsecase) Description ¶
func (receiver *MakeUsecase) Description() string
Description The console command description.
func (*MakeUsecase) Extend ¶
func (receiver *MakeUsecase) Extend() command.Extend
Extend The console command extend.
func (*MakeUsecase) Handle ¶
func (receiver *MakeUsecase) Handle(ctx console.Context) error
Handle Execute the console command.
func (*MakeUsecase) Signature ¶
func (receiver *MakeUsecase) Signature() string
Signature The name and signature of the console command.
Click to show internal directories.
Click to hide internal directories.