MCPcopy Index your code
hub / github.com/koding/kite / Fields

Method Fields

protocol/protocol.go:207–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205}
206
207func (k KontrolQuery) Fields() map[string]string {
208 return map[string]string{
209 "username": k.Username,
210 "environment": k.Environment,
211 "name": k.Name,
212 "version": k.Version,
213 "region": k.Region,
214 "hostname": k.Hostname,
215 "id": k.ID,
216 }
217}

Callers 5

parseMeminfoFunction · 0.80
validateKiteKeyFunction · 0.80
onlyIDQueryFunction · 0.80
GetQueryKeyFunction · 0.80
selectQueryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected