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

Method Values

protocol/protocol.go:69–79  ·  view source on GitHub ↗

Values returns the values of each field in order

()

Source from the content-addressed store, hash-verified

67
68// Values returns the values of each field in order
69func (k *Kite) Values() []string {
70 return []string{
71 k.Username,
72 k.Environment,
73 k.Name,
74 k.Version,
75 k.Region,
76 k.Hostname,
77 k.ID,
78 }
79}
80
81func (k *Kite) Validate() error {
82 s := k.String()

Callers 2

insertKiteQueryFunction · 0.80
AddKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected