MCPcopy Create free account
hub / github.com/corestoreio/pkg / ParseConnection

Function ParseConnection

net/url/connection.go:51–105  ·  view source on GitHub ↗

ParseConnection parses a given URL using a custom URI scheme. For example: redis://localhost:6379/?db=3 memcache://localhost:1313/?lazy=1 redis://:6380/?db=0 => connects to localhost:6380 redis:// => connects to localhost:6379 with DB 0 memcache:// => connects to localhost:11211 memcache

(raw string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

PasswordMethod · 0.80
ParseMethod · 0.65
NewMethod · 0.65
SetMethod · 0.65
GetMethod · 0.65

Tested by

no test coverage detected