Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServeRPC ¶
func ServeRPC(monitor *Monitor, conf *Configuration) error
Types ¶
type Configuration ¶
type Configuration struct {
RPC struct {
Port int `toml:"port"`
} `toml:"rpc"`
}
func Setup ¶
func Setup(path string) (*Configuration, error)
type GoogleInstance ¶
type GoogleInstance struct {
}
type Monitor ¶
type Monitor struct {
}
func BuildMonitor ¶
func BuildMonitor(conf *Configuration) (*Monitor, error)
type Render ¶
type Render struct {
// contains filtered or unexported fields
}
func (*Render) RenderData ¶
func (*Render) RenderError ¶
Click to show internal directories.
Click to hide internal directories.