mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-03-04 11:00:23 +00:00
8 lines
129 B
Go
8 lines
129 B
Go
package server
|
|
|
|
type Response struct {
|
|
Environment []string `json:"environment"`
|
|
Runtime map[string]string `json:"runtime"`
|
|
}
|
|
|