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

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: Created 3 years, 9 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 f9b6994b0bba7116437b9ed8dd8869773ad122d1..5cefa9be50c62a31ac25840c8b1c04614aa10053 100644
--- a/tokenserver/api/token_file.pb.go
+++ b/tokenserver/api/token_file.pb.go
@@ -48,7 +48,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 {
@@ -118,10 +118,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