Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: tokenserver/api/token_file.pb.go

Issue 2785973002: token-server: Add protos for new API for generating service account tokens. (Closed)
Patch Set: more nits Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tokenserver/api/token_file.pb.go
diff --git a/tokenserver/api/token_file.pb.go b/tokenserver/api/token_file.pb.go
index 496ea36ab07bb325b2e914ea468e98ed74ab870f..c5ceb5652df2b8a6182ef75435b8c090f3d8f0af 100644
--- a/tokenserver/api/token_file.pb.go
+++ b/tokenserver/api/token_file.pb.go
@@ -47,7 +47,7 @@ type TokenFile struct {
func (m *TokenFile) Reset() { *m = TokenFile{} }
func (m *TokenFile) String() string { return proto.CompactTextString(m) }
func (*TokenFile) ProtoMessage() {}
-func (*TokenFile) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
+func (*TokenFile) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{0} }
func (m *TokenFile) GetAccessToken() string {
if m != nil {
@@ -117,10 +117,10 @@ func init() {
}
func init() {
- proto.RegisterFile("github.com/luci/luci-go/tokenserver/api/token_file.proto", fileDescriptor1)
+ proto.RegisterFile("github.com/luci/luci-go/tokenserver/api/token_file.proto", fileDescriptor2)
}
-var fileDescriptor1 = []byte{
+var fileDescriptor2 = []byte{
// 265 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0xb1, 0x4e, 0xf3, 0x30,
0x14, 0x85, 0x95, 0xf6, 0xff, 0x03, 0xbd, 0xed, 0x64, 0x09, 0x64, 0x16, 0x14, 0x75, 0xca, 0x42,

Powered by Google App Engine
This is Rietveld 408576698