Documentation
¶
Index ¶
Constants ¶
View Source
const (
// RouterCompatibilityVersionThreshold should ONLY be updated if there is a breaking change in the router execution config.
RouterCompatibilityVersionThreshold = 1
)
Variables ¶
This section is empty.
Functions ¶
func FromFile ¶
func FromFile(path string) (*nodev1.RouterConfig, error)
FromFile creates a new router config from the file at the given path.
func UnmarshalConfig ¶
func UnmarshalConfig(config []byte) (*nodev1.RouterConfig, error)
UnmarshalConfig deserializes the router config from the given byte slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.