Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertRenew ¶
type CertRenew struct { }
CertRenew 证书续签
func (*CertRenew) Description ¶
Description The console command description.
type Monitoring ¶
type Monitoring struct { }
Monitoring 系统监控
func (*Monitoring) Description ¶
func (receiver *Monitoring) Description() string
Description The console command description.
func (*Monitoring) Extend ¶
func (receiver *Monitoring) Extend() command.Extend
Extend The console command extend.
func (*Monitoring) Handle ¶
func (receiver *Monitoring) Handle(console.Context) error
Handle Execute the console command.
func (*Monitoring) Signature ¶
func (receiver *Monitoring) Signature() string
Signature The name and signature of the console command.
type Panel ¶
type Panel struct { }
Panel 面板命令行
func (*Panel) Description ¶
Description The console command description.
Click to show internal directories.
Click to hide internal directories.