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

Struct Config

kontrol/helper_test.go:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19var interactive = os.Getenv("TEST_INTERACTIVE") == "1"
20
21type Config struct {
22 Config *config.Config
23 Private string
24 Public string
25 RegisterFunc func(*HelloKite) error
26}
27
28func (c *Config) Register(hk *HelloKite) error {
29 if c.RegisterFunc != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected