Versions in this module Expand all Collapse all v0 v0.0.310 Jun 15, 2022 Changes in this version + const GroupName + const ScopeQueryUrl + var GroupVersion = schema.GroupVersion + func AddToContainer(c *restful.Container, weaveScopeHost string) error + type APINode struct + Node Node + type APITopology struct + Nodes NodeSummaries + type BadRequestError struct + Reason error + Status int32 + type BasicNodeSummary struct + ID string + Label string + LabelMinor string + Pseudo bool + Rank string + Shape string + Stack bool + Tag string + type Column struct + DataType string + ID string + Label string + type Connection struct + ID string + Label string + LabelMinor string + Metadata []MetadataRow + NodeID string + type ConnectionsSummary struct + Columns []Column + Connections []Connection + ID string + Label string + TopologyID string + type Control struct + Confirmation string + Human string + ID string + Icon string + Rank int + type ControlInstance struct + Control Control + NodeID string + ProbeID string + type IDList StringSet + type MetadataRow struct + Datatype string + ID string + Label string + Priority float64 + Truncate int + Value string + type Metric struct + Max float64 + Min float64 + Samples []Sample + type MetricRow struct + Format string + Group string + ID string + Label string + Metric *Metric + Priority float64 + URL string + Value float64 + ValueEmpty bool + type NoContent struct + Reason error + Status int32 + type Node struct + Children []NodeSummaryGroup + Connections []ConnectionsSummary + Controls []ControlInstance + type NodeResponse struct + type NodeSummaries map[string]NodeSummary + type NodeSummary struct + Adjacency IDList + Metadata []MetadataRow + Metrics []MetricRow + Parents []Parent + Tables []Table + type NodeSummaryGroup struct + Columns []Column + ID string + Label string + Nodes []NodeSummary + TopologyID string + type NotFoundError struct + Reason error + Status int32 + type Parent struct + ID string + Label string + TopologyID string + type Row struct + Entries map[string]string + ID string + type Sample struct + Timestamp time.Time + Value float64 + type StringSet []string + type Table struct + Columns []Column + ID string + Label string + Rows []Row + TruncationCount int + Type string + type TopologyResponse struct