| Index: appengine/logdog/coordinator/logPrefix.go
|
| diff --git a/appengine/logdog/coordinator/logPrefix.go b/appengine/logdog/coordinator/logPrefix.go
|
| index 4618688acb6608e47d5c263dbdc2eff698fed807..cf2d5c5fcbe53de74897d09b9f35db702c637d2f 100644
|
| --- a/appengine/logdog/coordinator/logPrefix.go
|
| +++ b/appengine/logdog/coordinator/logPrefix.go
|
| @@ -44,6 +44,10 @@ type LogPrefix struct {
|
| // Source is the (indexed) set of source strings sent by the prefix registrar.
|
| Source []string
|
|
|
| + // Expiration is the time when this log prefix expires. Stream registrations
|
| + // for this prefix will fail after this point.
|
| + Expiration time.Time
|
| +
|
| // Secret is the Butler secret value for this prefix. All streams within
|
| // the prefix share this secret value.
|
| //
|
|
|