package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Dec 17, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Action定义流量走向
const (
ActionProxy Action = "PROXY"
ActionDirect Action = "DIRECT"
ActionReject Action = "REJECT"
)
Mode定义全局路由的模式
const (
ModeRule Mode = "rule"
ModeDirect Mode = "direct"
ModeGlobal Mode = "global"
)
Router 路由的核心结构体
从指定YAML文件路径中创建并初始化一个新的Router
Source Files
¶
Click to show internal directories.
Click to hide internal directories.