custom

package
v0.0.0-...-38b5297 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2023 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const Name = "CUSTOM"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Inbound  StackConfig `json:"inbound" yaml:"inbound"`
	Outbound StackConfig `json:"outbound" yaml:"outbound"`
}

type NodeConfig

type NodeConfig struct {
	Protocol string `json:"protocol" yaml:"protocol"`
	Tag      string `json:"tag" yaml:"tag"`
	Config   any    `json:"config" yaml:"config"`
}

type StackConfig

type StackConfig struct {
	Path [][]string   `json:"path" yaml:"path"`
	Node []NodeConfig `json:"node" yaml:"node"`
}

Jump to

Keyboard shortcuts

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