mirror of
https://github.com/taigrr/most-specific-period.git
synced 2026-04-01 19:28:41 -07:00
updates to changeover and tests
This commit is contained in:
@@ -12,9 +12,9 @@ This library operates off Period interfaces, which contain the following:
|
||||
|
||||
```
|
||||
type Period interface {
|
||||
GetStartTime() time.Time
|
||||
GetEndTime() time.Time
|
||||
GetIdentifier() string
|
||||
GetStartTime() time.Time // Inclusive start time
|
||||
GetEndTime() time.Time // Exclusive end time ("expiration time")
|
||||
GetIdentifier() string
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user