Preparing report...

Report for github.com/ConsenSys/orchestrate

A    Great!    Found 708 issues across 875 files

Tweet

gofmt73%

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!


golint44%

Golint is a linter for Go source code.

    • orchestrate/services/api/service/formatters/chains.go
    • Line 16: warning: exported function FormatChainResponse should have comment or be unexported (golint)
    • Line 35: warning: exported function FormatRegisterChainRequest should have comment or be unexported (golint)
    • Line 71: warning: exported function FormatUpdateChainRequest should have comment or be unexported (golint)
    • Line 95: warning: exported function FormatChainFiltersRequest should have comment or be unexported (golint)
    • orchestrate/services/api/business/parsers/transactions.go
    • Line 8: warning: exported function NewTransactionModelFromEntities should have comment or be unexported (golint)
    • Line 28: warning: exported function NewTransactionEntityFromModels should have comment or be unexported (golint)
    • Line 48: warning: exported function UpdateTransactionModelFromEntities should have comment or be unexported (golint)
    • orchestrate/services/api/store/postgres/data-agents/account.go
    • Line 34: warning: exported method PGAccount.Insert should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method PGAccount.Update should be of the form "Update ..." (golint)
    • Line 65: warning: exported method PGAccount.Search should have comment or be unexported (golint)
    • Line 87: warning: exported method PGAccount.FindOneByAddress should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/metrics/registry/config.go
    • Line 12: warning: exported const MetricsModulesViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 19: warning: exported var MetricsModulesDefault should have comment or be unexported (golint)
    • Line 39: warning: exported type Config should have comment or be unexported (golint)
    • Line 43: warning: exported function NewConfig should have comment or be unexported (golint)
    • Line 49: warning: exported method Config.IsActive should have comment or be unexported (golint)
    • Line 63: warning: exported method Config.Modules should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/httputil/request.go
    • Line 14: warning: exported function GetMethod should have comment or be unexported (golint)
    • Line 21: warning: exported function GetTLSVersion should have comment or be unexported (golint)
    • Line 40: warning: exported function GetTLSCipher should have comment or be unexported (golint)
    • Line 52: warning: exported function GetProtocol should have comment or be unexported (golint)
    • Line 63: warning: comment on exported function IsWebsocketRequest should be of the form "IsWebsocketRequest ..." (golint)
    • Line 68: warning: comment on exported function IsSSERequest should be of the form "IsSSERequest ..." (golint)
    • Line 73: warning: exported function ContainsHeader should have comment or be unexported (golint)
    • Line 83: warning: exported function ToFilters should have comment or be unexported (golint)
    • orchestrate/services/api/business/use-cases/jobs.go
    • Line 12: warning: comment on exported type JobUseCases should be of the form "JobUseCases ..." (with optional leading article) (golint)
    • Line 24: warning: exported type CreateJobUseCase should have comment or be unexported (golint)
    • Line 29: warning: exported type GetJobUseCase should have comment or be unexported (golint)
    • Line 33: warning: exported type SearchJobsUseCase should have comment or be unexported (golint)
    • Line 37: warning: exported type StartJobUseCase should have comment or be unexported (golint)
    • Line 41: warning: exported type StartNextJobUseCase should have comment or be unexported (golint)
    • Line 45: warning: exported type UpdateJobUseCase should have comment or be unexported (golint)
    • Line 49: warning: exported type UpdateChildrenUseCase should have comment or be unexported (golint)
    • Line 54: warning: exported type ResendJobTxUseCase should have comment or be unexported (golint)
    • orchestrate/pkg/sdk/client/faucets.go
    • Line 14: warning: exported method HTTPClient.GetFaucet should have comment or be unexported (golint)
    • Line 31: warning: exported method HTTPClient.SearchFaucets should have comment or be unexported (golint)
    • Line 60: warning: exported method HTTPClient.RegisterFaucet should have comment or be unexported (golint)
    • Line 76: warning: exported method HTTPClient.UpdateFaucet should have comment or be unexported (golint)
    • Line 93: warning: exported method HTTPClient.DeleteFaucet should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/app.go
    • Line 50: warning: exported type Service should have comment or be unexported (golint)
    • Line 56: warning: exported type App should have comment or be unexported (golint)
    • Line 84: warning: exported function New should have comment or be unexported (golint)
    • Line 191: warning: exported method App.HTTP should have comment or be unexported (golint)
    • Line 195: warning: exported method App.MetricRegistry should have comment or be unexported (golint)
    • Line 199: warning: exported method App.Logger should have comment or be unexported (golint)
    • Line 203: warning: exported method App.AddProvider should have comment or be unexported (golint)
    • Line 207: warning: exported method App.AddListener should have comment or be unexported (golint)
    • Line 211: warning: exported method App.RegisterDaemon should have comment or be unexported (golint)
    • Line 215: warning: exported method App.AddReadinessCheck should have comment or be unexported (golint)
    • Line 219: warning: exported method App.Start should have comment or be unexported (golint)
    • Line 264: warning: exported method App.Run should have comment or be unexported (golint)
    • Line 312: warning: exported method App.Stop should have comment or be unexported (golint)
    • Line 343: warning: exported method App.Close should have comment or be unexported (golint)
    • Line 366: warning: exported method App.Errors should have comment or be unexported (golint)
    • Line 370: warning: exported method App.IsReady should have comment or be unexported (golint)
    • orchestrate/services/tx-sentry/app.go
    • Line 21: warning: exported type TxSentry should have comment or be unexported (golint)
    • Line 28: warning: exported function NewTxSentry should have comment or be unexported (golint)
    • Line 38: warning: exported method TxSentry.Run should have comment or be unexported (golint)
    • Line 59: warning: exported method TxSentry.Close should have comment or be unexported (golint)
    • orchestrate/services/tx-listener/dynamic/dynamic.go
    • Line 9: warning: exported type Message should have comment or be unexported (golint)
    • Line 14: warning: exported type Configuration should have comment or be unexported (golint)
    • Line 18: warning: exported type Listener should have comment or be unexported (golint)
    • Line 26: warning: exported type Chain should have comment or be unexported (golint)
    • Line 36: warning: exported method Chain.SetDefault should have comment or be unexported (golint)
    • orchestrate/pkg/types/api/formatters.go
    • Line 9: warning: exported function FormatAnnotationsToInternalData should have comment or be unexported (golint)
    • Line 26: warning: exported function FormatInternalDataToAnnotations should have comment or be unexported (golint)
    • orchestrate/services/api/store/models/testutils/test_utils.go
    • Line 19: warning: exported function FakeSchedule should have comment or be unexported (golint)
    • Line 36: warning: exported function FakeTxRequest should have comment or be unexported (golint)
    • Line 49: warning: exported function FakeTransaction should have comment or be unexported (golint)
    • Line 55: warning: exported function FakePrivateTx should have comment or be unexported (golint)
    • Line 62: warning: exported function FakeJobModel should have comment or be unexported (golint)
    • Line 91: warning: exported function FakeLog should have comment or be unexported (golint)
    • Line 100: warning: exported function FakeAccountModel should have comment or be unexported (golint)
    • Line 114: warning: exported function FakeFaucetModel should have comment or be unexported (golint)
    • Line 127: warning: exported function FakeChainModel should have comment or be unexported (golint)
    • Line 146: warning: exported function FakePrivateTxManagerModel should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/tcp/listener.go
    • Line 11: warning: exported function Listen should have comment or be unexported (golint)
    • Line 27: warning: exported type ListenerOpt should have comment or be unexported (golint)
    • Line 29: warning: exported function KeepAliveOpt should have comment or be unexported (golint)
    • Line 42: warning: exported method KeepAliveListener.Accept should have comment or be unexported (golint)
    • Line 58: warning: exported method KeepAliveListener.Close should have comment or be unexported (golint)
    • Line 62: warning: exported function MetricsOpt should have comment or be unexported (golint)
    • Line 72: warning: exported type MetricsListener should have comment or be unexported (golint)
    • Line 78: warning: exported method MetricsListener.Accept should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/middleware/httptrace/httptrace.go
    • Line 14: warning: exported type Builder should have comment or be unexported (golint)
    • Line 16: warning: exported function NewBuilder should have comment or be unexported (golint)
    • Line 20: warning: exported method Builder.Build should have comment or be unexported (golint)
    • Line 29: warning: exported type HTTPTrace should have comment or be unexported (golint)
    • Line 31: warning: exported function New should have comment or be unexported (golint)
    • Line 35: warning: exported method HTTPTrace.Handler should have comment or be unexported (golint)
    • Line 47: warning: exported function NewLoggerTrace should have comment or be unexported (golint)
    • orchestrate/services/api/provider.go
    • Line 20: warning: exported const InternalProvider should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported function NewProvider should have comment or be unexported (golint)
    • Line 31: warning: exported function NewInternalProvider should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/database/postgres/query.go
    • Line 14: warning: exported function Insert should have comment or be unexported (golint)
    • Line 23: warning: exported function InsertQuery should have comment or be unexported (golint)
    • Line 32: warning: exported function Update should have comment or be unexported (golint)
    • Line 40: warning: exported function UpdateNotZero should have comment or be unexported (golint)
    • Line 48: warning: exported function Delete should have comment or be unexported (golint)
    • Line 57: warning: exported function Select should have comment or be unexported (golint)
    • Line 66: warning: exported function SelectColumn should have comment or be unexported (golint)
    • Line 75: warning: exported function SelectOrInsert should have comment or be unexported (golint)
    • Line 84: warning: exported function SelectOne should have comment or be unexported (golint)
    • Line 92: warning: exported function WhereAllowedTenantsDefault should have comment or be unexported (golint)
    • Line 96: warning: exported function WhereAllowedTenants should have comment or be unexported (golint)
    • Line 108: warning: exported function Checker should have comment or be unexported (golint)
    • orchestrate/pkg/types/api/transfer_request.go
    • Line 5: warning: exported type TransferRequest should have comment or be unexported (golint)
    • Line 11: warning: exported type TransferParams should have comment or be unexported (golint)
    • Line 20: warning: exported method TransferParams.Validate should have comment or be unexported (golint)
    • orchestrate/services/api/store/postgres/data-agents/method.go
    • Line 15: warning: comment on exported type PGMethod should be of the form "PGMethod ..." (with optional leading article) (golint)
    • Line 21: warning: comment on exported function NewPGMethod should be of the form "NewPGMethod ..." (golint)
    • Line 26: warning: exported method PGMethod.InsertMultiple should have comment or be unexported (golint)
    • Line 38: warning: exported method PGMethod.FindOneByAccountAndSelector should have comment or be unexported (golint)
    • Line 57: warning: exported method PGMethod.FindDefaultBySelector should have comment or be unexported (golint)
    • orchestrate/pkg/types/api/deploy_tx_request.go
    • Line 9: warning: exported type DeployContractRequest should have comment or be unexported (golint)
    • Line 15: warning: exported type DeployContractParams should have comment or be unexported (golint)
    • Line 31: warning: exported method DeployContractParams.Validate should have comment or be unexported (golint)
    • orchestrate/services/api/proxy/provider.go
    • Line 20: warning: exported const ChainsProxyProvider should have comment or be unexported (golint)
    • Line 22: warning: exported function NewChainsProxyProvider should have comment or be unexported (golint)
    • Line 34: warning: exported function NewProxyConfig should have comment or be unexported (golint)
    • Line 75: warning: exported function NewInternalConfig should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/middleware/auth/auth.go
    • Line 16: warning: exported type Builder should have comment or be unexported (golint)
    • Line 21: warning: exported function NewBuilder should have comment or be unexported (golint)
    • Line 29: warning: exported method Builder.Build should have comment or be unexported (golint)
    • Line 39: warning: exported type Auth should have comment or be unexported (golint)
    • Line 44: warning: exported function New should have comment or be unexported (golint)
    • Line 52: warning: exported method Auth.Handler should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/tcp/forwarder.go
    • Line 9: warning: exported type Forwarder should have comment or be unexported (golint)
    • Line 17: warning: exported function NewForwarder should have comment or be unexported (golint)
    • Line 50: warning: exported method Forwarder.Close should have comment or be unexported (golint)
    • orchestrate/tests/service/e2e/cucumber/config.go
    • Line 52: warning: exported const ShowStepDefinitionsViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 67: warning: exported const RandomizeViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 82: warning: exported const StopOnFailureViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 97: warning: exported const StrictViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 112: warning: exported const NoColorsViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 127: warning: exported const TagsViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 142: warning: exported const FormatViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 157: warning: exported const ConcurrencyViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 172: warning: exported var PathsViperKey should have comment or be unexported (golint)
    • Line 187: warning: exported var ArtifactPathViperKey should have comment or be unexported (golint)
    • Line 192: warning: comment on exported function ArtifactPath should be of the form "ArtifactPath ..." (golint)
    • Line 202: warning: exported const OutputPathViperKey should have comment (or a comment on this block) or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/middleware/metrics/metrics.go
    • Line 14: warning: exported type Builder should have comment or be unexported (golint)
    • Line 18: warning: exported function NewBuilder should have comment or be unexported (golint)
    • Line 24: warning: exported method Builder.Build should have comment or be unexported (golint)
    • Line 36: warning: exported type Metrics should have comment or be unexported (golint)
    • Line 41: warning: exported function New should have comment or be unexported (golint)
    • Line 48: warning: exported method Metrics.Handler should have comment or be unexported (golint)
    • orchestrate/services/api/store/postgres/data-agents/repository.go
    • Line 15: warning: comment on exported type PGRepository should be of the form "PGRepository ..." (with optional leading article) (golint)
    • Line 21: warning: exported function NewPGRepository should have comment or be unexported (golint)
    • Line 25: warning: exported method PGRepository.FindOne should have comment or be unexported (golint)
    • Line 39: warning: exported method PGRepository.SelectOrInsert should have comment or be unexported (golint)
    • Line 52: warning: exported method PGRepository.Insert should have comment or be unexported (golint)
    • Line 62: warning: exported method PGRepository.FindAll should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/ethclient/ethclient.go
    • Line 29: warning: exported type EEATransactionSender should have comment or be unexported (golint)
    • Line 36: warning: exported type QuorumTransactionSender should have comment or be unexported (golint)
    • Line 69: warning: exported type EEAChainLedgerReader should have comment or be unexported (golint)
    • Line 109: warning: exported type EEAChainStateReader should have comment or be unexported (golint)
    • Line 122: warning: comment on exported type QuorumChainStateReader should be of the form "QuorumChainStateReader ..." (with optional leading article) (golint)
    • Line 156: warning: exported type MultiClient should have comment or be unexported (golint)
    • Line 172: warning: exported type Client should have comment or be unexported (golint)
    • Line 183: warning: exported type EEAClient should have comment or be unexported (golint)
    • Line 193: warning: exported type QuorumClient should have comment or be unexported (golint)
    • orchestrate/pkg/broker/sarama/exported.go
    • Line 75: warning: comment on exported function InitClient should be of the form "InitClient ..." (golint)
    • Line 128: warning: exported function GlobalClientChecker should have comment or be unexported (golint)
    • Line 228: warning: exported function Stop should have comment or be unexported (golint)
    • orchestrate/pkg/sdk/client/chains.go
    • Line 14: warning: exported method HTTPClient.GetChain should have comment or be unexported (golint)
    • Line 31: warning: exported method HTTPClient.SearchChains should have comment or be unexported (golint)
    • Line 56: warning: exported method HTTPClient.RegisterChain should have comment or be unexported (golint)
    • Line 72: warning: exported method HTTPClient.UpdateChain should have comment or be unexported (golint)
    • Line 89: warning: exported method HTTPClient.DeleteChain should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/middleware/dynamic/dynamic.go
    • Line 36: warning: exported type Builder should have comment or be unexported (golint)
    • Line 41: warning: exported function NewBuilder should have comment or be unexported (golint)
    • Line 55: warning: exported method Builder.AddBuilder should have comment or be unexported (golint)
    • Line 59: warning: exported method Builder.Build should have comment or be unexported (golint)
    • Line 77: warning: exported type TraefikBuilder should have comment or be unexported (golint)
    • Line 79: warning: exported method TraefikBuilder.Build should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/handler/dashboard/overview.go
    • Line 15: warning: exported type OverviewResponse should have comment or be unexported (golint)
    • Line 21: warning: exported type HTTPOverview should have comment or be unexported (golint)
    • Line 27: warning: exported type SectionResponse should have comment or be unexported (golint)
    • Line 33: warning: exported type FeaturesResponse should have comment or be unexported (golint)
    • Line 40: warning: exported type Overview should have comment or be unexported (golint)
    • Line 45: warning: exported function NewOverview should have comment or be unexported (golint)
    • Line 52: warning: exported method Overview.Append should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/database/postgres/config.go
    • Line 59: warning: exported const DBUserViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 74: warning: exported const DBPasswordViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 89: warning: exported const DBDatabaseViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 104: warning: exported const DBHostViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 119: warning: exported const DBPortViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 134: warning: exported const DBPoolSizeViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 149: warning: exported const DBPoolTimeoutViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 154: warning: exported function DBPoolTimeout should have comment or be unexported (golint)
    • Line 163: warning: exported const DBKeepAliveKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 168: warning: comment on exported function DBKeepAliveInterval should be of the form "DBKeepAliveInterval ..." (golint)
    • Line 192: warning: exported const DBTLSSSLModeViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 207: warning: exported const DBTLSCertViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 222: warning: exported const DBTLSKeyViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 237: warning: exported const DBTLSCAViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 242: warning: comment on exported function DBTLSCA should be of the form "DBTLSCA ..." (golint)
    • Line 250: warning: exported type Config should have comment or be unexported (golint)
    • Line 265: warning: exported method Config.PGOptions should have comment or be unexported (golint)
    • Line 290: warning: exported function NewConfig should have comment or be unexported (golint)
    • Line 325: warning: exported function Copy should have comment or be unexported (golint)
    • orchestrate/services/api/service/formatters/jobs.go
    • Line 18: warning: exported function FormatJobResponse should have comment or be unexported (golint)
    • Line 37: warning: exported function FormatJobCreateRequest should have comment or be unexported (golint)
    • Line 59: warning: exported function FormatJobUpdateRequest should have comment or be unexported (golint)
    • Line 72: warning: exported function FormatJobFilterRequest should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/middleware/multitenancy/multitenancy.go
    • Line 13: warning: exported type Builder should have comment or be unexported (golint)
    • Line 15: warning: exported function NewBuilder should have comment or be unexported (golint)
    • Line 19: warning: exported method Builder.Build should have comment or be unexported (golint)
    • Line 30: warning: exported type MultiTenant should have comment or be unexported (golint)
    • Line 34: warning: exported function New should have comment or be unexported (golint)
    • Line 40: warning: exported method MultiTenant.Handler should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/database/postgres/testutils/pg.go
    • Line 56: warning: exported method PGTestHelper.Connect should have comment or be unexported (golint)
    • Line 60: warning: exported method PGTestHelper.CreateAndConnect should have comment or be unexported (golint)
    • Line 80: warning: exported method PGTestHelper.Drop should have comment or be unexported (golint)
    • Line 92: warning: exported method PGTestHelper.Init should have comment or be unexported (golint)
    • Line 135: warning: exported method PGTestHelper.UpgradeTestDB should have comment or be unexported (golint)
    • Line 141: warning: exported method PGTestHelper.DowngradeTestDB should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/transport/retry429.go
    • Line 9: warning: comment on exported type Retry429Transport should be of the form "Retry429Transport ..." (with optional leading article) (golint)
    • Line 14: warning: exported function NewRetry429Transport should have comment or be unexported (golint)
    • Line 22: warning: exported method Retry429Transport.RoundTrip should have comment or be unexported (golint)
    • orchestrate/pkg/types/api/send_tx_request.go
    • Line 9: warning: exported type SendTransactionRequest should have comment or be unexported (golint)
    • Line 15: warning: comment on exported type TransactionParams should be of the form "TransactionParams ..." (with optional leading article) (golint)
    • Line 33: warning: exported method TransactionParams.Validate should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/tls/dialer.go
    • Line 12: warning: exported type Dialer should have comment or be unexported (golint)
    • Line 18: warning: exported method Dialer.Dial should have comment or be unexported (golint)
    • Line 22: warning: exported method Dialer.DialContext should have comment or be unexported (golint)
    • orchestrate/pkg/crypto/ethereum/signing.go
    • Line 16: warning: exported function SignTransaction should have comment or be unexported (golint)
    • Line 26: warning: exported function SignQuorumPrivateTransaction should have comment or be unexported (golint)
    • Line 36: warning: exported function SignEEATransaction should have comment or be unexported (golint)
    • Line 50: warning: exported function EEATransactionPayload should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/ethclient/rpc/client.go
    • Line 24: warning: exported type ProcessResultFunc should have comment or be unexported (golint)
    • Line 47: warning: exported method Client.Call should have comment or be unexported (golint)
    • Line 56: warning: exported method Client.Pool should have comment or be unexported (golint)
    • Line 60: warning: exported method Client.HTTPClient should have comment or be unexported (golint)
    • Line 209: warning: exported type Body should have comment or be unexported (golint)
    • orchestrate/services/api/metrics/metrics.go
    • Line 12: warning: exported const Subsystem should have comment (or a comment on this block) or be unexported (golint)
    • Line 22: warning: exported function NewTransactionSchedulerMetrics should have comment or be unexported (golint)
    • Line 58: warning: exported function NewTransactionSchedulerNopMetrics should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/integration-test/docker/client.go
    • Line 25: warning: exported type Client should have comment or be unexported (golint)
    • Line 44: warning: exported function NewClient should have comment or be unexported (golint)
    • Line 62: warning: exported method Client.Up should have comment or be unexported (golint)
    • Line 112: warning: exported method Client.Start should have comment or be unexported (golint)
    • Line 130: warning: exported method Client.Stop should have comment or be unexported (golint)
    • Line 147: warning: exported method Client.WaitTillIsReady should have comment or be unexported (golint)
    • Line 159: warning: exported method Client.StartServiceAndWait should have comment or be unexported (golint)
    • Line 173: warning: exported method Client.Down should have comment or be unexported (golint)
    • Line 199: warning: exported method Client.CreateNetwork should have comment or be unexported (golint)
    • Line 212: warning: exported method Client.RemoveNetwork should have comment or be unexported (golint)
    • orchestrate/tests/service/stress/assets/chains.go
    • Line 17: warning: exported type Chain should have comment or be unexported (golint)
    • Line 24: warning: exported function RegisterNewChain should have comment or be unexported (golint)
    • Line 56: warning: exported function DeregisterChain should have comment or be unexported (golint)
    • Line 75: warning: exported function ContextChains should have comment or be unexported (golint)
    • orchestrate/services/api/store/postgres/data-agents/agents.go
    • Line 8: warning: exported type PGAgents should have comment or be unexported (golint)
    • Line 26: warning: exported function New should have comment or be unexported (golint)
    • Line 46: warning: exported method PGAgents.Job should have comment or be unexported (golint)
    • Line 50: warning: exported method PGAgents.Log should have comment or be unexported (golint)
    • Line 54: warning: exported method PGAgents.Schedule should have comment or be unexported (golint)
    • Line 58: warning: exported method PGAgents.Transaction should have comment or be unexported (golint)
    • Line 62: warning: exported method PGAgents.TransactionRequest should have comment or be unexported (golint)
    • Line 66: warning: exported method PGAgents.Account should have comment or be unexported (golint)
    • Line 70: warning: exported method PGAgents.Faucet should have comment or be unexported (golint)
    • Line 74: warning: exported method PGAgents.Artifact should have comment or be unexported (golint)
    • Line 78: warning: exported method PGAgents.CodeHash should have comment or be unexported (golint)
    • Line 82: warning: exported method PGAgents.Event should have comment or be unexported (golint)
    • Line 86: warning: exported method PGAgents.Method should have comment or be unexported (golint)
    • Line 90: warning: exported method PGAgents.Repository should have comment or be unexported (golint)
    • Line 94: warning: exported method PGAgents.Tag should have comment or be unexported (golint)
    • Line 98: warning: exported method PGAgents.Chain should have comment or be unexported (golint)
    • Line 102: warning: exported method PGAgents.PrivateTxManager should have comment or be unexported (golint)
    • orchestrate/pkg/engine/tx_context.go
    • Line 14: warning: comment on exported type TxContext should be of the form "TxContext ..." (with optional leading article) (golint)
    • Line 110: warning: exported method TxContext.SetInvalidNonceErr should have comment or be unexported (golint)
    • Line 115: warning: exported method TxContext.HasInvalidNonceErr should have comment or be unexported (golint)
    • Line 123: warning: exported method TxContext.SetRetryMsgErr should have comment or be unexported (golint)
    • Line 128: warning: exported method TxContext.HasRetryMsgErr should have comment or be unexported (golint)
    • Line 136: warning: exported method TxContext.SetTxAlreadyPending should have comment or be unexported (golint)
    • Line 141: warning: exported method TxContext.IsTxAlreadyPending should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/configwatcher/config.go
    • Line 16: warning: exported function Flags should have comment or be unexported (golint)
    • Line 22: warning: exported const ProvidersThrottleDurationViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported type Config should have comment or be unexported (golint)
    • Line 39: warning: exported function NewConfig should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/database/postgres/ssl.go
    • Line 15: warning: exported type SSLDialer should have comment or be unexported (golint)
    • Line 19: warning: exported method SSLDialer.DialContext should have comment or be unexported (golint)
    • Line 62: warning: exported type TLSDialer should have comment or be unexported (golint)
    • Line 67: warning: exported function NewTLSDialer should have comment or be unexported (golint)
    • Line 117: warning: exported method TLSDialer.DialContext should have comment or be unexported (golint)
    • orchestrate/services/api/store/postgres/store.go
    • Line 10: warning: exported type PGDB should have comment or be unexported (golint)
    • Line 15: warning: exported type PGTX should have comment or be unexported (golint)
    • Line 20: warning: exported function NewPGDB should have comment or be unexported (golint)
    • Line 27: warning: exported method PGDB.Begin should have comment or be unexported (golint)
    • Line 40: warning: exported method PGTX.Begin should have comment or be unexported (golint)
    • Line 47: warning: exported method PGTX.Commit should have comment or be unexported (golint)
    • Line 56: warning: exported method PGTX.Close should have comment or be unexported (golint)
    • Line 65: warning: exported method PGTX.Rollback should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/integration-test/docker/container/postgres/postgres.go
    • Line 18: warning: exported const DefaultPostgresImage should have comment or be unexported (golint)
    • Line 23: warning: exported type Postgres should have comment or be unexported (golint)
    • Line 25: warning: exported type Config should have comment or be unexported (golint)
    • Line 31: warning: exported function NewDefault should have comment or be unexported (golint)
    • Line 41: warning: exported method Config.SetHostPort should have comment or be unexported (golint)
    • Line 46: warning: exported method Postgres.GenerateContainerConfig should have comment or be unexported (golint)
    • Line 78: warning: exported method Postgres.WaitForService should have comment or be unexported (golint)
    • orchestrate/services/tx-sender/tx-sender/use-cases/sender.go
    • Line 11: warning: exported type SendETHRawTxUseCase should have comment or be unexported (golint)
    • Line 15: warning: exported type SendETHTxUseCase should have comment or be unexported (golint)
    • Line 19: warning: exported type SendEEAPrivateTxUseCase should have comment or be unexported (golint)
    • Line 23: warning: exported type SendTesseraPrivateTxUseCase should have comment or be unexported (golint)
    • Line 27: warning: exported type SendTesseraMarkingTxUseCase should have comment or be unexported (golint)
    • orchestrate/services/tx-listener/session/ethereum/session.go
    • Line 25: warning: exported const MaxTxHashesLength should have comment or be unexported (golint)
    • Line 28: warning: exported type Session should have comment or be unexported (golint)
    • Line 48: warning: exported function NewSession should have comment or be unexported (golint)
    • Line 71: warning: exported type SessionBuilder should have comment or be unexported (golint)
    • Line 79: warning: exported function NewSessionBuilder should have comment or be unexported (golint)
    • Line 95: warning: exported method SessionBuilder.NewSession should have comment or be unexported (golint)
    • Line 104: warning: exported method Session.Run should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/auth/utils/context.go
    • Line 12: warning: exported function WithAuthorization should have comment or be unexported (golint)
    • Line 16: warning: exported function AuthorizationFromContext should have comment or be unexported (golint)
    • Line 21: warning: exported function WithAPIKey should have comment or be unexported (golint)
    • Line 25: warning: exported function APIKeyFromContext should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/integration-test/docker/container/reflect/reflect.go
    • Line 14: warning: exported type Reflect should have comment or be unexported (golint)
    • Line 18: warning: exported function New should have comment or be unexported (golint)
    • Line 24: warning: exported method Reflect.GenerateContainerConfig should have comment or be unexported (golint)
    • Line 33: warning: exported method Reflect.WaitForService should have comment or be unexported (golint)
    • Line 42: warning: exported method Reflect.AddGenerator should have comment or be unexported (golint)
    • orchestrate/pkg/types/entities/contracts.go
    • Line 13: warning: exported const DefaultTagValue should have comment or be unexported (golint)
    • Line 15: warning: exported type Contract should have comment or be unexported (golint)
    • Line 27: warning: exported type Method should have comment or be unexported (golint)
    • Line 32: warning: exported type Event should have comment or be unexported (golint)
    • Line 37: warning: exported type Arguments should have comment or be unexported (golint)
    • Line 43: warning: exported type RawABI should have comment or be unexported (golint)
    • Line 52: warning: exported type Artifact should have comment or be unexported (golint)
    • Line 114: warning: comment on exported method Method.GetName should be of the form "GetName ..." (golint)
    • orchestrate/services/tx-listener/session/ethereum/offset/memory/manager.go
    • Line 11: warning: exported type Manager should have comment or be unexported (golint)
    • Line 16: warning: exported function NewManager should have comment or be unexported (golint)
    • Line 23: warning: exported method Manager.GetLastBlockNumber should have comment or be unexported (golint)
    • Line 33: warning: exported method Manager.SetLastBlockNumber should have comment or be unexported (golint)
    • Line 40: warning: exported method Manager.GetLastTxIndex should have comment or be unexported (golint)
    • Line 50: warning: exported method Manager.SetLastTxIndex should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/database/redis/client.go
    • Line 11: warning: comment on exported type Client should be of the form "Client ..." (with optional leading article) (golint)
    • Line 18: warning: exported function NewClient should have comment or be unexported (golint)
    • Line 26: warning: exported method Client.Load should have comment or be unexported (golint)
    • Line 47: warning: exported method Client.LoadUint64 should have comment or be unexported (golint)
    • Line 63: warning: exported method Client.LoadBool should have comment or be unexported (golint)
    • Line 79: warning: exported method Client.Set should have comment or be unexported (golint)
    • Line 97: warning: exported method Client.Delete should have comment or be unexported (golint)
    • Line 115: warning: exported method Client.Incr should have comment or be unexported (golint)
    • Line 132: warning: exported method Client.Ping should have comment or be unexported (golint)
    • orchestrate/pkg/sdk/client/accounts.go
    • Line 16: warning: exported method HTTPClient.GetAccount should have comment or be unexported (golint)
    • Line 33: warning: exported method HTTPClient.CreateAccount should have comment or be unexported (golint)
    • Line 50: warning: exported method HTTPClient.ImportAccount should have comment or be unexported (golint)
    • Line 67: warning: exported method HTTPClient.UpdateAccount should have comment or be unexported (golint)
    • Line 84: warning: exported method HTTPClient.SearchAccounts should have comment or be unexported (golint)
    • Line 110: warning: exported method HTTPClient.SignMessage should have comment or be unexported (golint)
    • Line 122: warning: exported method HTTPClient.SignTypedData should have comment or be unexported (golint)
    • Line 134: warning: exported method HTTPClient.VerifyMessageSignature should have comment or be unexported (golint)
    • Line 146: warning: exported method HTTPClient.VerifyTypedDataSignature should have comment or be unexported (golint)
    • orchestrate/pkg/types/tx/tx.go
    • Line 12: warning: exported var JobTypeMap should have comment or be unexported (golint)
    • Line 21: warning: exported method TxEnvelope.Envelope should have comment or be unexported (golint)
    • Line 45: warning: exported method TxRequest.Envelope should have comment or be unexported (golint)
    • Line 82: warning: exported method TxResponse.Envelope should have comment or be unexported (golint)
    • Line 109: warning: exported method TxResponse.ExternalTxEnvelope should have comment or be unexported (golint)
    • Line 113: warning: exported method Params.GetParsedContract should have comment or be unexported (golint)
    • Line 128: warning: exported method TxEnvelope.GetChainID should have comment or be unexported (golint)
    • Line 132: warning: exported method TxEnvelope.SetChainID should have comment or be unexported (golint)
    • Line 137: warning: exported method TxEnvelope.GetScheduleUUID should have comment or be unexported (golint)
    • Line 141: warning: exported method TxEnvelope.SetScheduleUUID should have comment or be unexported (golint)
    • Line 146: warning: exported method TxEnvelope.GetJobUUID should have comment or be unexported (golint)
    • Line 150: warning: exported method TxEnvelope.SetJobUUID should have comment or be unexported (golint)
    • Line 155: warning: exported method TxEnvelope.SetChainUUID should have comment or be unexported (golint)
    • Line 160: warning: exported method TxEnvelope.SetExpectedNonce should have comment or be unexported (golint)
    • Line 165: warning: exported method TxEnvelope.SetParentJobUUID should have comment or be unexported (golint)
    • Line 170: warning: exported method TxEnvelope.EnableTxFromOneTimeKey should have comment or be unexported (golint)
    • Line 175: warning: exported method TxEnvelope.GetChainUUID should have comment or be unexported (golint)
    • Line 179: warning: exported method TxEnvelope.GetTxHash should have comment or be unexported (golint)
    • Line 183: warning: exported method TxEnvelope.TxHash should have comment or be unexported (golint)
    • Line 187: warning: exported method TxEnvelope.SetTxHash should have comment or be unexported (golint)
    • Line 192: warning: exported method TxEnvelope.GetID should have comment or be unexported (golint)
    • Line 203: warning: exported method TxEnvelope.MustGetTxRequest should have comment or be unexported (golint)
    • Line 207: warning: exported method TxEnvelope.MustGetTxResponse should have comment or be unexported (golint)
    • orchestrate/services/api/business/use-cases/schedules.go
    • Line 12: warning: comment on exported type ScheduleUseCases should be of the form "ScheduleUseCases ..." (with optional leading article) (golint)
    • Line 21: warning: exported type CreateScheduleUseCase should have comment or be unexported (golint)
    • Line 26: warning: exported type GetScheduleUseCase should have comment or be unexported (golint)
    • Line 30: warning: exported type SearchSchedulesUseCase should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/integration-test/docker/container/kafka/kafka.go
    • Line 16: warning: exported const DefaultKafkaImage should have comment or be unexported (golint)
    • Line 17: warning: exported const DefaultExternalHostname should have comment or be unexported (golint)
    • Line 19: warning: exported type Kafka should have comment or be unexported (golint)
    • Line 22: warning: exported type Config should have comment or be unexported (golint)
    • Line 31: warning: exported function NewDefault should have comment or be unexported (golint)
    • Line 41: warning: exported method Config.SetHostPort should have comment or be unexported (golint)
    • Line 46: warning: exported method Config.SetZookeeperHostname should have comment or be unexported (golint)
    • Line 51: warning: exported method Config.SetKafkaInternalHostname should have comment or be unexported (golint)
    • Line 56: warning: exported method Config.SetKafkaExternalHostname should have comment or be unexported (golint)
    • Line 61: warning: exported method Kafka.GenerateContainerConfig should have comment or be unexported (golint)
    • Line 94: warning: exported method Kafka.WaitForService should have comment or be unexported (golint)
    • orchestrate/services/api/service/formatters/contracts.go
    • Line 14: warning: exported function FormatRegisterContractRequest should have comment or be unexported (golint)
    • Line 34: warning: exported function FormatGetContractEventsRequest should have comment or be unexported (golint)
    • Line 59: warning: exported function FormatContractResponse should have comment or be unexported (golint)
    • orchestrate/pkg/backoff/mock/backoff.go
    • Line 9: warning: exported type MockBackoff should have comment or be unexported (golint)
    • Line 13: warning: exported method MockBackoff.Reset should have comment or be unexported (golint)
    • Line 15: warning: exported method MockBackoff.NextBackOff should have comment or be unexported (golint)
    • Line 20: warning: exported method MockBackoff.HasRetried should have comment or be unexported (golint)
    • Line 24: warning: exported type MockIntervalBackoff should have comment or be unexported (golint)
    • Line 28: warning: exported method MockIntervalBackoff.Reset should have comment or be unexported (golint)
    • Line 30: warning: exported method MockIntervalBackoff.NewBackOff should have comment or be unexported (golint)
    • Line 34: warning: exported method MockIntervalBackoff.NextBackOff should have comment or be unexported (golint)
    • Line 39: warning: exported method MockIntervalBackoff.HasRetried should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/httputil/error.go
    • Line 13: warning: exported type ErrorResponse should have comment or be unexported (golint)
    • Line 18: warning: comment on exported function WriteError should be of the form "WriteError ..." (golint)
    • Line 37: warning: exported function WriteHTTPErrorResponse should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/multitenancy/multitenancy.go
    • Line 7: warning: exported const Wildcard should have comment or be unexported (golint)
    • Line 9: warning: exported function IsAllowed should have comment or be unexported (golint)
    • Line 18: warning: exported function AllowedTenants should have comment or be unexported (golint)
    • Line 43: warning: exported function TenantID should have comment or be unexported (golint)
    • orchestrate/pkg/types/entities/private_tx_manager.go
    • Line 5: warning: exported type PrivateTxType should have comment or be unexported (golint)
    • Line 6: warning: exported type PrivateTxManagerType should have comment or be unexported (golint)
    • Line 9: warning: exported const PrivateTxTypeRestricted should have comment (or a comment on this block) or be unexported (golint)
    • Line 14: warning: comment on exported const TesseraGasLimit should be of the form "TesseraGasLimit ..." (golint)
    • Line 18: warning: exported type PrivateTxManager should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/database/db.go
    • Line 3: warning: exported type DB should have comment or be unexported (golint)
    • Line 7: warning: exported type Tx should have comment or be unexported (golint)
    • Line 14: warning: exported function ExecuteInDBTx should have comment or be unexported (golint)
    • orchestrate/pkg/sdk/client/contracts.go
    • Line 13: warning: exported method HTTPClient.RegisterContract should have comment or be unexported (golint)
    • Line 29: warning: exported method HTTPClient.GetContract should have comment or be unexported (golint)
    • Line 46: warning: exported method HTTPClient.GetContractsCatalog should have comment or be unexported (golint)
    • Line 63: warning: exported method HTTPClient.GetContractTags should have comment or be unexported (golint)
    • Line 80: warning: exported method HTTPClient.DeregisterContract should have comment or be unexported (golint)
    • Line 84: warning: exported method HTTPClient.SetContractAddressCodeHash should have comment or be unexported (golint)
    • Line 101: warning: exported method HTTPClient.GetContractEvents should have comment or be unexported (golint)
    • Line 118: warning: exported method HTTPClient.GetContractMethodSignatures should have comment or be unexported (golint)
    • orchestrate/pkg/types/testutils/tx_scheduler_faker.go
    • Line 9: warning: exported const FromAddress should have comment or be unexported (golint)
    • Line 11: warning: exported function FakeSendTransactionRequest should have comment or be unexported (golint)
    • Line 22: warning: exported function FakeSendRawTransactionRequest should have comment or be unexported (golint)
    • Line 31: warning: exported function FakeSendTransferTransactionRequest should have comment or be unexported (golint)
    • Line 42: warning: exported function FakeDeployContractRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function FakeSendTesseraRequest should have comment or be unexported (golint)
    • Line 67: warning: exported function FakeSendOrionRequest should have comment or be unexported (golint)
    • Line 81: warning: exported function FakeCreateScheduleRequest should have comment or be unexported (golint)
    • Line 85: warning: exported function FakeCreateJobRequest should have comment or be unexported (golint)
    • Line 94: warning: exported function FakeJobUpdateRequest should have comment or be unexported (golint)
    • Line 101: warning: exported function FakeJobResponse should have comment or be unexported (golint)
    • orchestrate/pkg/quorum-key-manager/config.go
    • Line 29: warning: exported const URLViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported const MetricsURLViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 57: warning: exported const StoreNameViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 85: warning: exported const AuthAPIKeyViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 99: warning: exported const AuthClientTLSCertViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 106: warning: exported const AuthClientTLSKeyViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 125: warning: exported function Flags should have comment or be unexported (golint)
    • Line 135: warning: exported type Config should have comment or be unexported (golint)
    • Line 141: warning: exported function NewConfigFromViper should have comment or be unexported (golint)
    • orchestrate/services/tx-listener/metrics/metrics.go
    • Line 12: warning: exported const Subsystem should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: exported function NewListenerMetrics should have comment or be unexported (golint)
    • Line 43: warning: exported function NewListenerNopMetrics should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/integration-test/docker/container/quorum-key-manager/qkm-migrate.go
    • Line 15: warning: comment on exported type QuorumKeyManagerMigrate should be of the form "QuorumKeyManagerMigrate ..." (with optional leading article) (golint)
    • Line 18: warning: exported type ConfigMigrate should have comment or be unexported (golint)
    • Line 24: warning: exported function NewDefaultMigrate should have comment or be unexported (golint)
    • Line 32: warning: exported method ConfigMigrate.SetDBPort should have comment or be unexported (golint)
    • Line 37: warning: exported method ConfigMigrate.SetDBHost should have comment or be unexported (golint)
    • Line 42: warning: exported method QuorumKeyManagerMigrate.GenerateContainerConfig should have comment or be unexported (golint)
    • Line 64: warning: exported method QuorumKeyManagerMigrate.WaitForService should have comment or be unexported (golint)
    • orchestrate/services/api/integration-tests/environment.go
    • Line 59: warning: exported type IntegrationEnvironment should have comment or be unexported (golint)
    • Line 72: warning: exported function NewIntegrationEnvironment should have comment or be unexported (golint)
    • Line 191: warning: exported method IntegrationEnvironment.Start should have comment or be unexported (golint)
    • Line 325: warning: exported method IntegrationEnvironment.Teardown should have comment or be unexported (golint)
    • orchestrate/tests/service/stress/config.go
    • Line 37: warning: exported const IterationViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: comment on exported function Iterations should be of the form "Iterations ..." (golint)
    • Line 52: warning: exported const ConcurrencyViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 57: warning: comment on exported function Concurrency should be of the form "Concurrency ..." (golint)
    • Line 67: warning: exported var ArtifactPathViperKey should have comment or be unexported (golint)
    • Line 72: warning: comment on exported function ArtifactPath should be of the form "ArtifactPath ..." (golint)
    • Line 87: warning: comment on exported function GlobalData should be of the form "GlobalData ..." (golint)
    • Line 97: warning: exported const TimeoutViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 102: warning: comment on exported function Timeout should be of the form "Timeout ..." (golint)
    • Line 110: warning: exported type Config should have comment or be unexported (golint)
    • Line 118: warning: exported function InitConfig should have comment or be unexported (golint)
    • orchestrate/pkg/broker/sarama/mock/sync_producer.go
    • Line 7: warning: exported type MockSyncProducer should have comment or be unexported (golint)
    • Line 13: warning: exported function NewMockSyncProducer should have comment or be unexported (golint)
    • Line 17: warning: exported method MockSyncProducer.SendMessage should have comment or be unexported (golint)
    • Line 22: warning: exported method MockSyncProducer.SendMessages should have comment or be unexported (golint)
    • Line 29: warning: exported method MockSyncProducer.Close should have comment or be unexported (golint)
    • Line 33: warning: exported method MockSyncProducer.LastMessage should have comment or be unexported (golint)
    • Line 37: warning: exported method MockSyncProducer.Clean should have comment or be unexported (golint)
    • orchestrate/pkg/quorum-key-manager/client.go
    • Line 19: warning: exported function Init should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function GlobalClient should be of the form "GlobalClient ..." (golint)
    • Line 45: warning: exported function GlobalStoreName should have comment or be unexported (golint)
    • Line 49: warning: exported function SetGlobalStoreName should have comment or be unexported (golint)
    • orchestrate/services/tx-listener/session/command.go
    • Line 7: warning: exported type Type should have comment or be unexported (golint)
    • Line 10: warning: exported const START should have comment (or a comment on this block) or be unexported (golint)
    • Line 15: warning: exported type Command should have comment or be unexported (golint)
    • Line 20: warning: exported function CompareConfiguration should have comment or be unexported (golint)
    • orchestrate/services/api/service/formatters/faucets.go
    • Line 14: warning: exported function FormatRegisterFaucetRequest should have comment or be unexported (golint)
    • Line 26: warning: exported function FormatUpdateFaucetRequest should have comment or be unexported (golint)
    • Line 39: warning: exported function FormatFaucetResponse should have comment or be unexported (golint)
    • Line 54: warning: exported function FormatFaucetFilters should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/tls/tls.go
    • Line 101: warning: exported method Option.TLSClientAuth should have comment or be unexported (golint)
    • Line 109: warning: exported method Option.TLSMinVersion should have comment or be unexported (golint)
    • Line 113: warning: exported method Option.TLSMaxVersion should have comment or be unexported (golint)
    • Line 122: warning: exported function NewConfig should have comment or be unexported (golint)
    • orchestrate/tests/service/e2e/utils/contracts.go
    • Line 16: warning: exported type Artifact should have comment or be unexported (golint)
    • Line 22: warning: exported type ContractSpec should have comment or be unexported (golint)
    • Line 27: warning: exported function ParseContracts should have comment or be unexported (golint)
    • Line 41: warning: exported function ParseContract should have comment or be unexported (golint)
    • Line 51: warning: exported function ParseContractCell should have comment or be unexported (golint)
    • Line 83: warning: exported function OpenArtifact should have comment or be unexported (golint)
    • orchestrate/tests/service/e2e/utils/fields.go
    • Line 20: warning: exported function GetField should have comment or be unexported (golint)
    • Line 102: warning: exported function RemoveCell should have comment or be unexported (golint)
    • Line 106: warning: exported function ExtractColumns should have comment or be unexported (golint)
    • Line 149: warning: exported function CmpField should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/handler/dashboard/http.go
    • Line 25: warning: exported type RouterInfoResponse should have comment or be unexported (golint)
    • Line 31: warning: exported function NewRouterInfoResponse should have comment or be unexported (golint)
    • Line 39: warning: exported type ServiceInfoResponse should have comment or be unexported (golint)
    • Line 47: warning: exported function NewServiceInfoResponse should have comment or be unexported (golint)
    • Line 57: warning: exported type MiddlewareInfoResponse should have comment or be unexported (golint)
    • Line 64: warning: exported function NewMiddlewareInfoResponse should have comment or be unexported (golint)
    • Line 73: warning: exported type HTTP should have comment or be unexported (golint)
    • Line 77: warning: exported function NewHTTP should have comment or be unexported (golint)
    • Line 83: warning: exported method HTTP.Append should have comment or be unexported (golint)
    • Line 93: warning: exported method HTTP.ServeHTTPInfos should have comment or be unexported (golint)
    • Line 121: warning: exported method HTTP.ServeHTTPGetRouters should have comment or be unexported (golint)
    • Line 153: warning: exported method HTTP.ServeHTTPGetRouter should have comment or be unexported (golint)
    • Line 173: warning: exported method HTTP.ServeHTTPGetServices should have comment or be unexported (golint)
    • Line 205: warning: exported method HTTP.ServeHTTPGetService should have comment or be unexported (golint)
    • Line 225: warning: exported method HTTP.ServeHTTPGetMiddlewares should have comment or be unexported (golint)
    • Line 257: warning: exported method HTTP.ServeHTTPGetMiddleware should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/tcp/router.go
    • Line 123: warning: comment on exported method Router.TCPForwarder should be of the form "TCPForwarder ..." (golint)
    • Line 133: warning: comment on exported method Router.TLSForwarder should be of the form "TLSForwarder ..." (golint)
    • orchestrate/pkg/toolkit/app/log/config.go
    • Line 25: warning: exported const LevelViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported const FormatViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported const TimestampViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported var ECSJsonFormatter should have comment or be unexported (golint)
    • Line 52: warning: exported function Flags should have comment or be unexported (golint)
    • Line 81: warning: exported function NewConfig should have comment or be unexported (golint)
    • Line 89: warning: exported type Config should have comment or be unexported (golint)
    • Line 95: warning: exported method Config.ToTraefik should have comment or be unexported (golint)
    • orchestrate/pkg/types/testutils/tx_request_faker.go
    • Line 9: warning: exported function FakeTxRequest should have comment or be unexported (golint)
    • Line 20: warning: exported function FakeRawTxRequest should have comment or be unexported (golint)
    • Line 31: warning: exported function FakeTransferTxRequest should have comment or be unexported (golint)
    • Line 42: warning: exported function FakeTesseraTxRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function FakeOrionTxRequest should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/auth/jwt/generator/generator.go
    • Line 17: warning: exported type JWTGenerator should have comment or be unexported (golint)
    • Line 22: warning: exported function New should have comment or be unexported (golint)
    • Line 34: warning: exported method JWTGenerator.GenerateAccessTokenWithTenantID should have comment or be unexported (golint)
    • Line 38: warning: exported method JWTGenerator.GenerateAccessToken should have comment or be unexported (golint)
    • Line 84: warning: exported method JWTGenerator.GenerateIDToken should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/integration-test/kafka.go
    • Line 18: warning: exported type KafkaConsumer should have comment or be unexported (golint)
    • Line 27: warning: exported function NewKafkaTestConsumer should have comment or be unexported (golint)
    • Line 51: warning: exported method KafkaConsumer.Start should have comment or be unexported (golint)
    • Line 80: warning: exported method KafkaConsumer.Stop should have comment or be unexported (golint)
    • Line 85: warning: exported method KafkaConsumer.WaitForEnvelope should have comment or be unexported (golint)
    • orchestrate/pkg/types/entities/filters.go
    • Line 5: warning: exported type JobFilters should have comment or be unexported (golint)
    • Line 15: warning: exported type TransactionRequestFilters should have comment or be unexported (golint)
    • Line 19: warning: exported type FaucetFilters should have comment or be unexported (golint)
    • Line 24: warning: exported type AccountFilters should have comment or be unexported (golint)
    • Line 28: warning: exported type ChainFilters should have comment or be unexported (golint)
    • orchestrate/tests/handlers/consumer/consumer.go
    • Line 9: warning: exported type EmbeddingConsumerGroupHandler should have comment or be unexported (golint)
    • Line 14: warning: exported function NewEmbeddingConsumerGroupHandler should have comment or be unexported (golint)
    • Line 21: warning: exported method EmbeddingConsumerGroupHandler.Setup should have comment or be unexported (golint)
    • Line 27: warning: exported method EmbeddingConsumerGroupHandler.IsReady should have comment or be unexported (golint)
    • Line 31: warning: exported method EmbeddingConsumerGroupHandler.ConsumeClaim should have comment or be unexported (golint)
    • Line 35: warning: exported method EmbeddingConsumerGroupHandler.Cleanup should have comment or be unexported (golint)
    • orchestrate/services/tx-sender/service/listener.go
    • Line 26: warning: exported type MessageListener should have comment or be unexported (golint)
    • Line 38: warning: exported function NewMessageListener should have comment or be unexported (golint)
    • Line 55: warning: exported method MessageListener.Setup should have comment or be unexported (golint)
    • Line 65: warning: exported method MessageListener.Cleanup should have comment or be unexported (golint)
    • Line 76: warning: exported method MessageListener.ConsumeClaim should have comment or be unexported (golint)
    • orchestrate/services/api/business/parsers/chains.go
    • Line 8: warning: exported function NewChainFromModel should have comment or be unexported (golint)
    • Line 32: warning: exported function NewPrivateTxManagerFromModel should have comment or be unexported (golint)
    • Line 42: warning: exported function NewChainModelFromEntity should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/metrics/testutils/asserts.go
    • Line 12: warning: exported function AssertCounter should have comment or be unexported (golint)
    • Line 16: warning: exported function AssertGauge should have comment or be unexported (golint)
    • Line 20: warning: exported function AssertHistogram should have comment or be unexported (golint)
    • Line 24: warning: exported function AssertMetricFamily should have comment or be unexported (golint)
    • Line 29: warning: exported function AssertCounterFamily should have comment or be unexported (golint)
    • Line 38: warning: exported function AssertGaugeFamily should have comment or be unexported (golint)
    • Line 47: warning: exported function AssertHistogramFamily should have comment or be unexported (golint)
    • Line 56: warning: exported function AssertFamilyValue should have comment or be unexported (golint)
    • orchestrate/pkg/ethereum/abi/types.go
    • Line 1: warning: package comment should be of the form "Package abi ..." (golint)
    • Line 13: warning: exported type Method should have comment or be unexported (golint)
    • Line 21: warning: exported method Method.Sig should have comment or be unexported (golint)
    • Line 30: warning: exported method Method.ID should have comment or be unexported (golint)
    • Line 34: warning: exported type Event should have comment or be unexported (golint)
    • Line 41: warning: exported method Event.Sig should have comment or be unexported (golint)
    • Line 49: warning: exported method Event.ID should have comment or be unexported (golint)
    • orchestrate/services/tx-listener/session/ethereum/offset/chain-registry/manager.go
    • Line 18: warning: exported type Manager should have comment or be unexported (golint)
    • Line 23: warning: exported function NewManager should have comment or be unexported (golint)
    • Line 30: warning: exported method Manager.GetLastBlockNumber should have comment or be unexported (golint)
    • Line 40: warning: exported method Manager.SetLastBlockNumber should have comment or be unexported (golint)
    • Line 54: warning: exported method Manager.GetLastTxIndex should have comment or be unexported (golint)
    • Line 62: warning: exported method Manager.SetLastTxIndex should have comment or be unexported (golint)
    • orchestrate/services/api/store/postgres/data-agents/transaction.go
    • Line 18: warning: comment on exported type PGTransaction should be of the form "PGTransaction ..." (with optional leading article) (golint)
    • Line 24: warning: comment on exported function NewPGTransaction should be of the form "NewPGTransaction ..." (golint)
    • Line 44: warning: comment on exported method PGTransaction.Update should be of the form "Update ..." (golint)
    • orchestrate/services/tx-sender/config.go
    • Line 41: warning: exported const MetricsURLViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 48: warning: exported const NonceMaxRecoveryViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 59: warning: exported const NonceManagerTypeInMemory should have comment (or a comment on this block) or be unexported (golint)
    • Line 65: warning: exported const NonceManagerExpirationViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 72: warning: exported const KafkaConsumerViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 124: warning: exported type Config should have comment or be unexported (golint)
    • Line 138: warning: exported function NewConfig should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/options.go
    • Line 30: warning: exported type Option should have comment or be unexported (golint)
    • Line 32: warning: exported function ProviderOpt should have comment or be unexported (golint)
    • Line 39: warning: exported function MiddlewareOpt should have comment or be unexported (golint)
    • Line 54: warning: exported function HandlerOpt should have comment or be unexported (golint)
    • Line 70: warning: exported function MultiTenancyOpt should have comment or be unexported (golint)
    • Line 97: warning: exported function LoggerOpt should have comment or be unexported (golint)
    • Line 103: warning: exported function LoggerMiddlewareOpt should have comment or be unexported (golint)
    • Line 123: warning: exported function SwaggerOpt should have comment or be unexported (golint)
    • Line 159: warning: exported function MetricsOpt should have comment or be unexported (golint)
    • Line 198: warning: exported function DashboardOpt should have comment or be unexported (golint)
    • Line 228: warning: exported function HealthcheckOpt should have comment or be unexported (golint)
    • Line 268: warning: exported function PrometheusOpt should have comment or be unexported (golint)
    • Line 310: warning: exported function CombineOptions should have comment or be unexported (golint)
    • orchestrate/pkg/sdk/client/transactions.go
    • Line 13: warning: exported method HTTPClient.SendContractTransaction should have comment or be unexported (golint)
    • Line 30: warning: exported method HTTPClient.SendDeployTransaction should have comment or be unexported (golint)
    • Line 47: warning: exported method HTTPClient.SendRawTransaction should have comment or be unexported (golint)
    • Line 64: warning: exported method HTTPClient.SendTransferTransaction should have comment or be unexported (golint)
    • Line 81: warning: exported method HTTPClient.GetTxRequest should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/middleware/ratelimit/rate_limiter.go
    • Line 18: warning: exported type Builder should have comment or be unexported (golint)
    • Line 22: warning: exported function NewBuilder should have comment or be unexported (golint)
    • Line 28: warning: exported method Builder.Build should have comment or be unexported (golint)
    • Line 45: warning: exported type RateLimit should have comment or be unexported (golint)
    • Line 52: warning: exported function New should have comment or be unexported (golint)
    • Line 61: warning: exported type JSONRpcResponse should have comment or be unexported (golint)
    • Line 66: warning: exported type JSONRpcError should have comment or be unexported (golint)
    • Line 72: warning: exported method RateLimit.Handler should have comment or be unexported (golint)
    • Line 156: warning: exported type Infura429Data should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/log/context.go
    • Line 16: warning: exported type EntryField should have comment or be unexported (golint)
    • Line 21: warning: exported function FromContext should have comment or be unexported (golint)
    • Line 34: warning: exported function WithContext should have comment or be unexported (golint)
    • Line 38: warning: exported function With should have comment or be unexported (golint)
    • Line 42: warning: exported function WithField should have comment or be unexported (golint)
    • Line 46: warning: exported function WithFields should have comment or be unexported (golint)
    • Line 78: warning: exported function Field should have comment or be unexported (golint)
    • orchestrate/services/tx-listener/session/manager.go
    • Line 22: warning: exported type Manager should have comment or be unexported (golint)
    • Line 47: warning: exported function NewManager should have comment or be unexported (golint)
    • Line 62: warning: exported method Manager.Errors should have comment or be unexported (golint)
    • Line 66: warning: exported method Manager.Run should have comment or be unexported (golint)
    • orchestrate/pkg/utils/proxy.go
    • Line 7: warning: exported function GetProxyURL should have comment or be unexported (golint)
    • Line 11: warning: exported function GetProxyTesseraURL should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/handler/dashboard/genstatic/gen.go
    • Line 8: warning: don't use underscores in Go names; var _static_dont_edit_files_in_this_directory_md should be _staticDontEditFilesInThisDirectoryMd (golint)
    • Line 11: warning: don't use underscores in Go names; func static_dont_edit_files_in_this_directory_md should be staticDontEditFilesInThisDirectoryMd (golint)
    • Line 15: warning: don't use underscores in Go names; var _static_css_0af0fca4_e3d6530d_css should be _staticCSS0af0fca4E3d6530dCSS (golint)
    • Line 17: warning: don't use underscores in Go names; func static_css_0af0fca4_e3d6530d_css should be staticCSS0af0fca4E3d6530dCSS (golint)
    • Line 21: warning: don't use underscores in Go names; var _static_css_0fba1f4c_0e8b0db6_css should be _staticCSS0fba1f4c0e8b0db6CSS (golint)
    • Line 23: warning: don't use underscores in Go names; func static_css_0fba1f4c_0e8b0db6_css should be staticCSS0fba1f4c0e8b0db6CSS (golint)
    • Line 27: warning: don't use underscores in Go names; var _static_css_3fff7aa8_0e8b0db6_css should be _staticCSS3fff7aa8_0e8b0db6CSS (golint)
    • Line 29: warning: don't use underscores in Go names; func static_css_3fff7aa8_0e8b0db6_css should be staticCSS3fff7aa8_0e8b0db6CSS (golint)
    • Line 33: warning: don't use underscores in Go names; var _static_css_4f849804_0e8b0db6_css should be _staticCSS4f849804_0e8b0db6CSS (golint)
    • Line 35: warning: don't use underscores in Go names; func static_css_4f849804_0e8b0db6_css should be staticCSS4f849804_0e8b0db6CSS (golint)
    • Line 39: warning: don't use underscores in Go names; var _static_css_524389aa_619bfb84_css should be _staticCSS524389aa619bfb84CSS (golint)
    • Line 41: warning: don't use underscores in Go names; func static_css_524389aa_619bfb84_css should be staticCSS524389aa619bfb84CSS (golint)
    • Line 45: warning: don't use underscores in Go names; var _static_css_5b678fb6_b61cea24_css should be _staticCSS5b678fb6B61cea24CSS (golint)
    • Line 47: warning: don't use underscores in Go names; func static_css_5b678fb6_b61cea24_css should be staticCSS5b678fb6B61cea24CSS (golint)
    • Line 51: warning: don't use underscores in Go names; var _static_css_691c1182_ed0ee510_css should be _staticCSS691c1182Ed0ee510CSS (golint)
    • Line 53: warning: don't use underscores in Go names; func static_css_691c1182_ed0ee510_css should be staticCSS691c1182Ed0ee510CSS (golint)
    • Line 57: warning: don't use underscores in Go names; var _static_css_7ba452e3_37efe53c_css should be _staticCSS7ba452e3_37efe53cCSS (golint)
    • Line 59: warning: don't use underscores in Go names; func static_css_7ba452e3_37efe53c_css should be staticCSS7ba452e3_37efe53cCSS (golint)
    • Line 63: warning: don't use underscores in Go names; var _static_css_87fca1b4_8c8c2eec_css should be _staticCSS87fca1b4_8c8c2eecCSS (golint)
    • Line 65: warning: don't use underscores in Go names; func static_css_87fca1b4_8c8c2eec_css should be staticCSS87fca1b4_8c8c2eecCSS (golint)
    • Line 69: warning: don't use underscores in Go names; var _static_css_90331434_0e8b0db6_css should be _staticCSS90331434_0e8b0db6CSS (golint)
    • Line 71: warning: don't use underscores in Go names; func static_css_90331434_0e8b0db6_css should be staticCSS90331434_0e8b0db6CSS (golint)
    • Line 75: warning: don't use underscores in Go names; var _static_css_app_e4fba3f1_css should be _staticCSSAppE4fba3f1CSS (golint)
    • Line 77: warning: don't use underscores in Go names; func static_css_app_e4fba3f1_css should be staticCSSAppE4fba3f1CSS (golint)
    • Line 81: warning: don't use underscores in Go names; var _static_css_b987781a_0e8b0db6_css should be _staticCSSB987781a0e8b0db6CSS (golint)
    • Line 83: warning: don't use underscores in Go names; func static_css_b987781a_0e8b0db6_css should be staticCSSB987781a0e8b0db6CSS (golint)
    • Line 87: warning: don't use underscores in Go names; var _static_css_d53c1dca_b4e7c5a7_css should be _staticCSSD53c1dcaB4e7c5a7CSS (golint)
    • Line 89: warning: don't use underscores in Go names; func static_css_d53c1dca_b4e7c5a7_css should be staticCSSD53c1dcaB4e7c5a7CSS (golint)
    • Line 93: warning: don't use underscores in Go names; var _static_fonts_eva_icons_5073ed91_woff2 should be _staticFontsEvaIcons5073ed91Woff2 (golint)
    • Line 95: warning: don't use underscores in Go names; func static_fonts_eva_icons_5073ed91_woff2 should be staticFontsEvaIcons5073ed91Woff2 (golint)
    • Line 99: warning: don't use underscores in Go names; var _static_fonts_eva_icons_f8715d99_woff should be _staticFontsEvaIconsF8715d99Woff (golint)
    • Line 101: warning: don't use underscores in Go names; func static_fonts_eva_icons_f8715d99_woff should be staticFontsEvaIconsF8715d99Woff (golint)
    • Line 105: warning: don't use underscores in Go names; var _static_fonts_kfokcnqeu92fr1mmgvxiizq_5cb7edfc_woff should be _staticFontsKfokcnqeu92fr1mmgvxiizq5cb7edfcWoff (golint)
    • Line 107: warning: don't use underscores in Go names; func static_fonts_kfokcnqeu92fr1mmgvxiizq_5cb7edfc_woff should be staticFontsKfokcnqeu92fr1mmgvxiizq5cb7edfcWoff (golint)
    • Line 111: warning: don't use underscores in Go names; var _static_fonts_kfolcnqeu92fr1mmeu9fbbc_87284894_woff should be _staticFontsKfolcnqeu92fr1mmeu9fbbc87284894Woff (golint)
    • Line 113: warning: don't use underscores in Go names; func static_fonts_kfolcnqeu92fr1mmeu9fbbc_87284894_woff should be staticFontsKfolcnqeu92fr1mmeu9fbbc87284894Woff (golint)
    • Line 117: warning: don't use underscores in Go names; var _static_fonts_kfolcnqeu92fr1mmsu5fbbc_b00849e0_woff should be _staticFontsKfolcnqeu92fr1mmsu5fbbcB00849e0Woff (golint)
    • Line 119: warning: don't use underscores in Go names; func static_fonts_kfolcnqeu92fr1mmsu5fbbc_b00849e0_woff should be staticFontsKfolcnqeu92fr1mmsu5fbbcB00849e0Woff (golint)
    • Line 123: warning: don't use underscores in Go names; var _static_fonts_kfolcnqeu92fr1mmwulfbbc_adcde98f_woff should be _staticFontsKfolcnqeu92fr1mmwulfbbcAdcde98fWoff (golint)
    • Line 125: warning: don't use underscores in Go names; func static_fonts_kfolcnqeu92fr1mmwulfbbc_adcde98f_woff should be staticFontsKfolcnqeu92fr1mmwulfbbcAdcde98fWoff (golint)
    • Line 129: warning: don't use underscores in Go names; var _static_fonts_kfolcnqeu92fr1mmyutfbbc_bb1e4dc6_woff should be _staticFontsKfolcnqeu92fr1mmyutfbbcBb1e4dc6Woff (golint)
    • Line 131: warning: don't use underscores in Go names; func static_fonts_kfolcnqeu92fr1mmyutfbbc_bb1e4dc6_woff should be staticFontsKfolcnqeu92fr1mmyutfbbcBb1e4dc6Woff (golint)
    • Line 135: warning: don't use underscores in Go names; var _static_fonts_kfomcnqeu92fr1mu4mxm_60fa3c06_woff should be _staticFontsKfomcnqeu92fr1mu4mxm60fa3c06Woff (golint)
    • Line 137: warning: don't use underscores in Go names; func static_fonts_kfomcnqeu92fr1mu4mxm_60fa3c06_woff should be staticFontsKfomcnqeu92fr1mu4mxm60fa3c06Woff (golint)
    • Line 141: warning: don't use underscores in Go names; var _static_fonts_fluhrq6tzzclqej_vdg_iuiadsna_29b882f0_woff should be _staticFontsFluhrq6tzzclqejVdgIuiadsna29b882f0Woff (golint)
    • Line 143: warning: don't use underscores in Go names; func static_fonts_fluhrq6tzzclqej_vdg_iuiadsna_29b882f0_woff should be staticFontsFluhrq6tzzclqejVdgIuiadsna29b882f0Woff (golint)
    • Line 147: warning: don't use underscores in Go names; var _static_fonts_fluhrq6tzzclqej_vdg_iuiadsncihq8tq_0509ab09_woff2 should be _staticFontsFluhrq6tzzclqejVdgIuiadsncihq8tq0509ab09Woff2 (golint)
    • Line 149: warning: don't use underscores in Go names; func static_fonts_fluhrq6tzzclqej_vdg_iuiadsncihq8tq_0509ab09_woff2 should be staticFontsFluhrq6tzzclqejVdgIuiadsncihq8tq0509ab09Woff2 (golint)
    • Line 153: warning: don't use underscores in Go names; var _static_fonts_nunito_v11_latin_600_73d4296d_eot should be _staticFontsNunitoV11Latin600_73d4296dEot (golint)
    • Line 155: warning: don't use underscores in Go names; func static_fonts_nunito_v11_latin_600_73d4296d_eot should be staticFontsNunitoV11Latin600_73d4296dEot (golint)
    • Line 159: warning: don't use underscores in Go names; var _static_fonts_nunito_v11_latin_600_b10ecee2_woff2 should be _staticFontsNunitoV11Latin600B10ecee2Woff2 (golint)
    • Line 161: warning: don't use underscores in Go names; func static_fonts_nunito_v11_latin_600_b10ecee2_woff2 should be staticFontsNunitoV11Latin600B10ecee2Woff2 (golint)
    • Line 165: warning: don't use underscores in Go names; var _static_fonts_nunito_v11_latin_600_c3de2301_woff should be _staticFontsNunitoV11Latin600C3de2301Woff (golint)
    • Line 167: warning: don't use underscores in Go names; func static_fonts_nunito_v11_latin_600_c3de2301_woff should be staticFontsNunitoV11Latin600C3de2301Woff (golint)
    • Line 171: warning: don't use underscores in Go names; var _static_fonts_nunito_v11_latin_600_ed019f3d_ttf should be _staticFontsNunitoV11Latin600Ed019f3dTtf (golint)
    • Line 173: warning: don't use underscores in Go names; func static_fonts_nunito_v11_latin_600_ed019f3d_ttf should be staticFontsNunitoV11Latin600Ed019f3dTtf (golint)
    • Line 177: warning: don't use underscores in Go names; var _static_fonts_nunito_v11_latin_700_407e301e_ttf should be _staticFontsNunitoV11Latin700_407e301eTtf (golint)
    • Line 179: warning: don't use underscores in Go names; func static_fonts_nunito_v11_latin_700_407e301e_ttf should be staticFontsNunitoV11Latin700_407e301eTtf (golint)
    • Line 183: warning: don't use underscores in Go names; var _static_fonts_nunito_v11_latin_700_623f5ed4_woff should be _staticFontsNunitoV11Latin700_623f5ed4Woff (golint)
    • Line 185: warning: don't use underscores in Go names; func static_fonts_nunito_v11_latin_700_623f5ed4_woff should be staticFontsNunitoV11Latin700_623f5ed4Woff (golint)
    • Line 189: warning: don't use underscores in Go names; var _static_fonts_nunito_v11_latin_700_91ae827a_woff2 should be _staticFontsNunitoV11Latin700_91ae827aWoff2 (golint)
    • Line 191: warning: don't use underscores in Go names; func static_fonts_nunito_v11_latin_700_91ae827a_woff2 should be staticFontsNunitoV11Latin700_91ae827aWoff2 (golint)
    • Line 195: warning: don't use underscores in Go names; var _static_fonts_nunito_v11_latin_700_cd3ca521_eot should be _staticFontsNunitoV11Latin700Cd3ca521Eot (golint)
    • Line 197: warning: don't use underscores in Go names; func static_fonts_nunito_v11_latin_700_cd3ca521_eot should be staticFontsNunitoV11Latin700Cd3ca521Eot (golint)
    • Line 201: warning: don't use underscores in Go names; var _static_fonts_nunito_v11_latin_regular_6386ba6a_woff should be _staticFontsNunitoV11LatinRegular6386ba6aWoff (golint)
    • Line 203: warning: don't use underscores in Go names; func static_fonts_nunito_v11_latin_regular_6386ba6a_woff should be staticFontsNunitoV11LatinRegular6386ba6aWoff (golint)
    • Line 207: warning: don't use underscores in Go names; var _static_fonts_nunito_v11_latin_regular_a9bde006_eot should be _staticFontsNunitoV11LatinRegularA9bde006Eot (golint)
    • Line 209: warning: don't use underscores in Go names; func static_fonts_nunito_v11_latin_regular_a9bde006_eot should be staticFontsNunitoV11LatinRegularA9bde006Eot (golint)
    • Line 213: warning: don't use underscores in Go names; var _static_fonts_nunito_v11_latin_regular_c2f9a79d_ttf should be _staticFontsNunitoV11LatinRegularC2f9a79dTtf (golint)
    • Line 215: warning: don't use underscores in Go names; func static_fonts_nunito_v11_latin_regular_c2f9a79d_ttf should be staticFontsNunitoV11LatinRegularC2f9a79dTtf (golint)
    • Line 219: warning: don't use underscores in Go names; var _static_fonts_nunito_v11_latin_regular_de6068bf_woff2 should be _staticFontsNunitoV11LatinRegularDe6068bfWoff2 (golint)
    • Line 221: warning: don't use underscores in Go names; func static_fonts_nunito_v11_latin_regular_de6068bf_woff2 should be staticFontsNunitoV11LatinRegularDe6068bfWoff2 (golint)
    • Line 225: warning: don't use underscores in Go names; var _static_img_nunito_v11_latin_600_ba9b2e02_svg should be _staticImgNunitoV11Latin600Ba9b2e02Svg (golint)
    • Line 665: warning: don't use underscores in Go names; func static_img_nunito_v11_latin_600_ba9b2e02_svg should be staticImgNunitoV11Latin600Ba9b2e02Svg (golint)
    • Line 669: warning: don't use underscores in Go names; var _static_img_nunito_v11_latin_700_8fd51579_svg should be _staticImgNunitoV11Latin700_8fd51579Svg (golint)
    • Line 1110: warning: don't use underscores in Go names; func static_img_nunito_v11_latin_700_8fd51579_svg should be staticImgNunitoV11Latin700_8fd51579Svg (golint)
    • Line 1114: warning: don't use underscores in Go names; var _static_img_nunito_v11_latin_regular_5106101c_svg should be _staticImgNunitoV11LatinRegular5106101cSvg (golint)
    • Line 1553: warning: don't use underscores in Go names; func static_img_nunito_v11_latin_regular_5106101c_svg should be staticImgNunitoV11LatinRegular5106101cSvg (golint)
    • Line 1557: warning: don't use underscores in Go names; var _static_index_html should be _staticIndexHTML (golint)
    • Line 1559: warning: don't use underscores in Go names; func static_index_html should be staticIndexHTML (golint)
    • Line 1563: warning: don't use underscores in Go names; var _static_js_0af0fca4_271bd48d_js should be _staticJs0af0fca4_271bd48dJs (golint)
    • Line 1565: warning: don't use underscores in Go names; func static_js_0af0fca4_271bd48d_js should be staticJs0af0fca4_271bd48dJs (golint)
    • Line 1569: warning: don't use underscores in Go names; var _static_js_0fba1f4c_5a437bc7_js should be _staticJs0fba1f4c5a437bc7Js (golint)
    • Line 1571: warning: don't use underscores in Go names; func static_js_0fba1f4c_5a437bc7_js should be staticJs0fba1f4c5a437bc7Js (golint)
    • Line 1575: warning: don't use underscores in Go names; var _static_js_2d21e8fd_f3d2bb6c_js should be _staticJs2d21e8fdF3d2bb6cJs (golint)
    • Line 1577: warning: don't use underscores in Go names; func static_js_2d21e8fd_f3d2bb6c_js should be staticJs2d21e8fdF3d2bb6cJs (golint)
    • Line 1581: warning: don't use underscores in Go names; var _static_js_3fff7aa8_f8383ac0_js should be _staticJs3fff7aa8F8383ac0Js (golint)
    • Line 1583: warning: don't use underscores in Go names; func static_js_3fff7aa8_f8383ac0_js should be staticJs3fff7aa8F8383ac0Js (golint)
    • Line 1587: warning: don't use underscores in Go names; var _static_js_4f849804_d43b703e_js should be _staticJs4f849804D43b703eJs (golint)
    • Line 1589: warning: don't use underscores in Go names; func static_js_4f849804_d43b703e_js should be staticJs4f849804D43b703eJs (golint)
    • Line 1593: warning: don't use underscores in Go names; var _static_js_524389aa_21dfc9ee_js should be _staticJs524389aa21dfc9eeJs (golint)
    • Line 1595: warning: don't use underscores in Go names; func static_js_524389aa_21dfc9ee_js should be staticJs524389aa21dfc9eeJs (golint)
    • Line 1599: warning: don't use underscores in Go names; var _static_js_5b678fb6_15401ef6_js should be _staticJs5b678fb6_15401ef6Js (golint)
    • Line 1601: warning: don't use underscores in Go names; func static_js_5b678fb6_15401ef6_js should be staticJs5b678fb6_15401ef6Js (golint)
    • Line 1605: warning: don't use underscores in Go names; var _static_js_691c1182_b0154df3_js should be _staticJs691c1182B0154df3Js (golint)
    • Line 1614: warning: don't use underscores in Go names; func static_js_691c1182_b0154df3_js should be staticJs691c1182B0154df3Js (golint)
    • Line 1618: warning: don't use underscores in Go names; var _static_js_7ba452e3_71a69a60_js should be _staticJs7ba452e3_71a69a60Js (golint)
    • Line 1620: warning: don't use underscores in Go names; func static_js_7ba452e3_71a69a60_js should be staticJs7ba452e3_71a69a60Js (golint)
    • Line 1624: warning: don't use underscores in Go names; var _static_js_87fca1b4_ac9c2dc6_js should be _staticJs87fca1b4Ac9c2dc6Js (golint)
    • Line 1626: warning: don't use underscores in Go names; func static_js_87fca1b4_ac9c2dc6_js should be staticJs87fca1b4Ac9c2dc6Js (golint)
    • Line 1630: warning: don't use underscores in Go names; var _static_js_90331434_b2a28287_js should be _staticJs90331434B2a28287Js (golint)
    • Line 1632: warning: don't use underscores in Go names; func static_js_90331434_b2a28287_js should be staticJs90331434B2a28287Js (golint)
    • Line 1636: warning: don't use underscores in Go names; var _static_js_app_6380dcf2_js should be _staticJsApp6380dcf2Js (golint)
    • Line 1638: warning: don't use underscores in Go names; func static_js_app_6380dcf2_js should be staticJsApp6380dcf2Js (golint)
    • Line 1642: warning: don't use underscores in Go names; var _static_js_b987781a_5ff42e91_js should be _staticJsB987781a5ff42e91Js (golint)
    • Line 1644: warning: don't use underscores in Go names; func static_js_b987781a_5ff42e91_js should be staticJsB987781a5ff42e91Js (golint)
    • Line 1648: warning: don't use underscores in Go names; var _static_js_d53c1dca_d3bd8630_js should be _staticJsD53c1dcaD3bd8630Js (golint)
    • Line 1650: warning: don't use underscores in Go names; func static_js_d53c1dca_d3bd8630_js should be staticJsD53c1dcaD3bd8630Js (golint)
    • Line 1654: warning: don't use underscores in Go names; var _static_js_vendor_49a1849c_js should be _staticJsVendor49a1849cJs (golint)
    • Line 1709: warning: don't use underscores in Go names; func static_js_vendor_49a1849c_js should be staticJsVendor49a1849cJs (golint)
    • Line 1713: warning: don't use underscores in Go names; var _static_manifest_json should be _staticManifestJSON (golint)
    • Line 1715: warning: don't use underscores in Go names; func static_manifest_json should be staticManifestJSON (golint)
    • Line 1719: warning: don't use underscores in Go names; var _static_precache_manifest_07ac4a27fd0ec5f39fac14592103177a_js should be _staticPrecacheManifest07ac4a27fd0ec5f39fac14592103177aJs (golint)
    • Line 2038: warning: don't use underscores in Go names; func static_precache_manifest_07ac4a27fd0ec5f39fac14592103177a_js should be staticPrecacheManifest07ac4a27fd0ec5f39fac14592103177aJs (golint)
    • Line 2042: warning: don't use underscores in Go names; var _static_service_worker_js should be _staticServiceWorkerJs (golint)
    • Line 2076: warning: don't use underscores in Go names; func static_service_worker_js should be staticServiceWorkerJs (golint)
    • Line 2080: warning: don't use underscores in Go names; var _static_statics_app_logo_128x128_png should be _staticStaticsAppLogo128x128Png (golint)
    • Line 2082: warning: don't use underscores in Go names; func static_statics_app_logo_128x128_png should be staticStaticsAppLogo128x128Png (golint)
    • Line 2086: warning: don't use underscores in Go names; var _static_statics_icons_apple_icon_120x120_png should be _staticStaticsIconsAppleIcon120x120Png (golint)
    • Line 2088: warning: don't use underscores in Go names; func static_statics_icons_apple_icon_120x120_png should be staticStaticsIconsAppleIcon120x120Png (golint)
    • Line 2092: warning: don't use underscores in Go names; var _static_statics_icons_apple_icon_152x152_png should be _staticStaticsIconsAppleIcon152x152Png (golint)
    • Line 2094: warning: don't use underscores in Go names; func static_statics_icons_apple_icon_152x152_png should be staticStaticsIconsAppleIcon152x152Png (golint)
    • Line 2098: warning: don't use underscores in Go names; var _static_statics_icons_apple_icon_167x167_png should be _staticStaticsIconsAppleIcon167x167Png (golint)
    • Line 2100: warning: don't use underscores in Go names; func static_statics_icons_apple_icon_167x167_png should be staticStaticsIconsAppleIcon167x167Png (golint)
    • Line 2104: warning: don't use underscores in Go names; var _static_statics_icons_apple_icon_180x180_png should be _staticStaticsIconsAppleIcon180x180Png (golint)
    • Line 2106: warning: don't use underscores in Go names; func static_statics_icons_apple_icon_180x180_png should be staticStaticsIconsAppleIcon180x180Png (golint)
    • Line 2110: warning: don't use underscores in Go names; var _static_statics_icons_favicon_16x16_png should be _staticStaticsIconsFavicon16x16Png (golint)
    • Line 2112: warning: don't use underscores in Go names; func static_statics_icons_favicon_16x16_png should be staticStaticsIconsFavicon16x16Png (golint)
    • Line 2116: warning: don't use underscores in Go names; var _static_statics_icons_favicon_32x32_png should be _staticStaticsIconsFavicon32x32Png (golint)
    • Line 2118: warning: don't use underscores in Go names; func static_statics_icons_favicon_32x32_png should be staticStaticsIconsFavicon32x32Png (golint)
    • Line 2122: warning: don't use underscores in Go names; var _static_statics_icons_favicon_96x96_png should be _staticStaticsIconsFavicon96x96Png (golint)
    • Line 2124: warning: don't use underscores in Go names; func static_statics_icons_favicon_96x96_png should be staticStaticsIconsFavicon96x96Png (golint)
    • Line 2128: warning: don't use underscores in Go names; var _static_statics_icons_favicon_ico should be _staticStaticsIconsFaviconIco (golint)
    • Line 2130: warning: don't use underscores in Go names; func static_statics_icons_favicon_ico should be staticStaticsIconsFaviconIco (golint)
    • Line 2134: warning: don't use underscores in Go names; var _static_statics_icons_icon_128x128_png should be _staticStaticsIconsIcon128x128Png (golint)
    • Line 2136: warning: don't use underscores in Go names; func static_statics_icons_icon_128x128_png should be staticStaticsIconsIcon128x128Png (golint)
    • Line 2140: warning: don't use underscores in Go names; var _static_statics_icons_icon_192x192_png should be _staticStaticsIconsIcon192x192Png (golint)
    • Line 2142: warning: don't use underscores in Go names; func static_statics_icons_icon_192x192_png should be staticStaticsIconsIcon192x192Png (golint)
    • Line 2146: warning: don't use underscores in Go names; var _static_statics_icons_icon_256x256_png should be _staticStaticsIconsIcon256x256Png (golint)
    • Line 2148: warning: don't use underscores in Go names; func static_statics_icons_icon_256x256_png should be staticStaticsIconsIcon256x256Png (golint)
    • Line 2152: warning: don't use underscores in Go names; var _static_statics_icons_icon_384x384_png should be _staticStaticsIconsIcon384x384Png (golint)
    • Line 2154: warning: don't use underscores in Go names; func static_statics_icons_icon_384x384_png should be staticStaticsIconsIcon384x384Png (golint)
    • Line 2158: warning: don't use underscores in Go names; var _static_statics_icons_icon_512x512_png should be _staticStaticsIconsIcon512x512Png (golint)
    • Line 2160: warning: don't use underscores in Go names; func static_statics_icons_icon_512x512_png should be staticStaticsIconsIcon512x512Png (golint)
    • Line 2164: warning: don't use underscores in Go names; var _static_statics_icons_ms_icon_144x144_png should be _staticStaticsIconsMsIcon144x144Png (golint)
    • Line 2166: warning: don't use underscores in Go names; func static_statics_icons_ms_icon_144x144_png should be staticStaticsIconsMsIcon144x144Png (golint)
    • Line 2170: warning: don't use underscores in Go names; var _static_statics_icons_safari_pinned_tab_svg should be _staticStaticsIconsSafariPinnedTabSvg (golint)
    • Line 2175: warning: don't use underscores in Go names; func static_statics_icons_safari_pinned_tab_svg should be staticStaticsIconsSafariPinnedTabSvg (golint)
    • Line 2179: warning: don't use underscores in Go names; var _static_statics_providers_docker_svg should be _staticStaticsProvidersDockerSvg (golint)
    • Line 2187: warning: don't use underscores in Go names; func static_statics_providers_docker_svg should be staticStaticsProvidersDockerSvg (golint)
    • Line 2191: warning: don't use underscores in Go names; var _static_statics_providers_file_svg should be _staticStaticsProvidersFileSvg (golint)
    • Line 2199: warning: don't use underscores in Go names; func static_statics_providers_file_svg should be staticStaticsProvidersFileSvg (golint)
    • Line 2203: warning: don't use underscores in Go names; var _static_statics_providers_kubernetes_svg should be _staticStaticsProvidersKubernetesSvg (golint)
    • Line 2211: warning: don't use underscores in Go names; func static_statics_providers_kubernetes_svg should be staticStaticsProvidersKubernetesSvg (golint)
    • Line 2215: warning: don't use underscores in Go names; var _static_statics_providers_kubernetescrd_svg should be _staticStaticsProvidersKubernetescrdSvg (golint)
    • Line 2223: warning: don't use underscores in Go names; func static_statics_providers_kubernetescrd_svg should be staticStaticsProvidersKubernetescrdSvg (golint)
    • Line 2227: warning: don't use underscores in Go names; var _static_statics_providers_kubernetesingress_svg should be _staticStaticsProvidersKubernetesingressSvg (golint)
    • Line 2235: warning: don't use underscores in Go names; func static_statics_providers_kubernetesingress_svg should be staticStaticsProvidersKubernetesingressSvg (golint)
    • Line 2239: warning: don't use underscores in Go names; var _static_statics_providers_marathon_svg should be _staticStaticsProvidersMarathonSvg (golint)
    • Line 2260: warning: don't use underscores in Go names; func static_statics_providers_marathon_svg should be staticStaticsProvidersMarathonSvg (golint)
    • Line 2264: warning: don't use underscores in Go names; var _static_statics_providers_rancher_svg should be _staticStaticsProvidersRancherSvg (golint)
    • Line 2272: warning: don't use underscores in Go names; func static_statics_providers_rancher_svg should be staticStaticsProvidersRancherSvg (golint)
    • Line 2276: warning: don't use underscores in Go names; var _static_statics_providers_rest_svg should be _staticStaticsProvidersRestSvg (golint)
    • Line 2284: warning: don't use underscores in Go names; func static_statics_providers_rest_svg should be staticStaticsProvidersRestSvg (golint)
    • Line 2429: warning: don't use underscores in Go names; type _bintree_t should be _bintreeT (golint)
    • orchestrate/services/api/business/use-cases/transactions.go
    • Line 11: warning: comment on exported type TransactionUseCases should be of the form "TransactionUseCases ..." (with optional leading article) (golint)
    • Line 22: warning: exported type GetTxUseCase should have comment or be unexported (golint)
    • Line 26: warning: exported type SearchTransactionsUseCase should have comment or be unexported (golint)
    • Line 30: warning: exported type SendDeployTxUseCase should have comment or be unexported (golint)
    • Line 33: warning: exported type SendContractTxUseCase should have comment or be unexported (golint)
    • Line 37: warning: exported type SendTxUseCase should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/config/dynamic/service.go
    • Line 12: warning: exported type Service should have comment or be unexported (golint)
    • Line 23: warning: exported method Service.Type should have comment or be unexported (golint)
    • Line 27: warning: exported method Service.Field should have comment or be unexported (golint)
    • Line 33: warning: exported type ReverseProxy should have comment or be unexported (golint)
    • Line 39: warning: exported method ReverseProxy.SetDefaults should have comment or be unexported (golint)
    • Line 49: warning: exported method ReverseProxy.Mergeable should have comment or be unexported (golint)
    • Line 68: warning: exported function FromTraefikService should have comment or be unexported (golint)
    • Line 106: warning: exported function ToTraefikService should have comment or be unexported (golint)
    • Line 143: warning: exported type Swagger should have comment or be unexported (golint)
    • Line 149: warning: exported type HealthCheck should have comment or be unexported (golint)
    • Line 154: warning: exported type Prometheus should have comment or be unexported (golint)
    • Line 158: warning: exported type Dashboard should have comment or be unexported (golint)
    • Line 162: warning: exported type API should have comment or be unexported (golint)
    • Line 166: warning: exported type KeyManager should have comment or be unexported (golint)
    • Line 170: warning: exported type Mock should have comment or be unexported (golint)
    • orchestrate/pkg/types/api/chain_request.go
    • Line 7: warning: exported type RegisterChainRequest should have comment or be unexported (golint)
    • Line 15: warning: exported type RegisterListenerRequest should have comment or be unexported (golint)
    • Line 22: warning: exported type UpdateChainRequest should have comment or be unexported (golint)
    • Line 29: warning: exported type UpdateListenerRequest should have comment or be unexported (golint)
    • Line 36: warning: exported type PrivateTxManagerRequest should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/ethclient/rpc/quorum.go
    • Line 25: warning: exported type StoreRawResponse should have comment or be unexported (golint)
    • Line 29: warning: exported method Client.SendQuorumRawPrivateTransaction should have comment or be unexported (golint)
    • Line 42: warning: exported method Client.StoreRaw should have comment or be unexported (golint)
    • Line 61: warning: exported method Client.GetStatus should have comment or be unexported (golint)
    • orchestrate/pkg/utils/key_type.go
    • Line 3: warning: exported type ETHKeyType should have comment or be unexported (golint)
    • Line 6: warning: exported const Secp256k1 should have comment (or a comment on this block) or be unexported (golint)
    • orchestrate/pkg/toolkit/tcp/metrics/metrics.go
    • Line 11: warning: exported const Namespace should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported function NewTCPMetrics should have comment or be unexported (golint)
    • Line 82: warning: exported function NewTCPNopMetrics should have comment or be unexported (golint)
    • orchestrate/pkg/types/api/contract_request.go
    • Line 5: warning: exported type RegisterContractRequest should have comment or be unexported (golint)
    • Line 13: warning: exported type ContractResponse should have comment or be unexported (golint)
    • Line 25: warning: exported type GetContractEventsRequest should have comment or be unexported (golint)
    • Line 30: warning: exported type GetContractEventsBySignHashResponse should have comment or be unexported (golint)
    • Line 35: warning: exported type SetContractCodeHashRequest should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/auth/utils/headers.go
    • Line 8: warning: exported const AuthorizationHeader should have comment (or a comment on this block) or be unexported (golint)
    • Line 12: warning: exported function AddXAPIKeyHeaderValue should have comment or be unexported (golint)
    • Line 16: warning: exported function AddAuthorizationHeaderValue should have comment or be unexported (golint)
    • Line 20: warning: exported function GetAuthorizationHeader should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/config/dynamic/message.go
    • Line 13: warning: exported function NewMessage should have comment or be unexported (golint)
    • Line 20: warning: exported method Message.ProviderName should have comment or be unexported (golint)
    • Line 24: warning: exported method Message.Configuration should have comment or be unexported (golint)
    • Line 28: warning: exported function FromTraefikMessage should have comment or be unexported (golint)
    • orchestrate/services/api/service/formatters/accounts.go
    • Line 13: warning: exported function FormatCreateAccountRequest should have comment or be unexported (golint)
    • Line 20: warning: exported function FormatImportAccountRequest should have comment or be unexported (golint)
    • Line 27: warning: exported function FormatUpdateAccountRequest should have comment or be unexported (golint)
    • Line 34: warning: exported function FormatAccountResponse should have comment or be unexported (golint)
    • Line 47: warning: exported function FormatAccountFilterRequest should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/httputil/context.go
    • Line 16: warning: exported function WithEntryPoint should have comment or be unexported (golint)
    • Line 20: warning: exported function EntryPointFromContext should have comment or be unexported (golint)
    • Line 28: warning: exported function WithRouter should have comment or be unexported (golint)
    • Line 32: warning: exported function RouterFromContext should have comment or be unexported (golint)
    • Line 40: warning: exported function WithService should have comment or be unexported (golint)
    • Line 44: warning: exported function ServiceFromContext should have comment or be unexported (golint)
    • Line 52: warning: exported function WithMiddleware should have comment or be unexported (golint)
    • Line 56: warning: exported function MiddlewareFromContext should have comment or be unexported (golint)
    • orchestrate/pkg/types/api/retry_params.go
    • Line 10: warning: exported type GasPriceParams should have comment or be unexported (golint)
    • Line 14: warning: exported type RetryParams should have comment or be unexported (golint)
    • Line 19: warning: exported type IntervalRetryParams should have comment or be unexported (golint)
    • Line 23: warning: exported const SentryMaxRetries should have comment or be unexported (golint)
    • Line 25: warning: exported method RetryParams.Validate should have comment or be unexported (golint)
    • orchestrate/services/api/store/postgres/data-agents/artifact.go
    • Line 15: warning: exported type PGArtifact should have comment or be unexported (golint)
    • Line 20: warning: exported function NewPGArtifact should have comment or be unexported (golint)
    • Line 27: warning: exported method PGArtifact.FindOneByABIAndCodeHash should have comment or be unexported (golint)
    • Line 44: warning: exported method PGArtifact.Insert should have comment or be unexported (golint)
    • Line 54: warning: exported method PGArtifact.SelectOrInsert should have comment or be unexported (golint)
    • Line 68: warning: exported method PGArtifact.FindOneByNameAndTag should have comment or be unexported (golint)
    • orchestrate/pkg/utils/validate.go
    • Line 17: warning: exported var StringPtrType should have comment or be unexported (golint)
    • Line 54: warning: exported function IsHash should have comment or be unexported (golint)
    • Line 222: warning: exported function GetValidator should have comment or be unexported (golint)
    • Line 226: warning: exported function HandleValidatorError should have comment or be unexported (golint)
    • orchestrate/services/api/business/use-cases/faucets.go
    • Line 11: warning: exported type FaucetUseCases should have comment or be unexported (golint)
    • Line 19: warning: exported type RegisterFaucetUseCase should have comment or be unexported (golint)
    • Line 23: warning: exported type UpdateFaucetUseCase should have comment or be unexported (golint)
    • Line 27: warning: exported type GetFaucetUseCase should have comment or be unexported (golint)
    • Line 31: warning: exported type SearchFaucetsUseCase should have comment or be unexported (golint)
    • Line 35: warning: exported type DeleteFaucetUseCase should have comment or be unexported (golint)
    • Line 39: warning: exported type GetFaucetCandidateUseCase should have comment or be unexported (golint)
    • orchestrate/pkg/types/entities/job.go
    • Line 9: warning: exported type JobType should have comment or be unexported (golint)
    • Line 10: warning: exported type JobStatus should have comment or be unexported (golint)
    • Line 13: warning: exported const EthereumTransaction should have comment (or a comment on this block) or be unexported (golint)
    • Line 22: warning: exported const StatusCreated should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported type Job should have comment or be unexported (golint)
    • Line 51: warning: exported function IsFinalJobStatus should have comment or be unexported (golint)
    • Line 58: warning: exported function IsOnlyJobLogStatus should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/metrics/multi/dynamic.go
    • Line 11: warning: exported type DynamicMulti should have comment or be unexported (golint)
    • Line 20: warning: exported function NewDynamicMulti should have comment or be unexported (golint)
    • Line 69: warning: exported method DynamicMulti.Switch should have comment or be unexported (golint)
    • Line 76: warning: exported method DynamicMulti.Values should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/multitenancy/context.go
    • Line 10: warning: exported const TenantIDKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 15: warning: exported function WithTenantID should have comment or be unexported (golint)
    • Line 19: warning: exported function TenantIDValue should have comment or be unexported (golint)
    • Line 24: warning: exported function TenantIDFromContext should have comment or be unexported (golint)
    • Line 33: warning: exported function TenantIDFromContextNoFallback should have comment or be unexported (golint)
    • Line 42: warning: exported function WithAllowedTenants should have comment or be unexported (golint)
    • Line 46: warning: exported function AllowedTenantsFromContext should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/client-utils/requests.go
    • Line 17: warning: exported const RequestHeaderKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported function GetRequest should have comment or be unexported (golint)
    • Line 24: warning: exported function DeleteRequest should have comment or be unexported (golint)
    • Line 28: warning: exported function PostRequest should have comment or be unexported (golint)
    • Line 35: warning: exported function PatchRequest should have comment or be unexported (golint)
    • Line 42: warning: exported function PutRequest should have comment or be unexported (golint)
    • Line 49: warning: exported function CloseResponse should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/config.go
    • Line 13: warning: exported type Config should have comment or be unexported (golint)
    • Line 20: warning: exported type HTTP should have comment or be unexported (golint)
    • Line 25: warning: exported method HTTP.TraefikStatic should have comment or be unexported (golint)
    • Line 35: warning: exported function NewConfig should have comment or be unexported (golint)
    • Line 46: warning: exported function NewEPsConfig should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/auth/jwt/jwt.go
    • Line 21: warning: comment on exported type JWT should be of the form "JWT ..." (with optional leading article) (golint)
    • Line 28: warning: exported function New should have comment or be unexported (golint)
    • Line 52: warning: comment on exported method JWT.Check should be of the form "Check ..." (golint)
    • orchestrate/pkg/backoff/backoff.go
    • Line 9: warning: exported type BackOff should have comment or be unexported (golint)
    • Line 23: warning: exported function ConstantBackOffWithMaxRetries should have comment or be unexported (golint)
    • Line 30: warning: exported function IncrementalBackOff should have comment or be unexported (golint)
    • Line 41: warning: exported function IncrementalBackOffWithMaxRetries should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/config/dynamic/middleware.go
    • Line 15: warning: exported type Middleware should have comment or be unexported (golint)
    • Line 29: warning: exported method Middleware.Type should have comment or be unexported (golint)
    • Line 37: warning: exported method Middleware.Field should have comment or be unexported (golint)
    • Line 41: warning: exported function FromTraefikMiddleware should have comment or be unexported (golint)
    • Line 47: warning: exported function ToTraefikMiddleware should have comment or be unexported (golint)
    • Line 53: warning: exported type Auth should have comment or be unexported (golint)
    • Line 57: warning: exported type MultiTenancy should have comment or be unexported (golint)
    • Line 63: warning: exported type Headers should have comment or be unexported (golint)
    • Line 72: warning: exported type SecureHeaders should have comment or be unexported (golint)
    • Line 99: warning: exported type Cors should have comment or be unexported (golint)
    • Line 111: warning: exported type CustomHeaders should have comment or be unexported (golint)
    • Line 118: warning: comment on exported type LoadBalancer should be of the form "LoadBalancer ..." (with optional leading article) (golint)
    • Line 126: warning: exported type Sticky should have comment or be unexported (golint)
    • Line 132: warning: exported type Cookie should have comment or be unexported (golint)
    • Line 155: warning: exported type RateLimit should have comment or be unexported (golint)
    • Line 164: warning: exported type HTTPCache should have comment or be unexported (golint)
    • Line 171: warning: exported type HTTPTrace should have comment or be unexported (golint)
    • Line 184: warning: exported method AccessLog.ToTraefikType should have comment or be unexported (golint)
    • Line 207: warning: exported method AccessLogFilters.ToTraefikType should have comment or be unexported (golint)
    • Line 228: warning: exported method AccessLogFields.ToTraefikType should have comment or be unexported (golint)
    • Line 248: warning: exported method FieldHeaders.ToTraefikType should have comment or be unexported (golint)
    • orchestrate/services/api/store/store.go
    • Line 14: warning: exported type Store should have comment or be unexported (golint)
    • Line 18: warning: exported type Agents should have comment or be unexported (golint)
    • Line 36: warning: exported type DB should have comment or be unexported (golint)
    • Line 41: warning: exported type Tx should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type TransactionRequestAgent should be of the form "TransactionRequestAgent ..." (with optional leading article) (golint)
    • Line 54: warning: exported type ScheduleAgent should have comment or be unexported (golint)
    • Line 60: warning: exported type JobAgent should have comment or be unexported (golint)
    • Line 68: warning: exported type LogAgent should have comment or be unexported (golint)
    • Line 72: warning: exported type TransactionAgent should have comment or be unexported (golint)
    • Line 77: warning: exported type AccountAgent should have comment or be unexported (golint)
    • Line 84: warning: exported type FaucetAgent should have comment or be unexported (golint)
    • Line 92: warning: exported type ChainAgent should have comment or be unexported (golint)
    • Line 100: warning: exported type PrivateTxManagerAgent should have comment or be unexported (golint)
    • Line 107: warning: exported type ArtifactAgent should have comment or be unexported (golint)
    • Line 114: warning: exported type CodeHashAgent should have comment or be unexported (golint)
    • Line 118: warning: exported type EventAgent should have comment or be unexported (golint)
    • Line 124: warning: exported type MethodAgent should have comment or be unexported (golint)
    • Line 130: warning: exported type RepositoryAgent should have comment or be unexported (golint)
    • Line 137: warning: exported type TagAgent should have comment or be unexported (golint)
    • orchestrate/services/api/store/models/contracts.go
    • Line 3: warning: exported type ArtifactModel should have comment or be unexported (golint)
    • Line 17: warning: exported type CodehashModel should have comment or be unexported (golint)
    • Line 29: warning: exported type EventModel should have comment or be unexported (golint)
    • Line 43: warning: exported type MethodModel should have comment or be unexported (golint)
    • Line 56: warning: exported type RepositoryModel should have comment or be unexported (golint)
    • Line 66: warning: exported type TagModel should have comment or be unexported (golint)
    • orchestrate/pkg/crypto/ethereum/utils.go
    • Line 15: warning: exported function GetSignatureSender should have comment or be unexported (golint)
    • Line 35: warning: exported function GetEncodedPrivateFrom should have comment or be unexported (golint)
    • Line 44: warning: exported function GetEncodedPrivateRecipient should have comment or be unexported (golint)
    • Line 67: warning: exported function GetEIP155Signer should have comment or be unexported (golint)
    • Line 73: warning: exported function GetQuorumPrivateTxSigner should have comment or be unexported (golint)
    • orchestrate/tests/service/stress/service.go
    • Line 22: warning: exported type WorkLoadTest should have comment or be unexported (golint)
    • Line 24: warning: exported type WorkLoadService should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewService should be of the form "NewService ..." (golint)
    • Line 70: warning: exported method WorkLoadService.Run should have comment or be unexported (golint)
    • Line 111: warning: exported method WorkLoadService.Stop should have comment or be unexported (golint)
    • orchestrate/pkg/encoding/rlp/encode.go
    • Line 9: warning: exported function Hash should have comment or be unexported (golint)
    • Line 19: warning: exported function Encode should have comment or be unexported (golint)
    • Line 23: warning: exported function Decode should have comment or be unexported (golint)
    • orchestrate/services/api/business/use-cases/contracts.go
    • Line 11: warning: exported type ContractUseCases should have comment or be unexported (golint)
    • Line 22: warning: exported type GetContractsCatalogUseCase should have comment or be unexported (golint)
    • Line 26: warning: exported type GetContractUseCase should have comment or be unexported (golint)
    • Line 30: warning: exported type GetContractEventsUseCase should have comment or be unexported (golint)
    • Line 34: warning: exported type GetContractMethodSignaturesUseCase should have comment or be unexported (golint)
    • Line 38: warning: exported type GetContractMethodsUseCase should have comment or be unexported (golint)
    • Line 42: warning: exported type GetContractTagsUseCase should have comment or be unexported (golint)
    • Line 46: warning: exported type RegisterContractUseCase should have comment or be unexported (golint)
    • Line 50: warning: exported type SetContractCodeHashUseCase should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/tcp/shutdown.go
    • Line 10: warning: exported type Shutdownable should have comment or be unexported (golint)
    • Line 14: warning: exported function Shutdown should have comment or be unexported (golint)
    • Line 32: warning: exported function Close should have comment or be unexported (golint)
    • orchestrate/pkg/types/api/account_request.go
    • Line 7: warning: exported type CreateAccountRequest should have comment or be unexported (golint)
    • Line 13: warning: exported type ImportAccountRequest should have comment or be unexported (golint)
    • Line 20: warning: exported type UpdateAccountRequest should have comment or be unexported (golint)
    • orchestrate/pkg/sdk/client/jobs.go
    • Line 19: warning: exported method HTTPClient.GetJob should have comment or be unexported (golint)
    • Line 37: warning: exported method HTTPClient.GetJobs should have comment or be unexported (golint)
    • Line 55: warning: exported method HTTPClient.SearchJob should have comment or be unexported (golint)
    • Line 105: warning: exported method HTTPClient.CreateJob should have comment or be unexported (golint)
    • Line 122: warning: exported method HTTPClient.UpdateJob should have comment or be unexported (golint)
    • Line 139: warning: exported method HTTPClient.StartJob should have comment or be unexported (golint)
    • Line 153: warning: exported method HTTPClient.ResendJobTx should have comment or be unexported (golint)
    • orchestrate/pkg/quorum-key-manager/testutils.go
    • Line 11: warning: exported function FakeEthAccountResponse should have comment or be unexported (golint)
    • Line 20: warning: exported function FakeSignTypedDataRequest should have comment or be unexported (golint)
    • Line 45: warning: exported function FakeVerifyPayloadRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function FakeVerifyTypedDataPayloadRequest should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/metrics/metrics.go
    • Line 12: warning: exported const Subsystem should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: exported function NewHTTPMetrics should have comment or be unexported (golint)
    • Line 119: warning: exported function NewHTTPNopMetrics should have comment or be unexported (golint)
    • orchestrate/pkg/errors/errors.go
    • Line 112: warning: comment on exported function FaucetNotConfiguredWarning should be of the form "FaucetNotConfiguredWarning ..." (golint)
    • Line 122: warning: comment on exported function FaucetSelfCreditWarning should be of the form "FaucetSelfCreditWarning ..." (golint)
    • Line 227: warning: comment on exported function IsInvalidAuthenticationError should be of the form "IsInvalidAuthenticationError ..." (golint)
    • Line 237: warning: exported function IsUnauthorizedError should have comment or be unexported (golint)
    • Line 261: warning: comment on exported function IsInvalidStateError should be of the form "IsInvalidStateError ..." (golint)
    • Line 342: warning: exported function IsInvalidArgError should have comment or be unexported (golint)
    • Line 431: warning: comment on exported function InvalidCryptographicSignatureError should be of the form "InvalidCryptographicSignatureError ..." (golint)
    • Line 473: warning: comment on exported function NotFoundError should be of the form "NotFoundError ..." (golint)
    • Line 498: warning: exported function DependencyFailureError should have comment or be unexported (golint)
    • Line 502: warning: exported function IsDependencyFailureError should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/log/logger.go
    • Line 10: warning: exported type Logger should have comment or be unexported (golint)
    • Line 16: warning: exported function NewLogger should have comment or be unexported (golint)
    • Line 20: warning: exported method Logger.WithContext should have comment or be unexported (golint)
    • Line 26: warning: exported method Logger.WithError should have comment or be unexported (golint)
    • Line 31: warning: exported method Logger.SetComponent should have comment or be unexported (golint)
    • Line 36: warning: exported method Logger.Component should have comment or be unexported (golint)
    • Line 40: warning: exported method Logger.WithFields should have comment or be unexported (golint)
    • Line 45: warning: exported method Logger.WithField should have comment or be unexported (golint)
    • Line 49: warning: exported method Logger.Debug should have comment or be unexported (golint)
    • Line 53: warning: exported method Logger.Debugf should have comment or be unexported (golint)
    • Line 57: warning: exported method Logger.Info should have comment or be unexported (golint)
    • Line 61: warning: exported method Logger.Infof should have comment or be unexported (golint)
    • Line 69: warning: exported method Logger.Errorf should have comment or be unexported (golint)
    • Line 73: warning: exported method Logger.Warn should have comment or be unexported (golint)
    • Line 77: warning: exported method Logger.Warnf should have comment or be unexported (golint)
    • Line 81: warning: exported method Logger.Fatal should have comment or be unexported (golint)
    • Line 85: warning: exported method Logger.Fatalf should have comment or be unexported (golint)
    • Line 89: warning: exported method Logger.Trace should have comment or be unexported (golint)
    • Line 93: warning: exported method Logger.Tracef should have comment or be unexported (golint)
    • orchestrate/tests/utils/keys.go
    • Line 7: warning: exported const TxDecodedTopicKey should have comment or be unexported (golint)
    • Line 8: warning: exported const TxRecoverTopicKey should have comment or be unexported (golint)
    • Line 9: warning: exported const TxSenderTopicKey should have comment or be unexported (golint)
    • Line 11: warning: exported function LongKeyOf should have comment or be unexported (golint)
    • Line 19: warning: exported function ShortKeyOf should have comment or be unexported (golint)
    • orchestrate/services/api/service/controllers/transactions.go
    • Line 21: warning: exported const IdempotencyKeyHeader should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: exported type TransactionsController should have comment or be unexported (golint)
    • Line 28: warning: exported function NewTransactionsController should have comment or be unexported (golint)
    • Line 34: warning: comment on exported method TransactionsController.Append should be of the form "Append ..." (golint)
    • orchestrate/services/api/proxy/config.go
    • Line 24: warning: exported var CacheTTLViperKey should have comment or be unexported (golint)
    • Line 34: warning: exported type Config should have comment or be unexported (golint)
    • Line 42: warning: exported function Flags should have comment or be unexported (golint)
    • Line 52: warning: exported function NewConfig should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/integration-test/docker/container/ganache/ganache.go
    • Line 25: warning: exported type Ganache should have comment or be unexported (golint)
    • Line 27: warning: exported type Config should have comment or be unexported (golint)
    • Line 33: warning: exported function NewDefault should have comment or be unexported (golint)
    • Line 41: warning: exported method Config.SetHostPort should have comment or be unexported (golint)
    • Line 46: warning: exported method Config.SetHost should have comment or be unexported (golint)
    • Line 51: warning: exported method Ganache.GenerateContainerConfig should have comment or be unexported (golint)
    • Line 81: warning: exported method Ganache.WaitForService should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/config/runtime/infos.go
    • Line 42: warning: exported function NewRouterInfos should have comment or be unexported (golint)
    • Line 53: warning: exported function NewMiddlewareInfos should have comment or be unexported (golint)
    • Line 65: warning: exported function NewServiceInfos should have comment or be unexported (golint)
    • Line 130: warning: comment on exported method Infos.RouterInfosByEntryPoint should be of the form "RouterInfosByEntryPoint ..." (golint)
    • Line 176: warning: exported type MiddlewareInfo should have comment or be unexported (golint)
    • orchestrate/services/api/store/multi/config.go
    • Line 26: warning: exported const TypeViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported function Flags should have comment or be unexported (golint)
    • Line 43: warning: exported type Config should have comment or be unexported (golint)
    • Line 48: warning: exported function NewConfig should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/middleware/loadbalancer/loadbalancer.go
    • Line 18: warning: exported type Builder should have comment or be unexported (golint)
    • Line 20: warning: exported function NewBuilder should have comment or be unexported (golint)
    • Line 24: warning: exported method Builder.Build should have comment or be unexported (golint)
    • Line 89: warning: exported method Builder.GenerateCookieName should have comment or be unexported (golint)
    • Line 102: warning: comment on exported function SanitizeCookieName should be of the form "SanitizeCookieName ..." (golint)
    • orchestrate/pkg/engine/config.go
    • Line 44: warning: comment on exported function Flags should be of the form "Flags ..." (golint)
    • Line 51: warning: exported const SlotsViperKey should have comment (or a comment on this block) or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/httputil/response_writer_interceptor.go
    • Line 12: warning: exported type WriterInterceptor should have comment or be unexported (golint)
    • Line 17: warning: exported type ResponseWriterInterceptor should have comment or be unexported (golint)
    • Line 27: warning: exported function NewResponseWriterInterceptor should have comment or be unexported (golint)
    • Line 35: warning: exported method ResponseWriterInterceptor.WriteHeader should have comment or be unexported (golint)
    • Line 56: warning: exported method ResponseWriterInterceptor.Header should have comment or be unexported (golint)
    • Line 63: warning: exported method ResponseWriterInterceptor.Interceptor should have comment or be unexported (golint)
    • Line 67: warning: exported method ResponseWriterInterceptor.CloseNotify should have comment or be unexported (golint)
    • Line 76: warning: exported method ResponseWriterInterceptor.Flush should have comment or be unexported (golint)
    • Line 82: warning: exported method ResponseWriterInterceptor.Hijack should have comment or be unexported (golint)
    • Line 89: warning: exported type BytesBufferInterceptor should have comment or be unexported (golint)
    • Line 94: warning: exported function NewBytesBufferInterceptor should have comment or be unexported (golint)
    • Line 101: warning: exported method BytesBufferInterceptor.Header should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/integration-test/docker/container/zookeeper/zookeeper.go
    • Line 13: warning: exported const DefaultZookeeperImage should have comment or be unexported (golint)
    • Line 15: warning: exported const DefaultZookeeperClientPort should have comment or be unexported (golint)
    • Line 17: warning: exported type Zookeeper should have comment or be unexported (golint)
    • Line 18: warning: exported type Config should have comment or be unexported (golint)
    • Line 23: warning: exported function NewDefault should have comment or be unexported (golint)
    • Line 30: warning: exported method Config.SetHostPort should have comment or be unexported (golint)
    • Line 35: warning: exported method Zookeeper.GenerateContainerConfig should have comment or be unexported (golint)
    • Line 63: warning: exported method Zookeeper.WaitForService should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/metrics/testutils/getter.go
    • Line 9: warning: exported function CounterValue should have comment or be unexported (golint)
    • Line 13: warning: exported function GaugeValue should have comment or be unexported (golint)
    • Line 17: warning: exported function HistogramValue should have comment or be unexported (golint)
    • Line 21: warning: exported function CounterFamilyValue should have comment or be unexported (golint)
    • Line 30: warning: exported function GaugeFamilyValue should have comment or be unexported (golint)
    • Line 39: warning: exported function HistogramFamilyValue should have comment or be unexported (golint)
    • Line 48: warning: exported function FamilyValue should have comment or be unexported (golint)
    • orchestrate/pkg/broker/sarama/config.go
    • Line 72: warning: exported function KafkaProducerFlags should have comment or be unexported (golint)
    • Line 79: warning: comment on exported function KafkaConsumerFlags should be of the form "KafkaConsumerFlags ..." (golint)
    • Line 96: warning: exported var KafkaURLViperKey should have comment or be unexported (golint)
    • Line 111: warning: exported const TxSenderViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 126: warning: exported type KafkaTopicConfig should have comment or be unexported (golint)
    • Line 132: warning: exported function NewKafkaTopicConfig should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/integration-test/docker/container/quorum-key-manager/quorum-key-manager.go
    • Line 26: warning: exported type QuorumKeyManager should have comment or be unexported (golint)
    • Line 28: warning: exported type Config should have comment or be unexported (golint)
    • Line 38: warning: exported function NewDefault should have comment or be unexported (golint)
    • Line 48: warning: exported method Config.SetHostPort should have comment or be unexported (golint)
    • Line 55: warning: exported method Config.SetHost should have comment or be unexported (golint)
    • Line 63: warning: exported method Config.SetDBPort should have comment or be unexported (golint)
    • Line 68: warning: exported method Config.SetDBHost should have comment or be unexported (golint)
    • Line 73: warning: exported method Config.SetManifestDirectory should have comment or be unexported (golint)
    • Line 78: warning: exported method Config.CreateManifest should have comment or be unexported (golint)
    • Line 100: warning: exported method QuorumKeyManager.GenerateContainerConfig should have comment or be unexported (golint)
    • Line 141: warning: exported method QuorumKeyManager.WaitForService should have comment or be unexported (golint)
    • orchestrate/pkg/utils/strings.go
    • Line 21: warning: exported function IsHexString should have comment or be unexported (golint)
    • Line 26: warning: exported function MustEncodeBigInt should have comment or be unexported (golint)
    • Line 35: warning: exported function ParseIArrayToStringArray should have comment or be unexported (golint)
    • orchestrate/pkg/sdk/client/schedules.go
    • Line 13: warning: exported method HTTPClient.CreateSchedule should have comment or be unexported (golint)
    • Line 30: warning: exported method HTTPClient.GetSchedule should have comment or be unexported (golint)
    • Line 47: warning: exported method HTTPClient.GetSchedules should have comment or be unexported (golint)
    • orchestrate/pkg/utils/multitenancy.go
    • Line 8: warning: exported const AuthorizationMetadata should have comment (or a comment on this block) or be unexported (golint)
    • Line 12: warning: exported function AllowedTenants should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/database/redis/config.go
    • Line 38: warning: exported const HostViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 45: warning: exported const PortViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 65: warning: exported const UsernameViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 80: warning: exported const PasswordViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 95: warning: exported const DatabaseViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 110: warning: exported const TLSEnableViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 115: warning: exported function TLSEnableFlag should have comment or be unexported (golint)
    • Line 124: warning: exported const TLSCertViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 129: warning: comment on exported function TLSCertFlag should be of the form "TLSCertFlag ..." (golint)
    • Line 139: warning: exported const TLSKeyViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 144: warning: comment on exported function TLSKeyFlag should be of the form "TLSKeyFlag ..." (golint)
    • Line 154: warning: exported const TLSCAViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 159: warning: comment on exported function TLSCAFlag should be of the form "TLSCAFlag ..." (golint)
    • Line 169: warning: exported const TLSSkipVerifyViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 174: warning: comment on exported function SkipVerifyFlag should be of the form "SkipVerifyFlag ..." (golint)
    • Line 182: warning: comment on exported function Flags should be of the form "Flags ..." (golint)
    • Line 195: warning: exported type Config should have comment or be unexported (golint)
    • Line 205: warning: exported function NewConfig should have comment or be unexported (golint)
    • Line 243: warning: exported method Config.URL should have comment or be unexported (golint)
    • orchestrate/pkg/types/entities/zks_account.go
    • Line 3: warning: exported const ZKSCurveBN254 should have comment or be unexported (golint)
    • Line 4: warning: exported const ZKSAlgorithmEDDSA should have comment or be unexported (golint)
    • Line 6: warning: exported type ZKSAccount should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/ethclient/rpc/eea.go
    • Line 29: warning: comment on exported method Client.PrivDistributeRawTransaction should be of the form "PrivDistributeRawTransaction ..." (golint)
    • Line 39: warning: exported method Client.PrivCreatePrivacyGroup should have comment or be unexported (golint)
    • Line 69: warning: comment on exported method Client.PrivFindPrivacyGroup should be of the form "PrivFindPrivacyGroup ..." (golint)
    • Line 91: warning: exported method Client.EEAPrivPrecompiledContractAddr should have comment or be unexported (golint)
    • Line 100: warning: comment on exported method Client.PrivateTransactionReceipt should be of the form "PrivateTransactionReceipt ..." (golint)
    • orchestrate/pkg/toolkit/app/http/entrypoint.go
    • Line 25: warning: exported const DefaultHTTPAppEntryPoint should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported type EntryPoints should have comment or be unexported (golint)
    • Line 36: warning: exported function NewEntryPoints should have comment or be unexported (golint)
    • Line 71: warning: exported method EntryPoints.Addresses should have comment or be unexported (golint)
    • Line 79: warning: exported method EntryPoints.ListenAndServe should have comment or be unexported (golint)
    • Line 99: warning: exported method EntryPoints.Errors should have comment or be unexported (golint)
    • Line 103: warning: exported method EntryPoints.Switch should have comment or be unexported (golint)
    • Line 135: warning: exported method EntryPoints.Shutdown should have comment or be unexported (golint)
    • Line 145: warning: exported method EntryPoints.Close should have comment or be unexported (golint)
    • Line 154: warning: exported type EntryPoint should have comment or be unexported (golint)
    • Line 160: warning: exported function NewEntryPoint should have comment or be unexported (golint)
    • Line 180: warning: exported method EntryPoint.Addr should have comment or be unexported (golint)
    • Line 184: warning: exported method EntryPoint.ListenAndServe should have comment or be unexported (golint)
    • Line 192: warning: exported method EntryPoint.Switch should have comment or be unexported (golint)
    • Line 197: warning: exported method EntryPoint.Shutdown should have comment or be unexported (golint)
    • Line 201: warning: exported method EntryPoint.Close should have comment or be unexported (golint)
    • orchestrate/pkg/utils/array.go
    • Line 3: warning: exported function ArrayIndexOf should have comment or be unexported (golint)
    • Line 15: warning: exported function ArrayIntersection should have comment or be unexported (golint)
    • orchestrate/pkg/types/testutils/ethereum_faker.go
    • Line 12: warning: exported function ParseIArray should have comment or be unexported (golint)
    • Line 18: warning: exported function FakeETHTransaction should have comment or be unexported (golint)
    • Line 35: warning: exported function FakeETHTransactionParams should have comment or be unexported (golint)
    • Line 50: warning: exported function FakePrivateETHTransactionParams should have comment or be unexported (golint)
    • Line 58: warning: exported function FakeETHAccount should have comment or be unexported (golint)
    • Line 67: warning: exported function FakeZKSAccount should have comment or be unexported (golint)
    • Line 76: warning: exported function FakeTesseraTransactionParams should have comment or be unexported (golint)
    • Line 85: warning: exported function FakeOrionTransactionParams should have comment or be unexported (golint)
    • Line 94: warning: exported function FakeRawTransactionParams should have comment or be unexported (golint)
    • Line 100: warning: exported function FakeTransferTransactionParams should have comment or be unexported (golint)
    • Line 108: warning: exported function FakeAddress should have comment or be unexported (golint)
    • Line 112: warning: exported function FakeHash should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/metrics/collector/collector.go
    • Line 18: warning: exported type Collector should have comment or be unexported (golint)
    • Line 27: warning: exported var CollectorPool should have comment or be unexported (golint)
    • Line 31: warning: exported function NewCollector should have comment or be unexported (golint)
    • Line 45: warning: exported method Collector.Collect should have comment or be unexported (golint)
    • Line 49: warning: exported method Collector.Describe should have comment or be unexported (golint)
    • Line 97: warning: exported method Collector.Add should have comment or be unexported (golint)
    • Line 109: warning: exported method Collector.Set should have comment or be unexported (golint)
    • Line 121: warning: exported method Collector.Observe should have comment or be unexported (golint)
    • Line 144: warning: exported function NewCollectorID should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/middleware/ratelimit/manager.go
    • Line 36: warning: exported function NewCooldownRateLimiter should have comment or be unexported (golint)
    • Line 59: warning: exported method CooldownRateLimiter.Reserve should have comment or be unexported (golint)
    • Line 63: warning: exported method CooldownRateLimiter.Burst should have comment or be unexported (golint)
    • Line 67: warning: exported method CooldownRateLimiter.Limit should have comment or be unexported (golint)
    • Line 71: warning: exported method CooldownRateLimiter.SetLimit should have comment or be unexported (golint)
    • Line 135: warning: exported type Manager should have comment or be unexported (golint)
    • Line 139: warning: exported function NewManager should have comment or be unexported (golint)
    • Line 145: warning: exported method Manager.Get should have comment or be unexported (golint)
    • Line 153: warning: exported method Manager.Set should have comment or be unexported (golint)
    • orchestrate/pkg/utils/rand.go
    • Line 8: warning: exported function RandString should have comment or be unexported (golint)
    • Line 19: warning: exported function RandHexString should have comment or be unexported (golint)
    • Line 29: warning: exported function RandInt should have comment or be unexported (golint)
    • Line 34: warning: exported function RandIntRange should have comment or be unexported (golint)
    • Line 39: warning: exported function RandBool should have comment or be unexported (golint)
    • Line 44: warning: exported function RandShuffle should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/tcp/entrypoint.go
    • Line 59: warning: exported method EntryPoint.Name should have comment or be unexported (golint)
    • Line 63: warning: exported method EntryPoint.Addr should have comment or be unexported (golint)
    • Line 79: warning: exported method EntryPoint.Serve should have comment or be unexported (golint)
    • Line 136: warning: comment on exported method EntryPoint.ListenAndServe should be of the form "ListenAndServe ..." (golint)
    • Line 192: warning: exported method EntryPoint.Close should have comment or be unexported (golint)
    • orchestrate/pkg/utils/slice.go
    • Line 7: warning: exported function ContainsString should have comment or be unexported (golint)
    • Line 16: warning: exported function UniqueString should have comment or be unexported (golint)
    • orchestrate/pkg/broker/sarama/daemon.go
    • Line 10: warning: exported type ConsumerDaemon should have comment or be unexported (golint)
    • Line 19: warning: exported function NewConsumerDaemon should have comment or be unexported (golint)
    • Line 35: warning: exported method ConsumerDaemon.Run should have comment or be unexported (golint)
    • Line 49: warning: exported method ConsumerDaemon.Close should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/handler/healthcheck/healthcheck.go
    • Line 12: warning: exported type Checker should have comment or be unexported (golint)
    • Line 17: warning: exported function NewChecker should have comment or be unexported (golint)
    • Line 24: warning: exported type Builder should have comment or be unexported (golint)
    • Line 28: warning: exported function NewBuilder should have comment or be unexported (golint)
    • Line 34: warning: exported method Builder.Health should have comment or be unexported (golint)
    • Line 38: warning: exported method Builder.Build should have comment or be unexported (golint)
    • Line 45: warning: exported type HealthCheck should have comment or be unexported (golint)
    • Line 49: warning: exported function New should have comment or be unexported (golint)
    • orchestrate/services/api/store/postgres/data-agents/tag.go
    • Line 16: warning: comment on exported type PGTag should be of the form "PGTag ..." (with optional leading article) (golint)
    • Line 22: warning: comment on exported function NewPGTag should be of the form "NewPGTag ..." (golint)
    • Line 27: warning: exported method PGTag.Insert should have comment or be unexported (golint)
    • Line 40: warning: exported method PGTag.FindAllByName should have comment or be unexported (golint)
    • orchestrate/services/tx-sender/integration-tests/environment.go
    • Line 48: warning: exported type IntegrationEnvironment should have comment or be unexported (golint)
    • Line 61: warning: exported function NewIntegrationEnvironment should have comment or be unexported (golint)
    • Line 132: warning: exported method IntegrationEnvironment.Start should have comment or be unexported (golint)
    • Line 198: warning: exported method IntegrationEnvironment.Teardown should have comment or be unexported (golint)
    • orchestrate/tests/utils/tracker/tracker.go
    • Line 11: warning: exported type Tracker should have comment or be unexported (golint)
    • Line 21: warning: exported function NewTracker should have comment or be unexported (golint)
    • Line 29: warning: exported method Tracker.AddOutput should have comment or be unexported (golint)
    • Line 51: warning: exported method Tracker.Load should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/auth/jwt/config.go
    • Line 29: warning: exported function Flags should have comment or be unexported (golint)
    • Line 69: warning: exported const CertificateIssuerURLViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 97: warning: exported type Config should have comment or be unexported (golint)
    • Line 104: warning: exported function NewConfig should have comment or be unexported (golint)
    • orchestrate/pkg/sdk/client/client.go
    • Line 16: warning: exported type OrchestrateClient should have comment or be unexported (golint)
    • Line 27: warning: exported type TransactionClient should have comment or be unexported (golint)
    • Line 35: warning: exported type ScheduleClient should have comment or be unexported (golint)
    • Line 41: warning: exported type JobClient should have comment or be unexported (golint)
    • Line 51: warning: exported type MetricClient should have comment or be unexported (golint)
    • Line 56: warning: exported type AccountClient should have comment or be unexported (golint)
    • Line 68: warning: exported type FaucetClient should have comment or be unexported (golint)
    • Line 76: warning: exported type ChainClient should have comment or be unexported (golint)
    • Line 84: warning: exported type ContractClient should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/middleware/headers/headers.go
    • Line 16: warning: exported type Builder should have comment or be unexported (golint)
    • Line 20: warning: exported function NewBuilder should have comment or be unexported (golint)
    • Line 26: warning: exported method Builder.Build should have comment or be unexported (golint)
    • Line 56: warning: exported type Headers should have comment or be unexported (golint)
    • Line 60: warning: exported function New should have comment or be unexported (golint)
    • orchestrate/services/tx-listener/tx_listener.go
    • Line 16: warning: exported type TxListener should have comment or be unexported (golint)
    • Line 20: warning: exported function NewTxListener should have comment or be unexported (golint)
    • Line 38: warning: exported method TxListener.Run should have comment or be unexported (golint)
    • Line 42: warning: exported method TxListener.Close should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/middleware/httpcache/handler.go
    • Line 20: warning: exported type CacheRequest should have comment or be unexported (golint)
    • Line 21: warning: exported type CacheResponse should have comment or be unexported (golint)
    • Line 23: warning: exported type Builder should have comment or be unexported (golint)
    • Line 29: warning: exported function NewBuilder should have comment or be unexported (golint)
    • Line 37: warning: exported method Builder.Build should have comment or be unexported (golint)
    • Line 51: warning: exported type HTTPCache should have comment or be unexported (golint)
    • Line 73: warning: exported method HTTPCache.Handler should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/transport/auth.go
    • Line 9: warning: exported type AuthHeadersTransport should have comment or be unexported (golint)
    • Line 14: warning: exported function NewAuthHeadersTransport should have comment or be unexported (golint)
    • Line 23: warning: exported method AuthHeadersTransport.RoundTrip should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/handler/proxy/proxy.go
    • Line 31: warning: exported type Builder should have comment or be unexported (golint)
    • Line 38: warning: exported function NewBuilder should have comment or be unexported (golint)
    • Line 55: warning: exported method Builder.Build should have comment or be unexported (golint)
    • Line 79: warning: exported function New should have comment or be unexported (golint)
    • orchestrate/services/api/business/use-cases/chains.go
    • Line 11: warning: exported type ChainUseCases should have comment or be unexported (golint)
    • Line 19: warning: exported type RegisterChainUseCase should have comment or be unexported (golint)
    • Line 23: warning: exported type GetChainUseCase should have comment or be unexported (golint)
    • Line 27: warning: exported type SearchChainsUseCase should have comment or be unexported (golint)
    • Line 31: warning: exported type UpdateChainUseCase should have comment or be unexported (golint)
    • Line 35: warning: exported type DeleteChainUseCase should have comment or be unexported (golint)
    • orchestrate/pkg/types/tx/builder.go
    • Line 22: warning: exported type Envelope should have comment or be unexported (golint)
    • Line 37: warning: exported function NewEnvelope should have comment or be unexported (golint)
    • Line 46: warning: exported method Envelope.SafeEnvelope should have comment or be unexported (golint)
    • Line 62: warning: exported method Envelope.GetID should have comment or be unexported (golint)
    • Line 66: warning: exported method Envelope.SetID should have comment or be unexported (golint)
    • Line 71: warning: exported method Envelope.GetErrors should have comment or be unexported (golint)
    • Line 83: warning: exported method Envelope.AppendError should have comment or be unexported (golint)
    • Line 88: warning: exported method Envelope.AppendErrors should have comment or be unexported (golint)
    • Line 92: warning: exported method Envelope.SetReceipt should have comment or be unexported (golint)
    • Line 96: warning: exported method Envelope.GetReceipt should have comment or be unexported (golint)
    • Line 100: warning: exported method Envelope.IsEthSendTransaction should have comment or be unexported (golint)
    • Line 119: warning: comment on exported method Envelope.IsEeaSendMarkingTransaction should be of the form "IsEeaSendMarkingTransaction ..." (golint)
    • Line 124: warning: exported method Envelope.IsEeaSendPrivateTransaction should have comment or be unexported (golint)
    • Line 128: warning: comment on exported method Envelope.IsEeaSendPrivateTransactionPrivacyGroup should be of the form "IsEeaSendPrivateTransactionPrivacyGroup ..." (golint)
    • Line 133: warning: comment on exported method Envelope.IsEeaSendPrivateTransactionPrivateFor should be of the form "IsEeaSendPrivateTransactionPrivateFor ..." (golint)
    • Line 143: warning: exported method Envelope.IsOneTimeKeySignature should have comment or be unexported (golint)
    • Line 151: warning: exported method Envelope.IsParentJob should have comment or be unexported (golint)
    • Line 155: warning: exported method Envelope.IsChildJob should have comment or be unexported (golint)
    • Line 159: warning: exported method Envelope.Carrier should have comment or be unexported (golint)
    • Line 163: warning: exported method Envelope.OnlyWarnings should have comment or be unexported (golint)
    • Line 172: warning: exported method Envelope.GetHeaders should have comment or be unexported (golint)
    • Line 176: warning: exported method Envelope.SetHeaders should have comment or be unexported (golint)
    • Line 183: warning: exported method Envelope.GetHeadersValue should have comment or be unexported (golint)
    • Line 186: warning: exported method Envelope.SetHeadersValue should have comment or be unexported (golint)
    • Line 191: warning: exported method Envelope.GetInternalLabels should have comment or be unexported (golint)
    • Line 195: warning: exported method Envelope.GetInternalLabelsValue should have comment or be unexported (golint)
    • Line 199: warning: exported method Envelope.SetInternalLabels should have comment or be unexported (golint)
    • Line 206: warning: exported method Envelope.AppendInternalLabels should have comment or be unexported (golint)
    • Line 218: warning: exported method Envelope.SetInternalLabelsValue should have comment or be unexported (golint)
    • Line 223: warning: exported method Envelope.SetContextLabelsValue should have comment or be unexported (golint)
    • Line 228: warning: exported method Envelope.SetContextLabels should have comment or be unexported (golint)
    • Line 235: warning: exported method Envelope.Validate should have comment or be unexported (golint)
    • Line 251: warning: exported method Envelope.GetContextLabelsValue should have comment or be unexported (golint)
    • Line 254: warning: exported method Envelope.GetContextLabels should have comment or be unexported (golint)
    • Line 258: warning: exported type Tx should have comment or be unexported (golint)
    • Line 270: warning: exported method Envelope.GetTransaction should have comment or be unexported (golint)
    • Line 326: warning: exported method Envelope.GetFrom should have comment or be unexported (golint)
    • Line 330: warning: exported method Envelope.GetFromAddress should have comment or be unexported (golint)
    • Line 337: warning: exported method Envelope.MustGetFromAddress should have comment or be unexported (golint)
    • Line 344: warning: exported method Envelope.GetFromString should have comment or be unexported (golint)
    • Line 351: warning: exported method Envelope.SetFromString should have comment or be unexported (golint)
    • Line 361: warning: exported method Envelope.MustSetFromString should have comment or be unexported (golint)
    • Line 366: warning: exported method Envelope.SetFrom should have comment or be unexported (golint)
    • Line 373: warning: exported method Envelope.GetTo should have comment or be unexported (golint)
    • Line 377: warning: exported method Envelope.GetToAddress should have comment or be unexported (golint)
    • Line 384: warning: exported method Envelope.MustGetToAddress should have comment or be unexported (golint)
    • Line 391: warning: exported method Envelope.GetToString should have comment or be unexported (golint)
    • Line 398: warning: exported method Envelope.MustSetToString should have comment or be unexported (golint)
    • Line 403: warning: exported method Envelope.SetToString should have comment or be unexported (golint)
    • Line 413: warning: exported method Envelope.SetTo should have comment or be unexported (golint)
    • Line 420: warning: exported method Envelope.GetGas should have comment or be unexported (golint)
    • Line 423: warning: exported method Envelope.GetGasUint64 should have comment or be unexported (golint)
    • Line 429: warning: exported method Envelope.MustGetGasUint64 should have comment or be unexported (golint)
    • Line 435: warning: exported method Envelope.GetGasString should have comment or be unexported (golint)
    • Line 441: warning: exported method Envelope.SetGasString should have comment or be unexported (golint)
    • Line 451: warning: exported method Envelope.SetGas should have comment or be unexported (golint)
    • Line 458: warning: exported method Envelope.GetNonce should have comment or be unexported (golint)
    • Line 461: warning: exported method Envelope.GetNonceUint64 should have comment or be unexported (golint)
    • Line 467: warning: exported method Envelope.MustGetNonceUint64 should have comment or be unexported (golint)
    • Line 473: warning: exported method Envelope.GetNonceString should have comment or be unexported (golint)
    • Line 479: warning: exported method Envelope.SetNonceString should have comment or be unexported (golint)
    • Line 489: warning: exported method Envelope.SetNonce should have comment or be unexported (golint)
    • Line 496: warning: exported method Envelope.GetGasPrice should have comment or be unexported (golint)
    • Line 500: warning: exported method Envelope.GetGasPriceBig should have comment or be unexported (golint)
    • Line 507: warning: exported method Envelope.GetGasPriceString should have comment or be unexported (golint)
    • Line 514: warning: exported method Envelope.SetGasPriceString should have comment or be unexported (golint)
    • Line 525: warning: exported method Envelope.SetGasPrice should have comment or be unexported (golint)
    • Line 532: warning: exported method Envelope.GetValue should have comment or be unexported (golint)
    • Line 535: warning: exported method Envelope.GetValueBig should have comment or be unexported (golint)
    • Line 542: warning: exported method Envelope.GetValueString should have comment or be unexported (golint)
    • Line 549: warning: exported method Envelope.SetValueString should have comment or be unexported (golint)
    • Line 560: warning: exported method Envelope.SetValue should have comment or be unexported (golint)
    • Line 567: warning: exported method Envelope.GetData should have comment or be unexported (golint)
    • Line 571: warning: exported method Envelope.MustGetDataBytes should have comment or be unexported (golint)
    • Line 579: warning: exported method Envelope.SetData should have comment or be unexported (golint)
    • Line 584: warning: exported method Envelope.SetDataString should have comment or be unexported (golint)
    • Line 593: warning: exported method Envelope.MustSetDataString should have comment or be unexported (golint)
    • Line 600: warning: exported method Envelope.GetShortRaw should have comment or be unexported (golint)
    • Line 604: warning: exported method Envelope.GetRaw should have comment or be unexported (golint)
    • Line 608: warning: exported method Envelope.MustGetRawBytes should have comment or be unexported (golint)
    • Line 616: warning: exported method Envelope.SetRaw should have comment or be unexported (golint)
    • Line 621: warning: exported method Envelope.SetRawString should have comment or be unexported (golint)
    • Line 630: warning: exported method Envelope.MustSetRawString should have comment or be unexported (golint)
    • Line 637: warning: exported method Envelope.GetTxHash should have comment or be unexported (golint)
    • Line 641: warning: exported method Envelope.GetTxHashValue should have comment or be unexported (golint)
    • Line 648: warning: exported method Envelope.MustGetTxHashValue should have comment or be unexported (golint)
    • Line 655: warning: exported method Envelope.GetTxHashString should have comment or be unexported (golint)
    • Line 662: warning: exported method Envelope.SetTxHash should have comment or be unexported (golint)
    • Line 667: warning: exported method Envelope.SetTxHashString should have comment or be unexported (golint)
    • Line 678: warning: exported method Envelope.MustSetTxHashString should have comment or be unexported (golint)
    • Line 683: warning: exported type Chain should have comment or be unexported (golint)
    • Line 689: warning: exported method Envelope.GetChainID should have comment or be unexported (golint)
    • Line 693: warning: exported method Envelope.GetChainIDString should have comment or be unexported (golint)
    • Line 700: warning: exported method Envelope.SetChainID should have comment or be unexported (golint)
    • Line 705: warning: exported method Envelope.SetChainIDUint64 should have comment or be unexported (golint)
    • Line 710: warning: exported method Envelope.SetChainIDString should have comment or be unexported (golint)
    • Line 721: warning: exported method Envelope.GetChainName should have comment or be unexported (golint)
    • Line 725: warning: exported method Envelope.SetChainName should have comment or be unexported (golint)
    • Line 730: warning: exported method Envelope.GetChainUUID should have comment or be unexported (golint)
    • Line 734: warning: exported method Envelope.SetChainUUID should have comment or be unexported (golint)
    • Line 739: warning: exported type Contract should have comment or be unexported (golint)
    • Line 751: warning: comment on exported method Envelope.MustGetMethodName should be of the form "MustGetMethodName ..." (golint)
    • Line 756: warning: exported method Envelope.GetMethodSignature should have comment or be unexported (golint)
    • Line 760: warning: exported method Envelope.GetArgs should have comment or be unexported (golint)
    • Line 764: warning: exported method Envelope.SetContractName should have comment or be unexported (golint)
    • Line 769: warning: exported method Envelope.SetMethodSignature should have comment or be unexported (golint)
    • Line 773: warning: exported method Envelope.SetArgs should have comment or be unexported (golint)
    • Line 778: warning: exported method Envelope.SetContractTag should have comment or be unexported (golint)
    • Line 783: warning: exported method Envelope.ShortContract should have comment or be unexported (golint)
    • Line 795: warning: exported type Private should have comment or be unexported (golint)
    • Line 802: warning: exported method Envelope.GetPrivateFor should have comment or be unexported (golint)
    • Line 805: warning: exported method Envelope.SetPrivateFor should have comment or be unexported (golint)
    • Line 810: warning: exported method Envelope.SetPrivateFrom should have comment or be unexported (golint)
    • Line 814: warning: exported method Envelope.GetPrivateFrom should have comment or be unexported (golint)
    • Line 818: warning: exported method Envelope.SetPrivateTxType should have comment or be unexported (golint)
    • Line 823: warning: exported method Envelope.GetPrivateTxType should have comment or be unexported (golint)
    • Line 827: warning: exported method Envelope.SetPrivacyGroupID should have comment or be unexported (golint)
    • Line 832: warning: exported method Envelope.GetPrivacyGroupID should have comment or be unexported (golint)
    • Line 836: warning: exported method Envelope.GetEnclaveKey should have comment or be unexported (golint)
    • Line 840: warning: exported method Envelope.SetEnclaveKey should have comment or be unexported (golint)
    • Line 845: warning: exported method Envelope.SetJobType should have comment or be unexported (golint)
    • Line 850: warning: exported method Envelope.GetJobTypeString should have comment or be unexported (golint)
    • Line 854: warning: exported method Envelope.SetScheduleUUID should have comment or be unexported (golint)
    • Line 859: warning: exported method Envelope.GetScheduleUUID should have comment or be unexported (golint)
    • Line 863: warning: exported method Envelope.SetJobUUID should have comment or be unexported (golint)
    • Line 868: warning: exported method Envelope.GetJobUUID should have comment or be unexported (golint)
    • Line 872: warning: exported method Envelope.GetNextJobUUID should have comment or be unexported (golint)
    • Line 876: warning: exported method Envelope.GetParentJobUUID should have comment or be unexported (golint)
    • Line 880: warning: exported method Envelope.GetExpectedNonce should have comment or be unexported (golint)
    • Line 884: warning: exported method Envelope.SetNextJobUUID should have comment or be unexported (golint)
    • Line 889: warning: exported method Envelope.TxRequest should have comment or be unexported (golint)
    • Line 956: warning: exported method Envelope.TxEnvelopeAsRequest should have comment or be unexported (golint)
    • Line 964: warning: exported method Envelope.TxEnvelopeAsResponse should have comment or be unexported (golint)
    • Line 972: warning: exported method Envelope.TxResponse should have comment or be unexported (golint)
    • Line 1019: warning: comment on exported method Envelope.PartitionKey should be of the form "PartitionKey ..." (golint)
    • orchestrate/services/api/store/postgres/data-agents/event.go
    • Line 15: warning: comment on exported type PGEvent should be of the form "PGEvent ..." (with optional leading article) (golint)
    • Line 21: warning: comment on exported function NewPGEvent should be of the form "NewPGEvent ..." (golint)
    • Line 26: warning: exported method PGEvent.InsertMultiple should have comment or be unexported (golint)
    • Line 36: warning: exported method PGEvent.FindOneByAccountAndSigHash should have comment or be unexported (golint)
    • Line 56: warning: exported method PGEvent.FindDefaultBySigHash should have comment or be unexported (golint)
    • orchestrate/pkg/ethereum/types/listener.go
    • Line 28: warning: comment on exported method TxListenerReceipt.Entrypoint should be of the form "Entrypoint ..." (golint)
    • Line 30: warning: exported method TxListenerReceipt.Header should have comment or be unexported (golint)
    • Line 31: warning: exported method TxListenerReceipt.Value should have comment or be unexported (golint)
    • Line 32: warning: exported method TxListenerReceipt.Key should have comment or be unexported (golint)
    • orchestrate/pkg/sdk/client/config.go
    • Line 21: warning: exported const URLViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: exported const MetricsURLViperKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function URL should have comment or be unexported (golint)
    • Line 40: warning: exported function Flags should have comment or be unexported (golint)
    • Line 44: warning: exported type Config should have comment or be unexported (golint)
    • Line 50: warning: exported function NewConfig should have comment or be unexported (golint)
    • Line 62: warning: exported function NewConfigFromViper should have comment or be unexported (golint)
    • orchestrate/tests/handlers/dispatcher/exported.go
    • Line 20: warning: exported function SetKeyOfFuncs should have comment or be unexported (golint)
    • Line 50: warning: exported function LongKeyOf should have comment or be unexported (golint)
    • Line 61: warning: exported function LabelKey should have comment or be unexported (golint)
    • Line 76: warning: exported function ShortKeyOf should have comment or be unexported (golint)
    • orchestrate/tests/utils/globalData.go
    • Line 5: warning: exported type TestData should have comment or be unexported (golint)
    • Line 9: warning: exported type TestDataNodes should have comment or be unexported (golint)
    • Line 15: warning: exported type TestDataChain should have comment or be unexported (golint)
    • Line 23: warning: exported type TestDataPrivateTxManager should have comment or be unexported (golint)
    • orchestrate/services/api/service/formatters/transactions.go
    • Line 16: warning: exported function FormatSendTxRequest should have comment or be unexported (golint)
    • Line 46: warning: exported function FormatDeployContractRequest should have comment or be unexported (golint)
    • Line 76: warning: exported function FormatSendRawRequest should have comment or be unexported (golint)
    • Line 95: warning: exported function FormatTransferRequest should have comment or be unexported (golint)
    • Line 114: warning: exported function FormatTxResponse should have comment or be unexported (golint)
    • Line 127: warning: exported function FormatTransactionsFilterRequest should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/metrics/metrics.go
    • Line 11: warning: exported const Namespace should have comment (or a comment on this block) or be unexported (golint)
    • Line 14: warning: exported type Prometheus should have comment or be unexported (golint)
    • Line 19: warning: exported type DynamicPrometheus should have comment or be unexported (golint)
    • Line 24: warning: exported type Registry should have comment or be unexported (golint)
    • orchestrate/services/api/business/use-cases/accounts.go
    • Line 12: warning: exported type AccountUseCases should have comment or be unexported (golint)
    • Line 19: warning: exported type GetAccountUseCase should have comment or be unexported (golint)
    • Line 23: warning: exported type CreateAccountUseCase should have comment or be unexported (golint)
    • Line 27: warning: exported type SearchAccountsUseCase should have comment or be unexported (golint)
    • Line 31: warning: exported type UpdateAccountUseCase should have comment or be unexported (golint)
    • Line 35: warning: exported type FundAccountUseCase should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/app/http/handler/dashboard/entrypoint.go
    • Line 16: warning: exported type EntryPointResponse should have comment or be unexported (golint)
    • Line 21: warning: exported type EntryPoint should have comment or be unexported (golint)
    • Line 25: warning: exported function NewEntryPoint should have comment or be unexported (golint)
    • Line 31: warning: exported method EntryPoint.Append should have comment or be unexported (golint)
    • Line 36: warning: exported method EntryPoint.ServeHTTPGetEntryPoints should have comment or be unexported (golint)
    • Line 67: warning: exported method EntryPoint.ServeHTTPGetEntryPoint should have comment or be unexported (golint)
    • orchestrate/pkg/toolkit/integration-test/docker/container/hashicorp/hashicorp.go
    • Line 23: warning: exported type Vault should have comment or be unexported (golint)
    • Line 25: warning: exported type Config should have comment or be unexported (golint)
    • Line 33: warning: exported function NewDefault should have comment or be unexported (golint)
    • Line 43: warning: exported method Config.SetHostPort should have comment or be unexported (golint)
    • Line 48: warning: exported method Config.SetRootToken should have comment or be unexported (golint)
    • Line 53: warning: exported method Config.SetHost should have comment or be unexported (golint)
    • Line 61: warning: exported method Config.SetMountPath should have comment or be unexported (golint)
    • Line 66: warning: exported method Vault.GenerateContainerConfig should have comment or be unexported (golint)
    • Line 101: warning: exported method Vault.WaitForService should have comment or be unexported (golint)

gocyclo98%

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.


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!