MCPcopy Create free account
hub / github.com/MengMengCode/GetRealityDomain / HostType

TypeAlias HostType

types.go:11–11  ·  view source on GitHub ↗

HostType 定义主机类型常量

Source from the content-addressed store, hash-verified

9
10// HostType 定义主机类型常量
11type HostType int
12
13const (
14 HostTypeIP HostType = 1 // 单个IP地址

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected