Documentation
¶
Index ¶
Constants ¶
View Source
const APrefix = "browser"
View Source
const RouteFoo = "/foo"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type A ¶
type A struct {
Config *shared.Config
// TODO log non empty fields with counters
DataDash *DataDashboard
// TODO log non empty fields with counters
DataAgent *DataAgent
MachTimeSum uint64
}
A is a struct for node arguments. It's a typesafe alternative to am.A.
type ARpc ¶
type ARpc struct {
Config *shared.Config
// TODO log non empty fields with counters
DataDash *DataDashboard
// TODO log non empty fields with counters
DataAgent *DataAgent
MachTimeSum uint64
}
ARpc is a subset of A that can be passed over RPC.
type DataBoostrap ¶
type DataDashboard ¶
type DataDashboard struct {
Metrics *DataMetrics
Splash string
}
type DataMetrics ¶
Click to show internal directories.
Click to hide internal directories.