mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
11 lines
202 B
Go
11 lines
202 B
Go
package abe
|
|
|
|
import (
|
|
)
|
|
|
|
type ABitOfEverythingNested struct {
|
|
Amount int64 `json:"amount,omitempty"`
|
|
Name string `json:"name,omitempty"`
|
|
Ok NestedDeepEnum `json:"ok,omitempty"`
|
|
|
|
}
|