From 2658db895ca692d557c9cd2ce0293cad470f0b89 Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov Date: Tue, 28 Apr 2020 16:16:52 +0300 Subject: [PATCH] proto: disable stringer method for CreationPoint --- object/types.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/object/types.proto b/object/types.proto index 21ab981..46e1549 100644 --- a/object/types.proto +++ b/object/types.proto @@ -70,6 +70,8 @@ message SystemHeader { } message CreationPoint { + option (gogoproto.goproto_stringer) = false; + // UnixTime is a date of creation in unixtime format int64 UnixTime = 1; // Epoch is a date of creation in NeoFS epochs