Preparing report...

Report for github.com/paysuper/paysuper-management-api

(v1.1.0)

A    Great!    Found 79 issues across 100 files

Tweet

gofmt87%

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


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!


gocyclo99%

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.


golint31%

Golint is a linter for Go source code.

    • paysuper-management-api/internal/mock/billing_server_error.go
    • Line 14: warning: exported type BillingServerErrorMock should have comment or be unexported (golint)
    • Line 16: warning: exported method BillingServerErrorMock.OrderReCreateProcess should have comment or be unexported (golint)
    • Line 20: warning: exported function NewBillingServerErrorMock should have comment or be unexported (golint)
    • Line 24: warning: exported method BillingServerErrorMock.GetProductsForOrder should have comment or be unexported (golint)
    • Line 32: warning: exported method BillingServerErrorMock.OrderCreateProcess should have comment or be unexported (golint)
    • Line 43: warning: exported method BillingServerErrorMock.PaymentFormJsonDataProcess should have comment or be unexported (golint)
    • Line 51: warning: exported method BillingServerErrorMock.PaymentCreateProcess should have comment or be unexported (golint)
    • Line 59: warning: exported method BillingServerErrorMock.PaymentCallbackProcess should have comment or be unexported (golint)
    • Line 67: warning: exported method BillingServerErrorMock.RebuildCache should have comment or be unexported (golint)
    • Line 75: warning: exported method BillingServerErrorMock.UpdateOrder should have comment or be unexported (golint)
    • Line 83: warning: exported method BillingServerErrorMock.UpdateMerchant should have comment or be unexported (golint)
    • Line 91: warning: exported method BillingServerErrorMock.GetMerchantBy should have comment or be unexported (golint)
    • Line 102: warning: exported method BillingServerErrorMock.ListMerchants should have comment or be unexported (golint)
    • Line 110: warning: exported method BillingServerErrorMock.ChangeMerchant should have comment or be unexported (golint)
    • Line 121: warning: exported method BillingServerErrorMock.ChangeMerchantStatus should have comment or be unexported (golint)
    • Line 132: warning: exported method BillingServerErrorMock.CreateNotification should have comment or be unexported (golint)
    • Line 143: warning: exported method BillingServerErrorMock.GetNotification should have comment or be unexported (golint)
    • Line 151: warning: exported method BillingServerErrorMock.ListNotifications should have comment or be unexported (golint)
    • Line 159: warning: exported method BillingServerErrorMock.MarkNotificationAsRead should have comment or be unexported (golint)
    • Line 167: warning: exported method BillingServerErrorMock.ListMerchantPaymentMethods should have comment or be unexported (golint)
    • Line 175: warning: exported method BillingServerErrorMock.GetMerchantPaymentMethod should have comment or be unexported (golint)
    • Line 186: warning: exported method BillingServerErrorMock.ChangeMerchantPaymentMethod should have comment or be unexported (golint)
    • Line 197: warning: exported method BillingServerErrorMock.CreateRefund should have comment or be unexported (golint)
    • Line 208: warning: exported method BillingServerErrorMock.ListRefunds should have comment or be unexported (golint)
    • Line 216: warning: exported method BillingServerErrorMock.GetRefund should have comment or be unexported (golint)
    • Line 227: warning: exported method BillingServerErrorMock.ProcessRefundCallback should have comment or be unexported (golint)
    • Line 238: warning: exported method BillingServerErrorMock.PaymentFormLanguageChanged should have comment or be unexported (golint)
    • Line 249: warning: exported method BillingServerErrorMock.PaymentFormPaymentAccountChanged should have comment or be unexported (golint)
    • Line 260: warning: exported method BillingServerErrorMock.ProcessBillingAddress should have comment or be unexported (golint)
    • Line 271: warning: exported method BillingServerErrorMock.ChangeMerchantData should have comment or be unexported (golint)
    • Line 282: warning: exported method BillingServerErrorMock.SetMerchantS3Agreement should have comment or be unexported (golint)
    • Line 293: warning: exported method BillingServerErrorMock.ChangeProject should have comment or be unexported (golint)
    • Line 304: warning: exported method BillingServerErrorMock.GetProject should have comment or be unexported (golint)
    • Line 331: warning: exported method BillingServerErrorMock.DeleteProject should have comment or be unexported (golint)
    • Line 342: warning: exported method BillingServerErrorMock.CreateToken should have comment or be unexported (golint)
    • Line 353: warning: exported method BillingServerErrorMock.CheckProjectRequestSignature should have comment or be unexported (golint)
    • Line 364: warning: exported method BillingServerErrorMock.CreateOrUpdateProduct should have comment or be unexported (golint)
    • Line 368: warning: exported method BillingServerErrorMock.ListProducts should have comment or be unexported (golint)
    • Line 372: warning: exported method BillingServerErrorMock.GetProduct should have comment or be unexported (golint)
    • Line 376: warning: exported method BillingServerErrorMock.DeleteProduct should have comment or be unexported (golint)
    • Line 380: warning: exported method BillingServerErrorMock.ListProjects should have comment or be unexported (golint)
    • Line 384: warning: exported method BillingServerErrorMock.GetOrder should have comment or be unexported (golint)
    • Line 388: warning: exported method BillingServerErrorMock.IsOrderCanBePaying should have comment or be unexported (golint)
    • Line 399: warning: exported method BillingServerErrorMock.GetCountry should have comment or be unexported (golint)
    • Line 403: warning: exported method BillingServerErrorMock.UpdateCountry should have comment or be unexported (golint)
    • Line 407: warning: exported method BillingServerErrorMock.GetPriceGroup should have comment or be unexported (golint)
    • Line 411: warning: exported method BillingServerErrorMock.UpdatePriceGroup should have comment or be unexported (golint)
    • Line 415: warning: exported method BillingServerErrorMock.SetUserNotifySales should have comment or be unexported (golint)
    • Line 419: warning: exported method BillingServerErrorMock.SetUserNotifyNewRegion should have comment or be unexported (golint)
    • Line 423: warning: exported method BillingServerErrorMock.GetCountriesList should have comment or be unexported (golint)
    • Line 427: warning: exported method BillingServerErrorMock.GetPaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 431: warning: exported method BillingServerErrorMock.SetPaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 435: warning: exported method BillingServerErrorMock.DeletePaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 439: warning: exported method BillingServerErrorMock.GetPaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 443: warning: exported method BillingServerErrorMock.SetPaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 447: warning: exported method BillingServerErrorMock.DeletePaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 451: warning: exported method BillingServerErrorMock.GetMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 455: warning: exported method BillingServerErrorMock.SetMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 459: warning: exported method BillingServerErrorMock.DeleteMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 463: warning: exported method BillingServerErrorMock.GetMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 467: warning: exported method BillingServerErrorMock.SetMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 471: warning: exported method BillingServerErrorMock.DeleteMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 475: warning: exported method BillingServerErrorMock.GetAllPaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 479: warning: exported method BillingServerErrorMock.GetAllPaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 483: warning: exported method BillingServerErrorMock.GetAllMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 487: warning: exported method BillingServerErrorMock.GetAllMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 491: warning: exported method BillingServerErrorMock.CreateOrUpdatePaymentMethodTestSettings should have comment or be unexported (golint)
    • Line 495: warning: exported method BillingServerErrorMock.DeletePaymentMethodTestSettings should have comment or be unexported (golint)
    • Line 499: warning: exported method BillingServerErrorMock.FindByZipCode should have comment or be unexported (golint)
    • Line 507: warning: exported method BillingServerErrorMock.CreateOrUpdatePaymentMethod should have comment or be unexported (golint)
    • Line 515: warning: exported method BillingServerErrorMock.CreateOrUpdatePaymentMethodProductionSettings should have comment or be unexported (golint)
    • Line 523: warning: exported method BillingServerErrorMock.DeletePaymentMethodProductionSettings should have comment or be unexported (golint)
    • Line 531: warning: exported method BillingServerErrorMock.CreateAccountingEntry should have comment or be unexported (golint)
    • Line 535: warning: exported method BillingServerErrorMock.CreateRoyaltyReport should have comment or be unexported (golint)
    • Line 539: warning: exported method BillingServerErrorMock.ListRoyaltyReports should have comment or be unexported (golint)
    • Line 543: warning: exported method BillingServerErrorMock.ChangeRoyaltyReportStatus should have comment or be unexported (golint)
    • Line 547: warning: exported method BillingServerErrorMock.ListRoyaltyReportOrders should have comment or be unexported (golint)
    • Line 551: warning: exported method BillingServerErrorMock.GetVatReportsDashboard should have comment or be unexported (golint)
    • Line 555: warning: exported method BillingServerErrorMock.GetVatReportsForCountry should have comment or be unexported (golint)
    • Line 559: warning: exported method BillingServerErrorMock.GetVatReportTransactions should have comment or be unexported (golint)
    • Line 563: warning: exported method BillingServerErrorMock.CalcAnnualTurnovers should have comment or be unexported (golint)
    • Line 567: warning: exported method BillingServerErrorMock.ProcessVatReports should have comment or be unexported (golint)
    • Line 571: warning: exported method BillingServerErrorMock.UpdateVatReportStatus should have comment or be unexported (golint)
    • Line 575: warning: exported method BillingServerErrorMock.GetPriceGroupByCountry should have comment or be unexported (golint)
    • Line 583: warning: exported method BillingServerErrorMock.GetPriceGroupCurrencies should have comment or be unexported (golint)
    • Line 591: warning: exported method BillingServerErrorMock.GetPriceGroupCurrencyByRegion should have comment or be unexported (golint)
    • Line 599: warning: exported method BillingServerErrorMock.GetPriceGroupRecommendedPrice should have comment or be unexported (golint)
    • Line 607: warning: exported method BillingServerErrorMock.GetProductPrices should have comment or be unexported (golint)
    • Line 615: warning: exported method BillingServerErrorMock.UpdateProductPrices should have comment or be unexported (golint)
    • Line 623: warning: exported method BillingServerErrorMock.GetPaymentMethodProductionSettings should have comment or be unexported (golint)
    • Line 627: warning: exported method BillingServerErrorMock.GetPaymentMethodTestSettings should have comment or be unexported (golint)
    • Line 631: warning: exported method BillingServerErrorMock.ChangeRoyaltyReport should have comment or be unexported (golint)
    • Line 635: warning: exported method BillingServerErrorMock.AutoAcceptRoyaltyReports should have comment or be unexported (golint)
    • Line 639: warning: exported method BillingServerErrorMock.GetUserProfile should have comment or be unexported (golint)
    • Line 650: warning: exported method BillingServerErrorMock.CreateOrUpdateUserProfile should have comment or be unexported (golint)
    • Line 661: warning: exported method BillingServerErrorMock.ConfirmUserEmail should have comment or be unexported (golint)
    • Line 672: warning: exported method BillingServerErrorMock.CreatePageReview should have comment or be unexported (golint)
    • Line 683: warning: exported method BillingServerErrorMock.MerchantReviewRoyaltyReport should have comment or be unexported (golint)
    • Line 687: warning: exported method BillingServerErrorMock.GetMerchantOnboardingCompleteData should have comment or be unexported (golint)
    • Line 698: warning: exported method BillingServerErrorMock.GetMerchantTariffRates should have comment or be unexported (golint)
    • Line 706: warning: exported method BillingServerErrorMock.SetMerchantTariffRates should have comment or be unexported (golint)
    • Line 714: warning: exported method BillingServerErrorMock.CreateOrUpdateKeyProduct should have comment or be unexported (golint)
    • Line 721: warning: exported method BillingServerErrorMock.GetKeyProducts should have comment or be unexported (golint)
    • Line 728: warning: exported method BillingServerErrorMock.GetKeyProduct should have comment or be unexported (golint)
    • Line 735: warning: exported method BillingServerErrorMock.DeleteKeyProduct should have comment or be unexported (golint)
    • Line 742: warning: exported method BillingServerErrorMock.PublishKeyProduct should have comment or be unexported (golint)
    • Line 749: warning: exported method BillingServerErrorMock.GetKeyProductsForOrder should have comment or be unexported (golint)
    • Line 756: warning: exported method BillingServerErrorMock.GetPlatforms should have comment or be unexported (golint)
    • Line 763: warning: exported method BillingServerErrorMock.DeletePlatformFromProduct should have comment or be unexported (golint)
    • Line 770: warning: exported method BillingServerErrorMock.GetAvailableKeysCount should have comment or be unexported (golint)
    • Line 777: warning: exported method BillingServerErrorMock.UploadKeysFile should have comment or be unexported (golint)
    • Line 784: warning: exported method BillingServerErrorMock.GetKeyByID should have comment or be unexported (golint)
    • Line 791: warning: exported method BillingServerErrorMock.ReserveKeyForOrder should have comment or be unexported (golint)
    • Line 798: warning: exported method BillingServerErrorMock.FinishRedeemKeyForOrder should have comment or be unexported (golint)
    • Line 805: warning: exported method BillingServerErrorMock.CancelRedeemKeyForOrder should have comment or be unexported (golint)
    • Line 812: warning: exported method BillingServerErrorMock.GetKeyProductInfo should have comment or be unexported (golint)
    • Line 819: warning: exported method BillingServerErrorMock.ChangeCodeInOrder should have comment or be unexported (golint)
    • Line 823: warning: exported method BillingServerErrorMock.GetDashboardMainReport should have comment or be unexported (golint)
    • Line 830: warning: exported method BillingServerErrorMock.GetDashboardRevenueDynamicsReport should have comment or be unexported (golint)
    • Line 838: warning: exported method BillingServerErrorMock.GetDashboardBaseReport should have comment or be unexported (golint)
    • Line 846: warning: exported method BillingServerErrorMock.GetOrderPublic should have comment or be unexported (golint)
    • Line 854: warning: exported method BillingServerErrorMock.GetOrderPrivate should have comment or be unexported (golint)
    • Line 862: warning: exported method BillingServerErrorMock.FindAllOrdersPublic should have comment or be unexported (golint)
    • Line 870: warning: exported method BillingServerErrorMock.FindAllOrdersPrivate should have comment or be unexported (golint)
    • Line 878: warning: exported method BillingServerErrorMock.CreatePayoutDocument should have comment or be unexported (golint)
    • Line 882: warning: exported method BillingServerErrorMock.UpdatePayoutDocument should have comment or be unexported (golint)
    • Line 886: warning: exported method BillingServerErrorMock.GetPayoutDocuments should have comment or be unexported (golint)
    • Line 890: warning: exported method BillingServerErrorMock.UpdatePayoutDocumentSignatures should have comment or be unexported (golint)
    • Line 894: warning: exported method BillingServerErrorMock.GetMerchantBalance should have comment or be unexported (golint)
    • Line 898: warning: exported method BillingServerErrorMock.PayoutDocumentPdfUploaded should have comment or be unexported (golint)
    • Line 902: warning: exported method BillingServerErrorMock.GetRoyaltyReport should have comment or be unexported (golint)
    • Line 906: warning: exported method BillingServerErrorMock.UnPublishKeyProduct should have comment or be unexported (golint)
    • Line 910: warning: exported method BillingServerErrorMock.PaymentFormPlatformChanged should have comment or be unexported (golint)
    • Line 918: warning: exported method BillingServerErrorMock.OrderReceipt should have comment or be unexported (golint)
    • Line 922: warning: exported method BillingServerErrorMock.OrderReceiptRefund should have comment or be unexported (golint)
    • Line 926: warning: exported method BillingServerErrorMock.GetRecommendedPriceByPriceGroup should have comment or be unexported (golint)
    • Line 930: warning: exported method BillingServerErrorMock.GetRecommendedPriceByConversion should have comment or be unexported (golint)
    • Line 934: warning: exported method BillingServerErrorMock.CheckSkuAndKeyProject should have comment or be unexported (golint)
    • Line 938: warning: exported method BillingServerErrorMock.GetPriceGroupByRegion should have comment or be unexported (golint)
    • Line 942: warning: exported method BillingServerErrorMock.GetMerchantUsers should have comment or be unexported (golint)
    • Line 946: warning: exported method BillingServerErrorMock.FindAllOrders should have comment or be unexported (golint)
    • Line 950: warning: exported method BillingServerErrorMock.ChangeMerchantManualPayouts should have comment or be unexported (golint)
    • Line 954: warning: exported method BillingServerErrorMock.GetAdminUsers should have comment or be unexported (golint)
    • Line 958: warning: exported method BillingServerErrorMock.GetMerchantsForUser should have comment or be unexported (golint)
    • Line 962: warning: exported method BillingServerErrorMock.InviteUserMerchant should have comment or be unexported (golint)
    • Line 966: warning: exported method BillingServerErrorMock.InviteUserAdmin should have comment or be unexported (golint)
    • Line 970: warning: exported method BillingServerErrorMock.ResendInviteMerchant should have comment or be unexported (golint)
    • Line 974: warning: exported method BillingServerErrorMock.ResendInviteAdmin should have comment or be unexported (golint)
    • Line 978: warning: exported method BillingServerErrorMock.GetMerchantUser should have comment or be unexported (golint)
    • Line 982: warning: exported method BillingServerErrorMock.GetAdminUser should have comment or be unexported (golint)
    • Line 986: warning: exported method BillingServerErrorMock.AcceptInvite should have comment or be unexported (golint)
    • Line 990: warning: exported method BillingServerErrorMock.CheckInviteToken should have comment or be unexported (golint)
    • Line 994: warning: exported method BillingServerErrorMock.ChangeRoleForMerchantUser should have comment or be unexported (golint)
    • Line 998: warning: exported method BillingServerErrorMock.ChangeRoleForAdminUser should have comment or be unexported (golint)
    • Line 1002: warning: exported method BillingServerErrorMock.GetRoleList should have comment or be unexported (golint)
    • Line 1006: warning: exported method BillingServerErrorMock.DeleteMerchantUser should have comment or be unexported (golint)
    • Line 1010: warning: exported method BillingServerErrorMock.DeleteAdminUser should have comment or be unexported (golint)
    • Line 1014: warning: exported method BillingServerErrorMock.OrderCreateByPaylink should have comment or be unexported (golint)
    • Line 1018: warning: exported method BillingServerErrorMock.GetPaylinks should have comment or be unexported (golint)
    • Line 1022: warning: exported method BillingServerErrorMock.GetPaylink should have comment or be unexported (golint)
    • Line 1026: warning: exported method BillingServerErrorMock.IncrPaylinkVisits should have comment or be unexported (golint)
    • Line 1030: warning: exported method BillingServerErrorMock.GetPaylinkURL should have comment or be unexported (golint)
    • Line 1034: warning: exported method BillingServerErrorMock.CreateOrUpdatePaylink should have comment or be unexported (golint)
    • Line 1038: warning: exported method BillingServerErrorMock.DeletePaylink should have comment or be unexported (golint)
    • Line 1042: warning: exported method BillingServerErrorMock.GetPaylinkStatTotal should have comment or be unexported (golint)
    • Line 1046: warning: exported method BillingServerErrorMock.GetPaylinkStatByCountry should have comment or be unexported (golint)
    • Line 1050: warning: exported method BillingServerErrorMock.GetPaylinkStatByReferrer should have comment or be unexported (golint)
    • Line 1054: warning: exported method BillingServerErrorMock.GetPaylinkStatByDate should have comment or be unexported (golint)
    • Line 1058: warning: exported method BillingServerErrorMock.GetPaylinkStatByUtm should have comment or be unexported (golint)
    • Line 1062: warning: exported method BillingServerErrorMock.GetRecommendedPriceTable should have comment or be unexported (golint)
    • Line 1066: warning: exported method BillingServerErrorMock.RoyaltyReportPdfUploaded should have comment or be unexported (golint)
    • Line 1070: warning: exported method BillingServerErrorMock.GetPayoutDocument should have comment or be unexported (golint)
    • Line 1074: warning: exported method BillingServerErrorMock.GetPayoutDocumentRoyaltyReports should have comment or be unexported (golint)
    • Line 1078: warning: exported method BillingServerErrorMock.AutoCreatePayoutDocuments should have comment or be unexported (golint)
    • Line 1082: warning: exported method BillingServerErrorMock.GetAdminUserRole should have comment or be unexported (golint)
    • Line 1086: warning: exported method BillingServerErrorMock.GetMerchantUserRole should have comment or be unexported (golint)
    • Line 1090: warning: exported method BillingServerErrorMock.GetCommonUserProfile should have comment or be unexported (golint)
    • Line 1094: warning: exported method BillingServerErrorMock.DeleteSavedCard should have comment or be unexported (golint)
    • Line 1098: warning: exported method BillingServerErrorMock.SetMerchantOperatingCompany should have comment or be unexported (golint)
    • Line 1102: warning: exported method BillingServerErrorMock.GetOperatingCompaniesList should have comment or be unexported (golint)
    • Line 1106: warning: exported method BillingServerErrorMock.AddOperatingCompany should have comment or be unexported (golint)
    • Line 1110: warning: exported method BillingServerErrorMock.GetPaymentMinLimitsSystem should have comment or be unexported (golint)
    • Line 1114: warning: exported method BillingServerErrorMock.SetPaymentMinLimitSystem should have comment or be unexported (golint)
    • Line 1118: warning: exported method BillingServerErrorMock.GetOperatingCompany should have comment or be unexported (golint)
    • Line 1122: warning: exported method BillingServerErrorMock.GetCountriesListForOrder should have comment or be unexported (golint)
    • paysuper-management-api/internal/mock/billing_server_system_error.go
    • Line 14: warning: exported type BillingServerSystemErrorMock should have comment or be unexported (golint)
    • Line 16: warning: exported method BillingServerSystemErrorMock.OrderReCreateProcess should have comment or be unexported (golint)
    • Line 20: warning: exported function NewBillingServerSystemErrorMock should have comment or be unexported (golint)
    • Line 24: warning: exported method BillingServerSystemErrorMock.GetProductsForOrder should have comment or be unexported (golint)
    • Line 32: warning: exported method BillingServerSystemErrorMock.OrderCreateProcess should have comment or be unexported (golint)
    • Line 43: warning: exported method BillingServerSystemErrorMock.PaymentFormJsonDataProcess should have comment or be unexported (golint)
    • Line 51: warning: exported method BillingServerSystemErrorMock.PaymentCreateProcess should have comment or be unexported (golint)
    • Line 59: warning: exported method BillingServerSystemErrorMock.PaymentCallbackProcess should have comment or be unexported (golint)
    • Line 67: warning: exported method BillingServerSystemErrorMock.RebuildCache should have comment or be unexported (golint)
    • Line 75: warning: exported method BillingServerSystemErrorMock.UpdateOrder should have comment or be unexported (golint)
    • Line 83: warning: exported method BillingServerSystemErrorMock.UpdateMerchant should have comment or be unexported (golint)
    • Line 91: warning: exported method BillingServerSystemErrorMock.GetMerchantBy should have comment or be unexported (golint)
    • Line 99: warning: exported method BillingServerSystemErrorMock.ListMerchants should have comment or be unexported (golint)
    • Line 107: warning: exported method BillingServerSystemErrorMock.ChangeMerchant should have comment or be unexported (golint)
    • Line 115: warning: exported method BillingServerSystemErrorMock.ChangeMerchantStatus should have comment or be unexported (golint)
    • Line 126: warning: exported method BillingServerSystemErrorMock.CreateNotification should have comment or be unexported (golint)
    • Line 137: warning: exported method BillingServerSystemErrorMock.GetNotification should have comment or be unexported (golint)
    • Line 145: warning: exported method BillingServerSystemErrorMock.ListNotifications should have comment or be unexported (golint)
    • Line 153: warning: exported method BillingServerSystemErrorMock.MarkNotificationAsRead should have comment or be unexported (golint)
    • Line 161: warning: exported method BillingServerSystemErrorMock.ListMerchantPaymentMethods should have comment or be unexported (golint)
    • Line 169: warning: exported method BillingServerSystemErrorMock.GetMerchantPaymentMethod should have comment or be unexported (golint)
    • Line 177: warning: exported method BillingServerSystemErrorMock.ChangeMerchantPaymentMethod should have comment or be unexported (golint)
    • Line 185: warning: exported method BillingServerSystemErrorMock.CreateRefund should have comment or be unexported (golint)
    • Line 193: warning: exported method BillingServerSystemErrorMock.ListRefunds should have comment or be unexported (golint)
    • Line 201: warning: exported method BillingServerSystemErrorMock.GetRefund should have comment or be unexported (golint)
    • Line 209: warning: exported method BillingServerSystemErrorMock.ProcessRefundCallback should have comment or be unexported (golint)
    • Line 217: warning: exported method BillingServerSystemErrorMock.PaymentFormLanguageChanged should have comment or be unexported (golint)
    • Line 225: warning: exported method BillingServerSystemErrorMock.PaymentFormPaymentAccountChanged should have comment or be unexported (golint)
    • Line 233: warning: exported method BillingServerSystemErrorMock.ProcessBillingAddress should have comment or be unexported (golint)
    • Line 241: warning: exported method BillingServerSystemErrorMock.ChangeMerchantData should have comment or be unexported (golint)
    • Line 249: warning: exported method BillingServerSystemErrorMock.SetMerchantS3Agreement should have comment or be unexported (golint)
    • Line 257: warning: exported method BillingServerSystemErrorMock.ChangeProject should have comment or be unexported (golint)
    • Line 265: warning: exported method BillingServerSystemErrorMock.GetProject should have comment or be unexported (golint)
    • Line 289: warning: exported method BillingServerSystemErrorMock.DeleteProject should have comment or be unexported (golint)
    • Line 297: warning: exported method BillingServerSystemErrorMock.CreateToken should have comment or be unexported (golint)
    • Line 305: warning: exported method BillingServerSystemErrorMock.CheckProjectRequestSignature should have comment or be unexported (golint)
    • Line 313: warning: exported method BillingServerSystemErrorMock.CreateOrUpdateProduct should have comment or be unexported (golint)
    • Line 317: warning: exported method BillingServerSystemErrorMock.ListProducts should have comment or be unexported (golint)
    • Line 321: warning: exported method BillingServerSystemErrorMock.GetProduct should have comment or be unexported (golint)
    • Line 325: warning: exported method BillingServerSystemErrorMock.DeleteProduct should have comment or be unexported (golint)
    • Line 329: warning: exported method BillingServerSystemErrorMock.IsOrderCanBePaying should have comment or be unexported (golint)
    • Line 337: warning: exported method BillingServerSystemErrorMock.GetCountry should have comment or be unexported (golint)
    • Line 341: warning: exported method BillingServerSystemErrorMock.UpdateCountry should have comment or be unexported (golint)
    • Line 345: warning: exported method BillingServerSystemErrorMock.GetPriceGroup should have comment or be unexported (golint)
    • Line 349: warning: exported method BillingServerSystemErrorMock.UpdatePriceGroup should have comment or be unexported (golint)
    • Line 353: warning: exported method BillingServerSystemErrorMock.SetUserNotifySales should have comment or be unexported (golint)
    • Line 357: warning: exported method BillingServerSystemErrorMock.SetUserNotifyNewRegion should have comment or be unexported (golint)
    • Line 361: warning: exported method BillingServerSystemErrorMock.GetCountriesList should have comment or be unexported (golint)
    • Line 365: warning: exported method BillingServerSystemErrorMock.GetPaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 369: warning: exported method BillingServerSystemErrorMock.SetPaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 373: warning: exported method BillingServerSystemErrorMock.DeletePaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 377: warning: exported method BillingServerSystemErrorMock.GetPaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 381: warning: exported method BillingServerSystemErrorMock.SetPaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 385: warning: exported method BillingServerSystemErrorMock.DeletePaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 389: warning: exported method BillingServerSystemErrorMock.GetMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 393: warning: exported method BillingServerSystemErrorMock.SetMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 397: warning: exported method BillingServerSystemErrorMock.DeleteMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 401: warning: exported method BillingServerSystemErrorMock.GetMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 405: warning: exported method BillingServerSystemErrorMock.SetMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 409: warning: exported method BillingServerSystemErrorMock.DeleteMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 413: warning: exported method BillingServerSystemErrorMock.GetAllPaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 417: warning: exported method BillingServerSystemErrorMock.GetAllPaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 421: warning: exported method BillingServerSystemErrorMock.GetAllMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 425: warning: exported method BillingServerSystemErrorMock.GetAllMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 429: warning: exported method BillingServerSystemErrorMock.CreateOrUpdatePaymentMethodTestSettings should have comment or be unexported (golint)
    • Line 433: warning: exported method BillingServerSystemErrorMock.DeletePaymentMethodTestSettings should have comment or be unexported (golint)
    • Line 437: warning: exported method BillingServerSystemErrorMock.FindByZipCode should have comment or be unexported (golint)
    • Line 445: warning: exported method BillingServerSystemErrorMock.CreateOrUpdatePaymentMethod should have comment or be unexported (golint)
    • Line 453: warning: exported method BillingServerSystemErrorMock.CreateOrUpdatePaymentMethodProductionSettings should have comment or be unexported (golint)
    • Line 461: warning: exported method BillingServerSystemErrorMock.DeletePaymentMethodProductionSettings should have comment or be unexported (golint)
    • Line 469: warning: exported method BillingServerSystemErrorMock.CreateAccountingEntry should have comment or be unexported (golint)
    • Line 473: warning: exported method BillingServerSystemErrorMock.CreateRoyaltyReport should have comment or be unexported (golint)
    • Line 477: warning: exported method BillingServerSystemErrorMock.ListRoyaltyReports should have comment or be unexported (golint)
    • Line 481: warning: exported method BillingServerSystemErrorMock.ChangeRoyaltyReportStatus should have comment or be unexported (golint)
    • Line 485: warning: exported method BillingServerSystemErrorMock.ListRoyaltyReportOrders should have comment or be unexported (golint)
    • Line 489: warning: exported method BillingServerSystemErrorMock.GetVatReportsDashboard should have comment or be unexported (golint)
    • Line 493: warning: exported method BillingServerSystemErrorMock.GetVatReportsForCountry should have comment or be unexported (golint)
    • Line 497: warning: exported method BillingServerSystemErrorMock.GetVatReportTransactions should have comment or be unexported (golint)
    • Line 501: warning: exported method BillingServerSystemErrorMock.CalcAnnualTurnovers should have comment or be unexported (golint)
    • Line 505: warning: exported method BillingServerSystemErrorMock.ListProjects should have comment or be unexported (golint)
    • Line 509: warning: exported method BillingServerSystemErrorMock.ProcessVatReports should have comment or be unexported (golint)
    • Line 513: warning: exported method BillingServerSystemErrorMock.UpdateVatReportStatus should have comment or be unexported (golint)
    • Line 517: warning: exported method BillingServerSystemErrorMock.UpdateProductPrices should have comment or be unexported (golint)
    • Line 525: warning: exported method BillingServerSystemErrorMock.GetProductPrices should have comment or be unexported (golint)
    • Line 533: warning: exported method BillingServerSystemErrorMock.GetPriceGroupRecommendedPrice should have comment or be unexported (golint)
    • Line 541: warning: exported method BillingServerSystemErrorMock.GetPriceGroupCurrencyByRegion should have comment or be unexported (golint)
    • Line 549: warning: exported method BillingServerSystemErrorMock.GetPriceGroupCurrencies should have comment or be unexported (golint)
    • Line 557: warning: exported method BillingServerSystemErrorMock.GetPriceGroupByCountry should have comment or be unexported (golint)
    • Line 565: warning: exported method BillingServerSystemErrorMock.GetPaymentMethodProductionSettings should have comment or be unexported (golint)
    • Line 569: warning: exported method BillingServerSystemErrorMock.GetPaymentMethodTestSettings should have comment or be unexported (golint)
    • Line 573: warning: exported method BillingServerSystemErrorMock.ChangeRoyaltyReport should have comment or be unexported (golint)
    • Line 577: warning: exported method BillingServerSystemErrorMock.AutoAcceptRoyaltyReports should have comment or be unexported (golint)
    • Line 581: warning: exported method BillingServerSystemErrorMock.GetUserProfile should have comment or be unexported (golint)
    • Line 589: warning: exported method BillingServerSystemErrorMock.CreateOrUpdateUserProfile should have comment or be unexported (golint)
    • Line 597: warning: exported method BillingServerSystemErrorMock.ConfirmUserEmail should have comment or be unexported (golint)
    • Line 605: warning: exported method BillingServerSystemErrorMock.CreatePageReview should have comment or be unexported (golint)
    • Line 613: warning: exported method BillingServerSystemErrorMock.MerchantReviewRoyaltyReport should have comment or be unexported (golint)
    • Line 617: warning: exported method BillingServerSystemErrorMock.GetMerchantOnboardingCompleteData should have comment or be unexported (golint)
    • Line 625: warning: exported method BillingServerSystemErrorMock.GetMerchantTariffRates should have comment or be unexported (golint)
    • Line 633: warning: exported method BillingServerSystemErrorMock.SetMerchantTariffRates should have comment or be unexported (golint)
    • Line 641: warning: exported method BillingServerSystemErrorMock.CreateOrUpdateKeyProduct should have comment or be unexported (golint)
    • Line 645: warning: exported method BillingServerSystemErrorMock.GetKeyProducts should have comment or be unexported (golint)
    • Line 649: warning: exported method BillingServerSystemErrorMock.GetKeyProduct should have comment or be unexported (golint)
    • Line 653: warning: exported method BillingServerSystemErrorMock.DeleteKeyProduct should have comment or be unexported (golint)
    • Line 657: warning: exported method BillingServerSystemErrorMock.PublishKeyProduct should have comment or be unexported (golint)
    • Line 661: warning: exported method BillingServerSystemErrorMock.GetKeyProductsForOrder should have comment or be unexported (golint)
    • Line 665: warning: exported method BillingServerSystemErrorMock.GetPlatforms should have comment or be unexported (golint)
    • Line 669: warning: exported method BillingServerSystemErrorMock.DeletePlatformFromProduct should have comment or be unexported (golint)
    • Line 673: warning: exported method BillingServerSystemErrorMock.GetAvailableKeysCount should have comment or be unexported (golint)
    • Line 677: warning: exported method BillingServerSystemErrorMock.UploadKeysFile should have comment or be unexported (golint)
    • Line 681: warning: exported method BillingServerSystemErrorMock.GetKeyByID should have comment or be unexported (golint)
    • Line 685: warning: exported method BillingServerSystemErrorMock.ReserveKeyForOrder should have comment or be unexported (golint)
    • Line 689: warning: exported method BillingServerSystemErrorMock.FinishRedeemKeyForOrder should have comment or be unexported (golint)
    • Line 693: warning: exported method BillingServerSystemErrorMock.CancelRedeemKeyForOrder should have comment or be unexported (golint)
    • Line 697: warning: exported method BillingServerSystemErrorMock.GetKeyProductInfo should have comment or be unexported (golint)
    • Line 701: warning: exported method BillingServerSystemErrorMock.ChangeCodeInOrder should have comment or be unexported (golint)
    • Line 705: warning: exported method BillingServerSystemErrorMock.GetDashboardMainReport should have comment or be unexported (golint)
    • Line 712: warning: exported method BillingServerSystemErrorMock.GetDashboardRevenueDynamicsReport should have comment or be unexported (golint)
    • Line 720: warning: exported method BillingServerSystemErrorMock.GetDashboardBaseReport should have comment or be unexported (golint)
    • Line 728: warning: exported method BillingServerSystemErrorMock.GetOrderPublic should have comment or be unexported (golint)
    • Line 736: warning: exported method BillingServerSystemErrorMock.GetOrderPrivate should have comment or be unexported (golint)
    • Line 744: warning: exported method BillingServerSystemErrorMock.FindAllOrdersPublic should have comment or be unexported (golint)
    • Line 752: warning: exported method BillingServerSystemErrorMock.FindAllOrdersPrivate should have comment or be unexported (golint)
    • Line 760: warning: exported method BillingServerSystemErrorMock.CreatePayoutDocument should have comment or be unexported (golint)
    • Line 764: warning: exported method BillingServerSystemErrorMock.UpdatePayoutDocument should have comment or be unexported (golint)
    • Line 768: warning: exported method BillingServerSystemErrorMock.GetPayoutDocuments should have comment or be unexported (golint)
    • Line 772: warning: exported method BillingServerSystemErrorMock.UpdatePayoutDocumentSignatures should have comment or be unexported (golint)
    • Line 776: warning: exported method BillingServerSystemErrorMock.GetMerchantBalance should have comment or be unexported (golint)
    • Line 780: warning: exported method BillingServerSystemErrorMock.PayoutDocumentPdfUploaded should have comment or be unexported (golint)
    • Line 784: warning: exported method BillingServerSystemErrorMock.GetRoyaltyReport should have comment or be unexported (golint)
    • Line 788: warning: exported method BillingServerSystemErrorMock.UnPublishKeyProduct should have comment or be unexported (golint)
    • Line 792: warning: exported method BillingServerSystemErrorMock.PaymentFormPlatformChanged should have comment or be unexported (golint)
    • Line 800: warning: exported method BillingServerSystemErrorMock.OrderReceipt should have comment or be unexported (golint)
    • Line 804: warning: exported method BillingServerSystemErrorMock.OrderReceiptRefund should have comment or be unexported (golint)
    • Line 808: warning: exported method BillingServerSystemErrorMock.GetRecommendedPriceByPriceGroup should have comment or be unexported (golint)
    • Line 812: warning: exported method BillingServerSystemErrorMock.GetRecommendedPriceByConversion should have comment or be unexported (golint)
    • Line 816: warning: exported method BillingServerSystemErrorMock.CheckSkuAndKeyProject should have comment or be unexported (golint)
    • Line 820: warning: exported method BillingServerSystemErrorMock.GetPriceGroupByRegion should have comment or be unexported (golint)
    • Line 824: warning: exported method BillingServerSystemErrorMock.GetMerchantUsers should have comment or be unexported (golint)
    • Line 828: warning: exported method BillingServerSystemErrorMock.FindAllOrders should have comment or be unexported (golint)
    • Line 832: warning: exported method BillingServerSystemErrorMock.OrderCreateByPaylink should have comment or be unexported (golint)
    • Line 836: warning: exported method BillingServerSystemErrorMock.GetPaylinks should have comment or be unexported (golint)
    • Line 840: warning: exported method BillingServerSystemErrorMock.GetPaylink should have comment or be unexported (golint)
    • Line 844: warning: exported method BillingServerSystemErrorMock.IncrPaylinkVisits should have comment or be unexported (golint)
    • Line 848: warning: exported method BillingServerSystemErrorMock.GetPaylinkURL should have comment or be unexported (golint)
    • Line 852: warning: exported method BillingServerSystemErrorMock.CreateOrUpdatePaylink should have comment or be unexported (golint)
    • Line 856: warning: exported method BillingServerSystemErrorMock.DeletePaylink should have comment or be unexported (golint)
    • Line 860: warning: exported method BillingServerSystemErrorMock.GetPaylinkStatTotal should have comment or be unexported (golint)
    • Line 864: warning: exported method BillingServerSystemErrorMock.GetPaylinkStatByCountry should have comment or be unexported (golint)
    • Line 868: warning: exported method BillingServerSystemErrorMock.GetPaylinkStatByReferrer should have comment or be unexported (golint)
    • Line 872: warning: exported method BillingServerSystemErrorMock.GetPaylinkStatByDate should have comment or be unexported (golint)
    • Line 876: warning: exported method BillingServerSystemErrorMock.GetPaylinkStatByUtm should have comment or be unexported (golint)
    • Line 880: warning: exported method BillingServerSystemErrorMock.GetRecommendedPriceTable should have comment or be unexported (golint)
    • Line 884: warning: exported method BillingServerSystemErrorMock.RoyaltyReportPdfUploaded should have comment or be unexported (golint)
    • Line 888: warning: exported method BillingServerSystemErrorMock.GetPayoutDocument should have comment or be unexported (golint)
    • Line 892: warning: exported method BillingServerSystemErrorMock.GetPayoutDocumentRoyaltyReports should have comment or be unexported (golint)
    • Line 896: warning: exported method BillingServerSystemErrorMock.AutoCreatePayoutDocuments should have comment or be unexported (golint)
    • Line 900: warning: exported method BillingServerSystemErrorMock.GetAdminUsers should have comment or be unexported (golint)
    • Line 904: warning: exported method BillingServerSystemErrorMock.GetMerchantsForUser should have comment or be unexported (golint)
    • Line 908: warning: exported method BillingServerSystemErrorMock.InviteUserMerchant should have comment or be unexported (golint)
    • Line 912: warning: exported method BillingServerSystemErrorMock.InviteUserAdmin should have comment or be unexported (golint)
    • Line 916: warning: exported method BillingServerSystemErrorMock.ResendInviteMerchant should have comment or be unexported (golint)
    • Line 920: warning: exported method BillingServerSystemErrorMock.ResendInviteAdmin should have comment or be unexported (golint)
    • Line 924: warning: exported method BillingServerSystemErrorMock.GetMerchantUser should have comment or be unexported (golint)
    • Line 928: warning: exported method BillingServerSystemErrorMock.GetAdminUser should have comment or be unexported (golint)
    • Line 932: warning: exported method BillingServerSystemErrorMock.AcceptInvite should have comment or be unexported (golint)
    • Line 936: warning: exported method BillingServerSystemErrorMock.CheckInviteToken should have comment or be unexported (golint)
    • Line 940: warning: exported method BillingServerSystemErrorMock.ChangeRoleForMerchantUser should have comment or be unexported (golint)
    • Line 944: warning: exported method BillingServerSystemErrorMock.ChangeRoleForAdminUser should have comment or be unexported (golint)
    • Line 948: warning: exported method BillingServerSystemErrorMock.GetRoleList should have comment or be unexported (golint)
    • Line 952: warning: exported method BillingServerSystemErrorMock.ChangeMerchantManualPayouts should have comment or be unexported (golint)
    • Line 956: warning: exported method BillingServerSystemErrorMock.DeleteMerchantUser should have comment or be unexported (golint)
    • Line 960: warning: exported method BillingServerSystemErrorMock.DeleteAdminUser should have comment or be unexported (golint)
    • Line 964: warning: exported method BillingServerSystemErrorMock.GetAdminUserRole should have comment or be unexported (golint)
    • Line 968: warning: exported method BillingServerSystemErrorMock.GetMerchantUserRole should have comment or be unexported (golint)
    • Line 972: warning: exported method BillingServerSystemErrorMock.GetCommonUserProfile should have comment or be unexported (golint)
    • Line 976: warning: exported method BillingServerSystemErrorMock.DeleteSavedCard should have comment or be unexported (golint)
    • Line 980: warning: exported method BillingServerSystemErrorMock.SetMerchantOperatingCompany should have comment or be unexported (golint)
    • Line 984: warning: exported method BillingServerSystemErrorMock.GetOperatingCompaniesList should have comment or be unexported (golint)
    • Line 988: warning: exported method BillingServerSystemErrorMock.AddOperatingCompany should have comment or be unexported (golint)
    • Line 992: warning: exported method BillingServerSystemErrorMock.GetPaymentMinLimitsSystem should have comment or be unexported (golint)
    • Line 996: warning: exported method BillingServerSystemErrorMock.SetPaymentMinLimitSystem should have comment or be unexported (golint)
    • Line 1000: warning: exported method BillingServerSystemErrorMock.GetOperatingCompany should have comment or be unexported (golint)
    • Line 1004: warning: exported method BillingServerSystemErrorMock.GetCountriesListForOrder should have comment or be unexported (golint)
    • paysuper-management-api/internal/mock/geo.go
    • Line 10: warning: exported type GeoIpServiceTestOk should have comment or be unexported (golint)
    • Line 11: warning: exported type GeoIpServiceTestOkWithoutSubdivision should have comment or be unexported (golint)
    • Line 12: warning: exported type GeoIpServiceTestError should have comment or be unexported (golint)
    • Line 14: warning: exported function NewGeoIpServiceTestOkWithoutSubdivision should have comment or be unexported (golint)
    • Line 17: warning: exported function NewGeoIpServiceTestOk should have comment or be unexported (golint)
    • Line 21: warning: exported function NewGeoIpServiceTestError should have comment or be unexported (golint)
    • Line 25: warning: exported method GeoIpServiceTestOk.GetIpData should have comment or be unexported (golint)
    • Line 77: warning: exported method GeoIpServiceTestOkWithoutSubdivision.GetIpData should have comment or be unexported (golint)
    • Line 98: warning: exported method GeoIpServiceTestError.GetIpData should have comment or be unexported (golint)
    • paysuper-management-api/internal/test/test.go
    • Line 21: warning: comment on exported type EchoReqResCaller should be of the form "EchoReqResCaller ..." (with optional leading article) (golint)
    • Line 27: warning: comment on exported function NewTestRequest should be of the form "NewTestRequest ..." (golint)
    • Line 35: warning: exported type Middleware should have comment or be unexported (golint)
    • Line 40: warning: exported type MiddlewareTestUp should have comment or be unexported (golint)
    • Line 45: warning: exported type QueryBuilder should have comment or be unexported (golint)
    • Line 55: warning: comment on exported method QueryBuilder.Params should be of the form "Params ..." (golint)
    • Line 61: warning: comment on exported method QueryBuilder.AddCookie should be of the form "AddCookie ..." (golint)
    • Line 67: warning: comment on exported method QueryBuilder.SetQueryParam should be of the form "SetQueryParam ..." (golint)
    • Line 73: warning: comment on exported method QueryBuilder.SetQueryParams should be of the form "SetQueryParams ..." (golint)
    • Line 83: warning: comment on exported method QueryBuilder.Init should be of the form "Init ..." (golint)
    • Line 89: warning: comment on exported method QueryBuilder.BodyString should be of the form "BodyString ..." (golint)
    • Line 95: warning: comment on exported method QueryBuilder.BodyBytes should be of the form "BodyBytes ..." (golint)
    • Line 101: warning: comment on exported method QueryBuilder.Method should be of the form "Method ..." (golint)
    • Line 107: warning: comment on exported method QueryBuilder.Path should be of the form "Path ..." (golint)
    • Line 113: warning: comment on exported method QueryBuilder.Body should be of the form "Body ..." (golint)
    • Line 119: warning: comment on exported method QueryBuilder.Exec should be of the form "Exec ..." (golint)
    • Line 140: warning: comment on exported method QueryBuilder.ExecFileUpload should be of the form "ExecFileUpload ..." (golint)
    • Line 183: warning: comment on exported function NewQueryBuilder should be of the form "NewQueryBuilder ..." (golint)
    • Line 188: warning: comment on exported method MiddlewareTestUp.Post should be of the form "Post ..." (golint)
    • Line 193: warning: comment on exported method MiddlewareTestUp.Pre should be of the form "Pre ..." (golint)
    • Line 198: warning: comment on exported method MiddlewareTestUp.ListUse should be of the form "ListUse ..." (golint)
    • Line 203: warning: comment on exported method MiddlewareTestUp.ListPre should be of the form "ListPre ..." (golint)
    • Line 208: warning: exported type MiddlewareHandlerFunc should have comment or be unexported (golint)
    • Line 210: warning: comment on exported method EchoReqResCaller.Request should be of the form "Request ..." (golint)
    • Line 234: warning: comment on exported method EchoReqResCaller.Builder should be of the form "Builder ..." (golint)
    • Line 239: warning: comment on exported function PreAuthUserMiddleware should be of the form "PreAuthUserMiddleware ..." (golint)
    • Line 249: warning: comment on exported function DefaultSettings should be of the form "DefaultSettings ..." (golint)
    • Line 279: warning: comment on exported function SetUp should be of the form "SetUp ..." (golint)
    • Line 304: warning: comment on exported function ReqInitJSON should be of the form "ReqInitJSON ..." (golint)
    • Line 311: warning: comment on exported function ReqInitMultipartForm should be of the form "ReqInitMultipartForm ..." (golint)
    • Line 318: warning: comment on exported function ReqInitApplicationForm should be of the form "ReqInitApplicationForm ..." (golint)
    • Line 325: warning: comment on exported function ReqInitXML should be of the form "ReqInitXML ..." (golint)
    • paysuper-management-api/internal/casbin/provider.go
    • Line 14: warning: comment on exported function ProviderCfg should be of the form "ProviderCfg ..." (golint)
    • Line 24: warning: comment on exported function ProviderCasbinService should be of the form "ProviderCasbinService ..." (golint)
    • Line 29: warning: comment on exported function ProviderCasbin should be of the form "ProviderCasbin ..." (golint)
    • Line 36: warning: exported var WireSet should have comment or be unexported (golint)
    • paysuper-management-api/pkg/http/provider.go
    • Line 11: warning: comment on exported function Cfg should be of the form "Cfg ..." (golint)
    • Line 20: warning: comment on exported function CfgTest should be of the form "CfgTest ..." (golint)
    • Line 28: warning: comment on exported function Provider should be of the form "Provider ..." (golint)
    • Line 35: warning: exported var WireSet should have comment or be unexported (golint)
    • paysuper-management-api/internal/dispatcher/common/errors.go
    • Line 7: warning: comment on exported function NewManagementApiResponseError should be of the form "NewManagementApiResponseError ..." (golint)
    • Line 18: warning: comment on exported function NewValidationError should be of the form "NewValidationError ..." (golint)
    • Line 24: warning: exported const ErrorNamespaceMerchantCompanyInfoName should have comment (or a comment on this block) or be unexported (golint)
    • Line 54: warning: exported var ErrorUnknown should have comment or be unexported (golint)
    • paysuper-management-api/internal/casbin/casbin.go
    • Line 14: warning: exported type Casbin should have comment or be unexported (golint)
    • Line 21: warning: comment on exported method Casbin.ImportPolicy should be of the form "ImportPolicy ..." (golint)
    • Line 36: warning: comment on exported type Config should be of the form "Config ..." (with optional leading article) (golint)
    • Line 44: warning: comment on exported method Config.OnReload should be of the form "OnReload ..." (golint)
    • Line 49: warning: comment on exported method Config.Reload should be of the form "Reload ..." (golint)
    • Line 54: warning: comment on exported type AppSet should be of the form "AppSet ..." (with optional leading article) (golint)
    • Line 59: warning: comment on exported function New should be of the form "New ..." (golint)
    • paysuper-management-api/internal/dispatcher/common/template.go
    • Line 10: warning: exported var FuncMap should have comment or be unexported (golint)
    • Line 17: warning: comment on exported type Template should be of the form "Template ..." (with optional leading article) (golint)
    • Line 22: warning: comment on exported method Template.Render should be of the form "Render ..." (golint)
    • Line 27: warning: comment on exported function NewTemplate should be of the form "NewTemplate ..." (golint)
    • paysuper-management-api/pkg/micro/provider.go
    • Line 11: warning: comment on exported function Cfg should be of the form "Cfg ..." (golint)
    • Line 20: warning: comment on exported function CfgTest should be of the form "CfgTest ..." (golint)
    • Line 28: warning: comment on exported function Provider should be of the form "Provider ..." (golint)
    • Line 35: warning: comment on exported function ProviderTest should be of the form "ProviderTest ..." (golint)
    • Line 42: warning: exported var WireSet should have comment or be unexported (golint)
    • paysuper-management-api/internal/dispatcher/common/constants.go
    • Line 9: warning: exported type Dictionary should have comment or be unexported (golint)
    • Line 19: warning: exported const RequestParameterId should have comment (or a comment on this block) or be unexported (golint)
    • Line 130: warning: comment on exported const CustomerTokenCookiesName should be of the form "CustomerTokenCookiesName ..." (golint)
    • Line 156: warning: exported var DefaultSort should have comment or be unexported (golint)
    • Line 399: warning: exported function LogSrvCallFailedGRPC should have comment or be unexported (golint)
    • paysuper-management-api/internal/handlers/order.go
    • Line 44: warning: exported type CreateOrderJsonProjectResponse should have comment or be unexported (golint)
    • Line 50: warning: exported type OrderListRefundsBinder should have comment or be unexported (golint)
    • Line 56: warning: exported method OrderListRefundsBinder.Bind should have comment or be unexported (golint)
    • Line 74: warning: exported type OrderRoute should have comment or be unexported (golint)
    • Line 80: warning: exported function NewOrderRoute should have comment or be unexported (golint)
    • Line 89: warning: exported method OrderRoute.Route should have comment or be unexported (golint)
    • paysuper-management-api/pkg/http/common.go
    • Line 6: warning: exported const Prefix should have comment (or a comment on this block) or be unexported (golint)
    • Line 11: warning: comment on exported type Dispatcher should be of the form "Dispatcher ..." (with optional leading article) (golint)
    • paysuper-management-api/pkg/http/http.go
    • Line 12: warning: comment on exported type HTTP should be of the form "HTTP ..." (with optional leading article) (golint)
    • Line 20: warning: comment on exported method HTTP.ListenAndServe should be of the form "ListenAndServe ..." (golint)
    • Line 54: warning: comment on exported type Config should be of the form "Config ..." (with optional leading article) (golint)
    • Line 61: warning: comment on exported method Config.OnReload should be of the form "OnReload ..." (golint)
    • Line 66: warning: comment on exported method Config.Reload should be of the form "Reload ..." (golint)
    • Line 71: warning: comment on exported function New should be of the form "New ..." (golint)
    • paysuper-management-api/internal/handlers/key_product_test.go
    • Line 41: warning: don't use underscores in Go names; method SetupTestForTestProject_CreateKeyProduct_GroupPrice_Ok should be SetupTestForTestProjectCreateKeyProductGroupPriceOk (golint)
    • Line 81: warning: don't use underscores in Go names; method SetupTestForTestProject_CreateKeyProduct_GroupPrice_Error should be SetupTestForTestProjectCreateKeyProductGroupPriceError (golint)
    • paysuper-management-api/internal/handlers/payouts.go
    • Line 21: warning: exported type PayoutDocumentsRoute should have comment or be unexported (golint)
    • Line 27: warning: exported function NewPayoutDocumentsRoute should have comment or be unexported (golint)
    • Line 36: warning: exported method PayoutDocumentsRoute.Route should have comment or be unexported (golint)
    • paysuper-management-api/internal/handlers/royalty_reports.go
    • Line 25: warning: exported type RoyaltyReportRequestFile should have comment or be unexported (golint)
    • Line 30: warning: exported type RoyaltyReportsRoute should have comment or be unexported (golint)
    • Line 36: warning: exported function NewRoyaltyReportsRoute should have comment or be unexported (golint)
    • Line 45: warning: exported method RoyaltyReportsRoute.Route should have comment or be unexported (golint)
    • paysuper-management-api/internal/dispatcher/dispatcher.go
    • Line 23: warning: comment on exported type Dispatcher should be of the form "Dispatcher ..." (with optional leading article) (golint)
    • Line 33: warning: comment on exported method Dispatcher.Dispatch should be of the form "Dispatch ..." (golint)
    • Line 185: warning: comment on exported type Config should be of the form "Config ..." (with optional leading article) (golint)
    • Line 193: warning: comment on exported method Config.OnReload should be of the form "OnReload ..." (golint)
    • Line 198: warning: comment on exported method Config.Reload should be of the form "Reload ..." (golint)
    • Line 203: warning: comment on exported type AppSet should be of the form "AppSet ..." (with optional leading article) (golint)
    • Line 210: warning: comment on exported function New should be of the form "New ..." (golint)
    • paysuper-management-api/internal/mock/billing_server_ok_temporary.go
    • Line 13: warning: exported type BillingServerOkTemporaryMock should have comment or be unexported (golint)
    • Line 15: warning: exported method BillingServerOkTemporaryMock.OrderReCreateProcess should have comment or be unexported (golint)
    • Line 19: warning: exported function NewBillingServerOkTemporaryMock should have comment or be unexported (golint)
    • Line 23: warning: exported method BillingServerOkTemporaryMock.GetProductsForOrder should have comment or be unexported (golint)
    • Line 31: warning: exported method BillingServerOkTemporaryMock.OrderCreateProcess should have comment or be unexported (golint)
    • Line 42: warning: exported method BillingServerOkTemporaryMock.PaymentFormJsonDataProcess should have comment or be unexported (golint)
    • Line 50: warning: exported method BillingServerOkTemporaryMock.PaymentCreateProcess should have comment or be unexported (golint)
    • Line 58: warning: exported method BillingServerOkTemporaryMock.PaymentCallbackProcess should have comment or be unexported (golint)
    • Line 66: warning: exported method BillingServerOkTemporaryMock.RebuildCache should have comment or be unexported (golint)
    • Line 74: warning: exported method BillingServerOkTemporaryMock.UpdateOrder should have comment or be unexported (golint)
    • Line 82: warning: exported method BillingServerOkTemporaryMock.UpdateMerchant should have comment or be unexported (golint)
    • Line 90: warning: exported method BillingServerOkTemporaryMock.GetMerchantBy should have comment or be unexported (golint)
    • Line 104: warning: exported method BillingServerOkTemporaryMock.ListMerchants should have comment or be unexported (golint)
    • Line 115: warning: exported method BillingServerOkTemporaryMock.ChangeMerchant should have comment or be unexported (golint)
    • Line 146: warning: exported method BillingServerOkTemporaryMock.ChangeMerchantStatus should have comment or be unexported (golint)
    • Line 157: warning: exported method BillingServerOkTemporaryMock.CreateNotification should have comment or be unexported (golint)
    • Line 168: warning: exported method BillingServerOkTemporaryMock.GetNotification should have comment or be unexported (golint)
    • Line 176: warning: exported method BillingServerOkTemporaryMock.ListNotifications should have comment or be unexported (golint)
    • Line 184: warning: exported method BillingServerOkTemporaryMock.MarkNotificationAsRead should have comment or be unexported (golint)
    • Line 192: warning: exported method BillingServerOkTemporaryMock.ListMerchantPaymentMethods should have comment or be unexported (golint)
    • Line 200: warning: exported method BillingServerOkTemporaryMock.GetMerchantPaymentMethod should have comment or be unexported (golint)
    • Line 208: warning: exported method BillingServerOkTemporaryMock.ChangeMerchantPaymentMethod should have comment or be unexported (golint)
    • Line 227: warning: exported method BillingServerOkTemporaryMock.CreateRefund should have comment or be unexported (golint)
    • Line 238: warning: exported method BillingServerOkTemporaryMock.ListRefunds should have comment or be unexported (golint)
    • Line 246: warning: exported method BillingServerOkTemporaryMock.GetRefund should have comment or be unexported (golint)
    • Line 257: warning: exported method BillingServerOkTemporaryMock.ProcessRefundCallback should have comment or be unexported (golint)
    • Line 268: warning: exported method BillingServerOkTemporaryMock.ChangeProject should have comment or be unexported (golint)
    • Line 276: warning: exported method BillingServerOkTemporaryMock.GetProject should have comment or be unexported (golint)
    • Line 284: warning: exported method BillingServerOkTemporaryMock.DeleteProject should have comment or be unexported (golint)
    • Line 295: warning: exported method BillingServerOkTemporaryMock.CreateToken should have comment or be unexported (golint)
    • Line 303: warning: exported method BillingServerOkTemporaryMock.CheckProjectRequestSignature should have comment or be unexported (golint)
    • Line 311: warning: exported method BillingServerOkTemporaryMock.CreateOrUpdateProduct should have comment or be unexported (golint)
    • Line 315: warning: exported method BillingServerOkTemporaryMock.ListProducts should have comment or be unexported (golint)
    • Line 326: warning: exported method BillingServerOkTemporaryMock.GetProduct should have comment or be unexported (golint)
    • Line 330: warning: exported method BillingServerOkTemporaryMock.DeleteProduct should have comment or be unexported (golint)
    • Line 334: warning: exported method BillingServerOkTemporaryMock.PaymentFormLanguageChanged should have comment or be unexported (golint)
    • Line 342: warning: exported method BillingServerOkTemporaryMock.PaymentFormPaymentAccountChanged should have comment or be unexported (golint)
    • Line 350: warning: exported method BillingServerOkTemporaryMock.ProcessBillingAddress should have comment or be unexported (golint)
    • Line 358: warning: exported method BillingServerOkTemporaryMock.ChangeMerchantData should have comment or be unexported (golint)
    • Line 366: warning: exported method BillingServerOkTemporaryMock.SetMerchantS3Agreement should have comment or be unexported (golint)
    • Line 374: warning: exported method BillingServerOkTemporaryMock.ListProjects should have comment or be unexported (golint)
    • Line 378: warning: exported method BillingServerOkTemporaryMock.GetOrder should have comment or be unexported (golint)
    • Line 382: warning: exported method BillingServerOkTemporaryMock.IsOrderCanBePaying should have comment or be unexported (golint)
    • Line 393: warning: exported method BillingServerOkTemporaryMock.GetCountry should have comment or be unexported (golint)
    • Line 397: warning: exported method BillingServerOkTemporaryMock.UpdateCountry should have comment or be unexported (golint)
    • Line 401: warning: exported method BillingServerOkTemporaryMock.GetPriceGroup should have comment or be unexported (golint)
    • Line 405: warning: exported method BillingServerOkTemporaryMock.UpdatePriceGroup should have comment or be unexported (golint)
    • Line 409: warning: exported method BillingServerOkTemporaryMock.SetUserNotifySales should have comment or be unexported (golint)
    • Line 413: warning: exported method BillingServerOkTemporaryMock.SetUserNotifyNewRegion should have comment or be unexported (golint)
    • Line 416: warning: exported method BillingServerOkTemporaryMock.GetCountriesList should have comment or be unexported (golint)
    • Line 419: warning: exported method BillingServerOkTemporaryMock.GetPaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 423: warning: exported method BillingServerOkTemporaryMock.SetPaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 427: warning: exported method BillingServerOkTemporaryMock.DeletePaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 431: warning: exported method BillingServerOkTemporaryMock.GetPaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 435: warning: exported method BillingServerOkTemporaryMock.SetPaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 439: warning: exported method BillingServerOkTemporaryMock.DeletePaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 443: warning: exported method BillingServerOkTemporaryMock.GetMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 447: warning: exported method BillingServerOkTemporaryMock.SetMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 451: warning: exported method BillingServerOkTemporaryMock.DeleteMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 455: warning: exported method BillingServerOkTemporaryMock.GetMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 459: warning: exported method BillingServerOkTemporaryMock.SetMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 463: warning: exported method BillingServerOkTemporaryMock.DeleteMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 467: warning: exported method BillingServerOkTemporaryMock.GetAllPaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 473: warning: exported method BillingServerOkTemporaryMock.GetAllPaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 479: warning: exported method BillingServerOkTemporaryMock.GetAllMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 485: warning: exported method BillingServerOkTemporaryMock.GetAllMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 491: warning: exported method BillingServerOkTemporaryMock.CreateOrUpdatePaymentMethodTestSettings should have comment or be unexported (golint)
    • Line 495: warning: exported method BillingServerOkTemporaryMock.DeletePaymentMethodTestSettings should have comment or be unexported (golint)
    • Line 499: warning: exported method BillingServerOkTemporaryMock.FindByZipCode should have comment or be unexported (golint)
    • Line 507: warning: exported method BillingServerOkTemporaryMock.CreateOrUpdatePaymentMethod should have comment or be unexported (golint)
    • Line 515: warning: exported method BillingServerOkTemporaryMock.CreateOrUpdatePaymentMethodProductionSettings should have comment or be unexported (golint)
    • Line 523: warning: exported method BillingServerOkTemporaryMock.DeletePaymentMethodProductionSettings should have comment or be unexported (golint)
    • Line 531: warning: exported method BillingServerOkTemporaryMock.CreateAccountingEntry should have comment or be unexported (golint)
    • Line 535: warning: exported method BillingServerOkTemporaryMock.CreateRoyaltyReport should have comment or be unexported (golint)
    • Line 539: warning: exported method BillingServerOkTemporaryMock.ListRoyaltyReports should have comment or be unexported (golint)
    • Line 543: warning: exported method BillingServerOkTemporaryMock.ChangeRoyaltyReportStatus should have comment or be unexported (golint)
    • Line 547: warning: exported method BillingServerOkTemporaryMock.ListRoyaltyReportOrders should have comment or be unexported (golint)
    • Line 551: warning: exported method BillingServerOkTemporaryMock.GetVatReportsDashboard should have comment or be unexported (golint)
    • Line 555: warning: exported method BillingServerOkTemporaryMock.GetVatReportsForCountry should have comment or be unexported (golint)
    • Line 559: warning: exported method BillingServerOkTemporaryMock.GetVatReportTransactions should have comment or be unexported (golint)
    • Line 563: warning: exported method BillingServerOkTemporaryMock.CalcAnnualTurnovers should have comment or be unexported (golint)
    • Line 566: warning: exported method BillingServerOkTemporaryMock.ProcessVatReports should have comment or be unexported (golint)
    • Line 570: warning: exported method BillingServerOkTemporaryMock.UpdateVatReportStatus should have comment or be unexported (golint)
    • Line 574: warning: exported method BillingServerOkTemporaryMock.UpdateProductPrices should have comment or be unexported (golint)
    • Line 582: warning: exported method BillingServerOkTemporaryMock.GetProductPrices should have comment or be unexported (golint)
    • Line 590: warning: exported method BillingServerOkTemporaryMock.GetPriceGroupRecommendedPrice should have comment or be unexported (golint)
    • Line 598: warning: exported method BillingServerOkTemporaryMock.GetPriceGroupCurrencyByRegion should have comment or be unexported (golint)
    • Line 606: warning: exported method BillingServerOkTemporaryMock.GetPriceGroupCurrencies should have comment or be unexported (golint)
    • Line 614: warning: exported method BillingServerOkTemporaryMock.GetPriceGroupByCountry should have comment or be unexported (golint)
    • Line 622: warning: exported method BillingServerOkTemporaryMock.GetPaymentMethodProductionSettings should have comment or be unexported (golint)
    • Line 626: warning: exported method BillingServerOkTemporaryMock.GetPaymentMethodTestSettings should have comment or be unexported (golint)
    • Line 630: warning: exported method BillingServerOkTemporaryMock.ChangeRoyaltyReport should have comment or be unexported (golint)
    • Line 634: warning: exported method BillingServerOkTemporaryMock.AutoAcceptRoyaltyReports should have comment or be unexported (golint)
    • Line 638: warning: exported method BillingServerOkTemporaryMock.GetUserProfile should have comment or be unexported (golint)
    • Line 646: warning: exported method BillingServerOkTemporaryMock.CreateOrUpdateUserProfile should have comment or be unexported (golint)
    • Line 654: warning: exported method BillingServerOkTemporaryMock.ConfirmUserEmail should have comment or be unexported (golint)
    • Line 662: warning: exported method BillingServerOkTemporaryMock.CreatePageReview should have comment or be unexported (golint)
    • Line 670: warning: exported method BillingServerOkTemporaryMock.MerchantReviewRoyaltyReport should have comment or be unexported (golint)
    • Line 674: warning: exported method BillingServerOkTemporaryMock.GetMerchantOnboardingCompleteData should have comment or be unexported (golint)
    • Line 682: warning: exported method BillingServerOkTemporaryMock.GetMerchantTariffRates should have comment or be unexported (golint)
    • Line 690: warning: exported method BillingServerOkTemporaryMock.SetMerchantTariffRates should have comment or be unexported (golint)
    • Line 698: warning: exported method BillingServerOkTemporaryMock.CreateOrUpdateKeyProduct should have comment or be unexported (golint)
    • Line 702: warning: exported method BillingServerOkTemporaryMock.GetKeyProducts should have comment or be unexported (golint)
    • Line 706: warning: exported method BillingServerOkTemporaryMock.GetKeyProduct should have comment or be unexported (golint)
    • Line 710: warning: exported method BillingServerOkTemporaryMock.DeleteKeyProduct should have comment or be unexported (golint)
    • Line 714: warning: exported method BillingServerOkTemporaryMock.PublishKeyProduct should have comment or be unexported (golint)
    • Line 718: warning: exported method BillingServerOkTemporaryMock.GetKeyProductsForOrder should have comment or be unexported (golint)
    • Line 722: warning: exported method BillingServerOkTemporaryMock.GetPlatforms should have comment or be unexported (golint)
    • Line 726: warning: exported method BillingServerOkTemporaryMock.DeletePlatformFromProduct should have comment or be unexported (golint)
    • Line 730: warning: exported method BillingServerOkTemporaryMock.GetAvailableKeysCount should have comment or be unexported (golint)
    • Line 734: warning: exported method BillingServerOkTemporaryMock.UploadKeysFile should have comment or be unexported (golint)
    • Line 738: warning: exported method BillingServerOkTemporaryMock.GetKeyByID should have comment or be unexported (golint)
    • Line 742: warning: exported method BillingServerOkTemporaryMock.ReserveKeyForOrder should have comment or be unexported (golint)
    • Line 746: warning: exported method BillingServerOkTemporaryMock.FinishRedeemKeyForOrder should have comment or be unexported (golint)
    • Line 750: warning: exported method BillingServerOkTemporaryMock.CancelRedeemKeyForOrder should have comment or be unexported (golint)
    • Line 754: warning: exported method BillingServerOkTemporaryMock.GetKeyProductInfo should have comment or be unexported (golint)
    • Line 758: warning: exported method BillingServerOkTemporaryMock.ChangeCodeInOrder should have comment or be unexported (golint)
    • Line 762: warning: exported method BillingServerOkTemporaryMock.GetDashboardMainReport should have comment or be unexported (golint)
    • Line 769: warning: exported method BillingServerOkTemporaryMock.GetDashboardRevenueDynamicsReport should have comment or be unexported (golint)
    • Line 777: warning: exported method BillingServerOkTemporaryMock.GetDashboardBaseReport should have comment or be unexported (golint)
    • Line 785: warning: exported method BillingServerOkTemporaryMock.GetOrderPublic should have comment or be unexported (golint)
    • Line 793: warning: exported method BillingServerOkTemporaryMock.GetOrderPrivate should have comment or be unexported (golint)
    • Line 801: warning: exported method BillingServerOkTemporaryMock.FindAllOrdersPublic should have comment or be unexported (golint)
    • Line 809: warning: exported method BillingServerOkTemporaryMock.FindAllOrdersPrivate should have comment or be unexported (golint)
    • Line 817: warning: exported method BillingServerOkTemporaryMock.CreatePayoutDocument should have comment or be unexported (golint)
    • Line 821: warning: exported method BillingServerOkTemporaryMock.UpdatePayoutDocument should have comment or be unexported (golint)
    • Line 825: warning: exported method BillingServerOkTemporaryMock.GetPayoutDocuments should have comment or be unexported (golint)
    • Line 829: warning: exported method BillingServerOkTemporaryMock.UpdatePayoutDocumentSignatures should have comment or be unexported (golint)
    • Line 833: warning: exported method BillingServerOkTemporaryMock.GetMerchantBalance should have comment or be unexported (golint)
    • Line 837: warning: exported method BillingServerOkTemporaryMock.PayoutDocumentPdfUploaded should have comment or be unexported (golint)
    • Line 841: warning: exported method BillingServerOkTemporaryMock.GetRoyaltyReport should have comment or be unexported (golint)
    • Line 845: warning: exported method BillingServerOkTemporaryMock.UnPublishKeyProduct should have comment or be unexported (golint)
    • Line 849: warning: exported method BillingServerOkTemporaryMock.PaymentFormPlatformChanged should have comment or be unexported (golint)
    • Line 857: warning: exported method BillingServerOkTemporaryMock.OrderReceipt should have comment or be unexported (golint)
    • Line 861: warning: exported method BillingServerOkTemporaryMock.OrderReceiptRefund should have comment or be unexported (golint)
    • Line 865: warning: exported method BillingServerOkTemporaryMock.GetRecommendedPriceByPriceGroup should have comment or be unexported (golint)
    • Line 869: warning: exported method BillingServerOkTemporaryMock.GetRecommendedPriceByConversion should have comment or be unexported (golint)
    • Line 873: warning: exported method BillingServerOkTemporaryMock.CheckSkuAndKeyProject should have comment or be unexported (golint)
    • Line 877: warning: exported method BillingServerOkTemporaryMock.GetPriceGroupByRegion should have comment or be unexported (golint)
    • Line 881: warning: exported method BillingServerOkTemporaryMock.GetMerchantUsers should have comment or be unexported (golint)
    • Line 885: warning: exported method BillingServerOkTemporaryMock.FindAllOrders should have comment or be unexported (golint)
    • Line 889: warning: exported method BillingServerOkTemporaryMock.OrderCreateByPaylink should have comment or be unexported (golint)
    • Line 893: warning: exported method BillingServerOkTemporaryMock.GetPaylinks should have comment or be unexported (golint)
    • Line 897: warning: exported method BillingServerOkTemporaryMock.GetPaylink should have comment or be unexported (golint)
    • Line 901: warning: exported method BillingServerOkTemporaryMock.IncrPaylinkVisits should have comment or be unexported (golint)
    • Line 905: warning: exported method BillingServerOkTemporaryMock.GetPaylinkURL should have comment or be unexported (golint)
    • Line 909: warning: exported method BillingServerOkTemporaryMock.CreateOrUpdatePaylink should have comment or be unexported (golint)
    • Line 913: warning: exported method BillingServerOkTemporaryMock.DeletePaylink should have comment or be unexported (golint)
    • Line 917: warning: exported method BillingServerOkTemporaryMock.GetPaylinkStatTotal should have comment or be unexported (golint)
    • Line 921: warning: exported method BillingServerOkTemporaryMock.GetPaylinkStatByCountry should have comment or be unexported (golint)
    • Line 925: warning: exported method BillingServerOkTemporaryMock.GetPaylinkStatByReferrer should have comment or be unexported (golint)
    • Line 929: warning: exported method BillingServerOkTemporaryMock.GetPaylinkStatByDate should have comment or be unexported (golint)
    • Line 933: warning: exported method BillingServerOkTemporaryMock.GetPaylinkStatByUtm should have comment or be unexported (golint)
    • Line 937: warning: exported method BillingServerOkTemporaryMock.GetRecommendedPriceTable should have comment or be unexported (golint)
    • Line 941: warning: exported method BillingServerOkTemporaryMock.RoyaltyReportPdfUploaded should have comment or be unexported (golint)
    • Line 945: warning: exported method BillingServerOkTemporaryMock.GetPayoutDocument should have comment or be unexported (golint)
    • Line 949: warning: exported method BillingServerOkTemporaryMock.GetPayoutDocumentRoyaltyReports should have comment or be unexported (golint)
    • Line 953: warning: exported method BillingServerOkTemporaryMock.AutoCreatePayoutDocuments should have comment or be unexported (golint)
    • Line 957: warning: exported method BillingServerOkTemporaryMock.GetAdminUsers should have comment or be unexported (golint)
    • Line 961: warning: exported method BillingServerOkTemporaryMock.GetMerchantsForUser should have comment or be unexported (golint)
    • Line 965: warning: exported method BillingServerOkTemporaryMock.InviteUserMerchant should have comment or be unexported (golint)
    • Line 969: warning: exported method BillingServerOkTemporaryMock.InviteUserAdmin should have comment or be unexported (golint)
    • Line 973: warning: exported method BillingServerOkTemporaryMock.ResendInviteMerchant should have comment or be unexported (golint)
    • Line 977: warning: exported method BillingServerOkTemporaryMock.ResendInviteAdmin should have comment or be unexported (golint)
    • Line 981: warning: exported method BillingServerOkTemporaryMock.GetMerchantUser should have comment or be unexported (golint)
    • Line 985: warning: exported method BillingServerOkTemporaryMock.GetAdminUser should have comment or be unexported (golint)
    • Line 989: warning: exported method BillingServerOkTemporaryMock.AcceptInvite should have comment or be unexported (golint)
    • Line 993: warning: exported method BillingServerOkTemporaryMock.CheckInviteToken should have comment or be unexported (golint)
    • Line 997: warning: exported method BillingServerOkTemporaryMock.ChangeRoleForMerchantUser should have comment or be unexported (golint)
    • Line 1001: warning: exported method BillingServerOkTemporaryMock.ChangeRoleForAdminUser should have comment or be unexported (golint)
    • Line 1005: warning: exported method BillingServerOkTemporaryMock.GetRoleList should have comment or be unexported (golint)
    • Line 1009: warning: exported method BillingServerOkTemporaryMock.ChangeMerchantManualPayouts should have comment or be unexported (golint)
    • Line 1013: warning: exported method BillingServerOkTemporaryMock.DeleteMerchantUser should have comment or be unexported (golint)
    • Line 1017: warning: exported method BillingServerOkTemporaryMock.DeleteAdminUser should have comment or be unexported (golint)
    • Line 1021: warning: exported method BillingServerOkTemporaryMock.GetAdminUserRole should have comment or be unexported (golint)
    • Line 1025: warning: exported method BillingServerOkTemporaryMock.GetMerchantUserRole should have comment or be unexported (golint)
    • Line 1029: warning: exported method BillingServerOkTemporaryMock.GetCommonUserProfile should have comment or be unexported (golint)
    • Line 1033: warning: exported method BillingServerOkTemporaryMock.DeleteSavedCard should have comment or be unexported (golint)
    • Line 1037: warning: exported method BillingServerOkTemporaryMock.SetMerchantOperatingCompany should have comment or be unexported (golint)
    • Line 1041: warning: exported method BillingServerOkTemporaryMock.GetOperatingCompaniesList should have comment or be unexported (golint)
    • Line 1045: warning: exported method BillingServerOkTemporaryMock.AddOperatingCompany should have comment or be unexported (golint)
    • Line 1049: warning: exported method BillingServerOkTemporaryMock.GetPaymentMinLimitsSystem should have comment or be unexported (golint)
    • Line 1053: warning: exported method BillingServerOkTemporaryMock.SetPaymentMinLimitSystem should have comment or be unexported (golint)
    • Line 1057: warning: exported method BillingServerOkTemporaryMock.GetOperatingCompany should have comment or be unexported (golint)
    • Line 1061: warning: exported method BillingServerOkTemporaryMock.GetCountriesListForOrder should have comment or be unexported (golint)
    • paysuper-management-api/internal/dispatcher/common/common.go
    • Line 21: warning: exported const Prefix should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: comment on exported type Cursor should be of the form "Cursor ..." (with optional leading article) (golint)
    • Line 37: warning: comment on exported function ExtractUserContext should be of the form "ExtractUserContext ..." (golint)
    • Line 45: warning: comment on exported function ExtractRawBodyContext should be of the form "ExtractRawBodyContext ..." (golint)
    • Line 53: warning: comment on exported function ExtractCursorContext should be of the form "ExtractCursorContext ..." (golint)
    • Line 61: warning: comment on exported function ExtractBinderContext should be of the form "ExtractBinderContext ..." (golint)
    • Line 69: warning: comment on exported function SetUserContext should be of the form "SetUserContext ..." (golint)
    • Line 74: warning: comment on exported function SetRawBodyContext should be of the form "SetRawBodyContext ..." (golint)
    • Line 79: warning: comment on exported function SetCursorContext should be of the form "SetCursorContext ..." (golint)
    • Line 84: warning: comment on exported function SetBinder should be of the form "SetBinder ..." (golint)
    • Line 89: warning: comment on exported type Groups should be of the form "Groups ..." (with optional leading article) (golint)
    • Line 99: warning: comment on exported type Handler should be of the form "Handler ..." (with optional leading article) (golint)
    • Line 104: warning: comment on exported type Validator should be of the form "Validator ..." (with optional leading article) (golint)
    • Line 109: warning: comment on exported type Services should be of the form "Services ..." (with optional leading article) (golint)
    • Line 118: warning: comment on exported type Handlers should be of the form "Handlers ..." (with optional leading article) (golint)
    • Line 121: warning: comment on exported type HandlerSet should be of the form "HandlerSet ..." (with optional leading article) (golint)
    • Line 128: warning: comment on exported method HandlerSet.BindAndValidate should be of the form "BindAndValidate ..." (golint)
    • Line 151: warning: comment on exported type AuthUser should be of the form "AuthUser ..." (with optional leading article) (golint)
    • Line 160: warning: exported type ReportFileRequest should have comment or be unexported (golint)
    • Line 168: warning: exported method HandlerSet.RequestReportFile should have comment or be unexported (golint)
    • paysuper-management-api/internal/handlers/onboarding.go
    • Line 56: warning: exported type OnboardingFileMetadata should have comment or be unexported (golint)
    • Line 63: warning: exported type OnboardingFileData should have comment or be unexported (golint)
    • Line 68: warning: exported type OnboardingRoute should have comment or be unexported (golint)
    • Line 75: warning: exported function NewOnboardingRoute should have comment or be unexported (golint)
    • Line 85: warning: exported method OnboardingRoute.Route should have comment or be unexported (golint)
    • paysuper-management-api/internal/dispatcher/common/binder.go
    • Line 22: warning: exported var SystemBinderDefault should have comment or be unexported (golint)
    • Line 30: warning: exported const MerchantIdField should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported type SystemBinder should have comment or be unexported (golint)
    • Line 37: warning: exported method SystemBinder.Bind should have comment or be unexported (golint)
    • Line 86: warning: exported type MerchantBinder should have comment or be unexported (golint)
    • Line 88: warning: exported method MerchantBinder.Bind should have comment or be unexported (golint)
    • Line 134: warning: exported type Binder should have comment or be unexported (golint)
    • Line 138: warning: exported method Binder.Bind should have comment or be unexported (golint)
    • Line 168: warning: exported type OrderFormBinder should have comment or be unexported (golint)
    • Line 169: warning: exported type OrderJsonBinder should have comment or be unexported (golint)
    • Line 170: warning: exported type PaymentCreateProcessBinder should have comment or be unexported (golint)
    • Line 171: warning: exported type OnboardingChangeMerchantStatusBinder should have comment or be unexported (golint)
    • Line 172: warning: exported type OnboardingMerchantListingBinder should have comment or be unexported (golint)
    • Line 175: warning: exported type OnboardingNotificationsListBinder should have comment or be unexported (golint)
    • Line 178: warning: exported type OnboardingGetPaymentMethodBinder should have comment or be unexported (golint)
    • Line 179: warning: exported type OnboardingChangePaymentMethodBinder should have comment or be unexported (golint)
    • Line 180: warning: exported type OnboardingCreateNotificationBinder should have comment or be unexported (golint)
    • Line 181: warning: exported type ProductsGetProductsListBinder should have comment or be unexported (golint)
    • Line 184: warning: exported type ProductsCreateProductBinder should have comment or be unexported (golint)
    • Line 185: warning: exported type ProductsUpdateProductBinder should have comment or be unexported (golint)
    • Line 187: warning: comment on exported type ChangeProjectRequestBinder should be of the form "ChangeProjectRequestBinder ..." (with optional leading article) (golint)
    • Line 195: warning: comment on exported function NewChangeProjectRequestBinder should be of the form "NewChangeProjectRequestBinder ..." (golint)
    • Line 204: warning: comment on exported method OrderFormBinder.Bind should be of the form "Bind ..." (golint)
    • Line 235: warning: comment on exported method OrderJsonBinder.Bind should be of the form "Bind ..." (golint)
    • Line 260: warning: comment on exported method PaymentCreateProcessBinder.Bind should be of the form "Bind ..." (golint)
    • Line 287: warning: comment on exported method OnboardingMerchantListingBinder.Bind should be of the form "Bind ..." (golint)
    • Line 316: warning: comment on exported method OnboardingNotificationsListBinder.Bind should be of the form "Bind ..." (golint)
    • Line 342: warning: comment on exported method OnboardingGetPaymentMethodBinder.Bind should be of the form "Bind ..." (golint)
    • Line 367: warning: comment on exported method OnboardingChangePaymentMethodBinder.Bind should be of the form "Bind ..." (golint)
    • Line 392: warning: comment on exported method OnboardingChangeMerchantStatusBinder.Bind should be of the form "Bind ..." (golint)
    • Line 411: warning: comment on exported method OnboardingCreateNotificationBinder.Bind should be of the form "Bind ..." (golint)
    • Line 430: warning: comment on exported method ProductsCreateProductBinder.Bind should be of the form "Bind ..." (golint)
    • Line 443: warning: comment on exported method ProductsUpdateProductBinder.Bind should be of the form "Bind ..." (golint)
    • Line 460: warning: comment on exported method ChangeProjectRequestBinder.Bind should be of the form "Bind ..." (golint)
    • Line 550: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 582: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 590: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 598: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 606: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 614: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 636: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 644: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 652: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 660: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 668: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 676: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 684: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 692: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 700: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 708: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 716: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 724: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 732: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • paysuper-management-api/internal/mock/billing_server_ok.go
    • Line 16: warning: exported type BillingServerOkMock should have comment or be unexported (golint)
    • Line 18: warning: exported method BillingServerOkMock.OrderReCreateProcess should have comment or be unexported (golint)
    • Line 22: warning: exported function NewBillingServerOkMock should have comment or be unexported (golint)
    • Line 26: warning: exported method BillingServerOkMock.GetProductsForOrder should have comment or be unexported (golint)
    • Line 34: warning: exported method BillingServerOkMock.OrderCreateProcess should have comment or be unexported (golint)
    • Line 47: warning: exported method BillingServerOkMock.PaymentFormJsonDataProcess should have comment or be unexported (golint)
    • Line 63: warning: exported method BillingServerOkMock.PaymentCreateProcess should have comment or be unexported (golint)
    • Line 71: warning: exported method BillingServerOkMock.PaymentCallbackProcess should have comment or be unexported (golint)
    • Line 79: warning: exported method BillingServerOkMock.RebuildCache should have comment or be unexported (golint)
    • Line 87: warning: exported method BillingServerOkMock.UpdateOrder should have comment or be unexported (golint)
    • Line 95: warning: exported method BillingServerOkMock.UpdateMerchant should have comment or be unexported (golint)
    • Line 103: warning: exported method BillingServerOkMock.GetMerchantBy should have comment or be unexported (golint)
    • Line 139: warning: exported method BillingServerOkMock.ListMerchants should have comment or be unexported (golint)
    • Line 150: warning: exported method BillingServerOkMock.ChangeMerchant should have comment or be unexported (golint)
    • Line 178: warning: exported method BillingServerOkMock.ChangeMerchantStatus should have comment or be unexported (golint)
    • Line 189: warning: exported method BillingServerOkMock.CreateNotification should have comment or be unexported (golint)
    • Line 199: warning: exported method BillingServerOkMock.GetNotification should have comment or be unexported (golint)
    • Line 207: warning: exported method BillingServerOkMock.ListNotifications should have comment or be unexported (golint)
    • Line 215: warning: exported method BillingServerOkMock.MarkNotificationAsRead should have comment or be unexported (golint)
    • Line 223: warning: exported method BillingServerOkMock.ListMerchantPaymentMethods should have comment or be unexported (golint)
    • Line 231: warning: exported method BillingServerOkMock.GetMerchantPaymentMethod should have comment or be unexported (golint)
    • Line 241: warning: exported method BillingServerOkMock.ChangeMerchantPaymentMethod should have comment or be unexported (golint)
    • Line 260: warning: exported method BillingServerOkMock.CreateRefund should have comment or be unexported (golint)
    • Line 280: warning: exported method BillingServerOkMock.ListRefunds should have comment or be unexported (golint)
    • Line 312: warning: exported method BillingServerOkMock.GetRefund should have comment or be unexported (golint)
    • Line 332: warning: exported method BillingServerOkMock.ProcessRefundCallback should have comment or be unexported (golint)
    • Line 342: warning: exported method BillingServerOkMock.PaymentFormLanguageChanged should have comment or be unexported (golint)
    • Line 360: warning: exported method BillingServerOkMock.PaymentFormPaymentAccountChanged should have comment or be unexported (golint)
    • Line 378: warning: exported method BillingServerOkMock.ProcessBillingAddress should have comment or be unexported (golint)
    • Line 394: warning: exported method BillingServerOkMock.ChangeMerchantData should have comment or be unexported (golint)
    • Line 411: warning: exported method BillingServerOkMock.SetMerchantS3Agreement should have comment or be unexported (golint)
    • Line 428: warning: exported method BillingServerOkMock.ChangeProject should have comment or be unexported (golint)
    • Line 436: warning: exported method BillingServerOkMock.GetProject should have comment or be unexported (golint)
    • Line 456: warning: exported method BillingServerOkMock.DeleteProject should have comment or be unexported (golint)
    • Line 464: warning: exported method BillingServerOkMock.CreateToken should have comment or be unexported (golint)
    • Line 474: warning: exported method BillingServerOkMock.CheckProjectRequestSignature should have comment or be unexported (golint)
    • Line 484: warning: exported method BillingServerOkMock.CreateOrUpdateProduct should have comment or be unexported (golint)
    • Line 488: warning: exported method BillingServerOkMock.ListProducts should have comment or be unexported (golint)
    • Line 499: warning: exported method BillingServerOkMock.GetProduct should have comment or be unexported (golint)
    • Line 503: warning: exported method BillingServerOkMock.DeleteProduct should have comment or be unexported (golint)
    • Line 507: warning: exported method BillingServerOkMock.ListProjects should have comment or be unexported (golint)
    • Line 510: warning: exported method BillingServerOkMock.GetOrder should have comment or be unexported (golint)
    • Line 514: warning: exported method BillingServerOkMock.IsOrderCanBePaying should have comment or be unexported (golint)
    • Line 525: warning: exported method BillingServerOkMock.GetCountry should have comment or be unexported (golint)
    • Line 529: warning: exported method BillingServerOkMock.UpdateCountry should have comment or be unexported (golint)
    • Line 533: warning: exported method BillingServerOkMock.GetPriceGroup should have comment or be unexported (golint)
    • Line 539: warning: exported method BillingServerOkMock.UpdatePriceGroup should have comment or be unexported (golint)
    • Line 543: warning: exported method BillingServerOkMock.SetUserNotifySales should have comment or be unexported (golint)
    • Line 547: warning: exported method BillingServerOkMock.SetUserNotifyNewRegion should have comment or be unexported (golint)
    • Line 551: warning: exported method BillingServerOkMock.GetCountriesList should have comment or be unexported (golint)
    • Line 555: warning: exported method BillingServerOkMock.GetPaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 559: warning: exported method BillingServerOkMock.SetPaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 563: warning: exported method BillingServerOkMock.DeletePaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 567: warning: exported method BillingServerOkMock.GetPaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 571: warning: exported method BillingServerOkMock.SetPaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 575: warning: exported method BillingServerOkMock.DeletePaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 579: warning: exported method BillingServerOkMock.GetMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 583: warning: exported method BillingServerOkMock.SetMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 587: warning: exported method BillingServerOkMock.DeleteMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 591: warning: exported method BillingServerOkMock.GetMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 598: warning: exported method BillingServerOkMock.SetMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 605: warning: exported method BillingServerOkMock.DeleteMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 609: warning: exported method BillingServerOkMock.CreateOrUpdatePaymentMethodTestSettings should have comment or be unexported (golint)
    • Line 613: warning: exported method BillingServerOkMock.DeletePaymentMethodTestSettings should have comment or be unexported (golint)
    • Line 617: warning: exported method BillingServerOkMock.FindByZipCode should have comment or be unexported (golint)
    • Line 633: warning: exported method BillingServerOkMock.GetAllPaymentChannelCostSystem should have comment or be unexported (golint)
    • Line 639: warning: exported method BillingServerOkMock.GetAllPaymentChannelCostMerchant should have comment or be unexported (golint)
    • Line 645: warning: exported method BillingServerOkMock.GetAllMoneyBackCostSystem should have comment or be unexported (golint)
    • Line 651: warning: exported method BillingServerOkMock.GetAllMoneyBackCostMerchant should have comment or be unexported (golint)
    • Line 657: warning: exported method BillingServerOkMock.CreateOrUpdatePaymentMethod should have comment or be unexported (golint)
    • Line 667: warning: exported method BillingServerOkMock.CreateOrUpdatePaymentMethodProductionSettings should have comment or be unexported (golint)
    • Line 677: warning: exported method BillingServerOkMock.DeletePaymentMethodProductionSettings should have comment or be unexported (golint)
    • Line 687: warning: exported method BillingServerOkMock.CreateAccountingEntry should have comment or be unexported (golint)
    • Line 691: warning: exported method BillingServerOkMock.CreateRoyaltyReport should have comment or be unexported (golint)
    • Line 695: warning: exported method BillingServerOkMock.ListRoyaltyReports should have comment or be unexported (golint)
    • Line 706: warning: exported method BillingServerOkMock.ListRoyaltyReportOrders should have comment or be unexported (golint)
    • Line 717: warning: exported method BillingServerOkMock.GetVatReportsDashboard should have comment or be unexported (golint)
    • Line 728: warning: exported method BillingServerOkMock.GetVatReportsForCountry should have comment or be unexported (golint)
    • Line 739: warning: exported method BillingServerOkMock.GetVatReportTransactions should have comment or be unexported (golint)
    • Line 750: warning: exported method BillingServerOkMock.CalcAnnualTurnovers should have comment or be unexported (golint)
    • Line 753: warning: exported method BillingServerOkMock.ProcessVatReports should have comment or be unexported (golint)
    • Line 757: warning: exported method BillingServerOkMock.UpdateVatReportStatus should have comment or be unexported (golint)
    • Line 764: warning: exported method BillingServerOkMock.GetPriceGroupByCountry should have comment or be unexported (golint)
    • Line 772: warning: exported method BillingServerOkMock.UpdateProductPrices should have comment or be unexported (golint)
    • Line 780: warning: exported method BillingServerOkMock.GetProductPrices should have comment or be unexported (golint)
    • Line 788: warning: exported method BillingServerOkMock.GetPriceGroupRecommendedPrice should have comment or be unexported (golint)
    • Line 796: warning: exported method BillingServerOkMock.GetPriceGroupCurrencyByRegion should have comment or be unexported (golint)
    • Line 808: warning: exported method BillingServerOkMock.GetPriceGroupCurrencies should have comment or be unexported (golint)
    • Line 816: warning: exported method BillingServerOkMock.GetPaymentMethodProductionSettings should have comment or be unexported (golint)
    • Line 824: warning: exported method BillingServerOkMock.GetPaymentMethodTestSettings should have comment or be unexported (golint)
    • Line 828: warning: exported method BillingServerOkMock.ChangeRoyaltyReport should have comment or be unexported (golint)
    • Line 832: warning: exported method BillingServerOkMock.AutoAcceptRoyaltyReports should have comment or be unexported (golint)
    • Line 836: warning: exported method BillingServerOkMock.GetUserProfile should have comment or be unexported (golint)
    • Line 847: warning: exported method BillingServerOkMock.CreateOrUpdateUserProfile should have comment or be unexported (golint)
    • Line 858: warning: exported method BillingServerOkMock.ConfirmUserEmail should have comment or be unexported (golint)
    • Line 873: warning: exported method BillingServerOkMock.CreatePageReview should have comment or be unexported (golint)
    • Line 881: warning: exported method BillingServerOkMock.MerchantReviewRoyaltyReport should have comment or be unexported (golint)
    • Line 885: warning: exported method BillingServerOkMock.GetMerchantOnboardingCompleteData should have comment or be unexported (golint)
    • Line 893: warning: exported method BillingServerOkMock.GetMerchantTariffRates should have comment or be unexported (golint)
    • Line 901: warning: exported method BillingServerOkMock.SetMerchantTariffRates should have comment or be unexported (golint)
    • Line 909: warning: exported method BillingServerOkMock.CreateOrUpdateKeyProduct should have comment or be unexported (golint)
    • Line 916: warning: exported method BillingServerOkMock.GetKeyProducts should have comment or be unexported (golint)
    • Line 926: warning: exported method BillingServerOkMock.GetKeyProduct should have comment or be unexported (golint)
    • Line 933: warning: exported method BillingServerOkMock.DeleteKeyProduct should have comment or be unexported (golint)
    • Line 939: warning: exported method BillingServerOkMock.PublishKeyProduct should have comment or be unexported (golint)
    • Line 946: warning: exported method BillingServerOkMock.GetKeyProductsForOrder should have comment or be unexported (golint)
    • Line 956: warning: exported method BillingServerOkMock.GetPlatforms should have comment or be unexported (golint)
    • Line 966: warning: exported method BillingServerOkMock.DeletePlatformFromProduct should have comment or be unexported (golint)
    • Line 972: warning: exported method BillingServerOkMock.GetAvailableKeysCount should have comment or be unexported (golint)
    • Line 979: warning: exported method BillingServerOkMock.UploadKeysFile should have comment or be unexported (golint)
    • Line 987: warning: exported method BillingServerOkMock.GetKeyByID should have comment or be unexported (golint)
    • Line 994: warning: exported method BillingServerOkMock.ReserveKeyForOrder should have comment or be unexported (golint)
    • Line 1001: warning: exported method BillingServerOkMock.FinishRedeemKeyForOrder should have comment or be unexported (golint)
    • Line 1008: warning: exported method BillingServerOkMock.CancelRedeemKeyForOrder should have comment or be unexported (golint)
    • Line 1014: warning: exported method BillingServerOkMock.GetKeyProductInfo should have comment or be unexported (golint)
    • Line 1020: warning: exported method BillingServerOkMock.ChangeCodeInOrder should have comment or be unexported (golint)
    • Line 1027: warning: exported method BillingServerOkMock.GetOrderPublic should have comment or be unexported (golint)
    • Line 1035: warning: exported method BillingServerOkMock.GetOrderPrivate should have comment or be unexported (golint)
    • Line 1043: warning: exported method BillingServerOkMock.FindAllOrdersPublic should have comment or be unexported (golint)
    • Line 1051: warning: exported method BillingServerOkMock.FindAllOrdersPrivate should have comment or be unexported (golint)
    • Line 1059: warning: exported method BillingServerOkMock.GetDashboardMainReport should have comment or be unexported (golint)
    • Line 1066: warning: exported method BillingServerOkMock.GetDashboardRevenueDynamicsReport should have comment or be unexported (golint)
    • Line 1074: warning: exported method BillingServerOkMock.GetDashboardBaseReport should have comment or be unexported (golint)
    • Line 1082: warning: exported method BillingServerOkMock.CreatePayoutDocument should have comment or be unexported (golint)
    • Line 1086: warning: exported method BillingServerOkMock.UpdatePayoutDocument should have comment or be unexported (golint)
    • Line 1090: warning: exported method BillingServerOkMock.GetPayoutDocuments should have comment or be unexported (golint)
    • Line 1094: warning: exported method BillingServerOkMock.UpdatePayoutDocumentSignatures should have comment or be unexported (golint)
    • Line 1098: warning: exported method BillingServerOkMock.GetMerchantBalance should have comment or be unexported (golint)
    • Line 1114: warning: exported method BillingServerOkMock.PayoutDocumentPdfUploaded should have comment or be unexported (golint)
    • Line 1118: warning: exported method BillingServerOkMock.GetRoyaltyReport should have comment or be unexported (golint)
    • Line 1126: warning: exported method BillingServerOkMock.UnPublishKeyProduct should have comment or be unexported (golint)
    • Line 1130: warning: exported method BillingServerOkMock.PaymentFormPlatformChanged should have comment or be unexported (golint)
    • Line 1138: warning: exported method BillingServerOkMock.OrderReceipt should have comment or be unexported (golint)
    • Line 1142: warning: exported method BillingServerOkMock.OrderReceiptRefund should have comment or be unexported (golint)
    • Line 1146: warning: exported method BillingServerOkMock.GetRecommendedPriceByPriceGroup should have comment or be unexported (golint)
    • Line 1150: warning: exported method BillingServerOkMock.GetRecommendedPriceByConversion should have comment or be unexported (golint)
    • Line 1154: warning: exported method BillingServerOkMock.CheckSkuAndKeyProject should have comment or be unexported (golint)
    • Line 1158: warning: exported method BillingServerOkMock.GetPriceGroupByRegion should have comment or be unexported (golint)
    • Line 1167: warning: exported method BillingServerOkMock.GetMerchantUsers should have comment or be unexported (golint)
    • Line 1175: warning: exported method BillingServerOkMock.FindAllOrders should have comment or be unexported (golint)
    • Line 1179: warning: exported method BillingServerOkMock.GetAdminUsers should have comment or be unexported (golint)
    • Line 1183: warning: exported method BillingServerOkMock.GetMerchantsForUser should have comment or be unexported (golint)
    • Line 1187: warning: exported method BillingServerOkMock.InviteUserMerchant should have comment or be unexported (golint)
    • Line 1191: warning: exported method BillingServerOkMock.InviteUserAdmin should have comment or be unexported (golint)
    • Line 1195: warning: exported method BillingServerOkMock.ResendInviteMerchant should have comment or be unexported (golint)
    • Line 1199: warning: exported method BillingServerOkMock.ResendInviteAdmin should have comment or be unexported (golint)
    • Line 1203: warning: exported method BillingServerOkMock.GetMerchantUser should have comment or be unexported (golint)
    • Line 1207: warning: exported method BillingServerOkMock.GetAdminUser should have comment or be unexported (golint)
    • Line 1211: warning: exported method BillingServerOkMock.AcceptInvite should have comment or be unexported (golint)
    • Line 1215: warning: exported method BillingServerOkMock.CheckInviteToken should have comment or be unexported (golint)
    • Line 1219: warning: exported method BillingServerOkMock.ChangeRoleForMerchantUser should have comment or be unexported (golint)
    • Line 1223: warning: exported method BillingServerOkMock.ChangeRoleForAdminUser should have comment or be unexported (golint)
    • Line 1227: warning: exported method BillingServerOkMock.GetRoleList should have comment or be unexported (golint)
    • Line 1231: warning: exported method BillingServerOkMock.ChangeMerchantManualPayouts should have comment or be unexported (golint)
    • Line 1235: warning: exported method BillingServerOkMock.DeleteMerchantUser should have comment or be unexported (golint)
    • Line 1239: warning: exported method BillingServerOkMock.DeleteAdminUser should have comment or be unexported (golint)
    • Line 1243: warning: exported method BillingServerOkMock.OrderCreateByPaylink should have comment or be unexported (golint)
    • Line 1247: warning: exported method BillingServerOkMock.GetPaylinks should have comment or be unexported (golint)
    • Line 1251: warning: exported method BillingServerOkMock.GetPaylink should have comment or be unexported (golint)
    • Line 1255: warning: exported method BillingServerOkMock.IncrPaylinkVisits should have comment or be unexported (golint)
    • Line 1259: warning: exported method BillingServerOkMock.GetPaylinkURL should have comment or be unexported (golint)
    • Line 1263: warning: exported method BillingServerOkMock.CreateOrUpdatePaylink should have comment or be unexported (golint)
    • Line 1267: warning: exported method BillingServerOkMock.DeletePaylink should have comment or be unexported (golint)
    • Line 1271: warning: exported method BillingServerOkMock.GetPaylinkStatTotal should have comment or be unexported (golint)
    • Line 1275: warning: exported method BillingServerOkMock.GetPaylinkStatByCountry should have comment or be unexported (golint)
    • Line 1279: warning: exported method BillingServerOkMock.GetPaylinkStatByReferrer should have comment or be unexported (golint)
    • Line 1283: warning: exported method BillingServerOkMock.GetPaylinkStatByDate should have comment or be unexported (golint)
    • Line 1287: warning: exported method BillingServerOkMock.GetPaylinkStatByUtm should have comment or be unexported (golint)
    • Line 1291: warning: exported method BillingServerOkMock.GetRecommendedPriceTable should have comment or be unexported (golint)
    • Line 1295: warning: exported method BillingServerOkMock.RoyaltyReportPdfUploaded should have comment or be unexported (golint)
    • Line 1299: warning: exported method BillingServerOkMock.GetPayoutDocument should have comment or be unexported (golint)
    • Line 1303: warning: exported method BillingServerOkMock.GetPayoutDocumentRoyaltyReports should have comment or be unexported (golint)
    • Line 1307: warning: exported method BillingServerOkMock.AutoCreatePayoutDocuments should have comment or be unexported (golint)
    • Line 1311: warning: exported method BillingServerOkMock.GetAdminUserRole should have comment or be unexported (golint)
    • Line 1315: warning: exported method BillingServerOkMock.GetMerchantUserRole should have comment or be unexported (golint)
    • Line 1319: warning: exported method BillingServerOkMock.GetCommonUserProfile should have comment or be unexported (golint)
    • Line 1323: warning: exported method BillingServerOkMock.DeleteSavedCard should have comment or be unexported (golint)
    • Line 1327: warning: exported method BillingServerOkMock.SetMerchantOperatingCompany should have comment or be unexported (golint)
    • Line 1331: warning: exported method BillingServerOkMock.GetOperatingCompaniesList should have comment or be unexported (golint)
    • Line 1335: warning: exported method BillingServerOkMock.AddOperatingCompany should have comment or be unexported (golint)
    • Line 1339: warning: exported method BillingServerOkMock.GetPaymentMinLimitsSystem should have comment or be unexported (golint)
    • Line 1343: warning: exported method BillingServerOkMock.SetPaymentMinLimitSystem should have comment or be unexported (golint)
    • Line 1347: warning: exported method BillingServerOkMock.GetOperatingCompany should have comment or be unexported (golint)
    • Line 1351: warning: exported method BillingServerOkMock.GetCountriesListForOrder should have comment or be unexported (golint)
    • paysuper-management-api/pkg/micro/micro.go
    • Line 14: warning: comment on exported type Micro should be of the form "Micro ..." (with optional leading article) (golint)
    • Line 22: warning: comment on exported method Micro.Client should be of the form "Client ..." (golint)
    • Line 27: warning: comment on exported method Micro.Init should be of the form "Init ..." (golint)
    • Line 32: warning: comment on exported method Micro.ListenAndServe should be of the form "ListenAndServe ..." (golint)
    • Line 61: warning: comment on exported type Config should be of the form "Config ..." (with optional leading article) (golint)
    • Line 71: warning: comment on exported method Config.OnReload should be of the form "OnReload ..." (golint)
    • Line 76: warning: comment on exported method Config.Reload should be of the form "Reload ..." (golint)
    • Line 81: warning: comment on exported function New should be of the form "New ..." (golint)
    • paysuper-management-api/internal/dispatcher/middlewares.go
    • Line 19: warning: comment on exported method Dispatcher.RecoverMiddleware should be of the form "RecoverMiddleware ..." (golint)
    • Line 38: warning: comment on exported method Dispatcher.GetUserDetailsMiddleware should be of the form "GetUserDetailsMiddleware ..." (golint)
    • Line 68: warning: comment on exported method Dispatcher.LimitOffsetSortPreMiddleware should be of the form "LimitOffsetSortPreMiddleware ..." (golint)
    • Line 100: warning: comment on exported method Dispatcher.RawBodyPreMiddleware should be of the form "RawBodyPreMiddleware ..." (golint)
    • Line 111: warning: comment on exported method Dispatcher.CasbinMiddleware should be of the form "CasbinMiddleware ..." (golint)
    • Line 122: warning: comment on exported method Dispatcher.BodyDumpMiddleware should be of the form "BodyDumpMiddleware ..." (golint)
    • Line 135: warning: comment on exported method Dispatcher.MerchantBinderPreMiddleware should be of the form "MerchantBinderPreMiddleware ..." (golint)
    • Line 149: warning: comment on exported method Dispatcher.SystemBinderPreMiddleware should be of the form "SystemBinderPreMiddleware ..." (golint)
    • Line 157: warning: comment on exported method Dispatcher.AuthOneMerchantPreMiddleware should be of the form "AuthOneMerchantPreMiddleware ..." (golint)
    • paysuper-management-api/internal/dispatcher/provider.go
    • Line 27: warning: comment on exported function ProviderCfg should be of the form "ProviderCfg ..." (golint)
    • Line 37: warning: comment on exported function ProviderGlobalCfg should be of the form "ProviderGlobalCfg ..." (golint)
    • Line 44: warning: comment on exported function ProviderJwtVerifier should be of the form "ProviderJwtVerifier ..." (golint)
    • Line 55: warning: comment on exported function ProviderServices should be of the form "ProviderServices ..." (golint)
    • Line 66: warning: comment on exported function ProviderValidators should be of the form "ProviderValidators ..." (golint)
    • Line 116: warning: comment on exported function ProviderDispatcher should be of the form "ProviderDispatcher ..." (golint)
    • Line 123: warning: comment on exported var WireSet should be of the form "WireSet ..." (golint)
    • Line 133: warning: comment on exported var WireTestSet should be of the form "WireTestSet ..." (golint)
    • paysuper-management-api/internal/validators/set.go
    • Line 18: warning: exported type ValidatorSet should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method ValidatorSet.ProductPriceValidator should be of the form "ProductPriceValidator ..." (golint)
    • Line 85: warning: comment on exported method ValidatorSet.PhoneValidator should be of the form "PhoneValidator ..." (golint)
    • Line 109: warning: comment on exported method ValidatorSet.UuidValidator should be of the form "UuidValidator ..." (golint)
    • Line 115: warning: comment on exported method ValidatorSet.ZipUsaValidator should be of the form "ZipUsaValidator ..." (golint)
    • Line 120: warning: comment on exported method ValidatorSet.NameValidator should be of the form "NameValidator ..." (golint)
    • Line 125: warning: comment on exported method ValidatorSet.PositionValidator should be of the form "PositionValidator ..." (golint)
    • Line 131: warning: comment on exported method ValidatorSet.CompanyValidator should be of the form "CompanyValidator ..." (golint)
    • Line 147: warning: comment on exported method ValidatorSet.RangeIntValidator should be of the form "RangeIntValidator ..." (golint)
    • Line 158: warning: comment on exported method ValidatorSet.CompanyNameValidator should be of the form "CompanyNameValidator ..." (golint)
    • Line 163: warning: comment on exported method ValidatorSet.MerchantCompanyValidator should be of the form "MerchantCompanyValidator ..." (golint)
    • Line 180: warning: comment on exported method ValidatorSet.SwiftValidator should be of the form "SwiftValidator ..." (golint)
    • Line 185: warning: comment on exported method ValidatorSet.CityValidator should be of the form "CityValidator ..." (golint)
    • Line 190: warning: comment on exported method ValidatorSet.WorldRegionValidator should be of the form "WorldRegionValidator ..." (golint)
    • Line 196: warning: comment on exported method ValidatorSet.TariffRegionValidator should be of the form "TariffRegionValidator ..." (golint)
    • Line 202: warning: comment on exported method ValidatorSet.IBANValidator should be of the form "IBANValidator ..." (golint)
    • Line 208: warning: comment on exported method ValidatorSet.UserLocaleValidator should be of the form "UserLocaleValidator ..." (golint)
    • Line 213: warning: comment on exported function New should be of the form "New ..." (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign94%

IneffAssign detects ineffectual assignments in Go code.


misspell99%

Misspell Finds commonly misspelled English words