github.com/projecteru2/core@v0.0.0-20240321043226-06bcc1c23f58/types/service.go (about) 1 package types 2 3 import "time" 4 5 // ServiceStatus Interval indicates when the expected next push shall reach before 6 type ServiceStatus struct { 7 Addresses []string 8 Interval time.Duration 9 }