Documentation ¶ Index ¶ func Serve(addr string, metas <-chan []docker.Meta) func StartHandler(updates <-chan []docker.Meta) *handler type Item type View Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Serve ¶ func Serve(addr string, metas <-chan []docker.Meta) func StartHandler ¶ func StartHandler(updates <-chan []docker.Meta) *handler Types ¶ type Item ¶ type Item struct { Name string Address string Labels []string HasJob bool IsExported bool IsInTargetNetwork bool HasTCPPorts bool // at least 1 TCP port HasExplicitPort bool // explicit or single port } type View ¶ type View struct { Total int WithJob int OKs int Errors int Warnings int Items []Item } Source Files ¶ View all Source files handler.go serve.go Directories ¶ Show internal Expand all Path Synopsis static Click to show internal directories. Click to hide internal directories.