Documentation ¶
Index ¶
- Constants
- func New(endpoints []*docker.Client) http.Handler
- type BaseContext
- type ContainerContext
- type ContainerInstance
- type DashboardContext
- type ErrorContext
- type ImageContext
- type ImageListContext
- type NavContext
- type NetworkContext
- type NetworkInstance
- type NodeContext
- type NodeListContext
- type Router
- type ServiceContext
- type ServiceListContext
- type SiteContext
- type SystemContext
- type VolumeContext
- type VolumeInstance
Constants ¶
View Source
const NoneTag = "<none>"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseContext ¶
type BaseContext struct {
SiteContext
}
type ContainerContext ¶
type ContainerContext struct { BaseContext ContainerCount int Containers []ContainerInstance }
type ContainerInstance ¶
type DashboardContext ¶
type DashboardContext struct { BaseContext ServiceListContext NodeListContext System SystemContext }
type ErrorContext ¶
type ErrorContext struct { BaseContext Err string }
type ImageContext ¶
type ImageListContext ¶
type ImageListContext struct { BaseContext Images []ImageContext ImageCount int }
type NavContext ¶
type NavContext struct {
type NetworkContext ¶
type NetworkContext struct { BaseContext NetworkCount int Networks []NetworkInstance }
type NetworkInstance ¶
type NodeContext ¶
type NodeListContext ¶
type NodeListContext struct { BaseContext Nodes []NodeContext NodeCount int }
type ServiceContext ¶
type ServiceListContext ¶
type ServiceListContext struct { BaseContext Services []ServiceContext ServiceCount int }
type SiteContext ¶
func (SiteContext) SetActive ¶
func (ctx SiteContext) SetActive(nav string) SiteContext
type SystemContext ¶
type VolumeContext ¶
type VolumeContext struct { BaseContext VolumeCount int Volumes []VolumeInstance }
type VolumeInstance ¶
Click to show internal directories.
Click to hide internal directories.