MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / WithDefaultUser

Function WithDefaultUser

internal/heartbeat/heartbeat.go:39–44  ·  view source on GitHub ↗
(user, password string)

Source from the content-addressed store, hash-verified

37}
38
39func WithDefaultUser(user, password string) Option {
40 return defaultUser{
41 defaultUser: user,
42 defaultPassword: password,
43 }
44}
45
46type heartBeat struct {
47 interval time.Duration

Callers 2

newClusterFunction · 0.92
TestNewHeartBeatFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestNewHeartBeatFunction · 0.68