 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeEvents ¶
DecodeEvents decodes event from input stream
func NewEventsCommand ¶
NewEventsCommand creats a new cobra.Command for `docker events`
Types ¶
type EventHandler ¶
type EventHandler interface {
	Handle(action string, h func(eventtypes.Message))
	Watch(c <-chan eventtypes.Message)
}
    EventHandler is abstract interface for user to customize own handle functions of each type of events
func InitEventHandler ¶
func InitEventHandler() EventHandler
InitEventHandler initializes and returns an EventHandler
 Click to show internal directories. 
   Click to hide internal directories.