Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/koding/kite
/ Config
Struct
Config
examples/math/config.go:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
type
Config
struct
{
28
URL *url.URL
29
}
30
31
func
(c *Config) IP() string {
32
ip, _, _ := net.SplitHostPort(c.URL.Host)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected