Merge pull request #12 from nspcc-dev/disable-stringer-method-for-CreationPoint

Disable stringer method for CreationPoint
This commit is contained in:
Evgeniy Kulikov 2020-04-28 16:20:50 +03:00 committed by GitHub
commit ea96f700d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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 |