Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
Added timestamp to accesskey_info.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
rdegnan committed Jul 27, 2018
1 parent 311f459 commit 5c5af7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ syntax = "proto3";
package io.netifi.proteus.broker.access;

import "google/protobuf/empty.proto";
import "google/protobuf/timestamp.proto";

option java_package = "io.netifi.proteus.broker.access";
option java_outer_classname = "AccessKeyInfo";
Expand All @@ -25,6 +26,7 @@ message AccessTokenInfo {
string accessKeyAlgo = 4;
string description = 5;
bool disabled = 6;
google.protobuf.Timestamp timestamp = 7;
}

service AccessKeyInfoService {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=io.netifi.proteus
version=0.8.5
version=0.8.6

0 comments on commit 5c5af7d

Please sign in to comment.