window.go 91 B

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