Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultRPCAddress is the default Linux socket for the RPC monitor DefaultRPCAddress = "/var/run/trireme.sock" // DefaultRootRPCAddress creates an RPC listener that requires root credentials DefaultRootRPCAddress = "/var/run/triremeroot.sock" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Listener ¶
Listener is an interface to allow us to listen to eventinfo.EventInfo over RPC channels
func New ¶
func New(rpcAddress string, root bool) (Listener, registerer.Registerer, error)
New returns a base RPC listener. Processors must be registered externally
Click to show internal directories.
Click to hide internal directories.