Documentation
¶
Overview ¶
Package admin provides the admin RPC client and server. This currently is JSON-RPC over an abstract AF_UNIX socket, but that is temporary till a real API endpoint is provided over the web server.
Index ¶
Constants ¶
View Source
const ( MethodDump = "dump" MethodFlush = "flush" MethodStats = "stats" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is an admin RPC client.
type FlushParams ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is an admin RPC server.
Click to show internal directories.
Click to hide internal directories.