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

Function init

kontrol/kontrol_test.go:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29)
30
31func init() {
32 rand.Seed(time.Now().UTC().UnixNano())
33
34 kon, conf = startKontrol(testkeys.Private, testkeys.Public, 5500)
35}
36
37func TestUpdateKeys(t *testing.T) {
38 if storage := os.Getenv("KONTROL_STORAGE"); storage != "postgres" {

Callers

nothing calls this directly

Calls 2

startKontrolFunction · 0.85
SeedMethod · 0.80

Tested by

no test coverage detected