Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component string
Component identifies a proxy component.
const ( // ComponentFinder is the bridge service finder component. ComponentFinder Component = "FINDER" // ComponentTracker is the bridge tracker component. ComponentTracker Component = "TRACKER" // ComponentL1RPC is the L1 RPC component. ComponentL1RPC Component = "L1RPC" // ComponentLog is the logging component. ComponentLog Component = "LOG" // ComponentREST is the REST API component. ComponentREST Component = "REST" )
Click to show internal directories.
Click to hide internal directories.