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

Function NewInstalledKite

kitectl/command/list.go:120–127  ·  view source on GitHub ↗
(domain, user, repo, version string)

Source from the content-addressed store, hash-verified

118}
119
120func NewInstalledKite(domain, user, repo, version string) *InstalledKite {
121 return &InstalledKite{
122 Domain: domain,
123 User: user,
124 Repo: repo,
125 Version: version,
126 }
127}
128
129func (k *InstalledKite) String() string {
130 return k.Domain + "/" + k.User + "/" + k.Repo + "/" + k.Version

Callers 1

getInstalledKitesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected