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

Struct InstalledKite

kitectl/command/list.go:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113type InstalledKite struct {
114 Domain string
115 User string
116 Repo string
117 Version string
118}
119
120func NewInstalledKite(domain, user, repo, version string) *InstalledKite {
121 return &InstalledKite{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected