| 111 | } |
| 112 | |
| 113 | type InstalledKite struct { |
| 114 | Domain string |
| 115 | User string |
| 116 | Repo string |
| 117 | Version string |
| 118 | } |
| 119 | |
| 120 | func NewInstalledKite(domain, user, repo, version string) *InstalledKite { |
| 121 | return &InstalledKite{ |
nothing calls this directly
no outgoing calls
no test coverage detected