Preparing report...

Report for github.com/nspcc-dev/neofs-api-go

A+    Excellent!    Found 91 issues across 234 files

Tweet

gofmt100%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command

No problems detected. Good job!


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


gocyclo97%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

    • neofs-api-go/pkg/client/object.go
    • Line 480: warning: cyclomatic complexity 20 of function (*clientImpl).GetObject() is high (> 15) (gocyclo)
    • Line 831: warning: cyclomatic complexity 16 of function (*clientImpl).ObjectPayloadRangeData() is high (> 15) (gocyclo)

golint62%

Golint is a linter for Go source code.

    • neofs-api-go/v2/audit/json.go
    • Line 8: warning: exported method DataAuditResult.MarshalJSON should have comment or be unexported (golint)
    • Line 12: warning: exported method DataAuditResult.UnmarshalJSON should have comment or be unexported (golint)
    • neofs-api-go/pkg/client/reputation.go
    • Line 97: warning: exported method AnnounceIntermediateTrustPrm.Epoch should have comment or be unexported (golint)
    • Line 101: warning: exported method AnnounceIntermediateTrustPrm.SetEpoch should have comment or be unexported (golint)
    • neofs-api-go/pkg/object/type.go
    • Line 7: warning: exported type Type should have comment or be unexported (golint)
    • Line 10: warning: exported const TypeRegular should have comment (or a comment on this block) or be unexported (golint)
    • Line 15: warning: exported method Type.ToV2 should have comment or be unexported (golint)
    • Line 26: warning: exported function TypeFromV2 should have comment or be unexported (golint)
    • neofs-api-go/util/signature/data.go
    • Line 9: warning: exported type DataSource should have comment or be unexported (golint)
    • Line 14: warning: exported type DataWithSignature should have comment or be unexported (golint)
    • Line 20: warning: exported type SignOption should have comment or be unexported (golint)
    • Line 22: warning: exported type KeySignatureHandler should have comment or be unexported (golint)
    • Line 24: warning: exported type KeySignatureSource should have comment or be unexported (golint)
    • Line 26: warning: exported function DataSignature should have comment or be unexported (golint)
    • Line 46: warning: exported function SignDataWithHandler should have comment or be unexported (golint)
    • Line 57: warning: exported function VerifyDataWithSource should have comment or be unexported (golint)
    • Line 79: warning: exported function SignData should have comment or be unexported (golint)
    • Line 83: warning: exported function VerifyData should have comment or be unexported (golint)
    • neofs-api-go/pkg/container/container.go
    • Line 14: warning: exported type Container should have comment or be unexported (golint)
    • Line 22: warning: exported function New should have comment or be unexported (golint)
    • Line 46: warning: exported method Container.ToV2 should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewContainerFromV2 should be of the form "NewContainerFromV2 ..." (golint)
    • Line 78: warning: exported method Container.Version should have comment or be unexported (golint)
    • Line 82: warning: exported method Container.SetVersion should have comment or be unexported (golint)
    • Line 86: warning: exported method Container.OwnerID should have comment or be unexported (golint)
    • Line 90: warning: exported method Container.SetOwnerID should have comment or be unexported (golint)
    • Line 123: warning: comment on exported method Container.NonceUUID should be of the form "NonceUUID ..." (golint)
    • Line 136: warning: exported method Container.BasicACL should have comment or be unexported (golint)
    • Line 140: warning: exported method Container.SetBasicACL should have comment or be unexported (golint)
    • Line 144: warning: exported method Container.Attributes should have comment or be unexported (golint)
    • Line 148: warning: exported method Container.SetAttributes should have comment or be unexported (golint)
    • Line 152: warning: exported method Container.PlacementPolicy should have comment or be unexported (golint)
    • Line 156: warning: exported method Container.SetPlacementPolicy should have comment or be unexported (golint)
    • neofs-api-go/v2/signature/sign.go
    • Line 35: warning: exported type StableMarshalerWrapper should have comment or be unexported (golint)
    • Line 118: warning: exported method StableMarshalerWrapper.ReadSignedData should have comment or be unexported (golint)
    • Line 126: warning: exported method StableMarshalerWrapper.SignedDataSize should have comment or be unexported (golint)
    • Line 147: warning: exported function SignServiceMessage should have comment or be unexported (golint)
    • Line 227: warning: exported function VerifyServiceMessage should have comment or be unexported (golint)
    • neofs-api-go/pkg/object/error.go
    • Line 3: warning: exported type SplitInfoError should have comment or be unexported (golint)
    • Line 13: warning: exported method SplitInfoError.SplitInfo should have comment or be unexported (golint)
    • Line 17: warning: exported function NewSplitInfoError should have comment or be unexported (golint)
    • neofs-api-go/pkg/object/search.go
    • Line 17: warning: exported const MatchUnknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported method SearchMatchType.ToV2 should have comment or be unexported (golint)
    • Line 36: warning: exported function SearchMatchFromV2 should have comment or be unexported (golint)
    • Line 51: warning: exported type SearchFilter should have comment or be unexported (golint)
    • Line 70: warning: exported type SearchFilters should have comment or be unexported (golint)
    • Line 134: warning: exported method SearchFilter.Header should have comment or be unexported (golint)
    • Line 138: warning: exported method SearchFilter.Value should have comment or be unexported (golint)
    • Line 142: warning: exported method SearchFilter.Operation should have comment or be unexported (golint)
    • Line 146: warning: exported function NewSearchFilters should have comment or be unexported (golint)
    • Line 150: warning: exported function NewSearchFiltersFromV2 should have comment or be unexported (golint)
    • Line 183: warning: exported method SearchFilters.AddFilter should have comment or be unexported (golint)
    • Line 198: warning: exported method SearchFilters.AddObjectVersionFilter should have comment or be unexported (golint)
    • Line 202: warning: exported method SearchFilters.AddObjectContainerIDFilter should have comment or be unexported (golint)
    • Line 206: warning: exported method SearchFilters.AddObjectOwnerIDFilter should have comment or be unexported (golint)
    • Line 210: warning: exported method SearchFilters.ToV2 should have comment or be unexported (golint)
    • Line 229: warning: exported method SearchFilters.AddRootFilter should have comment or be unexported (golint)
    • Line 237: warning: exported method SearchFilters.AddPhyFilter should have comment or be unexported (golint)
    • Line 251: warning: exported method SearchFilters.AddSplitIDFilter should have comment or be unexported (golint)
    • neofs-api-go/v2/reputation/marshal.go
    • Line 14: warning: exported method PeerID.StableMarshal should have comment or be unexported (golint)
    • Line 31: warning: exported method PeerID.StableSize should have comment or be unexported (golint)
    • Line 37: warning: exported method PeerID.Unmarshal should have comment or be unexported (golint)
    • Line 47: warning: exported method Trust.StableMarshal should have comment or be unexported (golint)
    • Line 76: warning: exported method Trust.StableSize should have comment or be unexported (golint)
    • Line 83: warning: exported method Trust.Unmarshal should have comment or be unexported (golint)
    • Line 93: warning: exported method PeerToPeerTrust.StableMarshal should have comment or be unexported (golint)
    • Line 115: warning: exported method PeerToPeerTrust.StableSize should have comment or be unexported (golint)
    • Line 122: warning: exported method PeerToPeerTrust.Unmarshal should have comment or be unexported (golint)
    • Line 132: warning: exported method GlobalTrustBody.StableMarshal should have comment or be unexported (golint)
    • Line 154: warning: exported method GlobalTrustBody.StableSize should have comment or be unexported (golint)
    • Line 161: warning: exported method GlobalTrustBody.Unmarshal should have comment or be unexported (golint)
    • Line 172: warning: exported method GlobalTrust.StableMarshal should have comment or be unexported (golint)
    • Line 201: warning: exported method GlobalTrust.StableSize should have comment or be unexported (golint)
    • Line 209: warning: exported method GlobalTrust.Unmarshal should have comment or be unexported (golint)
    • Line 219: warning: exported method AnnounceLocalTrustRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 252: warning: exported method AnnounceLocalTrustRequestBody.StableSize should have comment or be unexported (golint)
    • Line 262: warning: exported method AnnounceLocalTrustRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 266: warning: exported method AnnounceLocalTrustResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 270: warning: exported method AnnounceLocalTrustResponseBody.StableSize should have comment or be unexported (golint)
    • Line 274: warning: exported method AnnounceLocalTrustResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 285: warning: exported method AnnounceIntermediateResultRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 321: warning: exported method AnnounceIntermediateResultRequestBody.StableSize should have comment or be unexported (golint)
    • Line 329: warning: exported method AnnounceIntermediateResultRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 333: warning: exported method AnnounceIntermediateResultResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 337: warning: exported method AnnounceIntermediateResultResponseBody.StableSize should have comment or be unexported (golint)
    • Line 341: warning: exported method AnnounceIntermediateResultResponseBody.Unmarshal should have comment or be unexported (golint)
    • neofs-api-go/v2/object/marshal.go
    • Line 115: warning: exported method ShortHeader.StableMarshal should have comment or be unexported (golint)
    • Line 179: warning: exported method ShortHeader.StableSize should have comment or be unexported (golint)
    • Line 195: warning: exported method ShortHeader.Unmarshal should have comment or be unexported (golint)
    • Line 199: warning: exported method Attribute.StableMarshal should have comment or be unexported (golint)
    • Line 228: warning: exported method Attribute.StableSize should have comment or be unexported (golint)
    • Line 239: warning: exported method Attribute.Unmarshal should have comment or be unexported (golint)
    • Line 243: warning: exported method SplitHeader.StableMarshal should have comment or be unexported (golint)
    • Line 300: warning: exported method SplitHeader.StableSize should have comment or be unexported (golint)
    • Line 315: warning: exported method SplitHeader.Unmarshal should have comment or be unexported (golint)
    • Line 319: warning: exported method Header.StableMarshal should have comment or be unexported (golint)
    • Line 413: warning: exported method Header.StableSize should have comment or be unexported (golint)
    • Line 435: warning: exported method Header.Unmarshal should have comment or be unexported (golint)
    • Line 439: warning: exported method HeaderWithSignature.StableMarshal should have comment or be unexported (golint)
    • Line 468: warning: exported method HeaderWithSignature.StableSize should have comment or be unexported (golint)
    • Line 479: warning: exported method HeaderWithSignature.Unmarshal should have comment or be unexported (golint)
    • Line 483: warning: exported method Object.StableMarshal should have comment or be unexported (golint)
    • Line 526: warning: exported method Object.StableSize should have comment or be unexported (golint)
    • Line 539: warning: exported method Object.Unmarshal should have comment or be unexported (golint)
    • Line 543: warning: exported method SplitInfo.StableMarshal should have comment or be unexported (golint)
    • Line 579: warning: exported method SplitInfo.StableSize should have comment or be unexported (golint)
    • Line 591: warning: exported method SplitInfo.Unmarshal should have comment or be unexported (golint)
    • Line 595: warning: exported method GetRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 624: warning: exported method GetRequestBody.StableSize should have comment or be unexported (golint)
    • Line 635: warning: exported method GetRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 639: warning: exported method GetObjectPartInit.StableMarshal should have comment or be unexported (golint)
    • Line 675: warning: exported method GetObjectPartInit.StableSize should have comment or be unexported (golint)
    • Line 687: warning: exported method GetObjectPartInit.Unmarshal should have comment or be unexported (golint)
    • Line 691: warning: exported method GetResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 726: warning: exported method GetResponseBody.StableSize should have comment or be unexported (golint)
    • Line 748: warning: exported method GetResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 752: warning: exported method PutObjectPartInit.StableMarshal should have comment or be unexported (golint)
    • Line 795: warning: exported method PutObjectPartInit.StableSize should have comment or be unexported (golint)
    • Line 808: warning: exported method PutObjectPartInit.Unmarshal should have comment or be unexported (golint)
    • Line 812: warning: exported method PutRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 842: warning: exported method PutRequestBody.StableSize should have comment or be unexported (golint)
    • Line 862: warning: exported method PutRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 866: warning: exported method PutResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 883: warning: exported method PutResponseBody.StableSize should have comment or be unexported (golint)
    • Line 893: warning: exported method PutResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 897: warning: exported method DeleteRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 914: warning: exported method DeleteRequestBody.StableSize should have comment or be unexported (golint)
    • Line 924: warning: exported method DeleteRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 928: warning: exported method DeleteResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 945: warning: exported method DeleteResponseBody.StableSize should have comment or be unexported (golint)
    • Line 955: warning: exported method DeleteResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 959: warning: exported method HeadRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 995: warning: exported method HeadRequestBody.StableSize should have comment or be unexported (golint)
    • Line 1007: warning: exported method HeadRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 1011: warning: exported method HeadResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 1050: warning: exported method HeadResponseBody.StableSize should have comment or be unexported (golint)
    • Line 1076: warning: exported method HeadResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 1080: warning: exported method SearchFilter.StableMarshal should have comment or be unexported (golint)
    • Line 1116: warning: exported method SearchFilter.StableSize should have comment or be unexported (golint)
    • Line 1128: warning: exported method SearchFilter.Unmarshal should have comment or be unexported (golint)
    • Line 1132: warning: exported method SearchRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 1172: warning: exported method SearchRequestBody.StableSize should have comment or be unexported (golint)
    • Line 1187: warning: exported method SearchRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 1191: warning: exported method SearchResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 1213: warning: exported method SearchResponseBody.StableSize should have comment or be unexported (golint)
    • Line 1223: warning: exported method SearchResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 1227: warning: exported method Range.StableMarshal should have comment or be unexported (golint)
    • Line 1256: warning: exported method Range.StableSize should have comment or be unexported (golint)
    • Line 1267: warning: exported method Range.Unmarshal should have comment or be unexported (golint)
    • Line 1271: warning: exported method GetRangeRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 1307: warning: exported method GetRangeRequestBody.StableSize should have comment or be unexported (golint)
    • Line 1319: warning: exported method GetRangeRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 1323: warning: exported method GetRangeResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 1355: warning: exported method GetRangeResponseBody.StableSize should have comment or be unexported (golint)
    • Line 1377: warning: exported method GetRangeResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 1381: warning: exported method GetRangeHashRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 1426: warning: exported method GetRangeHashRequestBody.StableSize should have comment or be unexported (golint)
    • Line 1443: warning: exported method GetRangeHashRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 1447: warning: exported method GetRangeHashResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 1476: warning: exported method GetRangeHashResponseBody.StableSize should have comment or be unexported (golint)
    • Line 1487: warning: exported method GetRangeHashResponseBody.Unmarshal should have comment or be unexported (golint)
    • neofs-api-go/v2/accounting/convert.go
    • Line 11: warning: exported method BalanceRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 23: warning: exported method BalanceRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 45: warning: exported method BalanceRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 58: warning: exported method BalanceRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 83: warning: exported method Decimal.ToGRPCMessage should have comment or be unexported (golint)
    • Line 96: warning: exported method Decimal.FromGRPCMessage should have comment or be unexported (golint)
    • Line 108: warning: exported method BalanceResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 120: warning: exported method BalanceResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 142: warning: exported method BalanceResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 155: warning: exported method BalanceResponse.FromGRPCMessage should have comment or be unexported (golint)
    • neofs-api-go/v2/container/test/generate.go
    • Line 11: warning: exported function GenerateAttribute should have comment or be unexported (golint)
    • Line 22: warning: exported function GenerateAttributes should have comment or be unexported (golint)
    • Line 33: warning: exported function GenerateContainer should have comment or be unexported (golint)
    • Line 49: warning: exported function GeneratePutRequestBody should have comment or be unexported (golint)
    • Line 58: warning: exported function GeneratePutRequest should have comment or be unexported (golint)
    • Line 68: warning: exported function GeneratePutResponseBody should have comment or be unexported (golint)
    • Line 76: warning: exported function GeneratePutResponse should have comment or be unexported (golint)
    • Line 86: warning: exported function GenerateGetRequestBody should have comment or be unexported (golint)
    • Line 94: warning: exported function GenerateGetRequest should have comment or be unexported (golint)
    • Line 104: warning: exported function GenerateGetResponseBody should have comment or be unexported (golint)
    • Line 114: warning: exported function GenerateGetResponse should have comment or be unexported (golint)
    • Line 124: warning: exported function GenerateDeleteRequestBody should have comment or be unexported (golint)
    • Line 133: warning: exported function GenerateDeleteRequest should have comment or be unexported (golint)
    • Line 143: warning: exported function GenerateDeleteResponseBody should have comment or be unexported (golint)
    • Line 149: warning: exported function GenerateDeleteResponse should have comment or be unexported (golint)
    • Line 159: warning: exported function GenerateListRequestBody should have comment or be unexported (golint)
    • Line 167: warning: exported function GenerateListRequest should have comment or be unexported (golint)
    • Line 177: warning: exported function GenerateListResponseBody should have comment or be unexported (golint)
    • Line 185: warning: exported function GenerateListResponse should have comment or be unexported (golint)
    • Line 195: warning: exported function GenerateSetExtendedACLRequestBody should have comment or be unexported (golint)
    • Line 204: warning: exported function GenerateSetExtendedACLRequest should have comment or be unexported (golint)
    • Line 214: warning: exported function GenerateSetExtendedACLResponseBody should have comment or be unexported (golint)
    • Line 220: warning: exported function GenerateSetExtendedACLResponse should have comment or be unexported (golint)
    • Line 230: warning: exported function GenerateGetExtendedACLRequestBody should have comment or be unexported (golint)
    • Line 238: warning: exported function GenerateGetExtendedACLRequest should have comment or be unexported (golint)
    • Line 248: warning: exported function GenerateGetExtendedACLResponseBody should have comment or be unexported (golint)
    • Line 258: warning: exported function GenerateGetExtendedACLResponse should have comment or be unexported (golint)
    • Line 268: warning: exported function GenerateUsedSpaceAnnouncement should have comment or be unexported (golint)
    • Line 278: warning: exported function GenerateUsedSpaceAnnouncements should have comment or be unexported (golint)
    • Line 289: warning: exported function GenerateAnnounceUsedSpaceRequestBody should have comment or be unexported (golint)
    • Line 297: warning: exported function GenerateAnnounceUsedSpaceRequest should have comment or be unexported (golint)
    • Line 307: warning: exported function GenerateAnnounceUsedSpaceResponseBody should have comment or be unexported (golint)
    • Line 313: warning: exported function GenerateAnnounceUsedSpaceResponse should have comment or be unexported (golint)
    • neofs-api-go/v2/reputation/test/generate.go
    • Line 9: warning: exported function GeneratePeerID should have comment or be unexported (golint)
    • Line 19: warning: exported function GenerateTrust should have comment or be unexported (golint)
    • Line 31: warning: exported function GeneratePeerToPeerTrust should have comment or be unexported (golint)
    • Line 40: warning: exported function GenerateGlobalTrustBody should have comment or be unexported (golint)
    • Line 49: warning: exported function GenerateGlobalTrust should have comment or be unexported (golint)
    • Line 59: warning: exported function GenerateTrusts should have comment or be unexported (golint)
    • Line 70: warning: exported function GenerateAnnounceLocalTrustRequestBody should have comment or be unexported (golint)
    • Line 82: warning: exported function GenerateAnnounceLocalTrustRequest should have comment or be unexported (golint)
    • Line 92: warning: exported function GenerateAnnounceLocalTrustResponseBody should have comment or be unexported (golint)
    • Line 98: warning: exported function GenerateAnnounceLocalTrustResponse should have comment or be unexported (golint)
    • Line 108: warning: exported function GenerateAnnounceIntermediateResultRequestBody should have comment or be unexported (golint)
    • Line 120: warning: exported function GenerateAnnounceIntermediateResultRequest should have comment or be unexported (golint)
    • Line 130: warning: exported function GenerateAnnounceIntermediateResultResponseBody should have comment or be unexported (golint)
    • Line 136: warning: exported function GenerateAnnounceIntermediateResultResponse should have comment or be unexported (golint)
    • neofs-api-go/v2/reputation/json.go
    • Line 8: warning: exported method PeerID.MarshalJSON should have comment or be unexported (golint)
    • Line 12: warning: exported method PeerID.UnmarshalJSON should have comment or be unexported (golint)
    • Line 16: warning: exported method Trust.MarshalJSON should have comment or be unexported (golint)
    • Line 20: warning: exported method Trust.UnmarshalJSON should have comment or be unexported (golint)
    • Line 24: warning: exported method PeerToPeerTrust.MarshalJSON should have comment or be unexported (golint)
    • Line 28: warning: exported method PeerToPeerTrust.UnmarshalJSON should have comment or be unexported (golint)
    • Line 32: warning: exported method GlobalTrust.MarshalJSON should have comment or be unexported (golint)
    • Line 36: warning: exported method GlobalTrust.UnmarshalJSON should have comment or be unexported (golint)
    • neofs-api-go/v2/tombstone/json.go
    • Line 8: warning: exported method Tombstone.MarshalJSON should have comment or be unexported (golint)
    • Line 12: warning: exported method Tombstone.UnmarshalJSON should have comment or be unexported (golint)
    • neofs-api-go/v2/object/json.go
    • Line 8: warning: exported method ShortHeader.MarshalJSON should have comment or be unexported (golint)
    • Line 12: warning: exported method ShortHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 16: warning: exported method Attribute.MarshalJSON should have comment or be unexported (golint)
    • Line 20: warning: exported method Attribute.UnmarshalJSON should have comment or be unexported (golint)
    • Line 24: warning: exported method SplitHeader.MarshalJSON should have comment or be unexported (golint)
    • Line 28: warning: exported method SplitHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 32: warning: exported method Header.MarshalJSON should have comment or be unexported (golint)
    • Line 36: warning: exported method Header.UnmarshalJSON should have comment or be unexported (golint)
    • Line 40: warning: exported method HeaderWithSignature.MarshalJSON should have comment or be unexported (golint)
    • Line 44: warning: exported method HeaderWithSignature.UnmarshalJSON should have comment or be unexported (golint)
    • Line 48: warning: exported method Object.MarshalJSON should have comment or be unexported (golint)
    • Line 52: warning: exported method Object.UnmarshalJSON should have comment or be unexported (golint)
    • Line 56: warning: exported method SplitInfo.MarshalJSON should have comment or be unexported (golint)
    • Line 60: warning: exported method SplitInfo.UnmarshalJSON should have comment or be unexported (golint)
    • Line 64: warning: exported method SearchFilter.MarshalJSON should have comment or be unexported (golint)
    • Line 68: warning: exported method SearchFilter.UnmarshalJSON should have comment or be unexported (golint)
    • Line 72: warning: exported method Range.MarshalJSON should have comment or be unexported (golint)
    • Line 76: warning: exported method Range.UnmarshalJSON should have comment or be unexported (golint)
    • neofs-api-go/v2/accounting/marshal.go
    • Line 18: warning: exported method Decimal.StableMarshal should have comment or be unexported (golint)
    • Line 47: warning: exported method Decimal.StableSize should have comment or be unexported (golint)
    • Line 58: warning: exported method Decimal.Unmarshal should have comment or be unexported (golint)
    • Line 62: warning: exported method BalanceRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 79: warning: exported method BalanceRequestBody.StableSize should have comment or be unexported (golint)
    • Line 89: warning: exported method BalanceRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 93: warning: exported method BalanceResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 110: warning: exported method BalanceResponseBody.StableSize should have comment or be unexported (golint)
    • Line 120: warning: exported method BalanceResponseBody.Unmarshal should have comment or be unexported (golint)
    • neofs-api-go/v2/refs/test/generate.go
    • Line 7: warning: exported function GenerateVersion should have comment or be unexported (golint)
    • Line 18: warning: exported function GenerateOwnerID should have comment or be unexported (golint)
    • Line 28: warning: exported function GenerateAddress should have comment or be unexported (golint)
    • Line 37: warning: exported function GenerateObjectID should have comment or be unexported (golint)
    • Line 47: warning: exported function GenerateObjectIDs should have comment or be unexported (golint)
    • Line 60: warning: exported function GenerateContainerID should have comment or be unexported (golint)
    • Line 70: warning: exported function GenerateContainerIDs should have comment or be unexported (golint)
    • Line 81: warning: exported function GenerateSignature should have comment or be unexported (golint)
    • Line 92: warning: exported function GenerateChecksum should have comment or be unexported (golint)
    • neofs-api-go/v2/refs/marshal.go
    • Line 29: warning: exported method OwnerID.StableMarshal should have comment or be unexported (golint)
    • Line 46: warning: exported method OwnerID.StableSize should have comment or be unexported (golint)
    • Line 54: warning: exported method OwnerID.Unmarshal should have comment or be unexported (golint)
    • Line 58: warning: exported method ContainerID.StableMarshal should have comment or be unexported (golint)
    • Line 75: warning: exported method ContainerID.StableSize should have comment or be unexported (golint)
    • Line 83: warning: exported method ContainerID.Unmarshal should have comment or be unexported (golint)
    • Line 87: warning: exported method ObjectID.StableMarshal should have comment or be unexported (golint)
    • Line 114: warning: exported method ObjectID.StableSize should have comment or be unexported (golint)
    • Line 139: warning: exported method ObjectID.Unmarshal should have comment or be unexported (golint)
    • Line 143: warning: exported method Address.StableMarshal should have comment or be unexported (golint)
    • Line 172: warning: exported method Address.StableSize should have comment or be unexported (golint)
    • Line 184: warning: exported method Address.Unmarshal should have comment or be unexported (golint)
    • Line 188: warning: exported method Checksum.StableMarshal should have comment or be unexported (golint)
    • Line 217: warning: exported method Checksum.StableSize should have comment or be unexported (golint)
    • Line 228: warning: exported method Checksum.Unmarshal should have comment or be unexported (golint)
    • Line 232: warning: exported method Signature.StableMarshal should have comment or be unexported (golint)
    • Line 261: warning: exported method Signature.StableSize should have comment or be unexported (golint)
    • Line 272: warning: exported method Signature.Unmarshal should have comment or be unexported (golint)
    • Line 276: warning: exported method Version.StableMarshal should have comment or be unexported (golint)
    • Line 305: warning: exported method Version.StableSize should have comment or be unexported (golint)
    • Line 316: warning: exported method Version.Unmarshal should have comment or be unexported (golint)
    • neofs-api-go/v2/netmap/json.go
    • Line 8: warning: exported method PlacementPolicy.MarshalJSON should have comment or be unexported (golint)
    • Line 12: warning: exported method PlacementPolicy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 16: warning: exported method Filter.MarshalJSON should have comment or be unexported (golint)
    • Line 20: warning: exported method Filter.UnmarshalJSON should have comment or be unexported (golint)
    • Line 24: warning: exported method Selector.MarshalJSON should have comment or be unexported (golint)
    • Line 28: warning: exported method Selector.UnmarshalJSON should have comment or be unexported (golint)
    • Line 32: warning: exported method Replica.MarshalJSON should have comment or be unexported (golint)
    • Line 36: warning: exported method Replica.UnmarshalJSON should have comment or be unexported (golint)
    • Line 40: warning: exported method Attribute.MarshalJSON should have comment or be unexported (golint)
    • Line 44: warning: exported method Attribute.UnmarshalJSON should have comment or be unexported (golint)
    • Line 48: warning: exported method NodeInfo.MarshalJSON should have comment or be unexported (golint)
    • Line 52: warning: exported method NodeInfo.UnmarshalJSON should have comment or be unexported (golint)
    • Line 56: warning: exported method NetworkInfo.MarshalJSON should have comment or be unexported (golint)
    • Line 60: warning: exported method NetworkInfo.UnmarshalJSON should have comment or be unexported (golint)
    • neofs-api-go/v2/accounting/json.go
    • Line 8: warning: exported method Decimal.MarshalJSON should have comment or be unexported (golint)
    • Line 12: warning: exported method Decimal.UnmarshalJSON should have comment or be unexported (golint)
    • neofs-api-go/pkg/checksum.go
    • Line 35: warning: comment on exported function NewChecksum should be of the form "NewChecksum ..." (golint)
    • Line 75: warning: exported method Checksum.ToV2 should have comment or be unexported (golint)
    • Line 79: warning: exported function EqualChecksums should have comment or be unexported (golint)
    • neofs-api-go/v2/refs/convert.go
    • Line 9: warning: exported method OwnerID.ToGRPCMessage should have comment or be unexported (golint)
    • Line 21: warning: exported method OwnerID.FromGRPCMessage should have comment or be unexported (golint)
    • Line 32: warning: exported method ContainerID.ToGRPCMessage should have comment or be unexported (golint)
    • Line 44: warning: exported method ContainerID.FromGRPCMessage should have comment or be unexported (golint)
    • Line 55: warning: exported function ContainerIDsToGRPCMessage should have comment or be unexported (golint)
    • Line 67: warning: exported function ContainerIDsFromGRPCMessage should have comment or be unexported (golint)
    • Line 90: warning: exported method ObjectID.ToGRPCMessage should have comment or be unexported (golint)
    • Line 102: warning: exported method ObjectID.FromGRPCMessage should have comment or be unexported (golint)
    • Line 113: warning: exported function ObjectIDListToGRPCMessage should have comment or be unexported (golint)
    • Line 125: warning: exported function ObjectIDListFromGRPCMessage should have comment or be unexported (golint)
    • Line 148: warning: exported method Address.ToGRPCMessage should have comment or be unexported (golint)
    • Line 161: warning: exported method Address.FromGRPCMessage should have comment or be unexported (golint)
    • Line 197: warning: exported function ChecksumTypeToGRPC should have comment or be unexported (golint)
    • Line 201: warning: exported function ChecksumTypeFromGRPC should have comment or be unexported (golint)
    • Line 205: warning: exported method Checksum.ToGRPCMessage should have comment or be unexported (golint)
    • Line 218: warning: exported method Checksum.FromGRPCMessage should have comment or be unexported (golint)
    • Line 230: warning: exported method Version.ToGRPCMessage should have comment or be unexported (golint)
    • Line 243: warning: exported method Version.FromGRPCMessage should have comment or be unexported (golint)
    • Line 255: warning: exported method Signature.ToGRPCMessage should have comment or be unexported (golint)
    • Line 268: warning: exported method Signature.FromGRPCMessage should have comment or be unexported (golint)
    • neofs-api-go/v2/container/convert.go
    • Line 17: warning: exported method Attribute.ToGRPCMessage should have comment or be unexported (golint)
    • Line 30: warning: exported method Attribute.FromGRPCMessage should have comment or be unexported (golint)
    • Line 42: warning: exported function AttributesToGRPC should have comment or be unexported (golint)
    • Line 54: warning: exported function AttributesFromGRPC should have comment or be unexported (golint)
    • Line 77: warning: exported method Container.ToGRPCMessage should have comment or be unexported (golint)
    • Line 94: warning: exported method Container.FromGRPCMessage should have comment or be unexported (golint)
    • Line 155: warning: exported method PutRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 168: warning: exported method PutRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 204: warning: exported method PutRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 217: warning: exported method PutRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 242: warning: exported method PutResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 254: warning: exported method PutResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 276: warning: exported method PutResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 289: warning: exported method PutResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 314: warning: exported method GetRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 326: warning: exported method GetRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 348: warning: exported method GetRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 361: warning: exported method GetRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 386: warning: exported method GetResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 400: warning: exported method GetResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 444: warning: exported method GetResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 457: warning: exported method GetResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 482: warning: exported method DeleteRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 495: warning: exported method DeleteRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 531: warning: exported method DeleteRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 544: warning: exported method DeleteRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 569: warning: exported method DeleteResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 579: warning: exported method DeleteResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 588: warning: exported method DeleteResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 601: warning: exported method DeleteResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 626: warning: exported method ListRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 638: warning: exported method ListRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 660: warning: exported method ListRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 673: warning: exported method ListRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 698: warning: exported method ListResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 710: warning: exported method ListResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 723: warning: exported method ListResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 736: warning: exported method ListResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 761: warning: exported method SetExtendedACLRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 774: warning: exported method SetExtendedACLRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 810: warning: exported method SetExtendedACLRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 823: warning: exported method SetExtendedACLRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 848: warning: exported method SetExtendedACLResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 858: warning: exported method SetExtendedACLResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 867: warning: exported method SetExtendedACLResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 880: warning: exported method SetExtendedACLResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 905: warning: exported method GetExtendedACLRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 917: warning: exported method GetExtendedACLRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 939: warning: exported method GetExtendedACLRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 952: warning: exported method GetExtendedACLRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 977: warning: exported method GetExtendedACLResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 991: warning: exported method GetExtendedACLResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1038: warning: exported method GetExtendedACLResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1051: warning: exported method GetExtendedACLResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1076: warning: exported method UsedSpaceAnnouncement.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1090: warning: exported method UsedSpaceAnnouncement.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1118: warning: exported function UsedSpaceAnnouncementsToGRPCMessage should have comment or be unexported (golint)
    • Line 1132: warning: exported function UsedSpaceAnnouncementssFromGRPCMessage should have comment or be unexported (golint)
    • Line 1157: warning: exported method AnnounceUsedSpaceRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1169: warning: exported method AnnounceUsedSpaceRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1182: warning: exported method AnnounceUsedSpaceRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1195: warning: exported method AnnounceUsedSpaceRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1220: warning: exported method AnnounceUsedSpaceResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1230: warning: exported method AnnounceUsedSpaceResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1239: warning: exported method AnnounceUsedSpaceResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1252: warning: exported method AnnounceUsedSpaceResponse.FromGRPCMessage should have comment or be unexported (golint)
    • neofs-api-go/v2/accounting/test/generate.go
    • Line 9: warning: exported function GenerateBalanceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported function GenerateBalanceRequestBody should have comment or be unexported (golint)
    • Line 27: warning: exported function GenerateBalanceResponse should have comment or be unexported (golint)
    • Line 37: warning: exported function GenerateBalanceResponseBody should have comment or be unexported (golint)
    • Line 45: warning: exported function GenerateDecimal should have comment or be unexported (golint)
    • neofs-api-go/v2/acl/convert.go
    • Line 155: warning: exported method HeaderFilter.ToGRPCMessage should have comment or be unexported (golint)
    • Line 170: warning: exported method HeaderFilter.FromGRPCMessage should have comment or be unexported (golint)
    • Line 184: warning: exported function HeaderFiltersToGRPC should have comment or be unexported (golint)
    • Line 196: warning: exported function HeaderFiltersFromGRPC should have comment or be unexported (golint)
    • Line 219: warning: exported method Target.ToGRPCMessage should have comment or be unexported (golint)
    • Line 232: warning: exported method Target.FromGRPCMessage should have comment or be unexported (golint)
    • Line 244: warning: exported function TargetsToGRPC should have comment or be unexported (golint)
    • Line 256: warning: exported function TargetsFromGRPC should have comment or be unexported (golint)
    • Line 279: warning: exported method Record.ToGRPCMessage should have comment or be unexported (golint)
    • Line 294: warning: exported method Record.FromGRPCMessage should have comment or be unexported (golint)
    • Line 318: warning: exported function RecordsToGRPC should have comment or be unexported (golint)
    • Line 330: warning: exported function RecordsFromGRPC should have comment or be unexported (golint)
    • Line 353: warning: exported method Table.ToGRPCMessage should have comment or be unexported (golint)
    • Line 367: warning: exported method Table.FromGRPCMessage should have comment or be unexported (golint)
    • Line 408: warning: exported method TokenLifetime.ToGRPCMessage should have comment or be unexported (golint)
    • Line 422: warning: exported method TokenLifetime.FromGRPCMessage should have comment or be unexported (golint)
    • Line 435: warning: exported method BearerTokenBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 449: warning: exported method BearerTokenBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 499: warning: exported method BearerToken.ToGRPCMessage should have comment or be unexported (golint)
    • Line 512: warning: exported method BearerToken.FromGRPCMessage should have comment or be unexported (golint)
    • neofs-api-go/pkg/client/opts.go
    • Line 17: warning: exported type CallOption should have comment or be unexported (golint)
    • Line 19: warning: exported type Option should have comment or be unexported (golint)
    • Line 53: warning: exported function WithXHeader should have comment or be unexported (golint)
    • Line 59: warning: exported function WithTTL should have comment or be unexported (golint)
    • Line 72: warning: exported function WithEpoch should have comment or be unexported (golint)
    • Line 78: warning: exported function WithSession should have comment or be unexported (golint)
    • Line 84: warning: exported function WithBearer should have comment or be unexported (golint)
    • Line 118: warning: exported function WithAddress should have comment or be unexported (golint)
    • Line 124: warning: exported function WithGRPCConnection should have comment or be unexported (golint)
    • neofs-api-go/v2/refs/types.go
    • Line 3: warning: exported type OwnerID should have comment or be unexported (golint)
    • Line 7: warning: exported type ContainerID should have comment or be unexported (golint)
    • Line 11: warning: exported type ObjectID should have comment or be unexported (golint)
    • Line 15: warning: exported type Address should have comment or be unexported (golint)
    • Line 21: warning: exported type Checksum should have comment or be unexported (golint)
    • Line 27: warning: exported type ChecksumType should have comment or be unexported (golint)
    • Line 29: warning: exported type Signature should have comment or be unexported (golint)
    • Line 33: warning: exported type Version should have comment or be unexported (golint)
    • Line 38: warning: exported const UnknownChecksum should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported method OwnerID.GetValue should have comment or be unexported (golint)
    • Line 51: warning: exported method OwnerID.SetValue should have comment or be unexported (golint)
    • Line 57: warning: exported method ContainerID.GetValue should have comment or be unexported (golint)
    • Line 65: warning: exported method ContainerID.SetValue should have comment or be unexported (golint)
    • Line 71: warning: exported method ObjectID.GetValue should have comment or be unexported (golint)
    • Line 79: warning: exported method ObjectID.SetValue should have comment or be unexported (golint)
    • Line 85: warning: exported method Address.GetContainerID should have comment or be unexported (golint)
    • Line 93: warning: exported method Address.SetContainerID should have comment or be unexported (golint)
    • Line 99: warning: exported method Address.GetObjectID should have comment or be unexported (golint)
    • Line 107: warning: exported method Address.SetObjectID should have comment or be unexported (golint)
    • Line 113: warning: exported method Checksum.GetType should have comment or be unexported (golint)
    • Line 121: warning: exported method Checksum.SetType should have comment or be unexported (golint)
    • Line 127: warning: exported method Checksum.GetSum should have comment or be unexported (golint)
    • Line 135: warning: exported method Checksum.SetSum should have comment or be unexported (golint)
    • Line 141: warning: exported method Signature.GetKey should have comment or be unexported (golint)
    • Line 149: warning: exported method Signature.SetKey should have comment or be unexported (golint)
    • Line 155: warning: exported method Signature.GetSign should have comment or be unexported (golint)
    • Line 163: warning: exported method Signature.SetSign should have comment or be unexported (golint)
    • Line 169: warning: exported method Version.GetMajor should have comment or be unexported (golint)
    • Line 177: warning: exported method Version.SetMajor should have comment or be unexported (golint)
    • Line 183: warning: exported method Version.GetMinor should have comment or be unexported (golint)
    • Line 191: warning: exported method Version.SetMinor should have comment or be unexported (golint)
    • neofs-api-go/v2/netmap/marshal.go
    • Line 43: warning: exported method Filter.StableMarshal should have comment or be unexported (golint)
    • Line 97: warning: exported method Filter.StableSize should have comment or be unexported (golint)
    • Line 109: warning: exported method Filter.Unmarshal should have comment or be unexported (golint)
    • Line 113: warning: exported method Selector.StableMarshal should have comment or be unexported (golint)
    • Line 163: warning: exported method Selector.StableSize should have comment or be unexported (golint)
    • Line 173: warning: exported method Selector.Unmarshal should have comment or be unexported (golint)
    • Line 177: warning: exported method Replica.StableMarshal should have comment or be unexported (golint)
    • Line 206: warning: exported method Replica.StableSize should have comment or be unexported (golint)
    • Line 213: warning: exported method Replica.Unmarshal should have comment or be unexported (golint)
    • Line 217: warning: exported method PlacementPolicy.StableMarshal should have comment or be unexported (golint)
    • Line 268: warning: exported method PlacementPolicy.StableSize should have comment or be unexported (golint)
    • Line 286: warning: exported method PlacementPolicy.Unmarshal should have comment or be unexported (golint)
    • Line 290: warning: exported method Attribute.StableMarshal should have comment or be unexported (golint)
    • Line 330: warning: exported method Attribute.StableSize should have comment or be unexported (golint)
    • Line 345: warning: exported method Attribute.Unmarshal should have comment or be unexported (golint)
    • Line 349: warning: exported method NodeInfo.StableMarshal should have comment or be unexported (golint)
    • Line 394: warning: exported method NodeInfo.StableSize should have comment or be unexported (golint)
    • Line 410: warning: exported method NodeInfo.Unmarshal should have comment or be unexported (golint)
    • Line 414: warning: exported method LocalNodeInfoRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 418: warning: exported method LocalNodeInfoRequestBody.StableSize should have comment or be unexported (golint)
    • Line 422: warning: exported method LocalNodeInfoRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 426: warning: exported method LocalNodeInfoResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 455: warning: exported method LocalNodeInfoResponseBody.StableSize should have comment or be unexported (golint)
    • Line 466: warning: exported method LocalNodeInfoResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 476: warning: exported method NetworkInfo.StableMarshal should have comment or be unexported (golint)
    • Line 505: warning: exported method NetworkInfo.StableSize should have comment or be unexported (golint)
    • Line 516: warning: exported method NetworkInfo.Unmarshal should have comment or be unexported (golint)
    • Line 520: warning: exported method NetworkInfoRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 524: warning: exported method NetworkInfoRequestBody.StableSize should have comment or be unexported (golint)
    • Line 528: warning: exported method NetworkInfoRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 537: warning: exported method NetworkInfoResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 554: warning: exported method NetworkInfoResponseBody.StableSize should have comment or be unexported (golint)
    • Line 564: warning: exported method NetworkInfoResponseBody.Unmarshal should have comment or be unexported (golint)
    • neofs-api-go/v2/session/util.go
    • Line 47: warning: exported method RequestHeaders.ToMessage should have comment or be unexported (golint)
    • Line 55: warning: exported method RequestHeaders.FromMessage should have comment or be unexported (golint)
    • Line 130: warning: exported method ResponseHeaders.ToMessage should have comment or be unexported (golint)
    • Line 138: warning: exported method ResponseHeaders.FromMessage should have comment or be unexported (golint)
    • neofs-api-go/v2/container/types.go
    • Line 10: warning: exported type Attribute should have comment or be unexported (golint)
    • Line 14: warning: exported type Container should have comment or be unexported (golint)
    • Line 28: warning: exported type PutRequestBody should have comment or be unexported (golint)
    • Line 33: warning: exported type PutRequest should have comment or be unexported (golint)
    • Line 39: warning: exported type PutResponseBody should have comment or be unexported (golint)
    • Line 43: warning: exported type PutResponse should have comment or be unexported (golint)
    • Line 49: warning: exported type GetRequestBody should have comment or be unexported (golint)
    • Line 53: warning: exported type GetRequest should have comment or be unexported (golint)
    • Line 59: warning: exported type GetResponseBody should have comment or be unexported (golint)
    • Line 67: warning: exported type GetResponse should have comment or be unexported (golint)
    • Line 73: warning: exported type DeleteRequestBody should have comment or be unexported (golint)
    • Line 79: warning: exported type DeleteRequest should have comment or be unexported (golint)
    • Line 85: warning: exported type DeleteResponseBody should have comment or be unexported (golint)
    • Line 87: warning: exported type DeleteResponse should have comment or be unexported (golint)
    • Line 93: warning: exported type ListRequestBody should have comment or be unexported (golint)
    • Line 97: warning: exported type ListRequest should have comment or be unexported (golint)
    • Line 103: warning: exported type ListResponseBody should have comment or be unexported (golint)
    • Line 107: warning: exported type ListResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type SetExtendedACLRequestBody should have comment or be unexported (golint)
    • Line 119: warning: exported type SetExtendedACLRequest should have comment or be unexported (golint)
    • Line 125: warning: exported type SetExtendedACLResponseBody should have comment or be unexported (golint)
    • Line 127: warning: exported type SetExtendedACLResponse should have comment or be unexported (golint)
    • Line 133: warning: exported type GetExtendedACLRequestBody should have comment or be unexported (golint)
    • Line 137: warning: exported type GetExtendedACLRequest should have comment or be unexported (golint)
    • Line 143: warning: exported type GetExtendedACLResponseBody should have comment or be unexported (golint)
    • Line 151: warning: exported type GetExtendedACLResponse should have comment or be unexported (golint)
    • Line 157: warning: exported type UsedSpaceAnnouncement should have comment or be unexported (golint)
    • Line 165: warning: exported type AnnounceUsedSpaceRequestBody should have comment or be unexported (golint)
    • Line 169: warning: exported type AnnounceUsedSpaceRequest should have comment or be unexported (golint)
    • Line 175: warning: exported type AnnounceUsedSpaceResponseBody should have comment or be unexported (golint)
    • Line 177: warning: exported type AnnounceUsedSpaceResponse should have comment or be unexported (golint)
    • Line 183: warning: exported method Attribute.GetKey should have comment or be unexported (golint)
    • Line 191: warning: exported method Attribute.SetKey should have comment or be unexported (golint)
    • Line 197: warning: exported method Attribute.GetValue should have comment or be unexported (golint)
    • Line 205: warning: exported method Attribute.SetValue should have comment or be unexported (golint)
    • Line 211: warning: exported method Container.GetVersion should have comment or be unexported (golint)
    • Line 219: warning: exported method Container.SetVersion should have comment or be unexported (golint)
    • Line 225: warning: exported method Container.GetOwnerID should have comment or be unexported (golint)
    • Line 233: warning: exported method Container.SetOwnerID should have comment or be unexported (golint)
    • Line 239: warning: exported method Container.GetNonce should have comment or be unexported (golint)
    • Line 247: warning: exported method Container.SetNonce should have comment or be unexported (golint)
    • Line 253: warning: exported method Container.GetBasicACL should have comment or be unexported (golint)
    • Line 261: warning: exported method Container.SetBasicACL should have comment or be unexported (golint)
    • Line 267: warning: exported method Container.GetAttributes should have comment or be unexported (golint)
    • Line 275: warning: exported method Container.SetAttributes should have comment or be unexported (golint)
    • Line 281: warning: exported method Container.GetPlacementPolicy should have comment or be unexported (golint)
    • Line 289: warning: exported method Container.SetPlacementPolicy should have comment or be unexported (golint)
    • Line 295: warning: exported method PutRequestBody.GetContainer should have comment or be unexported (golint)
    • Line 303: warning: exported method PutRequestBody.SetContainer should have comment or be unexported (golint)
    • Line 309: warning: exported method PutRequestBody.GetSignature should have comment or be unexported (golint)
    • Line 317: warning: exported method PutRequestBody.SetSignature should have comment or be unexported (golint)
    • Line 323: warning: exported method PutRequest.GetBody should have comment or be unexported (golint)
    • Line 331: warning: exported method PutRequest.SetBody should have comment or be unexported (golint)
    • Line 337: warning: exported method PutResponseBody.GetContainerID should have comment or be unexported (golint)
    • Line 345: warning: exported method PutResponseBody.SetContainerID should have comment or be unexported (golint)
    • Line 351: warning: exported method PutResponse.GetBody should have comment or be unexported (golint)
    • Line 359: warning: exported method PutResponse.SetBody should have comment or be unexported (golint)
    • Line 365: warning: exported method GetRequestBody.GetContainerID should have comment or be unexported (golint)
    • Line 373: warning: exported method GetRequestBody.SetContainerID should have comment or be unexported (golint)
    • Line 379: warning: exported method GetRequest.GetBody should have comment or be unexported (golint)
    • Line 387: warning: exported method GetRequest.SetBody should have comment or be unexported (golint)
    • Line 393: warning: exported method GetResponseBody.GetContainer should have comment or be unexported (golint)
    • Line 401: warning: exported method GetResponseBody.SetContainer should have comment or be unexported (golint)
    • Line 441: warning: exported method GetResponse.GetBody should have comment or be unexported (golint)
    • Line 449: warning: exported method GetResponse.SetBody should have comment or be unexported (golint)
    • Line 455: warning: exported method DeleteRequestBody.GetContainerID should have comment or be unexported (golint)
    • Line 463: warning: exported method DeleteRequestBody.SetContainerID should have comment or be unexported (golint)
    • Line 469: warning: exported method DeleteRequestBody.GetSignature should have comment or be unexported (golint)
    • Line 477: warning: exported method DeleteRequestBody.SetSignature should have comment or be unexported (golint)
    • Line 483: warning: exported method DeleteRequest.GetBody should have comment or be unexported (golint)
    • Line 491: warning: exported method DeleteRequest.SetBody should have comment or be unexported (golint)
    • Line 497: warning: exported method DeleteResponse.GetBody should have comment or be unexported (golint)
    • Line 505: warning: exported method DeleteResponse.SetBody should have comment or be unexported (golint)
    • Line 511: warning: exported method ListRequestBody.GetOwnerID should have comment or be unexported (golint)
    • Line 519: warning: exported method ListRequestBody.SetOwnerID should have comment or be unexported (golint)
    • Line 525: warning: exported method ListRequest.GetBody should have comment or be unexported (golint)
    • Line 533: warning: exported method ListRequest.SetBody should have comment or be unexported (golint)
    • Line 539: warning: exported method ListResponseBody.GetContainerIDs should have comment or be unexported (golint)
    • Line 547: warning: exported method ListResponseBody.SetContainerIDs should have comment or be unexported (golint)
    • Line 553: warning: exported method ListResponse.GetBody should have comment or be unexported (golint)
    • Line 561: warning: exported method ListResponse.SetBody should have comment or be unexported (golint)
    • Line 567: warning: exported method SetExtendedACLRequestBody.GetEACL should have comment or be unexported (golint)
    • Line 575: warning: exported method SetExtendedACLRequestBody.SetEACL should have comment or be unexported (golint)
    • Line 581: warning: exported method SetExtendedACLRequestBody.GetSignature should have comment or be unexported (golint)
    • Line 589: warning: exported method SetExtendedACLRequestBody.SetSignature should have comment or be unexported (golint)
    • Line 595: warning: exported method SetExtendedACLRequest.GetBody should have comment or be unexported (golint)
    • Line 603: warning: exported method SetExtendedACLRequest.SetBody should have comment or be unexported (golint)
    • Line 609: warning: exported method SetExtendedACLResponse.GetBody should have comment or be unexported (golint)
    • Line 617: warning: exported method SetExtendedACLResponse.SetBody should have comment or be unexported (golint)
    • Line 623: warning: exported method GetExtendedACLRequestBody.GetContainerID should have comment or be unexported (golint)
    • Line 631: warning: exported method GetExtendedACLRequestBody.SetContainerID should have comment or be unexported (golint)
    • Line 637: warning: exported method GetExtendedACLRequest.GetBody should have comment or be unexported (golint)
    • Line 645: warning: exported method GetExtendedACLRequest.SetBody should have comment or be unexported (golint)
    • Line 651: warning: exported method GetExtendedACLResponseBody.GetEACL should have comment or be unexported (golint)
    • Line 659: warning: exported method GetExtendedACLResponseBody.SetEACL should have comment or be unexported (golint)
    • Line 665: warning: exported method GetExtendedACLResponseBody.GetSignature should have comment or be unexported (golint)
    • Line 673: warning: exported method GetExtendedACLResponseBody.SetSignature should have comment or be unexported (golint)
    • Line 697: warning: exported method GetExtendedACLResponse.GetBody should have comment or be unexported (golint)
    • Line 705: warning: exported method GetExtendedACLResponse.SetBody should have comment or be unexported (golint)
    • Line 711: warning: exported method UsedSpaceAnnouncement.GetEpoch should have comment or be unexported (golint)
    • Line 719: warning: exported method UsedSpaceAnnouncement.SetEpoch should have comment or be unexported (golint)
    • Line 725: warning: exported method UsedSpaceAnnouncement.GetUsedSpace should have comment or be unexported (golint)
    • Line 733: warning: exported method UsedSpaceAnnouncement.SetUsedSpace should have comment or be unexported (golint)
    • Line 739: warning: exported method UsedSpaceAnnouncement.GetContainerID should have comment or be unexported (golint)
    • Line 747: warning: exported method UsedSpaceAnnouncement.SetContainerID should have comment or be unexported (golint)
    • Line 753: warning: exported method AnnounceUsedSpaceRequestBody.GetAnnouncements should have comment or be unexported (golint)
    • Line 761: warning: exported method AnnounceUsedSpaceRequestBody.SetAnnouncements should have comment or be unexported (golint)
    • Line 767: warning: exported method AnnounceUsedSpaceRequest.GetBody should have comment or be unexported (golint)
    • Line 775: warning: exported method AnnounceUsedSpaceRequest.SetBody should have comment or be unexported (golint)
    • Line 781: warning: exported method AnnounceUsedSpaceResponse.GetBody should have comment or be unexported (golint)
    • Line 789: warning: exported method AnnounceUsedSpaceResponse.SetBody should have comment or be unexported (golint)
    • neofs-api-go/v2/audit/convert.go
    • Line 11: warning: exported method DataAuditResult.ToGRPCMessage should have comment or be unexported (golint)
    • Line 36: warning: exported method DataAuditResult.FromGRPCMessage should have comment or be unexported (golint)
    • neofs-api-go/v2/netmap/test/generate.go
    • Line 9: warning: exported function GenerateFilter should have comment or be unexported (golint)
    • Line 33: warning: exported function GenerateFilters should have comment or be unexported (golint)
    • Line 44: warning: exported function GenerateSelector should have comment or be unexported (golint)
    • Line 58: warning: exported function GenerateSelectors should have comment or be unexported (golint)
    • Line 69: warning: exported function GenerateReplica should have comment or be unexported (golint)
    • Line 80: warning: exported function GenerateReplicas should have comment or be unexported (golint)
    • Line 91: warning: exported function GeneratePlacementPolicy should have comment or be unexported (golint)
    • Line 105: warning: exported function GenerateAttribute should have comment or be unexported (golint)
    • Line 116: warning: exported function GenerateAttributes should have comment or be unexported (golint)
    • Line 127: warning: exported function GenerateNodeInfo should have comment or be unexported (golint)
    • Line 141: warning: exported function GenerateLocalNodeInfoRequestBody should have comment or be unexported (golint)
    • Line 147: warning: exported function GenerateLocalNodeInfoRequest should have comment or be unexported (golint)
    • Line 157: warning: exported function GenerateLocalNodeInfoResponseBody should have comment or be unexported (golint)
    • Line 166: warning: exported function GenerateLocalNodeInfoResponse should have comment or be unexported (golint)
    • Line 176: warning: exported function GenerateNetworkInfo should have comment or be unexported (golint)
    • Line 187: warning: exported function GenerateNetworkInfoRequestBody should have comment or be unexported (golint)
    • Line 193: warning: exported function GenerateNetworkInfoRequest should have comment or be unexported (golint)
    • Line 203: warning: exported function GenerateNetworkInfoResponseBody should have comment or be unexported (golint)
    • Line 211: warning: exported function GenerateNetworkInfoResponse should have comment or be unexported (golint)
    • neofs-api-go/v2/rpc/object.go
    • Line 86: warning: comment on exported type SearchResponseReader should be of the form "SearchResponseReader ..." (with optional leading article) (golint)
    • Line 115: warning: comment on exported type ObjectRangeResponseReader should be of the form "ObjectRangeResponseReader ..." (with optional leading article) (golint)
    • neofs-api-go/v2/session/test/generate.go
    • Line 9: warning: exported function GenerateCreateRequestBody should have comment or be unexported (golint)
    • Line 21: warning: exported function GenerateCreateRequest should have comment or be unexported (golint)
    • Line 31: warning: exported function GenerateCreateResponseBody should have comment or be unexported (golint)
    • Line 42: warning: exported function GenerateCreateResponse should have comment or be unexported (golint)
    • Line 52: warning: exported function GenerateResponseVerificationHeader should have comment or be unexported (golint)
    • Line 70: warning: exported function GenerateResponseMetaHeader should have comment or be unexported (golint)
    • Line 92: warning: exported function GenerateRequestVerificationHeader should have comment or be unexported (golint)
    • Line 110: warning: exported function GenerateRequestMetaHeader should have comment or be unexported (golint)
    • Line 134: warning: exported function GenerateSessionToken should have comment or be unexported (golint)
    • Line 143: warning: exported function GenerateSessionTokenBody should have comment or be unexported (golint)
    • Line 158: warning: exported function GenerateTokenLifetime should have comment or be unexported (golint)
    • Line 170: warning: exported function GenerateObjectSessionContext should have comment or be unexported (golint)
    • Line 182: warning: exported function GenerateContainerSessionContext should have comment or be unexported (golint)
    • Line 195: warning: exported function GenerateXHeader should have comment or be unexported (golint)
    • Line 206: warning: exported function GenerateXHeaders should have comment or be unexported (golint)
    • neofs-api-go/v2/session/json.go
    • Line 9: warning: exported method ObjectSessionContext.MarshalJSON should have comment or be unexported (golint)
    • Line 13: warning: exported method ObjectSessionContext.UnmarshalJSON should have comment or be unexported (golint)
    • Line 17: warning: exported method TokenLifetime.MarshalJSON should have comment or be unexported (golint)
    • Line 21: warning: exported method TokenLifetime.UnmarshalJSON should have comment or be unexported (golint)
    • Line 25: warning: exported method SessionTokenBody.MarshalJSON should have comment or be unexported (golint)
    • Line 29: warning: exported method SessionTokenBody.UnmarshalJSON should have comment or be unexported (golint)
    • Line 39: warning: exported method SessionToken.MarshalJSON should have comment or be unexported (golint)
    • Line 43: warning: exported method SessionToken.UnmarshalJSON should have comment or be unexported (golint)
    • Line 53: warning: exported method XHeader.MarshalJSON should have comment or be unexported (golint)
    • Line 57: warning: exported method XHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 67: warning: exported method RequestMetaHeader.MarshalJSON should have comment or be unexported (golint)
    • Line 71: warning: exported method RequestMetaHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 81: warning: exported method RequestVerificationHeader.MarshalJSON should have comment or be unexported (golint)
    • Line 85: warning: exported method RequestVerificationHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 95: warning: exported method ResponseMetaHeader.MarshalJSON should have comment or be unexported (golint)
    • Line 99: warning: exported method ResponseMetaHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 109: warning: exported method ResponseVerificationHeader.MarshalJSON should have comment or be unexported (golint)
    • Line 113: warning: exported method ResponseVerificationHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 123: warning: exported method ContainerSessionContext.MarshalJSON should have comment or be unexported (golint)
    • Line 127: warning: exported method ContainerSessionContext.UnmarshalJSON should have comment or be unexported (golint)
    • neofs-api-go/v2/object/types.go
    • Line 8: warning: exported type Type should have comment or be unexported (golint)
    • Line 10: warning: exported type MatchType should have comment or be unexported (golint)
    • Line 12: warning: exported type ShortHeader should have comment or be unexported (golint)
    • Line 26: warning: exported type Attribute should have comment or be unexported (golint)
    • Line 30: warning: exported type SplitHeader should have comment or be unexported (golint)
    • Line 42: warning: exported type Header should have comment or be unexported (golint)
    • Line 64: warning: exported type HeaderWithSignature should have comment or be unexported (golint)
    • Line 70: warning: exported type Object should have comment or be unexported (golint)
    • Line 80: warning: exported type SplitInfo should have comment or be unexported (golint)
    • Line 88: warning: exported type GetRequestBody should have comment or be unexported (golint)
    • Line 94: warning: exported type GetObjectPart should have comment or be unexported (golint)
    • Line 98: warning: exported type GetObjectPartInit should have comment or be unexported (golint)
    • Line 106: warning: exported type GetObjectPartChunk should have comment or be unexported (golint)
    • Line 110: warning: exported type GetRequest should have comment or be unexported (golint)
    • Line 116: warning: exported type GetResponseBody should have comment or be unexported (golint)
    • Line 120: warning: exported type PutObjectPart should have comment or be unexported (golint)
    • Line 124: warning: exported type PutObjectPartInit should have comment or be unexported (golint)
    • Line 134: warning: exported type PutObjectPartChunk should have comment or be unexported (golint)
    • Line 138: warning: exported type GetResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type PutRequestBody should have comment or be unexported (golint)
    • Line 148: warning: exported type PutRequest should have comment or be unexported (golint)
    • Line 154: warning: exported type PutResponseBody should have comment or be unexported (golint)
    • Line 158: warning: exported type PutResponse should have comment or be unexported (golint)
    • Line 164: warning: exported type DeleteRequestBody should have comment or be unexported (golint)
    • Line 168: warning: exported type DeleteRequest should have comment or be unexported (golint)
    • Line 174: warning: exported type DeleteResponseBody should have comment or be unexported (golint)
    • Line 178: warning: exported type DeleteResponse should have comment or be unexported (golint)
    • Line 184: warning: exported type HeadRequestBody should have comment or be unexported (golint)
    • Line 190: warning: exported type GetHeaderPart should have comment or be unexported (golint)
    • Line 194: warning: exported type HeadRequest should have comment or be unexported (golint)
    • Line 200: warning: exported type HeadResponseBody should have comment or be unexported (golint)
    • Line 204: warning: exported type HeadResponse should have comment or be unexported (golint)
    • Line 210: warning: exported type SearchFilter should have comment or be unexported (golint)
    • Line 216: warning: exported type SearchRequestBody should have comment or be unexported (golint)
    • Line 224: warning: exported type SearchRequest should have comment or be unexported (golint)
    • Line 230: warning: exported type SearchResponseBody should have comment or be unexported (golint)
    • Line 234: warning: exported type SearchResponse should have comment or be unexported (golint)
    • Line 240: warning: exported type Range should have comment or be unexported (golint)
    • Line 244: warning: exported type GetRangeRequestBody should have comment or be unexported (golint)
    • Line 252: warning: exported type GetRangeRequest should have comment or be unexported (golint)
    • Line 258: warning: exported type GetRangePart should have comment or be unexported (golint)
    • Line 262: warning: exported type GetRangePartChunk should have comment or be unexported (golint)
    • Line 266: warning: exported type GetRangeResponseBody should have comment or be unexported (golint)
    • Line 270: warning: exported type GetRangeResponse should have comment or be unexported (golint)
    • Line 276: warning: exported type GetRangeHashRequestBody should have comment or be unexported (golint)
    • Line 286: warning: exported type GetRangeHashRequest should have comment or be unexported (golint)
    • Line 292: warning: exported type GetRangeHashResponseBody should have comment or be unexported (golint)
    • Line 298: warning: exported type GetRangeHashResponse should have comment or be unexported (golint)
    • Line 305: warning: exported const TypeRegular should have comment (or a comment on this block) or be unexported (golint)
    • Line 311: warning: exported const MatchUnknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 317: warning: exported method ShortHeader.GetVersion should have comment or be unexported (golint)
    • Line 325: warning: exported method ShortHeader.SetVersion should have comment or be unexported (golint)
    • Line 331: warning: exported method ShortHeader.GetCreationEpoch should have comment or be unexported (golint)
    • Line 339: warning: exported method ShortHeader.SetCreationEpoch should have comment or be unexported (golint)
    • Line 345: warning: exported method ShortHeader.GetOwnerID should have comment or be unexported (golint)
    • Line 353: warning: exported method ShortHeader.SetOwnerID should have comment or be unexported (golint)
    • Line 359: warning: exported method ShortHeader.GetObjectType should have comment or be unexported (golint)
    • Line 367: warning: exported method ShortHeader.SetObjectType should have comment or be unexported (golint)
    • Line 373: warning: exported method ShortHeader.GetPayloadLength should have comment or be unexported (golint)
    • Line 381: warning: exported method ShortHeader.SetPayloadLength should have comment or be unexported (golint)
    • Line 387: warning: exported method ShortHeader.GetPayloadHash should have comment or be unexported (golint)
    • Line 395: warning: exported method ShortHeader.SetPayloadHash should have comment or be unexported (golint)
    • Line 401: warning: exported method ShortHeader.GetHomomorphicHash should have comment or be unexported (golint)
    • Line 409: warning: exported method ShortHeader.SetHomomorphicHash should have comment or be unexported (golint)
    • Line 417: warning: exported method Attribute.GetKey should have comment or be unexported (golint)
    • Line 425: warning: exported method Attribute.SetKey should have comment or be unexported (golint)
    • Line 431: warning: exported method Attribute.GetValue should have comment or be unexported (golint)
    • Line 439: warning: exported method Attribute.SetValue should have comment or be unexported (golint)
    • Line 445: warning: exported method SplitHeader.GetParent should have comment or be unexported (golint)
    • Line 453: warning: exported method SplitHeader.SetParent should have comment or be unexported (golint)
    • Line 459: warning: exported method SplitHeader.GetPrevious should have comment or be unexported (golint)
    • Line 467: warning: exported method SplitHeader.SetPrevious should have comment or be unexported (golint)
    • Line 473: warning: exported method SplitHeader.GetParentSignature should have comment or be unexported (golint)
    • Line 481: warning: exported method SplitHeader.SetParentSignature should have comment or be unexported (golint)
    • Line 487: warning: exported method SplitHeader.GetParentHeader should have comment or be unexported (golint)
    • Line 495: warning: exported method SplitHeader.SetParentHeader should have comment or be unexported (golint)
    • Line 501: warning: exported method SplitHeader.GetChildren should have comment or be unexported (golint)
    • Line 509: warning: exported method SplitHeader.SetChildren should have comment or be unexported (golint)
    • Line 515: warning: exported method SplitHeader.GetSplitID should have comment or be unexported (golint)
    • Line 523: warning: exported method SplitHeader.SetSplitID should have comment or be unexported (golint)
    • Line 529: warning: exported method Header.GetVersion should have comment or be unexported (golint)
    • Line 537: warning: exported method Header.SetVersion should have comment or be unexported (golint)
    • Line 543: warning: exported method Header.GetContainerID should have comment or be unexported (golint)
    • Line 551: warning: exported method Header.SetContainerID should have comment or be unexported (golint)
    • Line 557: warning: exported method Header.GetOwnerID should have comment or be unexported (golint)
    • Line 565: warning: exported method Header.SetOwnerID should have comment or be unexported (golint)
    • Line 571: warning: exported method Header.GetCreationEpoch should have comment or be unexported (golint)
    • Line 579: warning: exported method Header.SetCreationEpoch should have comment or be unexported (golint)
    • Line 585: warning: exported method Header.GetPayloadLength should have comment or be unexported (golint)
    • Line 593: warning: exported method Header.SetPayloadLength should have comment or be unexported (golint)
    • Line 599: warning: exported method Header.GetPayloadHash should have comment or be unexported (golint)
    • Line 607: warning: exported method Header.SetPayloadHash should have comment or be unexported (golint)
    • Line 613: warning: exported method Header.GetObjectType should have comment or be unexported (golint)
    • Line 621: warning: exported method Header.SetObjectType should have comment or be unexported (golint)
    • Line 627: warning: exported method Header.GetHomomorphicHash should have comment or be unexported (golint)
    • Line 635: warning: exported method Header.SetHomomorphicHash should have comment or be unexported (golint)
    • Line 641: warning: exported method Header.GetSessionToken should have comment or be unexported (golint)
    • Line 649: warning: exported method Header.SetSessionToken should have comment or be unexported (golint)
    • Line 655: warning: exported method Header.GetAttributes should have comment or be unexported (golint)
    • Line 663: warning: exported method Header.SetAttributes should have comment or be unexported (golint)
    • Line 669: warning: exported method Header.GetSplit should have comment or be unexported (golint)
    • Line 677: warning: exported method Header.SetSplit should have comment or be unexported (golint)
    • Line 683: warning: exported method HeaderWithSignature.GetHeader should have comment or be unexported (golint)
    • Line 691: warning: exported method HeaderWithSignature.SetHeader should have comment or be unexported (golint)
    • Line 697: warning: exported method HeaderWithSignature.GetSignature should have comment or be unexported (golint)
    • Line 705: warning: exported method HeaderWithSignature.SetSignature should have comment or be unexported (golint)
    • Line 713: warning: exported method Object.GetObjectID should have comment or be unexported (golint)
    • Line 721: warning: exported method Object.SetObjectID should have comment or be unexported (golint)
    • Line 727: warning: exported method Object.GetSignature should have comment or be unexported (golint)
    • Line 735: warning: exported method Object.SetSignature should have comment or be unexported (golint)
    • Line 741: warning: exported method Object.GetHeader should have comment or be unexported (golint)
    • Line 749: warning: exported method Object.SetHeader should have comment or be unexported (golint)
    • Line 755: warning: exported method Object.GetPayload should have comment or be unexported (golint)
    • Line 763: warning: exported method Object.SetPayload should have comment or be unexported (golint)
    • Line 769: warning: exported method SplitInfo.GetSplitID should have comment or be unexported (golint)
    • Line 777: warning: exported method SplitInfo.SetSplitID should have comment or be unexported (golint)
    • Line 783: warning: exported method SplitInfo.GetLastPart should have comment or be unexported (golint)
    • Line 791: warning: exported method SplitInfo.SetLastPart should have comment or be unexported (golint)
    • Line 797: warning: exported method SplitInfo.GetLink should have comment or be unexported (golint)
    • Line 805: warning: exported method SplitInfo.SetLink should have comment or be unexported (golint)
    • Line 817: warning: exported method GetRequestBody.GetAddress should have comment or be unexported (golint)
    • Line 825: warning: exported method GetRequestBody.SetAddress should have comment or be unexported (golint)
    • Line 831: warning: exported method GetRequestBody.GetRaw should have comment or be unexported (golint)
    • Line 839: warning: exported method GetRequestBody.SetRaw should have comment or be unexported (golint)
    • Line 845: warning: exported method GetRequest.GetBody should have comment or be unexported (golint)
    • Line 853: warning: exported method GetRequest.SetBody should have comment or be unexported (golint)
    • Line 859: warning: exported method GetObjectPartInit.GetObjectID should have comment or be unexported (golint)
    • Line 867: warning: exported method GetObjectPartInit.SetObjectID should have comment or be unexported (golint)
    • Line 873: warning: exported method GetObjectPartInit.GetSignature should have comment or be unexported (golint)
    • Line 881: warning: exported method GetObjectPartInit.SetSignature should have comment or be unexported (golint)
    • Line 887: warning: exported method GetObjectPartInit.GetHeader should have comment or be unexported (golint)
    • Line 895: warning: exported method GetObjectPartInit.SetHeader should have comment or be unexported (golint)
    • Line 903: warning: exported method GetObjectPartChunk.GetChunk should have comment or be unexported (golint)
    • Line 911: warning: exported method GetObjectPartChunk.SetChunk should have comment or be unexported (golint)
    • Line 919: warning: exported method GetResponseBody.GetObjectPart should have comment or be unexported (golint)
    • Line 927: warning: exported method GetResponseBody.SetObjectPart should have comment or be unexported (golint)
    • Line 933: warning: exported method GetResponse.GetBody should have comment or be unexported (golint)
    • Line 941: warning: exported method GetResponse.SetBody should have comment or be unexported (golint)
    • Line 947: warning: exported method PutObjectPartInit.GetObjectID should have comment or be unexported (golint)
    • Line 955: warning: exported method PutObjectPartInit.SetObjectID should have comment or be unexported (golint)
    • Line 961: warning: exported method PutObjectPartInit.GetSignature should have comment or be unexported (golint)
    • Line 969: warning: exported method PutObjectPartInit.SetSignature should have comment or be unexported (golint)
    • Line 975: warning: exported method PutObjectPartInit.GetHeader should have comment or be unexported (golint)
    • Line 983: warning: exported method PutObjectPartInit.SetHeader should have comment or be unexported (golint)
    • Line 989: warning: exported method PutObjectPartInit.GetCopiesNumber should have comment or be unexported (golint)
    • Line 997: warning: exported method PutObjectPartInit.SetCopiesNumber should have comment or be unexported (golint)
    • Line 1005: warning: exported method PutObjectPartChunk.GetChunk should have comment or be unexported (golint)
    • Line 1013: warning: exported method PutObjectPartChunk.SetChunk should have comment or be unexported (golint)
    • Line 1021: warning: exported method PutRequestBody.GetObjectPart should have comment or be unexported (golint)
    • Line 1029: warning: exported method PutRequestBody.SetObjectPart should have comment or be unexported (golint)
    • Line 1035: warning: exported method PutRequest.GetBody should have comment or be unexported (golint)
    • Line 1043: warning: exported method PutRequest.SetBody should have comment or be unexported (golint)
    • Line 1049: warning: exported method PutResponseBody.GetObjectID should have comment or be unexported (golint)
    • Line 1057: warning: exported method PutResponseBody.SetObjectID should have comment or be unexported (golint)
    • Line 1063: warning: exported method PutResponse.GetBody should have comment or be unexported (golint)
    • Line 1071: warning: exported method PutResponse.SetBody should have comment or be unexported (golint)
    • Line 1077: warning: exported method DeleteRequestBody.GetAddress should have comment or be unexported (golint)
    • Line 1085: warning: exported method DeleteRequestBody.SetAddress should have comment or be unexported (golint)
    • Line 1091: warning: exported method DeleteRequest.GetBody should have comment or be unexported (golint)
    • Line 1099: warning: exported method DeleteRequest.SetBody should have comment or be unexported (golint)
    • Line 1121: warning: exported method DeleteResponse.GetBody should have comment or be unexported (golint)
    • Line 1129: warning: exported method DeleteResponse.SetBody should have comment or be unexported (golint)
    • Line 1135: warning: exported method HeadRequestBody.GetAddress should have comment or be unexported (golint)
    • Line 1143: warning: exported method HeadRequestBody.SetAddress should have comment or be unexported (golint)
    • Line 1149: warning: exported method HeadRequestBody.GetMainOnly should have comment or be unexported (golint)
    • Line 1157: warning: exported method HeadRequestBody.SetMainOnly should have comment or be unexported (golint)
    • Line 1163: warning: exported method HeadRequestBody.GetRaw should have comment or be unexported (golint)
    • Line 1171: warning: exported method HeadRequestBody.SetRaw should have comment or be unexported (golint)
    • Line 1177: warning: exported method HeadRequest.GetBody should have comment or be unexported (golint)
    • Line 1185: warning: exported method HeadRequest.SetBody should have comment or be unexported (golint)
    • Line 1191: warning: exported method HeadResponseBody.GetHeaderPart should have comment or be unexported (golint)
    • Line 1199: warning: exported method HeadResponseBody.SetHeaderPart should have comment or be unexported (golint)
    • Line 1205: warning: exported method HeadResponse.GetBody should have comment or be unexported (golint)
    • Line 1213: warning: exported method HeadResponse.SetBody should have comment or be unexported (golint)
    • Line 1219: warning: exported method SearchFilter.GetMatchType should have comment or be unexported (golint)
    • Line 1227: warning: exported method SearchFilter.SetMatchType should have comment or be unexported (golint)
    • Line 1233: warning: exported method SearchFilter.GetKey should have comment or be unexported (golint)
    • Line 1241: warning: exported method SearchFilter.SetKey should have comment or be unexported (golint)
    • Line 1247: warning: exported method SearchFilter.GetValue should have comment or be unexported (golint)
    • Line 1255: warning: exported method SearchFilter.SetValue should have comment or be unexported (golint)
    • Line 1261: warning: exported method SearchRequestBody.GetContainerID should have comment or be unexported (golint)
    • Line 1269: warning: exported method SearchRequestBody.SetContainerID should have comment or be unexported (golint)
    • Line 1275: warning: exported method SearchRequestBody.GetVersion should have comment or be unexported (golint)
    • Line 1283: warning: exported method SearchRequestBody.SetVersion should have comment or be unexported (golint)
    • Line 1289: warning: exported method SearchRequestBody.GetFilters should have comment or be unexported (golint)
    • Line 1297: warning: exported method SearchRequestBody.SetFilters should have comment or be unexported (golint)
    • Line 1303: warning: exported method SearchRequest.GetBody should have comment or be unexported (golint)
    • Line 1311: warning: exported method SearchRequest.SetBody should have comment or be unexported (golint)
    • Line 1317: warning: exported method SearchResponseBody.GetIDList should have comment or be unexported (golint)
    • Line 1325: warning: exported method SearchResponseBody.SetIDList should have comment or be unexported (golint)
    • Line 1331: warning: exported method SearchResponse.GetBody should have comment or be unexported (golint)
    • Line 1339: warning: exported method SearchResponse.SetBody should have comment or be unexported (golint)
    • Line 1345: warning: exported method Range.GetOffset should have comment or be unexported (golint)
    • Line 1353: warning: exported method Range.SetOffset should have comment or be unexported (golint)
    • Line 1359: warning: exported method Range.GetLength should have comment or be unexported (golint)
    • Line 1367: warning: exported method Range.SetLength should have comment or be unexported (golint)
    • Line 1373: warning: exported method GetRangeRequestBody.GetAddress should have comment or be unexported (golint)
    • Line 1381: warning: exported method GetRangeRequestBody.SetAddress should have comment or be unexported (golint)
    • Line 1387: warning: exported method GetRangeRequestBody.GetRange should have comment or be unexported (golint)
    • Line 1395: warning: exported method GetRangeRequestBody.SetRange should have comment or be unexported (golint)
    • Line 1401: warning: exported method GetRangeRequestBody.GetRaw should have comment or be unexported (golint)
    • Line 1409: warning: exported method GetRangeRequestBody.SetRaw should have comment or be unexported (golint)
    • Line 1415: warning: exported method GetRangeRequest.GetBody should have comment or be unexported (golint)
    • Line 1423: warning: exported method GetRangeRequest.SetBody should have comment or be unexported (golint)
    • Line 1429: warning: exported method GetRangePartChunk.GetChunk should have comment or be unexported (golint)
    • Line 1437: warning: exported method GetRangePartChunk.SetChunk should have comment or be unexported (golint)
    • Line 1445: warning: exported method GetRangeResponseBody.GetRangePart should have comment or be unexported (golint)
    • Line 1453: warning: exported method GetRangeResponseBody.SetRangePart should have comment or be unexported (golint)
    • Line 1459: warning: exported method GetRangeResponse.GetBody should have comment or be unexported (golint)
    • Line 1467: warning: exported method GetRangeResponse.SetBody should have comment or be unexported (golint)
    • Line 1473: warning: exported method GetRangeHashRequestBody.GetAddress should have comment or be unexported (golint)
    • Line 1481: warning: exported method GetRangeHashRequestBody.SetAddress should have comment or be unexported (golint)
    • Line 1487: warning: exported method GetRangeHashRequestBody.GetRanges should have comment or be unexported (golint)
    • Line 1495: warning: exported method GetRangeHashRequestBody.SetRanges should have comment or be unexported (golint)
    • Line 1501: warning: exported method GetRangeHashRequestBody.GetSalt should have comment or be unexported (golint)
    • Line 1509: warning: exported method GetRangeHashRequestBody.SetSalt should have comment or be unexported (golint)
    • Line 1515: warning: exported method GetRangeHashRequestBody.GetType should have comment or be unexported (golint)
    • Line 1523: warning: exported method GetRangeHashRequestBody.SetType should have comment or be unexported (golint)
    • Line 1529: warning: exported method GetRangeHashRequest.GetBody should have comment or be unexported (golint)
    • Line 1537: warning: exported method GetRangeHashRequest.SetBody should have comment or be unexported (golint)
    • Line 1543: warning: exported method GetRangeHashResponseBody.GetType should have comment or be unexported (golint)
    • Line 1551: warning: exported method GetRangeHashResponseBody.SetType should have comment or be unexported (golint)
    • Line 1557: warning: exported method GetRangeHashResponseBody.GetHashList should have comment or be unexported (golint)
    • Line 1565: warning: exported method GetRangeHashResponseBody.SetHashList should have comment or be unexported (golint)
    • Line 1571: warning: exported method GetRangeHashResponse.GetBody should have comment or be unexported (golint)
    • Line 1579: warning: exported method GetRangeHashResponse.SetBody should have comment or be unexported (golint)
    • neofs-api-go/v2/refs/json.go
    • Line 8: warning: exported method Address.MarshalJSON should have comment or be unexported (golint)
    • Line 12: warning: exported method Address.UnmarshalJSON should have comment or be unexported (golint)
    • Line 16: warning: exported method ObjectID.MarshalJSON should have comment or be unexported (golint)
    • Line 20: warning: exported method ObjectID.UnmarshalJSON should have comment or be unexported (golint)
    • Line 24: warning: exported method ContainerID.MarshalJSON should have comment or be unexported (golint)
    • Line 28: warning: exported method ContainerID.UnmarshalJSON should have comment or be unexported (golint)
    • Line 32: warning: exported method OwnerID.MarshalJSON should have comment or be unexported (golint)
    • Line 36: warning: exported method OwnerID.UnmarshalJSON should have comment or be unexported (golint)
    • Line 40: warning: exported method Version.MarshalJSON should have comment or be unexported (golint)
    • Line 44: warning: exported method Version.UnmarshalJSON should have comment or be unexported (golint)
    • Line 48: warning: exported method Signature.MarshalJSON should have comment or be unexported (golint)
    • Line 52: warning: exported method Signature.UnmarshalJSON should have comment or be unexported (golint)
    • Line 56: warning: exported method Checksum.MarshalJSON should have comment or be unexported (golint)
    • Line 60: warning: exported method Checksum.UnmarshalJSON should have comment or be unexported (golint)
    • neofs-api-go/v2/container/json.go
    • Line 8: warning: exported method Attribute.MarshalJSON should have comment or be unexported (golint)
    • Line 12: warning: exported method Attribute.UnmarshalJSON should have comment or be unexported (golint)
    • Line 16: warning: exported method Container.MarshalJSON should have comment or be unexported (golint)
    • Line 20: warning: exported method Container.UnmarshalJSON should have comment or be unexported (golint)
    • neofs-api-go/pkg/object/splitinfo.go
    • Line 7: warning: exported type SplitInfo should have comment or be unexported (golint)
    • Line 9: warning: exported function NewSplitInfoFromV2 should have comment or be unexported (golint)
    • Line 13: warning: exported function NewSplitInfo should have comment or be unexported (golint)
    • Line 17: warning: exported method SplitInfo.ToV2 should have comment or be unexported (golint)
    • Line 21: warning: exported method SplitInfo.SplitID should have comment or be unexported (golint)
    • Line 27: warning: exported method SplitInfo.SetSplitID should have comment or be unexported (golint)
    • Line 31: warning: exported method SplitInfo.LastPart should have comment or be unexported (golint)
    • Line 37: warning: exported method SplitInfo.SetLastPart should have comment or be unexported (golint)
    • Line 41: warning: exported method SplitInfo.Link should have comment or be unexported (golint)
    • Line 47: warning: exported method SplitInfo.SetLink should have comment or be unexported (golint)
    • Line 51: warning: exported method SplitInfo.Marshal should have comment or be unexported (golint)
    • Line 60: warning: exported method SplitInfo.Unmarshal should have comment or be unexported (golint)
    • neofs-api-go/v2/acl/test/generate.go
    • Line 8: warning: exported function GenerateBearerToken should have comment or be unexported (golint)
    • Line 17: warning: exported function GenerateBearerTokenBody should have comment or be unexported (golint)
    • Line 27: warning: exported function GenerateTable should have comment or be unexported (golint)
    • Line 37: warning: exported function GenerateRecords should have comment or be unexported (golint)
    • Line 50: warning: exported function GenerateRecord should have comment or be unexported (golint)
    • Line 64: warning: exported function GenerateFilters should have comment or be unexported (golint)
    • Line 77: warning: exported function GenerateFilter should have comment or be unexported (golint)
    • Line 90: warning: exported function GenerateTargets should have comment or be unexported (golint)
    • Line 103: warning: exported function GenerateTarget should have comment or be unexported (golint)
    • Line 114: warning: exported function GenerateTokenLifetime should have comment or be unexported (golint)
    • neofs-api-go/v2/netmap/grpc/types.go
    • Line 45: warning: comment on exported method Filter.SetOp should be of the form "SetOp ..." (golint)
    • Line 129: warning: comment on exported method NodeInfo_Attribute.SetParents should be of the form "SetParents ..." (golint)
    • neofs-api-go/v2/object/grpc/client.go
    • Line 52: warning: exported method Client.Get should have comment or be unexported (golint)
    • Line 56: warning: exported method Client.Put should have comment or be unexported (golint)
    • Line 60: warning: exported method Client.Head should have comment or be unexported (golint)
    • Line 64: warning: exported method Client.Search should have comment or be unexported (golint)
    • Line 68: warning: exported method Client.Delete should have comment or be unexported (golint)
    • Line 72: warning: exported method Client.GetRange should have comment or be unexported (golint)
    • Line 76: warning: exported method Client.GetRangeHash should have comment or be unexported (golint)
    • neofs-api-go/pkg/client/object.go
    • Line 50: warning: exported type PutObjectParams should have comment or be unexported (golint)
    • Line 66: warning: exported type DeleteObjectParams should have comment or be unexported (golint)
    • Line 72: warning: exported type GetObjectParams should have comment or be unexported (golint)
    • Line 80: warning: exported type ObjectHeaderParams should have comment or be unexported (golint)
    • Line 88: warning: exported type RangeDataParams should have comment or be unexported (golint)
    • Line 98: warning: exported type RangeChecksumParams should have comment or be unexported (golint)
    • Line 108: warning: exported type SearchObjectParams should have comment or be unexported (golint)
    • Line 138: warning: exported const TZSize should have comment or be unexported (golint)
    • Line 189: warning: exported method PutObjectParams.WithObject should have comment or be unexported (golint)
    • Line 197: warning: exported method PutObjectParams.Object should have comment or be unexported (golint)
    • Line 205: warning: exported method PutObjectParams.WithPayloadReader should have comment or be unexported (golint)
    • Line 213: warning: exported method PutObjectParams.PayloadReader should have comment or be unexported (golint)
    • Line 325: warning: exported method DeleteObjectParams.WithAddress should have comment or be unexported (golint)
    • Line 333: warning: exported method DeleteObjectParams.Address should have comment or be unexported (golint)
    • Line 430: warning: exported method GetObjectParams.WithAddress should have comment or be unexported (golint)
    • Line 438: warning: exported method GetObjectParams.Address should have comment or be unexported (golint)
    • Line 446: warning: exported method GetObjectParams.WithPayloadWriter should have comment or be unexported (golint)
    • Line 454: warning: exported method GetObjectParams.PayloadWriter should have comment or be unexported (golint)
    • Line 462: warning: exported method GetObjectParams.WithRawFlag should have comment or be unexported (golint)
    • Line 470: warning: exported method GetObjectParams.RawFlag should have comment or be unexported (golint)
    • Line 593: warning: exported method ObjectHeaderParams.WithAddress should have comment or be unexported (golint)
    • Line 601: warning: exported method ObjectHeaderParams.Address should have comment or be unexported (golint)
    • Line 609: warning: exported method ObjectHeaderParams.WithAllFields should have comment or be unexported (golint)
    • Line 627: warning: exported method ObjectHeaderParams.WithMainFields should have comment or be unexported (golint)
    • Line 635: warning: exported method ObjectHeaderParams.WithRawFlag should have comment or be unexported (golint)
    • Line 643: warning: exported method ObjectHeaderParams.RawFlag should have comment or be unexported (golint)
    • Line 767: warning: exported method RangeDataParams.WithAddress should have comment or be unexported (golint)
    • Line 775: warning: exported method RangeDataParams.Address should have comment or be unexported (golint)
    • Line 783: warning: exported method RangeDataParams.WithRaw should have comment or be unexported (golint)
    • Line 791: warning: exported method RangeDataParams.Raw should have comment or be unexported (golint)
    • Line 799: warning: exported method RangeDataParams.WithRange should have comment or be unexported (golint)
    • Line 807: warning: exported method RangeDataParams.Range should have comment or be unexported (golint)
    • Line 815: warning: exported method RangeDataParams.WithDataWriter should have comment or be unexported (golint)
    • Line 823: warning: exported method RangeDataParams.DataWriter should have comment or be unexported (golint)
    • Line 919: warning: exported method RangeChecksumParams.WithAddress should have comment or be unexported (golint)
    • Line 927: warning: exported method RangeChecksumParams.Address should have comment or be unexported (golint)
    • Line 935: warning: exported method RangeChecksumParams.WithRangeList should have comment or be unexported (golint)
    • Line 943: warning: exported method RangeChecksumParams.RangeList should have comment or be unexported (golint)
    • Line 951: warning: exported method RangeChecksumParams.WithSalt should have comment or be unexported (golint)
    • Line 959: warning: exported method RangeChecksumParams.Salt should have comment or be unexported (golint)
    • Line 1095: warning: exported method SearchObjectParams.WithContainerID should have comment or be unexported (golint)
    • Line 1103: warning: exported method SearchObjectParams.ContainerID should have comment or be unexported (golint)
    • Line 1111: warning: exported method SearchObjectParams.WithSearchFilters should have comment or be unexported (golint)
    • Line 1119: warning: exported method SearchObjectParams.SearchFilters should have comment or be unexported (golint)
    • neofs-api-go/v2/object/convert.go
    • Line 15: warning: exported function TypeToGRPCField should have comment or be unexported (golint)
    • Line 19: warning: exported function TypeFromGRPCField should have comment or be unexported (golint)
    • Line 23: warning: exported function MatchTypeToGRPCField should have comment or be unexported (golint)
    • Line 27: warning: exported function MatchTypeFromGRPCField should have comment or be unexported (golint)
    • Line 31: warning: exported method ShortHeader.ToGRPCMessage should have comment or be unexported (golint)
    • Line 49: warning: exported method ShortHeader.FromGRPCMessage should have comment or be unexported (golint)
    • Line 120: warning: exported method Attribute.ToGRPCMessage should have comment or be unexported (golint)
    • Line 133: warning: exported method Attribute.FromGRPCMessage should have comment or be unexported (golint)
    • Line 145: warning: exported function AttributesToGRPC should have comment or be unexported (golint)
    • Line 157: warning: exported function AttributesFromGRPC should have comment or be unexported (golint)
    • Line 180: warning: exported method SplitHeader.ToGRPCMessage should have comment or be unexported (golint)
    • Line 197: warning: exported method SplitHeader.FromGRPCMessage should have comment or be unexported (golint)
    • Line 271: warning: exported method Header.ToGRPCMessage should have comment or be unexported (golint)
    • Line 293: warning: exported method Header.FromGRPCMessage should have comment or be unexported (golint)
    • Line 411: warning: exported method HeaderWithSignature.ToGRPCMessage should have comment or be unexported (golint)
    • Line 424: warning: exported method HeaderWithSignature.FromGRPCMessage should have comment or be unexported (golint)
    • Line 460: warning: exported method Object.ToGRPCMessage should have comment or be unexported (golint)
    • Line 475: warning: exported method Object.FromGRPCMessage should have comment or be unexported (golint)
    • Line 530: warning: exported method SplitInfo.ToGRPCMessage should have comment or be unexported (golint)
    • Line 544: warning: exported method SplitInfo.FromGRPCMessage should have comment or be unexported (golint)
    • Line 585: warning: exported method GetRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 598: warning: exported method GetRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 625: warning: exported method GetRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 638: warning: exported method GetRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 663: warning: exported method GetObjectPartInit.ToGRPCMessage should have comment or be unexported (golint)
    • Line 677: warning: exported method GetObjectPartInit.FromGRPCMessage should have comment or be unexported (golint)
    • Line 727: warning: exported method GetObjectPartChunk.ToGRPCMessage should have comment or be unexported (golint)
    • Line 739: warning: exported method GetObjectPartChunk.FromGRPCMessage should have comment or be unexported (golint)
    • Line 750: warning: exported method GetResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 773: warning: exported method GetResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 810: warning: exported method GetResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 823: warning: exported method GetResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 848: warning: exported method PutObjectPartInit.ToGRPCMessage should have comment or be unexported (golint)
    • Line 863: warning: exported method PutObjectPartInit.FromGRPCMessage should have comment or be unexported (golint)
    • Line 918: warning: exported method PutObjectPartChunk.ToGRPCMessage should have comment or be unexported (golint)
    • Line 930: warning: exported method PutObjectPartChunk.FromGRPCMessage should have comment or be unexported (golint)
    • Line 941: warning: exported method PutRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 962: warning: exported method PutRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 993: warning: exported method PutRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1006: warning: exported method PutRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1031: warning: exported method PutResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1043: warning: exported method PutResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1065: warning: exported method PutResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1078: warning: exported method PutResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1103: warning: exported method DeleteRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1115: warning: exported method DeleteRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1137: warning: exported method DeleteRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1150: warning: exported method DeleteRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1175: warning: exported method DeleteResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1187: warning: exported method DeleteResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1209: warning: exported method DeleteResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1222: warning: exported method DeleteResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1247: warning: exported method HeadRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1261: warning: exported method HeadRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1289: warning: exported method HeadRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1302: warning: exported method HeadRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1327: warning: exported method HeadResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1350: warning: exported method HeadResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1387: warning: exported method HeadResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1400: warning: exported method HeadResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1425: warning: exported method SearchFilter.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1439: warning: exported method SearchFilter.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1452: warning: exported function SearchFiltersToGRPC should have comment or be unexported (golint)
    • Line 1464: warning: exported function SearchFiltersFromGRPC should have comment or be unexported (golint)
    • Line 1487: warning: exported method SearchRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1501: warning: exported method SearchRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1533: warning: exported method SearchRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1546: warning: exported method SearchRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1571: warning: exported method SearchResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1583: warning: exported method SearchResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1596: warning: exported method SearchResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1609: warning: exported method SearchResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1634: warning: exported method Range.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1647: warning: exported method Range.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1659: warning: exported function RangesToGRPC should have comment or be unexported (golint)
    • Line 1671: warning: exported function RangesFromGRPC should have comment or be unexported (golint)
    • Line 1694: warning: exported method GetRangeRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1708: warning: exported method GetRangeRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1749: warning: exported method GetRangeRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1762: warning: exported method GetRangeRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1787: warning: exported method GetRangePartChunk.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1799: warning: exported method GetRangePartChunk.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1810: warning: exported method GetRangeResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1831: warning: exported method GetRangeResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1862: warning: exported method GetRangeResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1875: warning: exported method GetRangeResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1900: warning: exported method GetRangeHashRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1915: warning: exported method GetRangeHashRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1948: warning: exported method GetRangeHashRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1961: warning: exported method GetRangeHashRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 1986: warning: exported method GetRangeHashResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 1999: warning: exported method GetRangeHashResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 2011: warning: exported method GetRangeHashResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 2024: warning: exported method GetRangeHashResponse.FromGRPCMessage should have comment or be unexported (golint)
    • neofs-api-go/pkg/reputation/test/generate.go
    • Line 12: warning: exported function GeneratePeerID should have comment or be unexported (golint)
    • Line 23: warning: exported function GenerateTrust should have comment or be unexported (golint)
    • Line 31: warning: exported function GeneratePeerToPeerTrust should have comment or be unexported (golint)
    • Line 39: warning: exported function GenerateGlobalTrust should have comment or be unexported (golint)
    • Line 47: warning: exported function GenerateSignedGlobalTrust should have comment or be unexported (golint)
    • neofs-api-go/v2/netmap/convert.go
    • Line 11: warning: exported method Filter.ToGRPCMessage should have comment or be unexported (golint)
    • Line 27: warning: exported method Filter.FromGRPCMessage should have comment or be unexported (golint)
    • Line 48: warning: exported function FiltersToGRPC should have comment or be unexported (golint)
    • Line 60: warning: exported function FiltersFromGRPC should have comment or be unexported (golint)
    • Line 83: warning: exported method Selector.ToGRPCMessage should have comment or be unexported (golint)
    • Line 99: warning: exported method Selector.FromGRPCMessage should have comment or be unexported (golint)
    • Line 114: warning: exported function SelectorsToGRPC should have comment or be unexported (golint)
    • Line 126: warning: exported function SelectorsFromGRPC should have comment or be unexported (golint)
    • Line 149: warning: exported method Replica.ToGRPCMessage should have comment or be unexported (golint)
    • Line 162: warning: exported method Replica.FromGRPCMessage should have comment or be unexported (golint)
    • Line 174: warning: exported function ReplicasToGRPC should have comment or be unexported (golint)
    • Line 186: warning: exported function ReplicasFromGRPC should have comment or be unexported (golint)
    • Line 209: warning: exported method PlacementPolicy.ToGRPCMessage should have comment or be unexported (golint)
    • Line 224: warning: exported method PlacementPolicy.FromGRPCMessage should have comment or be unexported (golint)
    • Line 252: warning: exported function ClauseToGRPCMessage should have comment or be unexported (golint)
    • Line 256: warning: exported function ClauseFromGRPCMessage should have comment or be unexported (golint)
    • Line 260: warning: exported function OperationToGRPCMessage should have comment or be unexported (golint)
    • Line 264: warning: exported function OperationFromGRPCMessage should have comment or be unexported (golint)
    • Line 268: warning: exported function NodeStateToGRPCMessage should have comment or be unexported (golint)
    • Line 272: warning: exported function NodeStateFromRPCMessage should have comment or be unexported (golint)
    • Line 276: warning: exported method Attribute.ToGRPCMessage should have comment or be unexported (golint)
    • Line 290: warning: exported method Attribute.FromGRPCMessage should have comment or be unexported (golint)
    • Line 303: warning: exported function AttributesToGRPC should have comment or be unexported (golint)
    • Line 315: warning: exported function AttributesFromGRPC should have comment or be unexported (golint)
    • Line 338: warning: exported method NodeInfo.ToGRPCMessage should have comment or be unexported (golint)
    • Line 353: warning: exported method NodeInfo.FromGRPCMessage should have comment or be unexported (golint)
    • Line 373: warning: exported method LocalNodeInfoRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 383: warning: exported method LocalNodeInfoRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 392: warning: exported method LocalNodeInfoRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 405: warning: exported method LocalNodeInfoRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 430: warning: exported method LocalNodeInfoResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 443: warning: exported method LocalNodeInfoResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 479: warning: exported method LocalNodeInfoResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 492: warning: exported method LocalNodeInfoResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 517: warning: exported method NetworkInfo.ToGRPCMessage should have comment or be unexported (golint)
    • Line 530: warning: exported method NetworkInfo.FromGRPCMessage should have comment or be unexported (golint)
    • Line 542: warning: exported method NetworkInfoRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 552: warning: exported method NetworkInfoRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 561: warning: exported method NetworkInfoRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 574: warning: exported method NetworkInfoRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 599: warning: exported method NetworkInfoResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 611: warning: exported method NetworkInfoResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 633: warning: exported method NetworkInfoResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 646: warning: exported method NetworkInfoResponse.FromGRPCMessage should have comment or be unexported (golint)
    • neofs-api-go/v2/session/types.go
    • Line 8: warning: exported type CreateRequestBody should have comment or be unexported (golint)
    • Line 14: warning: exported type CreateRequest should have comment or be unexported (golint)
    • Line 20: warning: exported type CreateResponseBody should have comment or be unexported (golint)
    • Line 26: warning: exported type CreateResponse should have comment or be unexported (golint)
    • Line 32: warning: exported type XHeader should have comment or be unexported (golint)
    • Line 36: warning: exported type TokenLifetime should have comment or be unexported (golint)
    • Line 40: warning: exported type ObjectSessionVerb should have comment or be unexported (golint)
    • Line 42: warning: exported type ObjectSessionContext should have comment or be unexported (golint)
    • Line 48: warning: exported type SessionTokenContext should have comment or be unexported (golint)
    • Line 52: warning: exported type SessionTokenBody should have comment or be unexported (golint)
    • Line 64: warning: exported type SessionToken should have comment or be unexported (golint)
    • Line 70: warning: exported type RequestVerificationHeader should have comment or be unexported (golint)
    • Line 76: warning: exported type RequestMetaHeader should have comment or be unexported (golint)
    • Line 92: warning: exported type ResponseVerificationHeader should have comment or be unexported (golint)
    • Line 98: warning: exported type ResponseMetaHeader should have comment or be unexported (golint)
    • Line 111: warning: exported const ObjectVerbUnknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 121: warning: exported method CreateRequestBody.GetOwnerID should have comment or be unexported (golint)
    • Line 129: warning: exported method CreateRequestBody.SetOwnerID should have comment or be unexported (golint)
    • Line 135: warning: exported method CreateRequestBody.GetExpiration should have comment or be unexported (golint)
    • Line 143: warning: exported method CreateRequestBody.SetExpiration should have comment or be unexported (golint)
    • Line 149: warning: exported method CreateRequest.GetBody should have comment or be unexported (golint)
    • Line 157: warning: exported method CreateRequest.SetBody should have comment or be unexported (golint)
    • Line 163: warning: exported method CreateRequest.GetMetaHeader should have comment or be unexported (golint)
    • Line 171: warning: exported method CreateRequest.SetMetaHeader should have comment or be unexported (golint)
    • Line 177: warning: exported method CreateRequest.GetVerificationHeader should have comment or be unexported (golint)
    • Line 185: warning: exported method CreateRequest.SetVerificationHeader should have comment or be unexported (golint)
    • Line 191: warning: exported method CreateResponseBody.GetID should have comment or be unexported (golint)
    • Line 199: warning: exported method CreateResponseBody.SetID should have comment or be unexported (golint)
    • Line 205: warning: exported method CreateResponseBody.GetSessionKey should have comment or be unexported (golint)
    • Line 213: warning: exported method CreateResponseBody.SetSessionKey should have comment or be unexported (golint)
    • Line 219: warning: exported method CreateResponse.GetBody should have comment or be unexported (golint)
    • Line 227: warning: exported method CreateResponse.SetBody should have comment or be unexported (golint)
    • Line 233: warning: exported method CreateResponse.GetMetaHeader should have comment or be unexported (golint)
    • Line 241: warning: exported method CreateResponse.SetMetaHeader should have comment or be unexported (golint)
    • Line 247: warning: exported method CreateResponse.GetVerificationHeader should have comment or be unexported (golint)
    • Line 255: warning: exported method CreateResponse.SetVerificationHeader should have comment or be unexported (golint)
    • Line 261: warning: exported method XHeader.GetKey should have comment or be unexported (golint)
    • Line 269: warning: exported method XHeader.SetKey should have comment or be unexported (golint)
    • Line 275: warning: exported method XHeader.GetValue should have comment or be unexported (golint)
    • Line 283: warning: exported method XHeader.SetValue should have comment or be unexported (golint)
    • Line 289: warning: exported method RequestVerificationHeader.GetBodySignature should have comment or be unexported (golint)
    • Line 297: warning: exported method RequestVerificationHeader.SetBodySignature should have comment or be unexported (golint)
    • Line 303: warning: exported method RequestVerificationHeader.GetMetaSignature should have comment or be unexported (golint)
    • Line 311: warning: exported method RequestVerificationHeader.SetMetaSignature should have comment or be unexported (golint)
    • Line 317: warning: exported method RequestVerificationHeader.GetOriginSignature should have comment or be unexported (golint)
    • Line 325: warning: exported method RequestVerificationHeader.SetOriginSignature should have comment or be unexported (golint)
    • Line 331: warning: exported method RequestVerificationHeader.GetOrigin should have comment or be unexported (golint)
    • Line 339: warning: exported method RequestVerificationHeader.SetOrigin should have comment or be unexported (golint)
    • Line 345: warning: exported method RequestMetaHeader.GetVersion should have comment or be unexported (golint)
    • Line 353: warning: exported method RequestMetaHeader.SetVersion should have comment or be unexported (golint)
    • Line 359: warning: exported method RequestMetaHeader.GetTTL should have comment or be unexported (golint)
    • Line 367: warning: exported method RequestMetaHeader.SetTTL should have comment or be unexported (golint)
    • Line 373: warning: exported method RequestMetaHeader.GetEpoch should have comment or be unexported (golint)
    • Line 381: warning: exported method RequestMetaHeader.SetEpoch should have comment or be unexported (golint)
    • Line 387: warning: exported method RequestMetaHeader.GetXHeaders should have comment or be unexported (golint)
    • Line 395: warning: exported method RequestMetaHeader.SetXHeaders should have comment or be unexported (golint)
    • Line 401: warning: exported method RequestMetaHeader.GetSessionToken should have comment or be unexported (golint)
    • Line 409: warning: exported method RequestMetaHeader.SetSessionToken should have comment or be unexported (golint)
    • Line 415: warning: exported method RequestMetaHeader.GetBearerToken should have comment or be unexported (golint)
    • Line 423: warning: exported method RequestMetaHeader.SetBearerToken should have comment or be unexported (golint)
    • Line 429: warning: exported method RequestMetaHeader.GetOrigin should have comment or be unexported (golint)
    • Line 437: warning: exported method RequestMetaHeader.SetOrigin should have comment or be unexported (golint)
    • Line 443: warning: exported method TokenLifetime.GetExp should have comment or be unexported (golint)
    • Line 451: warning: exported method TokenLifetime.SetExp should have comment or be unexported (golint)
    • Line 457: warning: exported method TokenLifetime.GetNbf should have comment or be unexported (golint)
    • Line 465: warning: exported method TokenLifetime.SetNbf should have comment or be unexported (golint)
    • Line 471: warning: exported method TokenLifetime.GetIat should have comment or be unexported (golint)
    • Line 479: warning: exported method TokenLifetime.SetIat should have comment or be unexported (golint)
    • Line 485: warning: exported method ResponseVerificationHeader.GetBodySignature should have comment or be unexported (golint)
    • Line 493: warning: exported method ResponseVerificationHeader.SetBodySignature should have comment or be unexported (golint)
    • Line 499: warning: exported method ResponseVerificationHeader.GetMetaSignature should have comment or be unexported (golint)
    • Line 507: warning: exported method ResponseVerificationHeader.SetMetaSignature should have comment or be unexported (golint)
    • Line 513: warning: exported method ResponseVerificationHeader.GetOriginSignature should have comment or be unexported (golint)
    • Line 521: warning: exported method ResponseVerificationHeader.SetOriginSignature should have comment or be unexported (golint)
    • Line 527: warning: exported method ResponseVerificationHeader.GetOrigin should have comment or be unexported (golint)
    • Line 535: warning: exported method ResponseVerificationHeader.SetOrigin should have comment or be unexported (golint)
    • Line 541: warning: exported method ResponseMetaHeader.GetVersion should have comment or be unexported (golint)
    • Line 549: warning: exported method ResponseMetaHeader.SetVersion should have comment or be unexported (golint)
    • Line 555: warning: exported method ResponseMetaHeader.GetTTL should have comment or be unexported (golint)
    • Line 563: warning: exported method ResponseMetaHeader.SetTTL should have comment or be unexported (golint)
    • Line 569: warning: exported method ResponseMetaHeader.GetEpoch should have comment or be unexported (golint)
    • Line 577: warning: exported method ResponseMetaHeader.SetEpoch should have comment or be unexported (golint)
    • Line 583: warning: exported method ResponseMetaHeader.GetXHeaders should have comment or be unexported (golint)
    • Line 591: warning: exported method ResponseMetaHeader.SetXHeaders should have comment or be unexported (golint)
    • Line 597: warning: exported method ResponseMetaHeader.GetOrigin should have comment or be unexported (golint)
    • Line 605: warning: exported method ResponseMetaHeader.SetOrigin should have comment or be unexported (golint)
    • Line 613: warning: exported method ObjectSessionContext.GetVerb should have comment or be unexported (golint)
    • Line 621: warning: exported method ObjectSessionContext.SetVerb should have comment or be unexported (golint)
    • Line 627: warning: exported method ObjectSessionContext.GetAddress should have comment or be unexported (golint)
    • Line 635: warning: exported method ObjectSessionContext.SetAddress should have comment or be unexported (golint)
    • Line 641: warning: exported method SessionTokenBody.GetID should have comment or be unexported (golint)
    • Line 649: warning: exported method SessionTokenBody.SetID should have comment or be unexported (golint)
    • Line 655: warning: exported method SessionTokenBody.GetOwnerID should have comment or be unexported (golint)
    • Line 663: warning: exported method SessionTokenBody.SetOwnerID should have comment or be unexported (golint)
    • Line 669: warning: exported method SessionTokenBody.GetLifetime should have comment or be unexported (golint)
    • Line 677: warning: exported method SessionTokenBody.SetLifetime should have comment or be unexported (golint)
    • Line 683: warning: exported method SessionTokenBody.GetSessionKey should have comment or be unexported (golint)
    • Line 691: warning: exported method SessionTokenBody.SetSessionKey should have comment or be unexported (golint)
    • Line 697: warning: exported method SessionTokenBody.GetContext should have comment or be unexported (golint)
    • Line 705: warning: exported method SessionTokenBody.SetContext should have comment or be unexported (golint)
    • Line 711: warning: exported method SessionToken.GetBody should have comment or be unexported (golint)
    • Line 719: warning: exported method SessionToken.SetBody should have comment or be unexported (golint)
    • Line 725: warning: exported method SessionToken.GetSignature should have comment or be unexported (golint)
    • Line 733: warning: exported method SessionToken.SetSignature should have comment or be unexported (golint)
    • neofs-api-go/v2/container/marshal.go
    • Line 54: warning: exported method Attribute.StableMarshal should have comment or be unexported (golint)
    • Line 83: warning: exported method Attribute.StableSize should have comment or be unexported (golint)
    • Line 94: warning: exported method Attribute.Unmarshal should have comment or be unexported (golint)
    • Line 98: warning: exported method Container.StableMarshal should have comment or be unexported (golint)
    • Line 157: warning: exported method Container.StableSize should have comment or be unexported (golint)
    • Line 176: warning: exported method Container.Unmarshal should have comment or be unexported (golint)
    • Line 180: warning: exported method PutRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 209: warning: exported method PutRequestBody.StableSize should have comment or be unexported (golint)
    • Line 220: warning: exported method PutRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 224: warning: exported method PutResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 245: warning: exported method PutResponseBody.StableSize should have comment or be unexported (golint)
    • Line 255: warning: exported method PutResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 259: warning: exported method DeleteRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 288: warning: exported method DeleteRequestBody.StableSize should have comment or be unexported (golint)
    • Line 299: warning: exported method DeleteRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 303: warning: exported method DeleteResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 307: warning: exported method DeleteResponseBody.StableSize should have comment or be unexported (golint)
    • Line 311: warning: exported method DeleteResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 315: warning: exported method GetRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 332: warning: exported method GetRequestBody.StableSize should have comment or be unexported (golint)
    • Line 342: warning: exported method GetRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 346: warning: exported method GetResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 373: warning: exported method GetResponseBody.StableSize should have comment or be unexported (golint)
    • Line 385: warning: exported method GetResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 389: warning: exported method ListRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 406: warning: exported method ListRequestBody.StableSize should have comment or be unexported (golint)
    • Line 416: warning: exported method ListRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 420: warning: exported method ListResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 446: warning: exported method ListResponseBody.StableSize should have comment or be unexported (golint)
    • Line 458: warning: exported method ListResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 462: warning: exported method SetExtendedACLRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 491: warning: exported method SetExtendedACLRequestBody.StableSize should have comment or be unexported (golint)
    • Line 502: warning: exported method SetExtendedACLRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 506: warning: exported method SetExtendedACLResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 510: warning: exported method SetExtendedACLResponseBody.StableSize should have comment or be unexported (golint)
    • Line 514: warning: exported method SetExtendedACLResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 518: warning: exported method GetExtendedACLRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 535: warning: exported method GetExtendedACLRequestBody.StableSize should have comment or be unexported (golint)
    • Line 545: warning: exported method GetExtendedACLRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 549: warning: exported method GetExtendedACLResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 585: warning: exported method GetExtendedACLResponseBody.StableSize should have comment or be unexported (golint)
    • Line 597: warning: exported method GetExtendedACLResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 601: warning: exported method UsedSpaceAnnouncement.StableMarshal should have comment or be unexported (golint)
    • Line 637: warning: exported method UsedSpaceAnnouncement.StableSize should have comment or be unexported (golint)
    • Line 649: warning: exported method UsedSpaceAnnouncement.Unmarshal should have comment or be unexported (golint)
    • Line 653: warning: exported method AnnounceUsedSpaceRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 679: warning: exported method AnnounceUsedSpaceRequestBody.StableSize should have comment or be unexported (golint)
    • Line 691: warning: exported method AnnounceUsedSpaceRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 695: warning: exported method AnnounceUsedSpaceResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 699: warning: exported method AnnounceUsedSpaceResponseBody.StableSize should have comment or be unexported (golint)
    • Line 703: warning: exported method AnnounceUsedSpaceResponseBody.Unmarshal should have comment or be unexported (golint)
    • neofs-api-go/pkg/container/opts.go
    • Line 11: warning: exported type NewOption should have comment or be unexported (golint)
    • Line 50: warning: exported function WithPublicBasicACL should have comment or be unexported (golint)
    • Line 56: warning: exported function WithReadOnlyBasicACL should have comment or be unexported (golint)
    • Line 62: warning: exported function WithCustomBasicACL should have comment or be unexported (golint)
    • Line 68: warning: exported function WithNonce should have comment or be unexported (golint)
    • Line 74: warning: exported function WithOwnerID should have comment or be unexported (golint)
    • Line 80: warning: exported function WithNEO3Wallet should have comment or be unexported (golint)
    • Line 90: warning: exported function WithPolicy should have comment or be unexported (golint)
    • Line 96: warning: exported function WithAttribute should have comment or be unexported (golint)
    • neofs-api-go/v2/acl/types.go
    • Line 45: warning: exported type TokenLifetime should have comment or be unexported (golint)
    • Line 49: warning: exported type BearerTokenBody should have comment or be unexported (golint)
    • Line 57: warning: exported type BearerToken should have comment or be unexported (golint)
    • Line 63: warning: comment on exported type MatchType should be of the form "MatchType ..." (with optional leading article) (golint)
    • Line 79: warning: exported const MatchTypeUnknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 85: warning: exported const HeaderTypeUnknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 91: warning: exported const ActionUnknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 97: warning: exported const OperationUnknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 108: warning: exported const RoleUnknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 114: warning: exported method HeaderFilter.GetHeaderType should have comment or be unexported (golint)
    • Line 122: warning: exported method HeaderFilter.SetHeaderType should have comment or be unexported (golint)
    • Line 128: warning: exported method HeaderFilter.GetMatchType should have comment or be unexported (golint)
    • Line 136: warning: exported method HeaderFilter.SetMatchType should have comment or be unexported (golint)
    • Line 142: warning: exported method HeaderFilter.GetKey should have comment or be unexported (golint)
    • Line 150: warning: exported method HeaderFilter.SetKey should have comment or be unexported (golint)
    • Line 156: warning: exported method HeaderFilter.GetValue should have comment or be unexported (golint)
    • Line 164: warning: exported method HeaderFilter.SetValue should have comment or be unexported (golint)
    • Line 170: warning: exported method Target.GetRole should have comment or be unexported (golint)
    • Line 178: warning: exported method Target.SetRole should have comment or be unexported (golint)
    • Line 184: warning: exported method Target.GetKeys should have comment or be unexported (golint)
    • Line 192: warning: exported method Target.SetKeys should have comment or be unexported (golint)
    • Line 198: warning: exported method Record.GetOperation should have comment or be unexported (golint)
    • Line 206: warning: exported method Record.SetOperation should have comment or be unexported (golint)
    • Line 212: warning: exported method Record.GetAction should have comment or be unexported (golint)
    • Line 220: warning: exported method Record.SetAction should have comment or be unexported (golint)
    • Line 226: warning: exported method Record.GetFilters should have comment or be unexported (golint)
    • Line 234: warning: exported method Record.SetFilters should have comment or be unexported (golint)
    • Line 240: warning: exported method Record.GetTargets should have comment or be unexported (golint)
    • Line 248: warning: exported method Record.SetTargets should have comment or be unexported (golint)
    • Line 254: warning: exported method Table.GetVersion should have comment or be unexported (golint)
    • Line 262: warning: exported method Table.SetVersion should have comment or be unexported (golint)
    • Line 268: warning: exported method Table.GetContainerID should have comment or be unexported (golint)
    • Line 276: warning: exported method Table.SetContainerID should have comment or be unexported (golint)
    • Line 282: warning: exported method Table.GetRecords should have comment or be unexported (golint)
    • Line 290: warning: exported method Table.SetRecords should have comment or be unexported (golint)
    • Line 296: warning: exported method TokenLifetime.GetExp should have comment or be unexported (golint)
    • Line 304: warning: exported method TokenLifetime.SetExp should have comment or be unexported (golint)
    • Line 310: warning: exported method TokenLifetime.GetNbf should have comment or be unexported (golint)
    • Line 318: warning: exported method TokenLifetime.SetNbf should have comment or be unexported (golint)
    • Line 324: warning: exported method TokenLifetime.GetIat should have comment or be unexported (golint)
    • Line 332: warning: exported method TokenLifetime.SetIat should have comment or be unexported (golint)
    • Line 338: warning: exported method BearerTokenBody.GetEACL should have comment or be unexported (golint)
    • Line 346: warning: exported method BearerTokenBody.SetEACL should have comment or be unexported (golint)
    • Line 352: warning: exported method BearerTokenBody.GetOwnerID should have comment or be unexported (golint)
    • Line 360: warning: exported method BearerTokenBody.SetOwnerID should have comment or be unexported (golint)
    • Line 366: warning: exported method BearerTokenBody.GetLifetime should have comment or be unexported (golint)
    • Line 374: warning: exported method BearerTokenBody.SetLifetime should have comment or be unexported (golint)
    • Line 380: warning: exported method BearerToken.GetBody should have comment or be unexported (golint)
    • Line 388: warning: exported method BearerToken.SetBody should have comment or be unexported (golint)
    • Line 394: warning: exported method BearerToken.GetSignature should have comment or be unexported (golint)
    • Line 402: warning: exported method BearerToken.SetSignature should have comment or be unexported (golint)
    • neofs-api-go/v2/acl/json.go
    • Line 8: warning: exported method HeaderFilter.MarshalJSON should have comment or be unexported (golint)
    • Line 12: warning: exported method HeaderFilter.UnmarshalJSON should have comment or be unexported (golint)
    • Line 16: warning: exported method Target.MarshalJSON should have comment or be unexported (golint)
    • Line 20: warning: exported method Target.UnmarshalJSON should have comment or be unexported (golint)
    • Line 24: warning: exported method Record.MarshalJSON should have comment or be unexported (golint)
    • Line 28: warning: exported method Record.UnmarshalJSON should have comment or be unexported (golint)
    • Line 32: warning: exported method Table.MarshalJSON should have comment or be unexported (golint)
    • Line 36: warning: exported method Table.UnmarshalJSON should have comment or be unexported (golint)
    • Line 40: warning: exported method TokenLifetime.MarshalJSON should have comment or be unexported (golint)
    • Line 44: warning: exported method TokenLifetime.UnmarshalJSON should have comment or be unexported (golint)
    • Line 48: warning: exported method BearerTokenBody.MarshalJSON should have comment or be unexported (golint)
    • Line 52: warning: exported method BearerTokenBody.UnmarshalJSON should have comment or be unexported (golint)
    • Line 56: warning: exported method BearerToken.MarshalJSON should have comment or be unexported (golint)
    • Line 60: warning: exported method BearerToken.UnmarshalJSON should have comment or be unexported (golint)
    • neofs-api-go/pkg/object/fmt.go
    • Line 89: warning: exported function CalculateIDSignature should have comment or be unexported (golint)
    • Line 108: warning: exported function CalculateAndSetSignature should have comment or be unexported (golint)
    • Line 119: warning: exported function VerifyIDSignature should have comment or be unexported (golint)
    • neofs-api-go/pkg/token/bearer.go
    • Line 22: warning: exported type BearerToken should have comment or be unexported (golint)
    • Line 26: warning: exported method BearerToken.ToV2 should have comment or be unexported (golint)
    • Line 30: warning: exported method BearerToken.SetLifetime should have comment or be unexported (golint)
    • Line 45: warning: exported method BearerToken.SetEACLTable should have comment or be unexported (golint)
    • Line 55: warning: exported method BearerToken.SetOwner should have comment or be unexported (golint)
    • Line 65: warning: exported method BearerToken.SignToken should have comment or be unexported (golint)
    • Line 95: warning: exported function NewBearerToken should have comment or be unexported (golint)
    • Line 103: warning: exported function NewBearerTokenFromV2 should have comment or be unexported (golint)
    • neofs-api-go/v2/object/test/generate.go
    • Line 9: warning: exported function GenerateShortHeader should have comment or be unexported (golint)
    • Line 26: warning: exported function GenerateAttribute should have comment or be unexported (golint)
    • Line 37: warning: exported function GenerateAttributes should have comment or be unexported (golint)
    • Line 48: warning: exported function GenerateSplitHeader should have comment or be unexported (golint)
    • Line 71: warning: exported function GenerateHeader should have comment or be unexported (golint)
    • Line 99: warning: exported function GenerateHeaderWithSignature should have comment or be unexported (golint)
    • Line 108: warning: exported function GenerateObject should have comment or be unexported (golint)
    • Line 122: warning: exported function GenerateSplitInfo should have comment or be unexported (golint)
    • Line 135: warning: exported function GenerateGetRequestBody should have comment or be unexported (golint)
    • Line 147: warning: exported function GenerateGetRequest should have comment or be unexported (golint)
    • Line 157: warning: exported function GenerateGetObjectPartInit should have comment or be unexported (golint)
    • Line 167: warning: exported function GenerateGetObjectPartChunk should have comment or be unexported (golint)
    • Line 177: warning: exported function GenerateGetResponseBody should have comment or be unexported (golint)
    • Line 185: warning: exported function GenerateGetResponse should have comment or be unexported (golint)
    • Line 195: warning: exported function GeneratePutObjectPartInit should have comment or be unexported (golint)
    • Line 209: warning: exported function GeneratePutObjectPartChunk should have comment or be unexported (golint)
    • Line 219: warning: exported function GeneratePutRequestBody should have comment or be unexported (golint)
    • Line 227: warning: exported function GeneratePutRequest should have comment or be unexported (golint)
    • Line 237: warning: exported function GeneratePutResponseBody should have comment or be unexported (golint)
    • Line 245: warning: exported function GeneratePutResponse should have comment or be unexported (golint)
    • Line 255: warning: exported function GenerateDeleteRequestBody should have comment or be unexported (golint)
    • Line 263: warning: exported function GenerateDeleteRequest should have comment or be unexported (golint)
    • Line 273: warning: exported function GenerateDeleteResponseBody should have comment or be unexported (golint)
    • Line 281: warning: exported function GenerateDeleteResponse should have comment or be unexported (golint)
    • Line 291: warning: exported function GenerateHeadRequestBody should have comment or be unexported (golint)
    • Line 304: warning: exported function GenerateHeadRequest should have comment or be unexported (golint)
    • Line 314: warning: exported function GenerateHeadResponseBody should have comment or be unexported (golint)
    • Line 322: warning: exported function GenerateHeadResponse should have comment or be unexported (golint)
    • Line 332: warning: exported function GenerateSearchFilter should have comment or be unexported (golint)
    • Line 344: warning: exported function GenerateSearchFilters should have comment or be unexported (golint)
    • Line 355: warning: exported function GenerateSearchRequestBody should have comment or be unexported (golint)
    • Line 368: warning: exported function GenerateSearchRequest should have comment or be unexported (golint)
    • Line 378: warning: exported function GenerateSearchResponseBody should have comment or be unexported (golint)
    • Line 386: warning: exported function GenerateSearchResponse should have comment or be unexported (golint)
    • Line 396: warning: exported function GenerateRange should have comment or be unexported (golint)
    • Line 407: warning: exported function GenerateRanges should have comment or be unexported (golint)
    • Line 418: warning: exported function GenerateGetRangeRequestBody should have comment or be unexported (golint)
    • Line 431: warning: exported function GenerateGetRangeRequest should have comment or be unexported (golint)
    • Line 441: warning: exported function GenerateGetRangePartChunk should have comment or be unexported (golint)
    • Line 451: warning: exported function GenerateGetRangeResponseBody should have comment or be unexported (golint)
    • Line 459: warning: exported function GenerateGetRangeResponse should have comment or be unexported (golint)
    • Line 469: warning: exported function GenerateGetRangeHashRequestBody should have comment or be unexported (golint)
    • Line 483: warning: exported function GenerateGetRangeHashRequest should have comment or be unexported (golint)
    • Line 493: warning: exported function GenerateGetRangeHashResponseBody should have comment or be unexported (golint)
    • Line 504: warning: exported function GenerateGetRangeHashResponse should have comment or be unexported (golint)
    • neofs-api-go/v2/netmap/types.go
    • Line 8: warning: exported type LocalNodeInfoRequest should have comment or be unexported (golint)
    • Line 14: warning: exported type LocalNodeInfoResponse should have comment or be unexported (golint)
    • Line 34: warning: exported type Filter should have comment or be unexported (golint)
    • Line 42: warning: exported type Selector should have comment or be unexported (golint)
    • Line 50: warning: exported type Replica should have comment or be unexported (golint)
    • Line 55: warning: exported type Operation should have comment or be unexported (golint)
    • Line 57: warning: exported type PlacementPolicy should have comment or be unexported (golint)
    • Line 85: warning: exported type LocalNodeInfoRequestBody should have comment or be unexported (golint)
    • Line 87: warning: exported type LocalNodeInfoResponseBody should have comment or be unexported (golint)
    • Line 93: warning: exported const UnspecifiedState should have comment (or a comment on this block) or be unexported (golint)
    • Line 99: warning: exported const UnspecifiedOperation should have comment (or a comment on this block) or be unexported (golint)
    • Line 111: warning: exported const UnspecifiedClause should have comment (or a comment on this block) or be unexported (golint)
    • Line 116: warning: exported method Filter.GetFilters should have comment or be unexported (golint)
    • Line 124: warning: exported method Filter.SetFilters should have comment or be unexported (golint)
    • Line 130: warning: exported method Filter.GetValue should have comment or be unexported (golint)
    • Line 138: warning: exported method Filter.SetValue should have comment or be unexported (golint)
    • Line 144: warning: exported method Filter.GetOp should have comment or be unexported (golint)
    • Line 151: warning: exported method Filter.SetOp should have comment or be unexported (golint)
    • Line 157: warning: exported method Filter.GetKey should have comment or be unexported (golint)
    • Line 165: warning: exported method Filter.SetKey should have comment or be unexported (golint)
    • Line 171: warning: exported method Filter.GetName should have comment or be unexported (golint)
    • Line 179: warning: exported method Filter.SetName should have comment or be unexported (golint)
    • Line 185: warning: exported method Selector.GetFilter should have comment or be unexported (golint)
    • Line 193: warning: exported method Selector.SetFilter should have comment or be unexported (golint)
    • Line 199: warning: exported method Selector.GetAttribute should have comment or be unexported (golint)
    • Line 207: warning: exported method Selector.SetAttribute should have comment or be unexported (golint)
    • Line 213: warning: exported method Selector.GetClause should have comment or be unexported (golint)
    • Line 221: warning: exported method Selector.SetClause should have comment or be unexported (golint)
    • Line 227: warning: exported method Selector.GetCount should have comment or be unexported (golint)
    • Line 235: warning: exported method Selector.SetCount should have comment or be unexported (golint)
    • Line 241: warning: exported method Selector.GetName should have comment or be unexported (golint)
    • Line 249: warning: exported method Selector.SetName should have comment or be unexported (golint)
    • Line 255: warning: exported method Replica.GetSelector should have comment or be unexported (golint)
    • Line 263: warning: exported method Replica.SetSelector should have comment or be unexported (golint)
    • Line 269: warning: exported method Replica.GetCount should have comment or be unexported (golint)
    • Line 277: warning: exported method Replica.SetCount should have comment or be unexported (golint)
    • Line 283: warning: exported method PlacementPolicy.GetFilters should have comment or be unexported (golint)
    • Line 291: warning: exported method PlacementPolicy.SetFilters should have comment or be unexported (golint)
    • Line 297: warning: exported method PlacementPolicy.GetSelectors should have comment or be unexported (golint)
    • Line 305: warning: exported method PlacementPolicy.SetSelectors should have comment or be unexported (golint)
    • Line 311: warning: exported method PlacementPolicy.GetContainerBackupFactor should have comment or be unexported (golint)
    • Line 319: warning: exported method PlacementPolicy.SetContainerBackupFactor should have comment or be unexported (golint)
    • Line 325: warning: exported method PlacementPolicy.GetReplicas should have comment or be unexported (golint)
    • Line 329: warning: exported method PlacementPolicy.SetReplicas should have comment or be unexported (golint)
    • Line 333: warning: exported method Attribute.GetKey should have comment or be unexported (golint)
    • Line 341: warning: exported method Attribute.SetKey should have comment or be unexported (golint)
    • Line 347: warning: exported method Attribute.GetValue should have comment or be unexported (golint)
    • Line 355: warning: exported method Attribute.SetValue should have comment or be unexported (golint)
    • Line 361: warning: exported method Attribute.GetParents should have comment or be unexported (golint)
    • Line 369: warning: exported method Attribute.SetParents should have comment or be unexported (golint)
    • Line 375: warning: exported method NodeInfo.GetPublicKey should have comment or be unexported (golint)
    • Line 383: warning: exported method NodeInfo.SetPublicKey should have comment or be unexported (golint)
    • Line 389: warning: exported method NodeInfo.GetAddress should have comment or be unexported (golint)
    • Line 397: warning: exported method NodeInfo.SetAddress should have comment or be unexported (golint)
    • Line 403: warning: exported method NodeInfo.GetAttributes should have comment or be unexported (golint)
    • Line 411: warning: exported method NodeInfo.SetAttributes should have comment or be unexported (golint)
    • Line 417: warning: exported method NodeInfo.GetState should have comment or be unexported (golint)
    • Line 425: warning: exported method NodeInfo.SetState should have comment or be unexported (golint)
    • Line 431: warning: exported method LocalNodeInfoResponseBody.GetVersion should have comment or be unexported (golint)
    • Line 439: warning: exported method LocalNodeInfoResponseBody.SetVersion should have comment or be unexported (golint)
    • Line 445: warning: exported method LocalNodeInfoResponseBody.GetNodeInfo should have comment or be unexported (golint)
    • Line 453: warning: exported method LocalNodeInfoResponseBody.SetNodeInfo should have comment or be unexported (golint)
    • Line 459: warning: exported method LocalNodeInfoRequest.GetBody should have comment or be unexported (golint)
    • Line 466: warning: exported method LocalNodeInfoRequest.SetBody should have comment or be unexported (golint)
    • Line 472: warning: exported method LocalNodeInfoResponse.GetBody should have comment or be unexported (golint)
    • Line 479: warning: exported method LocalNodeInfoResponse.SetBody should have comment or be unexported (golint)
    • Line 547: warning: exported method NetworkInfoRequest.GetBody should have comment or be unexported (golint)
    • Line 554: warning: exported method NetworkInfoRequest.SetBody should have comment or be unexported (golint)
    • Line 560: warning: exported method NetworkInfoResponse.GetBody should have comment or be unexported (golint)
    • Line 567: warning: exported method NetworkInfoResponse.SetBody should have comment or be unexported (golint)
    • neofs-api-go/v2/object/grpc/service.go
    • Line 616: warning: comment on exported method GetRangeHashRequest_Body.SetType should be of the form "SetType ..." (golint)
    • Line 651: warning: comment on exported method GetRangeHashResponse_Body.SetType should be of the form "SetType ..." (golint)
    • neofs-api-go/v2/acl/marshal.go
    • Line 97: warning: exported method Table.Unmarshal should have comment or be unexported (golint)
    • Line 172: warning: exported method Record.Unmarshal should have comment or be unexported (golint)
    • Line 235: warning: exported method HeaderFilter.Unmarshal should have comment or be unexported (golint)
    • Line 282: warning: exported method Target.Unmarshal should have comment or be unexported (golint)
    • Line 286: warning: exported method TokenLifetime.StableMarshal should have comment or be unexported (golint)
    • Line 322: warning: exported method TokenLifetime.StableSize should have comment or be unexported (golint)
    • Line 334: warning: exported method TokenLifetime.Unmarshal should have comment or be unexported (golint)
    • Line 338: warning: exported method BearerTokenBody.StableMarshal should have comment or be unexported (golint)
    • Line 374: warning: exported method BearerTokenBody.StableSize should have comment or be unexported (golint)
    • Line 386: warning: exported method BearerTokenBody.Unmarshal should have comment or be unexported (golint)
    • Line 390: warning: exported method BearerToken.StableMarshal should have comment or be unexported (golint)
    • Line 419: warning: exported method BearerToken.StableSize should have comment or be unexported (golint)
    • Line 430: warning: exported method BearerToken.Unmarshal should have comment or be unexported (golint)
    • neofs-api-go/pkg/container/attribute.go
    • Line 8: warning: exported type Attribute should have comment or be unexported (golint)
    • Line 9: warning: exported type Attributes should have comment or be unexported (golint)
    • Line 12: warning: exported function NewAttribute should have comment or be unexported (golint)
    • Line 16: warning: exported method Attribute.SetKey should have comment or be unexported (golint)
    • Line 20: warning: exported method Attribute.SetValue should have comment or be unexported (golint)
    • Line 24: warning: exported method Attribute.Key should have comment or be unexported (golint)
    • Line 28: warning: exported method Attribute.Value should have comment or be unexported (golint)
    • Line 32: warning: exported function NewAttributeFromV2 should have comment or be unexported (golint)
    • Line 36: warning: exported method Attribute.ToV2 should have comment or be unexported (golint)
    • Line 40: warning: exported function NewAttributesFromV2 should have comment or be unexported (golint)
    • Line 49: warning: exported method Attributes.ToV2 should have comment or be unexported (golint)
    • neofs-api-go/pkg/audit/result.go
    • Line 14: warning: comment on exported function NewResultFromV2 should be of the form "NewResultFromV2 ..." (golint)
    • Line 19: warning: comment on exported function NewResult should be of the form "NewResult ..." (golint)
    • neofs-api-go/v2/accounting/accounting.go
    • Line 8: warning: exported type BalanceRequestBody should have comment or be unexported (golint)
    • Line 12: warning: exported type BalanceResponseBody should have comment or be unexported (golint)
    • Line 16: warning: exported type Decimal should have comment or be unexported (golint)
    • Line 22: warning: exported type BalanceRequest should have comment or be unexported (golint)
    • Line 28: warning: exported type BalanceResponse should have comment or be unexported (golint)
    • Line 34: warning: exported method BalanceRequestBody.GetOwnerID should have comment or be unexported (golint)
    • Line 42: warning: exported method BalanceRequestBody.SetOwnerID should have comment or be unexported (golint)
    • Line 48: warning: exported method BalanceRequest.GetBody should have comment or be unexported (golint)
    • Line 56: warning: exported method BalanceRequest.SetBody should have comment or be unexported (golint)
    • Line 62: warning: exported method Decimal.GetValue should have comment or be unexported (golint)
    • Line 70: warning: exported method Decimal.SetValue should have comment or be unexported (golint)
    • Line 76: warning: exported method Decimal.GetPrecision should have comment or be unexported (golint)
    • Line 84: warning: exported method Decimal.SetPrecision should have comment or be unexported (golint)
    • Line 90: warning: exported method BalanceResponseBody.GetBalance should have comment or be unexported (golint)
    • Line 98: warning: exported method BalanceResponseBody.SetBalance should have comment or be unexported (golint)
    • Line 104: warning: exported method BalanceResponse.GetBody should have comment or be unexported (golint)
    • Line 112: warning: exported method BalanceResponse.SetBody should have comment or be unexported (golint)
    • neofs-api-go/util/proto/marshal.go
    • Line 23: warning: exported function BytesMarshal should have comment or be unexported (golint)
    • Line 39: warning: exported function BytesSize should have comment or be unexported (golint)
    • Line 50: warning: exported function StringMarshal should have comment or be unexported (golint)
    • Line 54: warning: exported function StringSize should have comment or be unexported (golint)
    • Line 58: warning: exported function BoolMarshal should have comment or be unexported (golint)
    • Line 73: warning: exported function BoolSize should have comment or be unexported (golint)
    • Line 83: warning: exported function UInt64Marshal should have comment or be unexported (golint)
    • Line 98: warning: exported function UInt64Size should have comment or be unexported (golint)
    • Line 108: warning: exported function Int64Marshal should have comment or be unexported (golint)
    • Line 112: warning: exported function Int64Size should have comment or be unexported (golint)
    • Line 116: warning: exported function UInt32Marshal should have comment or be unexported (golint)
    • Line 120: warning: exported function UInt32Size should have comment or be unexported (golint)
    • Line 124: warning: exported function Int32Marshal should have comment or be unexported (golint)
    • Line 128: warning: exported function Int32Size should have comment or be unexported (golint)
    • Line 132: warning: exported function EnumMarshal should have comment or be unexported (golint)
    • Line 136: warning: exported function EnumSize should have comment or be unexported (golint)
    • Line 140: warning: exported function RepeatedBytesMarshal should have comment or be unexported (golint)
    • Line 155: warning: exported function RepeatedBytesSize should have comment or be unexported (golint)
    • Line 163: warning: exported function RepeatedStringMarshal should have comment or be unexported (golint)
    • Line 178: warning: exported function RepeatedStringSize should have comment or be unexported (golint)
    • Line 186: warning: exported function RepeatedUInt64Marshal should have comment or be unexported (golint)
    • Line 203: warning: exported function RepeatedUInt64Size should have comment or be unexported (golint)
    • Line 221: warning: exported function RepeatedInt64Marshal should have comment or be unexported (golint)
    • Line 234: warning: exported function RepeatedInt64Size should have comment or be unexported (golint)
    • Line 247: warning: exported function RepeatedUInt32Marshal should have comment or be unexported (golint)
    • Line 260: warning: exported function RepeatedUInt32Size should have comment or be unexported (golint)
    • Line 273: warning: exported function RepeatedInt32Marshal should have comment or be unexported (golint)
    • Line 286: warning: exported function RepeatedInt32Size should have comment or be unexported (golint)
    • Line 299: warning: comment on exported function VarUIntSize should be of the form "VarUIntSize ..." (golint)
    • Line 304: warning: exported function NestedStructurePrefix should have comment or be unexported (golint)
    • Line 309: warning: exported function NestedStructureMarshal should have comment or be unexported (golint)
    • Line 328: warning: exported function NestedStructureSize should have comment or be unexported (golint)
    • Line 340: warning: exported function Fixed64Marshal should have comment or be unexported (golint)
    • Line 355: warning: exported function Fixed64Size should have comment or be unexported (golint)
    • Line 365: warning: exported function Float64Marshal should have comment or be unexported (golint)
    • Line 378: warning: exported function Float64Size should have comment or be unexported (golint)
    • neofs-api-go/v2/storagegroup/json.go
    • Line 8: warning: exported method StorageGroup.MarshalJSON should have comment or be unexported (golint)
    • Line 12: warning: exported method StorageGroup.UnmarshalJSON should have comment or be unexported (golint)
    • neofs-api-go/v2/session/convert.go
    • Line 15: warning: exported method CreateRequestBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 28: warning: exported method CreateRequestBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 55: warning: exported method CreateRequest.ToGRPCMessage should have comment or be unexported (golint)
    • Line 68: warning: exported method CreateRequest.FromGRPCMessage should have comment or be unexported (golint)
    • Line 93: warning: exported method CreateResponseBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 106: warning: exported method CreateResponseBody.FromGRPCMessage should have comment or be unexported (golint)
    • Line 118: warning: exported method CreateResponse.ToGRPCMessage should have comment or be unexported (golint)
    • Line 131: warning: exported method CreateResponse.FromGRPCMessage should have comment or be unexported (golint)
    • Line 156: warning: exported method TokenLifetime.ToGRPCMessage should have comment or be unexported (golint)
    • Line 170: warning: exported method TokenLifetime.FromGRPCMessage should have comment or be unexported (golint)
    • Line 183: warning: exported method XHeader.ToGRPCMessage should have comment or be unexported (golint)
    • Line 196: warning: exported method XHeader.FromGRPCMessage should have comment or be unexported (golint)
    • Line 208: warning: exported function XHeadersToGRPC should have comment or be unexported (golint)
    • Line 220: warning: exported function XHeadersFromGRPC should have comment or be unexported (golint)
    • Line 243: warning: exported method SessionToken.ToGRPCMessage should have comment or be unexported (golint)
    • Line 256: warning: exported method SessionToken.FromGRPCMessage should have comment or be unexported (golint)
    • Line 295: warning: exported method RequestVerificationHeader.ToGRPCMessage should have comment or be unexported (golint)
    • Line 310: warning: exported method RequestVerificationHeader.FromGRPCMessage should have comment or be unexported (golint)
    • Line 377: warning: exported method RequestMetaHeader.ToGRPCMessage should have comment or be unexported (golint)
    • Line 395: warning: exported method RequestMetaHeader.FromGRPCMessage should have comment or be unexported (golint)
    • Line 470: warning: exported method ResponseVerificationHeader.ToGRPCMessage should have comment or be unexported (golint)
    • Line 485: warning: exported method ResponseVerificationHeader.FromGRPCMessage should have comment or be unexported (golint)
    • Line 552: warning: exported method ResponseMetaHeader.ToGRPCMessage should have comment or be unexported (golint)
    • Line 568: warning: exported method ResponseMetaHeader.FromGRPCMessage should have comment or be unexported (golint)
    • Line 615: warning: exported function ObjectSessionVerbToGRPCField should have comment or be unexported (golint)
    • Line 636: warning: exported function ObjectSessionVerbFromGRPCField should have comment or be unexported (golint)
    • Line 657: warning: exported method ObjectSessionContext.ToGRPCMessage should have comment or be unexported (golint)
    • Line 670: warning: exported method ObjectSessionContext.FromGRPCMessage should have comment or be unexported (golint)
    • Line 697: warning: exported method SessionTokenBody.ToGRPCMessage should have comment or be unexported (golint)
    • Line 723: warning: exported method SessionTokenBody.FromGRPCMessage should have comment or be unexported (golint)
    • neofs-api-go/v2/session/marshal.go
    • Line 62: warning: exported method CreateRequestBody.StableMarshal should have comment or be unexported (golint)
    • Line 91: warning: exported method CreateRequestBody.StableSize should have comment or be unexported (golint)
    • Line 102: warning: exported method CreateRequestBody.Unmarshal should have comment or be unexported (golint)
    • Line 106: warning: exported method CreateResponseBody.StableMarshal should have comment or be unexported (golint)
    • Line 135: warning: exported method CreateResponseBody.StableSize should have comment or be unexported (golint)
    • Line 146: warning: exported method CreateResponseBody.Unmarshal should have comment or be unexported (golint)
    • Line 150: warning: exported method XHeader.StableMarshal should have comment or be unexported (golint)
    • Line 179: warning: exported method XHeader.StableSize should have comment or be unexported (golint)
    • Line 190: warning: exported method XHeader.Unmarshal should have comment or be unexported (golint)
    • Line 199: warning: exported method TokenLifetime.StableMarshal should have comment or be unexported (golint)
    • Line 235: warning: exported method TokenLifetime.StableSize should have comment or be unexported (golint)
    • Line 247: warning: exported method TokenLifetime.Unmarshal should have comment or be unexported (golint)
    • Line 256: warning: exported method ObjectSessionContext.StableMarshal should have comment or be unexported (golint)
    • Line 285: warning: exported method ObjectSessionContext.StableSize should have comment or be unexported (golint)
    • Line 296: warning: exported method ObjectSessionContext.Unmarshal should have comment or be unexported (golint)
    • Line 312: warning: exported method ContainerSessionContext.StableMarshal should have comment or be unexported (golint)
    • Line 348: warning: exported method ContainerSessionContext.StableSize should have comment or be unexported (golint)
    • Line 360: warning: exported method ContainerSessionContext.Unmarshal should have comment or be unexported (golint)
    • Line 364: warning: exported method SessionTokenBody.StableMarshal should have comment or be unexported (golint)
    • Line 426: warning: exported method SessionTokenBody.StableSize should have comment or be unexported (golint)
    • Line 450: warning: exported method SessionTokenBody.Unmarshal should have comment or be unexported (golint)
    • Line 459: warning: exported method SessionToken.StableMarshal should have comment or be unexported (golint)
    • Line 488: warning: exported method SessionToken.StableSize should have comment or be unexported (golint)
    • Line 499: warning: exported method SessionToken.Unmarshal should have comment or be unexported (golint)
    • Line 508: warning: exported method RequestMetaHeader.StableMarshal should have comment or be unexported (golint)
    • Line 574: warning: exported method RequestMetaHeader.StableSize should have comment or be unexported (golint)
    • Line 597: warning: exported method RequestMetaHeader.Unmarshal should have comment or be unexported (golint)
    • Line 606: warning: exported method RequestVerificationHeader.StableMarshal should have comment or be unexported (golint)
    • Line 649: warning: exported method RequestVerificationHeader.StableSize should have comment or be unexported (golint)
    • Line 662: warning: exported method RequestVerificationHeader.Unmarshal should have comment or be unexported (golint)
    • Line 671: warning: exported method ResponseMetaHeader.StableMarshal should have comment or be unexported (golint)
    • Line 723: warning: exported method ResponseMetaHeader.StableSize should have comment or be unexported (golint)
    • Line 744: warning: exported method ResponseMetaHeader.Unmarshal should have comment or be unexported (golint)
    • Line 753: warning: exported method ResponseVerificationHeader.StableMarshal should have comment or be unexported (golint)
    • Line 796: warning: exported method ResponseVerificationHeader.StableSize should have comment or be unexported (golint)
    • Line 809: warning: exported method ResponseVerificationHeader.Unmarshal should have comment or be unexported (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign99%

IneffAssign detects ineffectual assignments in Go code.


misspell99%

Misspell Finds commonly misspelled English words