types

package
v0.11.0-rc6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2026 License: Apache-2.0, MIT Imports: 0 Imported by: 0

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"
)

func (Component) IsValid

func (c Component) IsValid() bool

IsValid returns true if the Component is one of the known values.

func (Component) String

func (c Component) String() string

String returns the string representation of the Component.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL