Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type LocateOptions struct + Area string + Gateway string + Node string + VRF string + type PathQueryOptions struct + Area string + Destination *network.NetworkList + EnableECMP bool + Gateway string + IPFamily network.IPFamily + MaxDepth int + MaxPaths int + Source *network.NetworkList + SourceNode string + VRF string + func NewPathQueryOptions() *PathQueryOptions + func (o *PathQueryOptions) WithDestination(dst *network.NetworkList) *PathQueryOptions + func (o *PathQueryOptions) WithECMP(enable bool) *PathQueryOptions + func (o *PathQueryOptions) WithMaxPaths(maxPaths int) *PathQueryOptions + func (o *PathQueryOptions) WithSource(src *network.NetworkList) *PathQueryOptions + func (o *PathQueryOptions) WithVRF(vrf string) *PathQueryOptions