Documentation ¶
Index ¶
- type PackageMakeCommand
- type PackageMakeCommandStubs
- func (r PackageMakeCommandStubs) Config() string
- func (r PackageMakeCommandStubs) Contracts() string
- func (r PackageMakeCommandStubs) Facades() string
- func (r PackageMakeCommandStubs) Main() string
- func (r PackageMakeCommandStubs) Readme() string
- func (r PackageMakeCommandStubs) ServiceProvider() string
- type Stubs
- type TestMakeCommand
- type VendorPublishCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageMakeCommand ¶
type PackageMakeCommand struct{}
func NewPackageMakeCommand ¶
func NewPackageMakeCommand() *PackageMakeCommand
func (*PackageMakeCommand) Description ¶
func (receiver *PackageMakeCommand) Description() string
Description The console command description.
func (*PackageMakeCommand) Extend ¶
func (receiver *PackageMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*PackageMakeCommand) Handle ¶
func (receiver *PackageMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*PackageMakeCommand) Signature ¶
func (receiver *PackageMakeCommand) Signature() string
Signature The name and signature of the console command.
type PackageMakeCommandStubs ¶
type PackageMakeCommandStubs struct {
// contains filtered or unexported fields
}
func NewPackageMakeCommandStubs ¶
func NewPackageMakeCommandStubs(pkg, root string) *PackageMakeCommandStubs
func (PackageMakeCommandStubs) Config ¶
func (r PackageMakeCommandStubs) Config() string
func (PackageMakeCommandStubs) Contracts ¶
func (r PackageMakeCommandStubs) Contracts() string
func (PackageMakeCommandStubs) Facades ¶
func (r PackageMakeCommandStubs) Facades() string
func (PackageMakeCommandStubs) Main ¶
func (r PackageMakeCommandStubs) Main() string
func (PackageMakeCommandStubs) Readme ¶
func (r PackageMakeCommandStubs) Readme() string
func (PackageMakeCommandStubs) ServiceProvider ¶
func (r PackageMakeCommandStubs) ServiceProvider() string
type TestMakeCommand ¶
type TestMakeCommand struct { }
func NewTestMakeCommand ¶
func NewTestMakeCommand() *TestMakeCommand
func (*TestMakeCommand) Description ¶
func (receiver *TestMakeCommand) Description() string
Description The console command description.
func (*TestMakeCommand) Extend ¶
func (receiver *TestMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*TestMakeCommand) Handle ¶
func (receiver *TestMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*TestMakeCommand) Signature ¶
func (receiver *TestMakeCommand) Signature() string
Signature The name and signature of the console command.
type VendorPublishCommand ¶
type VendorPublishCommand struct {
// contains filtered or unexported fields
}
func NewVendorPublishCommand ¶
func NewVendorPublishCommand(publishes, publishGroups map[string]map[string]string) *VendorPublishCommand
func (*VendorPublishCommand) Description ¶
func (receiver *VendorPublishCommand) Description() string
Description The console command description.
func (*VendorPublishCommand) Extend ¶
func (receiver *VendorPublishCommand) Extend() command.Extend
Extend The console command extend.
func (*VendorPublishCommand) Handle ¶
func (receiver *VendorPublishCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*VendorPublishCommand) Signature ¶
func (receiver *VendorPublishCommand) Signature() string
Signature The name and signature of the console command.
Click to show internal directories.
Click to hide internal directories.