MCPcopy Create free account
hub / github.com/koding/kite / Transport

TypeAlias Transport

config/transport.go:4–4  ·  view source on GitHub ↗

Transport defines the underlying transport to be used

Source from the content-addressed store, hash-verified

2
3// Transport defines the underlying transport to be used
4type Transport int
5
6const (
7 WebSocket = iota

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected