Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Add cutover time to ActivePolicies object
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Froelich committed Apr 19, 2017
1 parent 4792c45 commit 772843d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 19 deletions.
1 change: 1 addition & 0 deletions generated/proto/policy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ message CompressedPolicy {

message ActivePolicies {
repeated CompressedPolicy compressedPolicies = 1;
int64 cutoverTime = 2;
}
2 changes: 1 addition & 1 deletion generated/proto/schema/namespace.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 19 additions & 17 deletions generated/proto/schema/policy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion generated/proto/schema/rule.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 772843d

Please sign in to comment.