From 1062e0eab0800a741d9fb23c391abca067240ad1 Mon Sep 17 00:00:00 2001 From: Johan Brandhorst Date: Mon, 14 Aug 2017 21:44:15 +0100 Subject: [PATCH] Regenerate files --- ptypes/struct/struct.pb.gopherjs.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ptypes/struct/struct.pb.gopherjs.go b/ptypes/struct/struct.pb.gopherjs.go index cd7f39f3..db38a28c 100644 --- a/ptypes/struct/struct.pb.gopherjs.go +++ b/ptypes/struct/struct.pb.gopherjs.go @@ -145,7 +145,6 @@ func (m *Struct) Unmarshal(rawBytes []byte) (*Struct, error) { // // The JSON representation for `Value` is JSON value. type Value struct { - // Represents a null value. // The kind of value. // // Types that are valid to be assigned to Kind: @@ -156,11 +155,6 @@ type Value struct { // *Value_StructValue // *Value_ListValue Kind isValue_Kind - // Represents a double value. - // Represents a string value. - // Represents a boolean value. - // Represents a structured value. - // Represents a repeated `Value`. } // isValue_Kind is used to distinguish types assignable to Kind