Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloseServerCommand ¶
type CloseServerCommand struct { }
func NewCloseServerCommand ¶
func NewCloseServerCommand() *CloseServerCommand
func (*CloseServerCommand) Help ¶
func (this *CloseServerCommand) Help() string
func (*CloseServerCommand) Name ¶
func (this *CloseServerCommand) Name() string
func (*CloseServerCommand) Run ¶
func (this *CloseServerCommand) Run(args []string) string
type PprofCpuCommand ¶
type PprofCpuCommand struct {
// contains filtered or unexported fields
}
func NewPprofCpuCommand ¶
func NewPprofCpuCommand() *PprofCpuCommand
func (*PprofCpuCommand) Help ¶
func (this *PprofCpuCommand) Help() string
func (*PprofCpuCommand) Name ¶
func (this *PprofCpuCommand) Name() string
func (*PprofCpuCommand) Run ¶
func (this *PprofCpuCommand) Run(args []string) string
type ReloadCfgCommand ¶
type ReloadCfgCommand struct { }
func NewReloadCfgCommand ¶
func NewReloadCfgCommand() *ReloadCfgCommand
func (*ReloadCfgCommand) Help ¶
func (this *ReloadCfgCommand) Help() string
func (*ReloadCfgCommand) Name ¶
func (this *ReloadCfgCommand) Name() string
func (*ReloadCfgCommand) Run ¶
func (this *ReloadCfgCommand) Run(args []string) string
Click to show internal directories.
Click to hide internal directories.