payload

package module
v0.73.2 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2025 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Overview

Package payload separates network types used as JSON payloads into a module

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface added in v0.68.0

type Interface struct {
	HardwareAddr string `json:"hardware_addr,omitempty"`
}

Interface has information about a network interface

type Subnet

type Subnet struct {
	Alias string `json:"alias,omitempty"`
}

Subnet stores info about a subnet

type Via

type Via struct {
	Subnet    Subnet    `json:"subnet,omitempty"`
	Interface Interface `json:"interface,omitempty"`
}

Via has info about the routing decision for a flow

Jump to

Keyboard shortcuts

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