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 diff --git a/proto-docs/service.md b/proto-docs/service.md index bf1bc1a..ce24b31 100644 --- a/proto-docs/service.md +++ b/proto-docs/service.md @@ -107,7 +107,7 @@ User token granting rights for object manipulation | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| TokenInfo | [Token.Info](#service.Token.Info) | | Info is a grouped information about token | +| TokenInfo | [Token.Info](#service.Token.Info) | | TokenInfo is a grouped information about token | | Signature | [bytes](#bytes) | | Signature is a signature of session token information |