package
module
Version:
v0.64.2
Opens a new window with list of versions in this module.
Published: Apr 1, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package payload separates network types used as JSON payloads into a module
type Subnet struct {
Alias string `json:"alias,omitempty"`
}
Subnet stores info about a subnet
type Via struct {
Subnet Subnet `json:"subnet,omitempty"`
}
Via has info about the routing decision for a flow
Source Files
¶
Click to show internal directories.
Click to hide internal directories.