window.go 105 B

12345678
  1. package kubemodel
  2. import "time"
  3. type Window struct {
  4. Start time.Time
  5. Resolution time.Duration
  6. }