Documentation ¶
Index ¶
Constants ¶
View Source
const LOG_TAG = ""
View Source
const SERVICE = `uhppoted-mqtt`
Variables ¶
View Source
var DAEMONIZE = Daemonize{ // contains filtered or unexported fields }
View Source
var RUN = Run{ // contains filtered or unexported fields }
View Source
var UNDAEMONIZE = Undaemonize{ // contains filtered or unexported fields }
Functions ¶
This section is empty.
Types ¶
type Daemonize ¶
type Daemonize struct {
// contains filtered or unexported fields
}
func (*Daemonize) Description ¶
type Undaemonize ¶
type Undaemonize struct {
// contains filtered or unexported fields
}
func (*Undaemonize) Description ¶
func (cmd *Undaemonize) Description() string
func (*Undaemonize) Execute ¶
func (cmd *Undaemonize) Execute(args ...interface{}) error
func (*Undaemonize) FlagSet ¶
func (cmd *Undaemonize) FlagSet() *flag.FlagSet
func (*Undaemonize) Help ¶
func (cmd *Undaemonize) Help()
func (*Undaemonize) Name ¶
func (cmd *Undaemonize) Name() string
func (*Undaemonize) Usage ¶
func (cmd *Undaemonize) Usage() string
Click to show internal directories.
Click to hide internal directories.