Documentation
¶
Index ¶
- type Handle
- func (h *Handle) AddError(err error)
- func (h *Handle) GetErrChan() chan error
- func (h *Handle) GetIsRunning() bool
- func (h *Handle) GetIsRunningChan() chan interface{}
- func (h *Handle) GetShouldRun() bool
- func (h *Handle) GetShouldRunChan() chan interface{}
- func (h *Handle) ShouldStart()
- func (h *Handle) ShouldStop()
- func (h *Handle) Started()
- func (h *Handle) Stopped()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handle ¶
type Handle struct { IsRunningChan chan interface{} ShouldRunChan chan interface{} // contains filtered or unexported fields }
func (*Handle) GetErrChan ¶
func (*Handle) GetIsRunning ¶
func (*Handle) GetIsRunningChan ¶
func (h *Handle) GetIsRunningChan() chan interface{}
func (*Handle) GetShouldRun ¶
func (*Handle) GetShouldRunChan ¶
func (h *Handle) GetShouldRunChan() chan interface{}
func (*Handle) ShouldStart ¶
func (h *Handle) ShouldStart()
func (*Handle) ShouldStop ¶
func (h *Handle) ShouldStop()
Click to show internal directories.
Click to hide internal directories.