Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPublicIP ¶
Types ¶
type UnixRestarter ¶
type UnixRestarter struct{}
UnixRestarter implements the Restarter interface for Unix-like systems.
func NewRestarter ¶
func NewRestarter() *UnixRestarter
NewRestarter creates a new Restarter appropriate for Unix-like systems.
func (*UnixRestarter) Restart ¶
func (r *UnixRestarter) Restart(executableName string) error
Restart restarts the application on Unix-like systems.
Click to show internal directories.
Click to hide internal directories.