Documentation
¶
Index ¶
- func AddAboutInformation(section string, items ...foundation.AboutItem)
- type AboutCommand
- type EnvDecryptCommand
- type EnvEncryptCommand
- type PackageInstallCommand
- 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
- func (r PackageMakeCommandStubs) Setup() string
- type PackageUninstallCommand
- type ProviderMakeCommand
- type Stubs
- type TestMakeCommand
- type VendorPublishCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAboutInformation ¶ added in v1.15.0
func AddAboutInformation(section string, items ...foundation.AboutItem)
AddAboutInformation Add custom information to the application information.
Types ¶
type AboutCommand ¶ added in v1.15.0
type AboutCommand struct {
// contains filtered or unexported fields
}
func NewAboutCommand ¶ added in v1.15.0
func NewAboutCommand(app foundation.Application) *AboutCommand
func (*AboutCommand) Description ¶ added in v1.15.0
func (r *AboutCommand) Description() string
Description The console command description.
func (*AboutCommand) Extend ¶ added in v1.15.0
func (r *AboutCommand) Extend() command.Extend
Extend The console command extend.
func (*AboutCommand) Handle ¶ added in v1.15.0
func (r *AboutCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*AboutCommand) Signature ¶ added in v1.15.0
func (r *AboutCommand) Signature() string
Signature The name and signature of the console command.
type EnvDecryptCommand ¶ added in v1.15.12
type EnvDecryptCommand struct {
}
func NewEnvDecryptCommand ¶ added in v1.15.12
func NewEnvDecryptCommand() *EnvDecryptCommand
func (*EnvDecryptCommand) Description ¶ added in v1.15.12
func (r *EnvDecryptCommand) Description() string
Description The console command description.
func (*EnvDecryptCommand) Extend ¶ added in v1.15.12
func (r *EnvDecryptCommand) Extend() command.Extend
Extend The console command extend.
func (*EnvDecryptCommand) Handle ¶ added in v1.15.12
func (r *EnvDecryptCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*EnvDecryptCommand) Signature ¶ added in v1.15.12
func (r *EnvDecryptCommand) Signature() string
Signature The name and signature of the console command.
type EnvEncryptCommand ¶ added in v1.15.12
type EnvEncryptCommand struct {
}
func NewEnvEncryptCommand ¶ added in v1.15.12
func NewEnvEncryptCommand() *EnvEncryptCommand
func (*EnvEncryptCommand) Description ¶ added in v1.15.12
func (r *EnvEncryptCommand) Description() string
Description The console command description.
func (*EnvEncryptCommand) Extend ¶ added in v1.15.12
func (r *EnvEncryptCommand) Extend() command.Extend
Extend The console command extend.
func (*EnvEncryptCommand) Handle ¶ added in v1.15.12
func (r *EnvEncryptCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*EnvEncryptCommand) Signature ¶ added in v1.15.12
func (r *EnvEncryptCommand) Signature() string
Signature The name and signature of the console command.
type PackageInstallCommand ¶ added in v1.15.12
type PackageInstallCommand struct {
// contains filtered or unexported fields
}
func NewPackageInstallCommand ¶ added in v1.15.12
func NewPackageInstallCommand(bindings map[string]binding.Info, installedBindings []any) *PackageInstallCommand
func (*PackageInstallCommand) Description ¶ added in v1.15.12
func (r *PackageInstallCommand) Description() string
Description The console command description.
func (*PackageInstallCommand) Extend ¶ added in v1.15.12
func (r *PackageInstallCommand) Extend() command.Extend
Extend The console command extend.
func (*PackageInstallCommand) Handle ¶ added in v1.15.12
func (r *PackageInstallCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*PackageInstallCommand) Signature ¶ added in v1.15.12
func (r *PackageInstallCommand) Signature() string
Signature The name and signature of the console command.
type PackageMakeCommand ¶ added in v1.12.0
type PackageMakeCommand struct{}
func NewPackageMakeCommand ¶ added in v1.12.0
func NewPackageMakeCommand() *PackageMakeCommand
func (*PackageMakeCommand) Description ¶ added in v1.12.0
func (r *PackageMakeCommand) Description() string
Description The console command description.
func (*PackageMakeCommand) Extend ¶ added in v1.12.0
func (r *PackageMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*PackageMakeCommand) Handle ¶ added in v1.12.0
func (r *PackageMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*PackageMakeCommand) Signature ¶ added in v1.12.0
func (r *PackageMakeCommand) Signature() string
Signature The name and signature of the console command.
type PackageMakeCommandStubs ¶ added in v1.12.0
type PackageMakeCommandStubs struct {
// contains filtered or unexported fields
}
func NewPackageMakeCommandStubs ¶ added in v1.12.0
func NewPackageMakeCommandStubs(pkg, root string) *PackageMakeCommandStubs
func (PackageMakeCommandStubs) Config ¶ added in v1.12.0
func (r PackageMakeCommandStubs) Config() string
func (PackageMakeCommandStubs) Contracts ¶ added in v1.12.0
func (r PackageMakeCommandStubs) Contracts() string
func (PackageMakeCommandStubs) Facades ¶ added in v1.12.0
func (r PackageMakeCommandStubs) Facades() string
func (PackageMakeCommandStubs) Main ¶ added in v1.12.0
func (r PackageMakeCommandStubs) Main() string
func (PackageMakeCommandStubs) Readme ¶ added in v1.12.0
func (r PackageMakeCommandStubs) Readme() string
func (PackageMakeCommandStubs) ServiceProvider ¶ added in v1.12.0
func (r PackageMakeCommandStubs) ServiceProvider() string
func (PackageMakeCommandStubs) Setup ¶ added in v1.15.12
func (r PackageMakeCommandStubs) Setup() string
type PackageUninstallCommand ¶ added in v1.15.12
type PackageUninstallCommand struct {
// contains filtered or unexported fields
}
func NewPackageUninstallCommand ¶ added in v1.15.12
func NewPackageUninstallCommand( bindings map[string]binding.Info, installedBindings []any, ) *PackageUninstallCommand
func (*PackageUninstallCommand) Description ¶ added in v1.15.12
func (r *PackageUninstallCommand) Description() string
Description The console command description.
func (*PackageUninstallCommand) Extend ¶ added in v1.15.12
func (r *PackageUninstallCommand) Extend() command.Extend
Extend The console command extend.
func (*PackageUninstallCommand) Handle ¶ added in v1.15.12
func (r *PackageUninstallCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*PackageUninstallCommand) Signature ¶ added in v1.15.12
func (r *PackageUninstallCommand) Signature() string
Signature The name and signature of the console command.
type ProviderMakeCommand ¶ added in v1.15.12
type ProviderMakeCommand struct {
}
func NewProviderMakeCommand ¶ added in v1.15.12
func NewProviderMakeCommand() *ProviderMakeCommand
func (*ProviderMakeCommand) Description ¶ added in v1.15.12
func (r *ProviderMakeCommand) Description() string
Description The console command description.
func (*ProviderMakeCommand) Extend ¶ added in v1.15.12
func (r *ProviderMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*ProviderMakeCommand) Handle ¶ added in v1.15.12
func (r *ProviderMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*ProviderMakeCommand) Signature ¶ added in v1.15.12
func (r *ProviderMakeCommand) Signature() string
Signature The name and signature of the console command.
type Stubs ¶ added in v1.13.0
type Stubs struct {
}
func (Stubs) ServiceProvider ¶ added in v1.15.12
type TestMakeCommand ¶ added in v1.13.0
type TestMakeCommand struct {
}
func NewTestMakeCommand ¶ added in v1.13.0
func NewTestMakeCommand() *TestMakeCommand
func (*TestMakeCommand) Description ¶ added in v1.13.0
func (r *TestMakeCommand) Description() string
Description The console command description.
func (*TestMakeCommand) Extend ¶ added in v1.13.0
func (r *TestMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*TestMakeCommand) Handle ¶ added in v1.13.0
func (r *TestMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*TestMakeCommand) Signature ¶ added in v1.13.0
func (r *TestMakeCommand) Signature() string
Signature The name and signature of the console command.
type VendorPublishCommand ¶ added in v1.12.0
type VendorPublishCommand struct {
// contains filtered or unexported fields
}
func NewVendorPublishCommand ¶ added in v1.12.0
func NewVendorPublishCommand(publishes, publishGroups map[string]map[string]string) *VendorPublishCommand
func (*VendorPublishCommand) Description ¶ added in v1.12.0
func (r *VendorPublishCommand) Description() string
Description The console command description.
func (*VendorPublishCommand) Extend ¶ added in v1.12.0
func (r *VendorPublishCommand) Extend() command.Extend
Extend The console command extend.
func (*VendorPublishCommand) Handle ¶ added in v1.12.0
func (r *VendorPublishCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*VendorPublishCommand) Signature ¶ added in v1.12.0
func (r *VendorPublishCommand) Signature() string
Signature The name and signature of the console command.