MCPcopy Index your code
hub / github.com/coder/coder / RPCVersionList

Struct RPCVersionList

vpn/version.go:81–83  ·  view source on GitHub ↗

RPCVersionList represents a list of RPC versions supported by a RPC peer. An

Source from the content-addressed store, hash-verified

79
80// RPCVersionList represents a list of RPC versions supported by a RPC peer. An
81type RPCVersionList struct {
82 Versions []RPCVersion `json:"versions"`
83}
84
85// ParseRPCVersionList parses a version string in the format
86// "major.minor,major.minor" into a RPCVersionList.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected