Preparing report...

Report for github.com/cortezaproject/corteza-server

(v0.0.0-20211123134616-a1e1d1c49378)

A+    Excellent!    Found 806 issues across 1369 files

Tweet

gofmt99%

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.

    • system/automation/expr_types.gen.go
    • Line 15: warning: should not use dot imports (golint)
    • Line 34: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 67: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 83: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 116: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 132: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 165: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 171: warning: exported method QueueMessage.AssignFieldValue should have comment or be unexported (golint)
    • Line 197: warning: exported method QueueMessage.Has should have comment or be unexported (golint)
    • Line 273: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 306: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 322: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 355: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 371: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 404: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 410: warning: exported method RenderedDocument.AssignFieldValue should have comment or be unexported (golint)
    • Line 436: warning: exported method RenderedDocument.Has should have comment or be unexported (golint)
    • Line 526: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 559: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 565: warning: exported method Role.AssignFieldValue should have comment or be unexported (golint)
    • Line 591: warning: exported method Role.Has should have comment or be unexported (golint)
    • Line 721: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 754: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 760: warning: exported method Template.AssignFieldValue should have comment or be unexported (golint)
    • Line 786: warning: exported method Template.Has should have comment or be unexported (golint)
    • Line 980: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 1013: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 1019: warning: exported method TemplateMeta.AssignFieldValue should have comment or be unexported (golint)
    • Line 1045: warning: exported method TemplateMeta.Has should have comment or be unexported (golint)
    • Line 1115: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 1148: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 1154: warning: exported method User.AssignFieldValue should have comment or be unexported (golint)
    • Line 1180: warning: exported method User.Has should have comment or be unexported (golint)
    • system/types/template.go
    • Line 13: warning: exported type DocumentType should have comment or be unexported (golint)
    • Line 15: warning: exported type Template should have comment or be unexported (golint)
    • Line 41: warning: exported type TemplateMeta should have comment or be unexported (golint)
    • Line 46: warning: exported type TemplateFilter should have comment or be unexported (golint)
    • Line 71: warning: exported const DocumentTypePlain should have comment (or a comment on this block) or be unexported (golint)
    • Line 76: warning: exported method TemplateMeta.Scan should have comment or be unexported (golint)
    • Line 91: warning: exported method TemplateMeta.Value should have comment or be unexported (golint)
    • Line 95: warning: exported method Template.Clone should have comment or be unexported (golint)
    • auth/auth.go
    • Line 49: warning: comment on exported var PublicAssets should be of the form "PublicAssets ..." (golint)
    • Line 190: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pkg/label/types/type.go
    • Line 4: warning: exported type Label should have comment or be unexported (golint)
    • Line 15: warning: exported type LabelFilter should have comment or be unexported (golint)
    • Line 22: warning: exported method LabelSet.ResourceIDs should have comment or be unexported (golint)
    • Line 31: warning: exported method LabelSet.FilterByResource should have comment or be unexported (golint)
    • pkg/payload/util.go
    • Line 11: warning: exported function Uint64toa should have comment or be unexported (golint)
    • Line 15: warning: exported function Uint64stoa should have comment or be unexported (golint)
    • Line 43: warning: exported function ParseJSONTextWithErr should have comment or be unexported (golint)
    • Line 49: warning: exported function ParseISODateWithErr should have comment or be unexported (golint)
    • Line 53: warning: exported function ParseISODatePtrWithErr should have comment or be unexported (golint)
    • Line 71: warning: comment on exported function ParseUint should be of the form "ParseUint ..." (golint)
    • Line 80: warning: comment on exported function ParseUints should be of the form "ParseUints ..." (golint)
    • Line 99: warning: comment on exported function ParseBool should be of the form "ParseBool ..." (golint)
    • pkg/sentry/sentry.go
    • Line 10: warning: exported function Init should have comment or be unexported (golint)
    • Line 33: warning: exported function Recover should have comment or be unexported (golint)
    • store/mysql/sql_order.go
    • Line 5: warning: exported function SqlSortHandler should have comment or be unexported (golint)
    • Line 8: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • system/service/attachment.go
    • Line 41: warning: exported type AttachmentService should have comment or be unexported (golint)
    • Line 52: warning: exported function Attachment should have comment or be unexported (golint)
    • auth/oauth2/corteza_token_store.go
    • Line 22: warning: exported type CortezaTokenStore should have comment or be unexported (golint)
    • Line 45: warning: exported method CortezaTokenStore.Create should have comment or be unexported (golint)
    • Line 101: warning: exported method CortezaTokenStore.RemoveByCode should have comment or be unexported (golint)
    • Line 105: warning: exported method CortezaTokenStore.RemoveByAccess should have comment or be unexported (golint)
    • Line 109: warning: exported method CortezaTokenStore.RemoveByRefresh should have comment or be unexported (golint)
    • Line 113: warning: exported method CortezaTokenStore.GetByCode should have comment or be unexported (golint)
    • Line 130: warning: exported method CortezaTokenStore.GetByAccess should have comment or be unexported (golint)
    • Line 142: warning: exported method CortezaTokenStore.GetByRefresh should have comment or be unexported (golint)
    • system/service/statistics.go
    • Line 25: warning: exported type StatisticsMetricsPayload should have comment or be unexported (golint)
    • Line 32: warning: exported function Statistics should have comment or be unexported (golint)
    • federation/rest/request/manageStructure.go
    • Line 36: warning: comment on exported type ManageStructureReadExposed should be of the form "ManageStructureReadExposed ..." (with optional leading article) (golint)
    • Line 49: warning: exported type ManageStructureCreateExposed should have comment or be unexported (golint)
    • Line 81: warning: exported type ManageStructureUpdateExposed should have comment or be unexported (golint)
    • Line 118: warning: exported type ManageStructureRemoveExposed should have comment or be unexported (golint)
    • Line 130: warning: exported type ManageStructureReadShared should have comment or be unexported (golint)
    • Line 142: warning: exported type ManageStructureCreateMappings should have comment or be unexported (golint)
    • Line 169: warning: exported type ManageStructureReadMappings should have comment or be unexported (golint)
    • Line 186: warning: exported type ManageStructureListAll should have comment or be unexported (golint)
    • Line 222: warning: comment on exported method ManageStructureReadExposed.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 227: warning: comment on exported method ManageStructureReadExposed.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 273: warning: comment on exported method ManageStructureCreateExposed.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 278: warning: comment on exported method ManageStructureCreateExposed.GetComposeModuleID should be of the form "GetComposeModuleID ..." (golint)
    • Line 283: warning: comment on exported method ManageStructureCreateExposed.GetComposeNamespaceID should be of the form "GetComposeNamespaceID ..." (golint)
    • Line 288: warning: comment on exported method ManageStructureCreateExposed.GetName should be of the form "GetName ..." (golint)
    • Line 293: warning: comment on exported method ManageStructureCreateExposed.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 298: warning: comment on exported method ManageStructureCreateExposed.GetFields should be of the form "GetFields ..." (golint)
    • Line 393: warning: comment on exported method ManageStructureUpdateExposed.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 398: warning: comment on exported method ManageStructureUpdateExposed.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 403: warning: comment on exported method ManageStructureUpdateExposed.GetComposeModuleID should be of the form "GetComposeModuleID ..." (golint)
    • Line 408: warning: comment on exported method ManageStructureUpdateExposed.GetComposeNamespaceID should be of the form "GetComposeNamespaceID ..." (golint)
    • Line 413: warning: comment on exported method ManageStructureUpdateExposed.GetName should be of the form "GetName ..." (golint)
    • Line 418: warning: comment on exported method ManageStructureUpdateExposed.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 423: warning: comment on exported method ManageStructureUpdateExposed.GetFields should be of the form "GetFields ..." (golint)
    • Line 519: warning: comment on exported method ManageStructureRemoveExposed.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 524: warning: comment on exported method ManageStructureRemoveExposed.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 566: warning: comment on exported method ManageStructureReadShared.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 571: warning: comment on exported method ManageStructureReadShared.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 616: warning: comment on exported method ManageStructureCreateMappings.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 621: warning: comment on exported method ManageStructureCreateMappings.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 626: warning: comment on exported method ManageStructureCreateMappings.GetComposeModuleID should be of the form "GetComposeModuleID ..." (golint)
    • Line 631: warning: comment on exported method ManageStructureCreateMappings.GetComposeNamespaceID should be of the form "GetComposeNamespaceID ..." (golint)
    • Line 636: warning: comment on exported method ManageStructureCreateMappings.GetFields should be of the form "GetFields ..." (golint)
    • Line 719: warning: comment on exported method ManageStructureReadMappings.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 724: warning: comment on exported method ManageStructureReadMappings.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 729: warning: comment on exported method ManageStructureReadMappings.GetComposeModuleID should be of the form "GetComposeModuleID ..." (golint)
    • Line 785: warning: comment on exported method ManageStructureListAll.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 790: warning: comment on exported method ManageStructureListAll.GetShared should be of the form "GetShared ..." (golint)
    • Line 795: warning: comment on exported method ManageStructureListAll.GetExposed should be of the form "GetExposed ..." (golint)
    • Line 800: warning: comment on exported method ManageStructureListAll.GetMapped should be of the form "GetMapped ..." (golint)
    • pkg/ql/flavours.go
    • Line 4: warning: exported type Encoder should have comment or be unexported (golint)
    • Line 14: warning: comment on exported var QueryEncoder should be of the form "QueryEncoder ..." (golint)
    • Line 28: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • store/role_members.gen.go
    • Line 17: warning: exported type RoleMembers should have comment or be unexported (golint)
    • Line 76: warning: exported function TransferRoleMembers should have comment or be unexported (golint)
    • system/rest/attachment.go
    • Line 30: warning: exported type Attachment should have comment or be unexported (golint)
    • Line 35: warning: exported method Attachment.New should have comment or be unexported (golint)
    • Line 50: warning: exported method Attachment.Delete should have comment or be unexported (golint)
    • Line 63: warning: exported method Attachment.Original should have comment or be unexported (golint)
    • Line 71: warning: exported method Attachment.Preview should have comment or be unexported (golint)
    • system/types/queue.go
    • Line 15: warning: exported type Queue should have comment or be unexported (golint)
    • Line 29: warning: exported type QueueFilter should have comment or be unexported (golint)
    • Line 45: warning: exported type QueueMessage should have comment or be unexported (golint)
    • Line 53: warning: exported type QueueMessageFilter should have comment or be unexported (golint)
    • Line 62: warning: exported type QueueMeta should have comment or be unexported (golint)
    • Line 68: warning: exported method QueueMeta.UnmarshalJSON should have comment or be unexported (golint)
    • Line 92: warning: exported method QueueMeta.Value should have comment or be unexported (golint)
    • Line 92: warning: receiver name m should be consistent with previous receiver name h for QueueMeta (golint)
    • Line 96: warning: exported method QueueMeta.MarshalJSON should have comment or be unexported (golint)
    • Line 96: warning: receiver name m should be consistent with previous receiver name h for QueueMeta (golint)
    • Line 112: warning: exported method QueueMeta.Scan should have comment or be unexported (golint)
    • Line 112: warning: receiver name m should be consistent with previous receiver name h for QueueMeta (golint)
    • Line 118: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 125: warning: exported method Queue.CanDispatch should have comment or be unexported (golint)
    • Line 129: warning: exported function ParseQueueMeta should have comment or be unexported (golint)
    • federation/types/rbac.gen.go
    • Line 28: warning: exported const ExposedModuleResourceType should have comment (or a comment on this block) or be unexported (golint)
    • Line 66: warning: comment on exported function ExposedModuleRbacResourceTpl should be of the form "ExposedModuleRbacResourceTpl ..." (golint)
    • Line 97: warning: comment on exported function NodeRbacResourceTpl should be of the form "NodeRbacResourceTpl ..." (golint)
    • Line 134: warning: comment on exported function SharedModuleRbacResourceTpl should be of the form "SharedModuleRbacResourceTpl ..." (golint)
    • Line 158: warning: comment on exported function ComponentRbacResourceTpl should be of the form "ComponentRbacResourceTpl ..." (golint)
    • system/service/auth.go
    • Line 42: warning: exported type AuthOptions should have comment or be unexported (golint)
    • Line 82: warning: exported function Auth should have comment or be unexported (golint)
    • Line 160: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • system/types/settings.go
    • Line 14: warning: exported type SettingValue should have comment or be unexported (golint)
    • Line 26: warning: exported type SettingsFilter should have comment or be unexported (golint)
    • Line 37: warning: exported type SettingsKV should have comment or be unexported (golint)
    • Line 44: warning: exported function MakeSettingValue should have comment or be unexported (golint)
    • Line 50: warning: exported method SettingValue.SetRawValue should have comment or be unexported (golint)
    • Line 61: warning: exported method SettingValue.SetValue should have comment or be unexported (golint)
    • Line 82: warning: exported method SettingValue.Bool should have comment or be unexported (golint)
    • Line 91: warning: exported method SettingValue.NormalizeValue should have comment or be unexported (golint)
    • Line 95: warning: exported method SettingValue.Eq should have comment or be unexported (golint)
    • Line 103: warning: exported method SettingValueSet.FilterByPrefix should have comment or be unexported (golint)
    • Line 114: warning: exported method SettingValueSet.KV should have comment or be unexported (golint)
    • Line 125: warning: exported method SettingsKV.Has should have comment or be unexported (golint)
    • Line 130: warning: exported method SettingsKV.Bool should have comment or be unexported (golint)
    • Line 148: warning: exported method SettingsKV.Filter should have comment or be unexported (golint)
    • Line 188: warning: comment on exported method SettingValueSet.Has should be of the form "Has ..." (golint)
    • Line 204: warning: comment on exported method SettingValueSet.Changed should be of the form "Changed ..." (golint)
    • Line 243: warning: comment on exported method SettingValueSet.Old should be of the form "Old ..." (golint)
    • pkg/corredor/util.go
    • Line 66: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 77: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 113: warning: exported function GenericBundleHandler should have comment or be unexported (golint)
    • pkg/scheduler/service.go
    • Line 57: warning: exported function Service should have comment or be unexported (golint)
    • Line 61: warning: exported function NewService should have comment or be unexported (golint)
    • system/types/auth_session.go
    • Line 8: warning: exported type AuthSession should have comment or be unexported (golint)
    • Line 18: warning: exported type AuthSessionFilter should have comment or be unexported (golint)
    • automation/types/test.go
    • Line 9: warning: comment on exported type Test should be of the form "Test ..." (with optional leading article) (golint)
    • Line 20: warning: exported type TestSet should have comment or be unexported (golint)
    • Line 23: warning: exported function NewTest should have comment or be unexported (golint)
    • Line 27: warning: exported method Test.GetExpr should have comment or be unexported (golint)
    • Line 28: warning: exported method Test.SetEval should have comment or be unexported (golint)
    • Line 29: warning: exported method Test.Eval should have comment or be unexported (golint)
    • Line 32: warning: exported method Test.Test should have comment or be unexported (golint)
    • Line 36: warning: exported method TestSet.Validate should have comment or be unexported (golint)
    • Line 53: warning: exported method TestSet.Test should have comment or be unexported (golint)
    • Line 57: warning: exported method TestSet.TestAll should have comment or be unexported (golint)
    • Line 68: warning: comment on exported method TestSet.TestAny should be of the form "TestAny ..." (golint)
    • automation/rest/handlers/workflow.go
    • Line 20: warning: comment on exported type WorkflowAPI should be of the form "WorkflowAPI ..." (with optional leading article) (golint)
    • Line 32: warning: comment on exported type Workflow should be of the form "Workflow ..." (with optional leading article) (golint)
    • Line 45: warning: exported function NewWorkflow should have comment or be unexported (golint)
    • Line 178: warning: exported method Workflow.MountRoutes should have comment or be unexported (golint)
    • compose/rest/request/notification.go
    • Line 36: warning: comment on exported type NotificationEmailSend should be of the form "NotificationEmailSend ..." (with optional leading article) (golint)
    • Line 87: warning: comment on exported method NotificationEmailSend.GetTo should be of the form "GetTo ..." (golint)
    • Line 92: warning: comment on exported method NotificationEmailSend.GetCc should be of the form "GetCc ..." (golint)
    • Line 97: warning: comment on exported method NotificationEmailSend.GetReplyTo should be of the form "GetReplyTo ..." (golint)
    • Line 102: warning: comment on exported method NotificationEmailSend.GetSubject should be of the form "GetSubject ..." (golint)
    • Line 107: warning: comment on exported method NotificationEmailSend.GetContent should be of the form "GetContent ..." (golint)
    • Line 112: warning: comment on exported method NotificationEmailSend.GetRemoteAttachments should be of the form "GetRemoteAttachments ..." (golint)
    • compose/rest/request/page.go
    • Line 38: warning: comment on exported type PageList should be of the form "PageList ..." (with optional leading article) (golint)
    • Line 86: warning: exported type PageCreate should have comment or be unexported (golint)
    • Line 138: warning: exported type PageRead should have comment or be unexported (golint)
    • Line 150: warning: exported type PageTree should have comment or be unexported (golint)
    • Line 157: warning: exported type PageUpdate should have comment or be unexported (golint)
    • Line 214: warning: exported type PageReorder should have comment or be unexported (golint)
    • Line 231: warning: exported type PageDelete should have comment or be unexported (golint)
    • Line 243: warning: exported type PageUpload should have comment or be unexported (golint)
    • Line 260: warning: exported type PageTriggerScript should have comment or be unexported (golint)
    • Line 277: warning: exported type PageListTranslations should have comment or be unexported (golint)
    • Line 289: warning: exported type PageUpdateTranslations should have comment or be unexported (golint)
    • Line 327: warning: comment on exported method PageList.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 332: warning: comment on exported method PageList.GetSelfID should be of the form "GetSelfID ..." (golint)
    • Line 337: warning: comment on exported method PageList.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 342: warning: comment on exported method PageList.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 347: warning: comment on exported method PageList.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 352: warning: comment on exported method PageList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 357: warning: comment on exported method PageList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 362: warning: comment on exported method PageList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 367: warning: comment on exported method PageList.GetSort should be of the form "GetSort ..." (golint)
    • Line 470: warning: comment on exported method PageCreate.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 475: warning: comment on exported method PageCreate.GetSelfID should be of the form "GetSelfID ..." (golint)
    • Line 480: warning: comment on exported method PageCreate.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 485: warning: comment on exported method PageCreate.GetTitle should be of the form "GetTitle ..." (golint)
    • Line 490: warning: comment on exported method PageCreate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 495: warning: comment on exported method PageCreate.GetDescription should be of the form "GetDescription ..." (golint)
    • Line 500: warning: comment on exported method PageCreate.GetWeight should be of the form "GetWeight ..." (golint)
    • Line 505: warning: comment on exported method PageCreate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 510: warning: comment on exported method PageCreate.GetVisible should be of the form "GetVisible ..." (golint)
    • Line 515: warning: comment on exported method PageCreate.GetBlocks should be of the form "GetBlocks ..." (golint)
    • Line 638: warning: comment on exported method PageRead.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 643: warning: comment on exported method PageRead.GetPageID should be of the form "GetPageID ..." (golint)
    • Line 684: warning: comment on exported method PageTree.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 729: warning: comment on exported method PageUpdate.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 734: warning: comment on exported method PageUpdate.GetPageID should be of the form "GetPageID ..." (golint)
    • Line 739: warning: comment on exported method PageUpdate.GetSelfID should be of the form "GetSelfID ..." (golint)
    • Line 744: warning: comment on exported method PageUpdate.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 749: warning: comment on exported method PageUpdate.GetTitle should be of the form "GetTitle ..." (golint)
    • Line 754: warning: comment on exported method PageUpdate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 759: warning: comment on exported method PageUpdate.GetDescription should be of the form "GetDescription ..." (golint)
    • Line 764: warning: comment on exported method PageUpdate.GetWeight should be of the form "GetWeight ..." (golint)
    • Line 769: warning: comment on exported method PageUpdate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 774: warning: comment on exported method PageUpdate.GetVisible should be of the form "GetVisible ..." (golint)
    • Line 779: warning: comment on exported method PageUpdate.GetBlocks should be of the form "GetBlocks ..." (golint)
    • Line 909: warning: comment on exported method PageReorder.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 914: warning: comment on exported method PageReorder.GetSelfID should be of the form "GetSelfID ..." (golint)
    • Line 919: warning: comment on exported method PageReorder.GetPageIDs should be of the form "GetPageIDs ..." (golint)
    • Line 987: warning: comment on exported method PageDelete.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 992: warning: comment on exported method PageDelete.GetPageID should be of the form "GetPageID ..." (golint)
    • Line 1035: warning: comment on exported method PageUpload.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1040: warning: comment on exported method PageUpload.GetPageID should be of the form "GetPageID ..." (golint)
    • Line 1045: warning: comment on exported method PageUpload.GetUpload should be of the form "GetUpload ..." (golint)
    • Line 1112: warning: comment on exported method PageTriggerScript.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1117: warning: comment on exported method PageTriggerScript.GetPageID should be of the form "GetPageID ..." (golint)
    • Line 1122: warning: comment on exported method PageTriggerScript.GetScript should be of the form "GetScript ..." (golint)
    • Line 1190: warning: comment on exported method PageListTranslations.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1195: warning: comment on exported method PageListTranslations.GetPageID should be of the form "GetPageID ..." (golint)
    • Line 1238: warning: comment on exported method PageUpdateTranslations.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1243: warning: comment on exported method PageUpdateTranslations.GetPageID should be of the form "GetPageID ..." (golint)
    • Line 1248: warning: comment on exported method PageUpdateTranslations.GetTranslations should be of the form "GetTranslations ..." (golint)
    • system/service/reminder.go
    • Line 33: warning: exported type ReminderService should have comment or be unexported (golint)
    • Line 50: warning: exported function Reminder should have comment or be unexported (golint)
    • automation/rest/handlers/trigger.go
    • Line 20: warning: comment on exported type TriggerAPI should be of the form "TriggerAPI ..." (with optional leading article) (golint)
    • Line 30: warning: comment on exported type Trigger should be of the form "Trigger ..." (with optional leading article) (golint)
    • Line 41: warning: exported function NewTrigger should have comment or be unexported (golint)
    • Line 142: warning: exported method Trigger.MountRoutes should have comment or be unexported (golint)
    • system/service/settings.go
    • Line 40: warning: exported type SettingsChangeListener should have comment or be unexported (golint)
    • Line 48: warning: exported var ErrNoReadPermission should have comment or be unexported (golint)
    • Line 52: warning: exported function Settings should have comment or be unexported (golint)
    • Line 155: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 216: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pkg/envoy/json/encoder.go
    • Line 52: warning: exported var ErrUnknownResource should have comment or be unexported (golint)
    • Line 56: warning: exported function NewBulkRecordEncoder should have comment or be unexported (golint)
    • pkg/envoy/resource/role.go
    • Line 18: warning: exported function NewRole should have comment or be unexported (golint)
    • Line 31: warning: exported method Role.SysID should have comment or be unexported (golint)
    • Line 35: warning: exported method Role.RBACParts should have comment or be unexported (golint)
    • Line 67: warning: exported function RoleErrUnresolved should have comment or be unexported (golint)
    • system/rest/handlers/apigwFilter.go
    • Line 20: warning: comment on exported type ApigwFilterAPI should be of the form "ApigwFilterAPI ..." (with optional leading article) (golint)
    • Line 32: warning: comment on exported type ApigwFilter should be of the form "ApigwFilter ..." (with optional leading article) (golint)
    • Line 45: warning: exported function NewApigwFilter should have comment or be unexported (golint)
    • Line 178: warning: exported method ApigwFilter.MountRoutes should have comment or be unexported (golint)
    • system/automation/roles_handler.go
    • Line 8: warning: should not use dot imports (golint)
    • Line 60: warning: exported function RolesHandler should have comment or be unexported (golint)
    • Line 333: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 341: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 349: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 357: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • system/rest/locales.go
    • Line 19: warning: exported type Locale should have comment or be unexported (golint)
    • Line 33: warning: exported method Locale.New should have comment or be unexported (golint)
    • Line 39: warning: exported method Locale.List should have comment or be unexported (golint)
    • Line 45: warning: exported method Locale.Get should have comment or be unexported (golint)
    • Line 101: warning: exported method Locale.ListResource should have comment or be unexported (golint)
    • Line 125: warning: exported method Locale.CreateResource should have comment or be unexported (golint)
    • Line 141: warning: exported method Locale.UpdateResource should have comment or be unexported (golint)
    • Line 158: warning: exported method Locale.ReadResource should have comment or be unexported (golint)
    • Line 163: warning: exported method Locale.DeleteResource should have comment or be unexported (golint)
    • Line 167: warning: exported method Locale.UndeleteResource should have comment or be unexported (golint)
    • automation/types/type_labels.gen.go
    • Line 25: warning: comment on exported method Trigger.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 30: warning: comment on exported method Trigger.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • Line 49: warning: comment on exported method Workflow.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 54: warning: comment on exported method Workflow.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • pkg/apigw/types/error.go
    • Line 11: warning: exported type DefaultErrorHandler should have comment or be unexported (golint)
    • Line 16: warning: exported function NewDefaultErrorHandler should have comment or be unexported (golint)
    • Line 22: warning: exported method DefaultErrorHandler.Handler should have comment or be unexported (golint)
    • pkg/wfexec/gateways.go
    • Line 10: warning: comment on exported type GatewayPaths should be of the form "GatewayPaths ..." (with optional leading article) (golint)
    • pkg/rbac/effective.go
    • Line 10: warning: exported type EffectiveSet should have comment or be unexported (golint)
    • Line 13: warning: exported method EffectiveSet.Push should have comment or be unexported (golint)
    • pkg/qlng/ast_nodes.go
    • Line 15: warning: exported type ASTNode should have comment or be unexported (golint)
    • Line 26: warning: exported type ASTNodeSet should have comment or be unexported (golint)
    • Line 57: warning: exported function MakeValueOf should have comment or be unexported (golint)
    • Line 63: warning: exported function WrapValue should have comment or be unexported (golint)
    • Line 145: warning: exported method ASTNode.Clone should have comment or be unexported (golint)
    • Line 188: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 205: warning: exported method Ident.ToAST should have comment or be unexported (golint)
    • store/rdbms/builders/cursor.go
    • Line 22: warning: exported type KeyMap should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function CursorCondition should be of the form "CursorCondition ..." (golint)
    • system/rest/apigw_route.go
    • Line 14: warning: exported type ApigwRoute should have comment or be unexported (golint)
    • Line 38: warning: exported method ApigwRoute.New should have comment or be unexported (golint)
    • Line 45: warning: exported method ApigwRoute.List should have comment or be unexported (golint)
    • Line 70: warning: exported method ApigwRoute.Create should have comment or be unexported (golint)
    • Line 89: warning: exported method ApigwRoute.Update should have comment or be unexported (golint)
    • Line 106: warning: exported method ApigwRoute.Delete should have comment or be unexported (golint)
    • Line 110: warning: exported method ApigwRoute.Undelete should have comment or be unexported (golint)
    • federation/util/util.go
    • Line 10: warning: exported var ErrorURIMissingToken should have comment or be unexported (golint)
    • Line 16: warning: exported type NodeURIParams should have comment or be unexported (golint)
    • Line 20: warning: exported type DecodedURI should have comment or be unexported (golint)
    • Line 28: warning: exported function DecodeURI should have comment or be unexported (golint)
    • Line 63: warning: exported function EncodeURI should have comment or be unexported (golint)
    • pkg/mail/mail.go
    • Line 13: warning: exported type Dialer should have comment or be unexported (golint)
    • Line 78: warning: exported function New should have comment or be unexported (golint)
    • Line 84: warning: comment on exported function Send should be of the form "Send ..." (golint)
    • Line 93: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 108: warning: exported function IsValidAddress should have comment or be unexported (golint)
    • system/service/user.go
    • Line 49: warning: exported type UserOptions should have comment or be unexported (golint)
    • Line 72: warning: exported type UserService should have comment or be unexported (golint)
    • Line 98: warning: exported function User should have comment or be unexported (golint)
    • federation/rest/handlers/syncStructure.go
    • Line 20: warning: comment on exported type SyncStructureAPI should be of the form "SyncStructureAPI ..." (with optional leading article) (golint)
    • Line 26: warning: comment on exported type SyncStructure should be of the form "SyncStructure ..." (with optional leading article) (golint)
    • Line 33: warning: exported function NewSyncStructure should have comment or be unexported (golint)
    • Line 70: warning: exported method SyncStructure.MountRoutes should have comment or be unexported (golint)
    • pkg/provision/config.go
    • Line 44: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 55: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • store/compose_modules.gen.go
    • Line 17: warning: exported type ComposeModules should have comment or be unexported (golint)
    • Line 19: warning: don't use underscores in Go names; interface method parameter namespace_id should be namespaceID (golint)
    • Line 20: warning: don't use underscores in Go names; interface method parameter namespace_id should be namespaceID (golint)
    • Line 45: warning: don't use underscores in Go names; func parameter namespace_id should be namespaceID (golint)
    • Line 50: warning: don't use underscores in Go names; func parameter namespace_id should be namespaceID (golint)
    • system/rest/request/template.go
    • Line 37: warning: comment on exported type TemplateList should be of the form "TemplateList ..." (with optional leading article) (golint)
    • Line 85: warning: exported type TemplateCreate should have comment or be unexported (golint)
    • Line 127: warning: exported type TemplateRead should have comment or be unexported (golint)
    • Line 134: warning: exported type TemplateUpdate should have comment or be unexported (golint)
    • Line 181: warning: exported type TemplateDelete should have comment or be unexported (golint)
    • Line 188: warning: exported type TemplateUndelete should have comment or be unexported (golint)
    • Line 195: warning: exported type TemplateRenderDrivers should have comment or be unexported (golint)
    • Line 198: warning: exported type TemplateRender should have comment or be unexported (golint)
    • Line 246: warning: comment on exported method TemplateList.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 251: warning: comment on exported method TemplateList.GetType should be of the form "GetType ..." (golint)
    • Line 256: warning: comment on exported method TemplateList.GetOwnerID should be of the form "GetOwnerID ..." (golint)
    • Line 261: warning: comment on exported method TemplateList.GetPartial should be of the form "GetPartial ..." (golint)
    • Line 266: warning: comment on exported method TemplateList.GetDeleted should be of the form "GetDeleted ..." (golint)
    • Line 271: warning: comment on exported method TemplateList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 276: warning: comment on exported method TemplateList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 281: warning: comment on exported method TemplateList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 286: warning: comment on exported method TemplateList.GetSort should be of the form "GetSort ..." (golint)
    • Line 381: warning: comment on exported method TemplateCreate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 386: warning: comment on exported method TemplateCreate.GetLanguage should be of the form "GetLanguage ..." (golint)
    • Line 391: warning: comment on exported method TemplateCreate.GetType should be of the form "GetType ..." (golint)
    • Line 396: warning: comment on exported method TemplateCreate.GetPartial should be of the form "GetPartial ..." (golint)
    • Line 401: warning: comment on exported method TemplateCreate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 406: warning: comment on exported method TemplateCreate.GetTemplate should be of the form "GetTemplate ..." (golint)
    • Line 411: warning: comment on exported method TemplateCreate.GetOwnerID should be of the form "GetOwnerID ..." (golint)
    • Line 416: warning: comment on exported method TemplateCreate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 524: warning: comment on exported method TemplateRead.GetTemplateID should be of the form "GetTemplateID ..." (golint)
    • Line 567: warning: comment on exported method TemplateUpdate.GetTemplateID should be of the form "GetTemplateID ..." (golint)
    • Line 572: warning: comment on exported method TemplateUpdate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 577: warning: comment on exported method TemplateUpdate.GetLanguage should be of the form "GetLanguage ..." (golint)
    • Line 582: warning: comment on exported method TemplateUpdate.GetType should be of the form "GetType ..." (golint)
    • Line 587: warning: comment on exported method TemplateUpdate.GetPartial should be of the form "GetPartial ..." (golint)
    • Line 592: warning: comment on exported method TemplateUpdate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 597: warning: comment on exported method TemplateUpdate.GetTemplate should be of the form "GetTemplate ..." (golint)
    • Line 602: warning: comment on exported method TemplateUpdate.GetOwnerID should be of the form "GetOwnerID ..." (golint)
    • Line 607: warning: comment on exported method TemplateUpdate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 727: warning: comment on exported method TemplateDelete.GetTemplateID should be of the form "GetTemplateID ..." (golint)
    • Line 762: warning: comment on exported method TemplateUndelete.GetTemplateID should be of the form "GetTemplateID ..." (golint)
    • Line 817: warning: comment on exported method TemplateRender.GetTemplateID should be of the form "GetTemplateID ..." (golint)
    • Line 822: warning: comment on exported method TemplateRender.GetFilename should be of the form "GetFilename ..." (golint)
    • Line 827: warning: comment on exported method TemplateRender.GetExt should be of the form "GetExt ..." (golint)
    • Line 832: warning: comment on exported method TemplateRender.GetVariables should be of the form "GetVariables ..." (golint)
    • Line 837: warning: comment on exported method TemplateRender.GetOptions should be of the form "GetOptions ..." (golint)
    • automation/types/expr.go
    • Line 13: warning: comment on exported type Expr should be of the form "Expr ..." (with optional leading article) (golint)
    • Line 44: warning: exported type ExprSet should have comment or be unexported (golint)
    • Line 53: warning: exported function NewExpr should have comment or be unexported (golint)
    • Line 57: warning: exported method Expr.SetType should have comment or be unexported (golint)
    • Line 60: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 66: warning: exported method Expr.GetExpr should have comment or be unexported (golint)
    • Line 67: warning: exported method Expr.SetEval should have comment or be unexported (golint)
    • Line 68: warning: exported method Expr.Eval should have comment or be unexported (golint)
    • Line 71: warning: exported method Expr.Test should have comment or be unexported (golint)
    • Line 75: warning: exported method ExprSet.GetByTarget should have comment or be unexported (golint)
    • Line 84: warning: exported method ExprSet.Validate should have comment or be unexported (golint)
    • Line 222: warning: exported function ExpressionsStep should have comment or be unexported (golint)
    • compose/rest/record.go
    • Line 46: warning: exported type Record should have comment or be unexported (golint)
    • Line 65: warning: exported method Record.New should have comment or be unexported (golint)
    • Line 79: warning: exported method Record.Report should have comment or be unexported (golint)
    • Line 83: warning: exported method Record.List should have comment or be unexported (golint)
    • Line 145: warning: exported method Record.Create should have comment or be unexported (golint)
    • Line 194: warning: exported method Record.Update should have comment or be unexported (golint)
    • Line 245: warning: exported method Record.Delete should have comment or be unexported (golint)
    • Line 249: warning: exported method Record.BulkDelete should have comment or be unexported (golint)
    • Line 261: warning: exported method Record.Upload should have comment or be unexported (golint)
    • Line 282: warning: exported method Record.ImportInit should have comment or be unexported (golint)
    • Line 299: warning: exported method Record.ImportRun should have comment or be unexported (golint)
    • Line 408: warning: exported method Record.ImportProgress should have comment or be unexported (golint)
    • Line 418: warning: exported method Record.Export should have comment or be unexported (golint)
    • Line 509: warning: exported method Record.Exec should have comment or be unexported (golint)
    • Line 529: warning: exported method Record.TriggerScript should have comment or be unexported (golint)
    • Line 536: warning: exported method Record.TriggerScriptOnList should have comment or be unexported (golint)
    • compose/service/service.go
    • Line 30: warning: exported type Config should have comment or be unexported (golint)
    • Line 42: warning: exported var DefaultObjectStore should have comment or be unexported (golint)
    • Line 78: warning: comment on exported function Initialize should be of the form "Initialize ..." (golint)
    • Line 187: warning: exported function Activate should have comment or be unexported (golint)
    • Line 191: warning: exported function Watchers should have comment or be unexported (golint)
    • Line 195: warning: exported function RegisterIteratorProviders should have comment or be unexported (golint)
    • Line 207: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • pkg/qlng/parser_nodes.go
    • Line 8: warning: comment on exported type Ident should be of the form "Ident ..." (with optional leading article) (golint)
    • Line 118: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 146: warning: exported method Ident.Validate should have comment or be unexported (golint)
    • pkg/report/frame.go
    • Line 17: warning: exported type Frame should have comment or be unexported (golint)
    • Line 42: warning: exported type FrameRowSet should have comment or be unexported (golint)
    • Line 43: warning: exported type FrameRow should have comment or be unexported (golint)
    • Line 46: warning: exported type FrameColumnSet should have comment or be unexported (golint)
    • Line 47: warning: exported type FrameColumn should have comment or be unexported (golint)
    • Line 58: warning: exported type FrameDefinitionSet should have comment or be unexported (golint)
    • Line 59: warning: exported type FrameDefinition should have comment or be unexported (golint)
    • Line 70: warning: exported type FrameDescriptionSet should have comment or be unexported (golint)
    • Line 71: warning: exported type FrameDescription should have comment or be unexported (golint)
    • Line 86: warning: exported method Filter.Clone should have comment or be unexported (golint)
    • Line 100: warning: exported function MakeColumnOfKind should have comment or be unexported (golint)
    • Line 121: warning: exported method Filter.UnmarshalJSON should have comment or be unexported (golint)
    • Line 184: warning: comment on exported method Frame.WalkRowsG should be of the form "WalkRowsG ..." (golint)
    • Line 194: warning: exported method Frame.WalkRows should have comment or be unexported (golint)
    • Line 204: warning: exported method Frame.WalkRowsR should have comment or be unexported (golint)
    • Line 214: warning: exported method Frame.PeekRow should have comment or be unexported (golint)
    • Line 218: warning: exported method Frame.PeekRowSafe should have comment or be unexported (golint)
    • Line 226: warning: exported method Frame.Size should have comment or be unexported (golint)
    • Line 230: warning: exported method Frame.FirstRow should have comment or be unexported (golint)
    • Line 238: warning: exported method Frame.LastRow should have comment or be unexported (golint)
    • Line 246: warning: exported method Frame.LastLastRow should have comment or be unexported (golint)
    • Line 305: warning: exported method Frame.CollectCursorValues should have comment or be unexported (golint)
    • Line 320: warning: exported method Frame.CloneMeta should have comment or be unexported (golint)
    • Line 335: warning: exported method FrameColumnSet.Clone should have comment or be unexported (golint)
    • Line 353: warning: exported method FrameColumnSet.Find should have comment or be unexported (golint)
    • Line 383: warning: comment on exported method FrameColumn.IsBoolean should be of the form "IsBoolean ..." (golint)
    • Line 388: warning: exported method FrameColumn.IsNumeric should have comment or be unexported (golint)
    • Line 392: warning: exported method FrameColumn.IsDateTime should have comment or be unexported (golint)
    • Line 396: warning: exported method FrameColumn.IsRef should have comment or be unexported (golint)
    • Line 401: warning: exported method FrameRow.ToVars should have comment or be unexported (golint)
    • Line 421: warning: exported method FrameDefinition.Clone should have comment or be unexported (golint)
    • Line 434: warning: exported method FrameDefinition.Validate should have comment or be unexported (golint)
    • Line 434: warning: receiver name d should be consistent with previous receiver name f for FrameDefinition (golint)
    • Line 441: warning: exported method FrameDefinitionSet.Find should have comment or be unexported (golint)
    • Line 451: warning: exported method FrameDefinitionSet.FindBySourceRef should have comment or be unexported (golint)
    • Line 461: warning: exported method FrameRow.MarshalJSON should have comment or be unexported (golint)
    • Line 501: warning: exported method FrameRow.Compare should have comment or be unexported (golint)
    • Line 501: warning: receiver name a should be consistent with previous receiver name r for FrameRow (golint)
    • Line 511: warning: exported method FrameDescriptionSet.FilterBySource should have comment or be unexported (golint)
    • Line 523: warning: exported method FrameDescriptionSet.FilterByRef should have comment or be unexported (golint)
    • system/types/apigw_route.go
    • Line 13: warning: exported type ApigwRoute should have comment or be unexported (golint)
    • Line 29: warning: exported type ApigwRouteMeta should have comment or be unexported (golint)
    • Line 34: warning: exported type ApigwRouteFilter should have comment or be unexported (golint)
    • Line 52: warning: exported method ApigwRouteMeta.Scan should have comment or be unexported (golint)
    • Line 67: warning: exported method ApigwRouteMeta.Value should have comment or be unexported (golint)
    • store/rdbms/auth_sessions.gen.go
    • Line 88: warning: comment on exported method Store.LookupAuthSessionByID should be of the form "LookupAuthSessionByID ..." (golint)
    • Line 258: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pkg/envoy/resource/application.go
    • Line 18: warning: exported function NewApplication should have comment or be unexported (golint)
    • Line 37: warning: exported method Application.SysID should have comment or be unexported (golint)
    • Line 41: warning: exported method Application.RBACParts should have comment or be unexported (golint)
    • Line 74: warning: exported function ApplicationErrUnresolved should have comment or be unexported (golint)
    • store/rdbms/generic_selectors.go
    • Line 19: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • pkg/actionlog/canned_policies.go
    • Line 3: warning: exported function MakeDebugPolicy should have comment or be unexported (golint)
    • Line 7: warning: exported function MakeProductionPolicy should have comment or be unexported (golint)
    • Line 19: warning: exported function MakeDisabledPolicy should have comment or be unexported (golint)
    • auth/external/external.go
    • Line 9: warning: exported const OIDC_PROVIDER_PREFIX should have comment (or a comment on this block) or be unexported (golint)
    • Line 13: warning: exported function Init should have comment or be unexported (golint)
    • automation/service/service.go
    • Line 24: warning: exported type Config should have comment or be unexported (golint)
    • Line 36: warning: exported var DefaultObjectStore should have comment or be unexported (golint)
    • Line 67: warning: exported function Initialize should have comment or be unexported (golint)
    • Line 131: warning: exported function Activate should have comment or be unexported (golint)
    • Line 139: warning: exported function Watchers should have comment or be unexported (golint)
    • compose/automation/records_handler.go
    • Line 9: warning: should not use dot imports (golint)
    • Line 56: warning: exported function RecordsHandler should have comment or be unexported (golint)
    • Line 87: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 155: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 258: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 334: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • compose/types/module.go
    • Line 12: warning: exported type Module should have comment or be unexported (golint)
    • Line 32: warning: exported type ModuleFilter should have comment or be unexported (golint)
    • Line 56: warning: exported method Module.Clone should have comment or be unexported (golint)
    • compose/service/namespace.go
    • Line 69: warning: exported type NamespaceService should have comment or be unexported (golint)
    • Line 100: warning: exported function Namespace should have comment or be unexported (golint)
    • tests/helpers/auth.go
    • Line 12: warning: exported function BindAuthMiddleware should have comment or be unexported (golint)
    • Line 19: warning: exported function ReqHeaderRawAuthBearer should have comment or be unexported (golint)
    • system/types/apigw_filter.go
    • Line 13: warning: exported type ApigwFilterParams should have comment or be unexported (golint)
    • Line 15: warning: exported type ApigwFilter should have comment or be unexported (golint)
    • Line 32: warning: exported type ApigwFilterFilter should have comment or be unexported (golint)
    • Line 49: warning: exported method ApigwFilterParams.Scan should have comment or be unexported (golint)
    • Line 57: warning: exported method ApigwFilterParams.Value should have comment or be unexported (golint)
    • store/auth_sessions.gen.go
    • Line 17: warning: exported type AuthSessions should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function LookupAuthSessionByID should be of the form "LookupAuthSessionByID ..." (golint)
    • Line 85: warning: exported function DeleteExpiredAuthSessions should have comment or be unexported (golint)
    • Line 89: warning: exported function DeleteAuthSessionsByUserID should have comment or be unexported (golint)
    • system/rest/request/report.go
    • Line 38: warning: comment on exported type ReportList should be of the form "ReportList ..." (with optional leading article) (golint)
    • Line 71: warning: exported type ReportCreate should have comment or be unexported (golint)
    • Line 103: warning: exported type ReportUpdate should have comment or be unexported (golint)
    • Line 140: warning: exported type ReportRead should have comment or be unexported (golint)
    • Line 147: warning: exported type ReportDelete should have comment or be unexported (golint)
    • Line 154: warning: exported type ReportUndelete should have comment or be unexported (golint)
    • Line 161: warning: exported type ReportDescribe should have comment or be unexported (golint)
    • Line 178: warning: exported type ReportRun should have comment or be unexported (golint)
    • Line 208: warning: comment on exported method ReportList.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 213: warning: comment on exported method ReportList.GetDeleted should be of the form "GetDeleted ..." (golint)
    • Line 218: warning: comment on exported method ReportList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 223: warning: comment on exported method ReportList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 228: warning: comment on exported method ReportList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 233: warning: comment on exported method ReportList.GetSort should be of the form "GetSort ..." (golint)
    • Line 308: warning: comment on exported method ReportCreate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 313: warning: comment on exported method ReportCreate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 318: warning: comment on exported method ReportCreate.GetScenarios should be of the form "GetScenarios ..." (golint)
    • Line 323: warning: comment on exported method ReportCreate.GetSources should be of the form "GetSources ..." (golint)
    • Line 328: warning: comment on exported method ReportCreate.GetBlocks should be of the form "GetBlocks ..." (golint)
    • Line 333: warning: comment on exported method ReportCreate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 433: warning: comment on exported method ReportUpdate.GetReportID should be of the form "GetReportID ..." (golint)
    • Line 438: warning: comment on exported method ReportUpdate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 443: warning: comment on exported method ReportUpdate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 448: warning: comment on exported method ReportUpdate.GetScenarios should be of the form "GetScenarios ..." (golint)
    • Line 453: warning: comment on exported method ReportUpdate.GetSources should be of the form "GetSources ..." (golint)
    • Line 458: warning: comment on exported method ReportUpdate.GetBlocks should be of the form "GetBlocks ..." (golint)
    • Line 463: warning: comment on exported method ReportUpdate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 569: warning: comment on exported method ReportRead.GetReportID should be of the form "GetReportID ..." (golint)
    • Line 604: warning: comment on exported method ReportDelete.GetReportID should be of the form "GetReportID ..." (golint)
    • Line 639: warning: comment on exported method ReportUndelete.GetReportID should be of the form "GetReportID ..." (golint)
    • Line 676: warning: comment on exported method ReportDescribe.GetSources should be of the form "GetSources ..." (golint)
    • Line 681: warning: comment on exported method ReportDescribe.GetSteps should be of the form "GetSteps ..." (golint)
    • Line 686: warning: comment on exported method ReportDescribe.GetDescribe should be of the form "GetDescribe ..." (golint)
    • Line 750: warning: comment on exported method ReportRun.GetReportID should be of the form "GetReportID ..." (golint)
    • Line 755: warning: comment on exported method ReportRun.GetFrames should be of the form "GetFrames ..." (golint)
    • compose/rest/notification.go
    • Line 13: warning: exported type Notification should have comment or be unexported (golint)
    • Line 27: warning: exported method Notification.New should have comment or be unexported (golint)
    • Line 46: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 59: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • pkg/label/label.go
    • Line 14: warning: exported type Labels should have comment or be unexported (golint)
    • Line 16: warning: exported type LabeledResource should have comment or be unexported (golint)
    • Line 139: warning: comment on exported function Create should be of the form "Create ..." (golint)
    • pkg/messagebus/types/storer.go
    • Line 10: warning: exported type QueueStorer should have comment or be unexported (golint)
    • Line 16: warning: exported type QueueEventBuilder should have comment or be unexported (golint)
    • Line 20: warning: exported type QueueServicer should have comment or be unexported (golint)
    • system/rest/reminder.go
    • Line 18: warning: exported type Reminder should have comment or be unexported (golint)
    • Line 28: warning: exported method Reminder.New should have comment or be unexported (golint)
    • Line 34: warning: exported method Reminder.List should have comment or be unexported (golint)
    • Line 60: warning: exported method Reminder.Create should have comment or be unexported (golint)
    • Line 74: warning: exported method Reminder.Update should have comment or be unexported (golint)
    • Line 93: warning: exported method Reminder.Delete should have comment or be unexported (golint)
    • Line 97: warning: exported method Reminder.Dismiss should have comment or be unexported (golint)
    • Line 101: warning: exported method Reminder.Snooze should have comment or be unexported (golint)
    • system/types/resource_translation.go
    • Line 14: warning: exported type ResourceTranslation should have comment or be unexported (golint)
    • Line 32: warning: exported type ResourceTranslationFilter should have comment or be unexported (golint)
    • Line 46: warning: exported type Lang should have comment or be unexported (golint)
    • Line 56: warning: exported method Lang.Scan should have comment or be unexported (golint)
    • Line 71: warning: exported method ResourceTranslation.Compare should have comment or be unexported (golint)
    • Line 75: warning: exported method ResourceTranslationSet.New should have comment or be unexported (golint)
    • Line 95: warning: exported method ResourceTranslationSet.Old should have comment or be unexported (golint)
    • Line 109: warning: exported function FromLocale should have comment or be unexported (golint)
    • system/rest/request/apigwRoute.go
    • Line 37: warning: comment on exported type ApigwRouteList should be of the form "ApigwRouteList ..." (with optional leading article) (golint)
    • Line 80: warning: exported type ApigwRouteCreate should have comment or be unexported (golint)
    • Line 107: warning: exported type ApigwRouteUpdate should have comment or be unexported (golint)
    • Line 139: warning: exported type ApigwRouteRead should have comment or be unexported (golint)
    • Line 146: warning: exported type ApigwRouteDelete should have comment or be unexported (golint)
    • Line 153: warning: exported type ApigwRouteUndelete should have comment or be unexported (golint)
    • Line 180: warning: comment on exported method ApigwRouteList.GetRouteID should be of the form "GetRouteID ..." (golint)
    • Line 185: warning: comment on exported method ApigwRouteList.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 190: warning: comment on exported method ApigwRouteList.GetDeleted should be of the form "GetDeleted ..." (golint)
    • Line 195: warning: comment on exported method ApigwRouteList.GetDisabled should be of the form "GetDisabled ..." (golint)
    • Line 200: warning: comment on exported method ApigwRouteList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 205: warning: comment on exported method ApigwRouteList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 210: warning: comment on exported method ApigwRouteList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 215: warning: comment on exported method ApigwRouteList.GetSort should be of the form "GetSort ..." (golint)
    • Line 306: warning: comment on exported method ApigwRouteCreate.GetEndpoint should be of the form "GetEndpoint ..." (golint)
    • Line 311: warning: comment on exported method ApigwRouteCreate.GetMethod should be of the form "GetMethod ..." (golint)
    • Line 316: warning: comment on exported method ApigwRouteCreate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 321: warning: comment on exported method ApigwRouteCreate.GetGroup should be of the form "GetGroup ..." (golint)
    • Line 326: warning: comment on exported method ApigwRouteCreate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 413: warning: comment on exported method ApigwRouteUpdate.GetRouteID should be of the form "GetRouteID ..." (golint)
    • Line 418: warning: comment on exported method ApigwRouteUpdate.GetEndpoint should be of the form "GetEndpoint ..." (golint)
    • Line 423: warning: comment on exported method ApigwRouteUpdate.GetMethod should be of the form "GetMethod ..." (golint)
    • Line 428: warning: comment on exported method ApigwRouteUpdate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 433: warning: comment on exported method ApigwRouteUpdate.GetGroup should be of the form "GetGroup ..." (golint)
    • Line 438: warning: comment on exported method ApigwRouteUpdate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 532: warning: comment on exported method ApigwRouteRead.GetRouteID should be of the form "GetRouteID ..." (golint)
    • Line 567: warning: comment on exported method ApigwRouteDelete.GetRouteID should be of the form "GetRouteID ..." (golint)
    • Line 602: warning: comment on exported method ApigwRouteUndelete.GetRouteID should be of the form "GetRouteID ..." (golint)
    • pkg/y7s/test.go
    • Line 9: warning: exported function IsKind should have comment or be unexported (golint)
    • system/rest/application.go
    • Line 22: warning: exported type Application should have comment or be unexported (golint)
    • Line 61: warning: exported method Application.New should have comment or be unexported (golint)
    • Line 69: warning: exported method Application.List should have comment or be unexported (golint)
    • Line 95: warning: exported method Application.Create should have comment or be unexported (golint)
    • Line 117: warning: exported method Application.Update should have comment or be unexported (golint)
    • Line 150: warning: exported method Application.Delete should have comment or be unexported (golint)
    • Line 154: warning: exported method Application.Undelete should have comment or be unexported (golint)
    • Line 158: warning: exported method Application.Upload should have comment or be unexported (golint)
    • Line 179: warning: exported method Application.TriggerScript should have comment or be unexported (golint)
    • Line 193: warning: exported method Application.Reorder should have comment or be unexported (golint)
    • Line 208: warning: exported method Application.FlagCreate should have comment or be unexported (golint)
    • Line 218: warning: exported method Application.FlagDelete should have comment or be unexported (golint)
    • system/rest/template.go
    • Line 24: warning: exported type Template should have comment or be unexported (golint)
    • Line 59: warning: exported method Template.New should have comment or be unexported (golint)
    • Line 71: warning: exported method Template.List should have comment or be unexported (golint)
    • Line 95: warning: exported method Template.Create should have comment or be unexported (golint)
    • Line 113: warning: exported method Template.Update should have comment or be unexported (golint)
    • Line 132: warning: exported method Template.Delete should have comment or be unexported (golint)
    • Line 136: warning: exported method Template.Undelete should have comment or be unexported (golint)
    • Line 140: warning: exported method Template.RenderDrivers should have comment or be unexported (golint)
    • Line 144: warning: exported method Template.Render should have comment or be unexported (golint)
    • system/rest/request/application.go
    • Line 37: warning: comment on exported type ApplicationList should be of the form "ApplicationList ..." (with optional leading article) (golint)
    • Line 85: warning: exported type ApplicationCreate should have comment or be unexported (golint)
    • Line 117: warning: exported type ApplicationUpdate should have comment or be unexported (golint)
    • Line 154: warning: exported type ApplicationUpload should have comment or be unexported (golint)
    • Line 161: warning: exported type ApplicationFlagCreate should have comment or be unexported (golint)
    • Line 178: warning: exported type ApplicationFlagDelete should have comment or be unexported (golint)
    • Line 195: warning: exported type ApplicationRead should have comment or be unexported (golint)
    • Line 207: warning: exported type ApplicationDelete should have comment or be unexported (golint)
    • Line 214: warning: exported type ApplicationUndelete should have comment or be unexported (golint)
    • Line 221: warning: exported type ApplicationTriggerScript should have comment or be unexported (golint)
    • Line 233: warning: exported type ApplicationReorder should have comment or be unexported (golint)
    • Line 261: warning: comment on exported method ApplicationList.GetName should be of the form "GetName ..." (golint)
    • Line 266: warning: comment on exported method ApplicationList.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 271: warning: comment on exported method ApplicationList.GetDeleted should be of the form "GetDeleted ..." (golint)
    • Line 276: warning: comment on exported method ApplicationList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 281: warning: comment on exported method ApplicationList.GetFlags should be of the form "GetFlags ..." (golint)
    • Line 286: warning: comment on exported method ApplicationList.GetIncFlags should be of the form "GetIncFlags ..." (golint)
    • Line 291: warning: comment on exported method ApplicationList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 296: warning: comment on exported method ApplicationList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 301: warning: comment on exported method ApplicationList.GetSort should be of the form "GetSort ..." (golint)
    • Line 399: warning: comment on exported method ApplicationCreate.GetName should be of the form "GetName ..." (golint)
    • Line 404: warning: comment on exported method ApplicationCreate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 409: warning: comment on exported method ApplicationCreate.GetWeight should be of the form "GetWeight ..." (golint)
    • Line 414: warning: comment on exported method ApplicationCreate.GetUnify should be of the form "GetUnify ..." (golint)
    • Line 419: warning: comment on exported method ApplicationCreate.GetConfig should be of the form "GetConfig ..." (golint)
    • Line 424: warning: comment on exported method ApplicationCreate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 519: warning: comment on exported method ApplicationUpdate.GetApplicationID should be of the form "GetApplicationID ..." (golint)
    • Line 524: warning: comment on exported method ApplicationUpdate.GetName should be of the form "GetName ..." (golint)
    • Line 529: warning: comment on exported method ApplicationUpdate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 534: warning: comment on exported method ApplicationUpdate.GetWeight should be of the form "GetWeight ..." (golint)
    • Line 539: warning: comment on exported method ApplicationUpdate.GetUnify should be of the form "GetUnify ..." (golint)
    • Line 544: warning: comment on exported method ApplicationUpdate.GetConfig should be of the form "GetConfig ..." (golint)
    • Line 549: warning: comment on exported method ApplicationUpdate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 650: warning: comment on exported method ApplicationUpload.GetUpload should be of the form "GetUpload ..." (golint)
    • Line 699: warning: comment on exported method ApplicationFlagCreate.GetApplicationID should be of the form "GetApplicationID ..." (golint)
    • Line 704: warning: comment on exported method ApplicationFlagCreate.GetFlag should be of the form "GetFlag ..." (golint)
    • Line 709: warning: comment on exported method ApplicationFlagCreate.GetOwnedBy should be of the form "GetOwnedBy ..." (golint)
    • Line 758: warning: comment on exported method ApplicationFlagDelete.GetApplicationID should be of the form "GetApplicationID ..." (golint)
    • Line 763: warning: comment on exported method ApplicationFlagDelete.GetFlag should be of the form "GetFlag ..." (golint)
    • Line 768: warning: comment on exported method ApplicationFlagDelete.GetOwnedBy should be of the form "GetOwnedBy ..." (golint)
    • Line 816: warning: comment on exported method ApplicationRead.GetApplicationID should be of the form "GetApplicationID ..." (golint)
    • Line 821: warning: comment on exported method ApplicationRead.GetIncFlags should be of the form "GetIncFlags ..." (golint)
    • Line 868: warning: comment on exported method ApplicationDelete.GetApplicationID should be of the form "GetApplicationID ..." (golint)
    • Line 903: warning: comment on exported method ApplicationUndelete.GetApplicationID should be of the form "GetApplicationID ..." (golint)
    • Line 939: warning: comment on exported method ApplicationTriggerScript.GetApplicationID should be of the form "GetApplicationID ..." (golint)
    • Line 944: warning: comment on exported method ApplicationTriggerScript.GetScript should be of the form "GetScript ..." (golint)
    • Line 1005: warning: comment on exported method ApplicationReorder.GetApplicationIDs should be of the form "GetApplicationIDs ..." (golint)
    • compose/automation/expr_types.go
    • Line 18: warning: exported function CastToComposeNamespace should have comment or be unexported (golint)
    • Line 41: warning: exported function CastToComposeModule should have comment or be unexported (golint)
    • Line 64: warning: exported function CastToComposeRecord should have comment or be unexported (golint)
    • Line 151: warning: exported type ComposeRecordValues should have comment or be unexported (golint)
    • Line 153: warning: exported function CastToComposeRecordValues should have comment or be unexported (golint)
    • Line 169: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 237: warning: exported method ComposeRecordValues.AssignFieldValue should have comment or be unexported (golint)
    • Line 266: warning: exported method ComposeRecordValues.Has should have comment or be unexported (golint)
    • Line 380: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 434: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 439: warning: comment on exported method ComposeRecordValues.Get should be of the form "Get ..." (golint)
    • Line 442: warning: comment on exported method ComposeRecordValues.GetValue should be of the form "GetValue ..." (golint)
    • Line 445: warning: comment on exported method ComposeRecordValues.Type should be of the form "Type ..." (golint)
    • Line 448: warning: comment on exported method ComposeRecordValues.Cast should be of the form "Cast ..." (golint)
    • Line 459: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 465: warning: exported function CastToComposeRecordValueErrorSet should have comment or be unexported (golint)
    • Line 477: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • compose/rest/automation.go
    • Line 16: warning: exported type Automation should have comment or be unexported (golint)
    • Line 19: warning: exported method Automation.New should have comment or be unexported (golint)
    • Line 23: warning: exported method Automation.List should have comment or be unexported (golint)
    • Line 39: warning: exported method Automation.Bundle should have comment or be unexported (golint)
    • Line 49: warning: exported method Automation.TriggerScript should have comment or be unexported (golint)
    • pkg/errors/json.go
    • Line 9: warning: exported method Error.MarshalJSON should have comment or be unexported (golint)
    • Line 23: warning: exported method Error.Translate should have comment or be unexported (golint)
    • pkg/rbac/rule.go
    • Line 8: warning: exported type Rule should have comment or be unexported (golint)
    • Line 18: warning: exported type RuleSet should have comment or be unexported (golint)
    • Line 51: warning: exported method RuleSet.FilterAccess should have comment or be unexported (golint)
    • system/rest/handlers/queues.go
    • Line 20: warning: comment on exported type QueuesAPI should be of the form "QueuesAPI ..." (with optional leading article) (golint)
    • Line 30: warning: comment on exported type Queues should be of the form "Queues ..." (with optional leading article) (golint)
    • Line 41: warning: exported function NewQueues should have comment or be unexported (golint)
    • Line 142: warning: exported method Queues.MountRoutes should have comment or be unexported (golint)
    • pkg/ql/ast_parser.go
    • Line 21: warning: exported type IdentHandler should have comment or be unexported (golint)
    • Line 22: warning: exported type FunctionHandler should have comment or be unexported (golint)
    • Line 61: warning: exported method Parser.ParseSet should have comment or be unexported (golint)
    • Line 66: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 71: warning: exported method Parser.ParseExpression should have comment or be unexported (golint)
    • Line 84: warning: exported method Parser.ParseColumns should have comment or be unexported (golint)
    • Line 102: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 165: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 189: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 204: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 228: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 277: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 302: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 331: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pkg/jsenv/vm.go
    • Line 18: warning: exported type Vm should have comment or be unexported (golint)
    • Line 24: warning: exported function New should have comment or be unexported (golint)
    • federation/rest/request/permissions.go
    • Line 36: warning: comment on exported type PermissionsList should be of the form "PermissionsList ..." (with optional leading article) (golint)
    • Line 40: warning: exported type PermissionsEffective should have comment or be unexported (golint)
    • Line 47: warning: exported type PermissionsRead should have comment or be unexported (golint)
    • Line 54: warning: exported type PermissionsDelete should have comment or be unexported (golint)
    • Line 61: warning: exported type PermissionsUpdate should have comment or be unexported (golint)
    • Line 102: warning: comment on exported method PermissionsEffective.GetResource should be of the form "GetResource ..." (golint)
    • Line 137: warning: comment on exported method PermissionsRead.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 172: warning: comment on exported method PermissionsDelete.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 208: warning: comment on exported method PermissionsUpdate.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 213: warning: comment on exported method PermissionsUpdate.GetRules should be of the form "GetRules ..." (golint)
    • pkg/messagebus/types/producer.go
    • Line 9: warning: exported type Producer should have comment or be unexported (golint)
    • Line 15: warning: exported type Subscriber should have comment or be unexported (golint)
    • Line 19: warning: exported type Poller should have comment or be unexported (golint)
    • Line 23: warning: exported type Reader should have comment or be unexported (golint)
    • pkg/rbac/service_alt.go
    • Line 8: warning: exported type ServiceAllowAll should have comment or be unexported (golint)
    • Line 11: warning: exported method ServiceAllowAll.Can should have comment or be unexported (golint)
    • Line 15: warning: exported method ServiceAllowAll.Check should have comment or be unexported (golint)
    • Line 19: warning: exported method ServiceAllowAll.FindRulesByRoleID should have comment or be unexported (golint)
    • Line 22: warning: exported method ServiceAllowAll.Grant should have comment or be unexported (golint)
    • pkg/auth/signer.go
    • Line 21: warning: exported var DefaultSigner should have comment or be unexported (golint)
    • Line 24: warning: exported function HmacSigner should have comment or be unexported (golint)
    • pkg/plugin/boot.go
    • Line 13: warning: exported method Set.Setup should have comment or be unexported (golint)
    • Line 29: warning: exported method Set.Initialize should have comment or be unexported (golint)
    • pkg/eventbus/constraints.go
    • Line 29: warning: exported type ConstraintMatcher should have comment or be unexported (golint)
    • Line 38: warning: exported var ErrUnsupportedOp should have comment or be unexported (golint)
    • Line 39: warning: exported var ErrUnsupportedName should have comment or be unexported (golint)
    • Line 48: warning: comment on exported function ConstraintMaker should be of the form "ConstraintMaker ..." (golint)
    • Line 69: warning: exported function MustMakeConstraint should have comment or be unexported (golint)
    • Line 78: warning: exported function MustBeEqual should have comment or be unexported (golint)
    • Line 82: warning: exported function MustNotBeEqual should have comment or be unexported (golint)
    • Line 114: warning: exported function MustBeLike should have comment or be unexported (golint)
    • Line 118: warning: exported function MustNotBeLike should have comment or be unexported (golint)
    • Line 151: warning: exported function MustMatch should have comment or be unexported (golint)
    • Line 155: warning: exported function MustNotMatch should have comment or be unexported (golint)
    • Line 170: warning: exported function MatchFirst should have comment or be unexported (golint)
    • pkg/wfexec/response.go
    • Line 8: warning: exported type ExecResponse should have comment or be unexported (golint)
    • Line 30: warning: exported function Delay should have comment or be unexported (golint)
    • Line 34: warning: exported function Resume should have comment or be unexported (golint)
    • Line 38: warning: exported function ErrorHandler should have comment or be unexported (golint)
    • Line 42: warning: exported function Termination should have comment or be unexported (golint)
    • Line 51: warning: exported function LoopBreak should have comment or be unexported (golint)
    • Line 52: warning: exported function LoopContinue should have comment or be unexported (golint)
    • store/auth_confirmed_clients.gen.go
    • Line 17: warning: exported type AuthConfirmedClients should have comment or be unexported (golint)
    • Line 19: warning: don't use underscores in Go names; interface method parameter user_id should be userID (golint)
    • Line 19: warning: don't use underscores in Go names; interface method parameter client_id should be clientID (golint)
    • Line 42: warning: comment on exported function LookupAuthConfirmedClientByUserIDClientID should be of the form "LookupAuthConfirmedClientByUserIDClientID ..." (golint)
    • Line 43: warning: don't use underscores in Go names; func parameter user_id should be userID (golint)
    • Line 43: warning: don't use underscores in Go names; func parameter client_id should be clientID (golint)
    • tests/helpers/assert.go
    • Line 18: warning: exported type StdErrorResponse should have comment or be unexported (golint)
    • Line 24: warning: exported type RecordValueErrorSetResponse should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function DecodeBody should be of the form "DecodeBody ..." (golint)
    • Line 69: warning: comment on exported function AssertRecordValueError should be of the form "AssertRecordValueError ..." (golint)
    • pkg/apigw/registry/registry.go
    • Line 16: warning: exported type Registry should have comment or be unexported (golint)
    • Line 23: warning: exported function NewRegistry should have comment or be unexported (golint)
    • Line 29: warning: exported method Registry.Add should have comment or be unexported (golint)
    • Line 33: warning: exported method Registry.Merge should have comment or be unexported (golint)
    • Line 38: warning: exported method Registry.Get should have comment or be unexported (golint)
    • Line 51: warning: exported method Registry.All should have comment or be unexported (golint)
    • Line 60: warning: exported method Registry.Preload should have comment or be unexported (golint)
    • Line 75: warning: exported function NewWorkflow should have comment or be unexported (golint)
    • pkg/objstore/util.go
    • Line 13: warning: exported function FromURL should have comment or be unexported (golint)
    • Line 40: warning: exported function FromMultipartFile should have comment or be unexported (golint)
    • Line 48: warning: exported function FromAny should have comment or be unexported (golint)
    • auth/handlers/handle_security.go
    • Line 37: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • pkg/ql/token_codes.go
    • Line 8: warning: exported const CHAR_WHITELIST_WHITESPACE should have comment (or a comment on this block) or be unexported (golint)
    • Line 14: warning: comment on exported const ILLEGAL should be of the form "ILLEGAL ..." (golint)
    • Line 16: warning: exported const EOF should have comment (or a comment on this block) or be unexported (golint)
    • store/rdbms/ddl/def.go
    • Line 13: warning: exported type Table should have comment or be unexported (golint)
    • Line 20: warning: exported type Index should have comment or be unexported (golint)
    • Line 30: warning: exported type IField should have comment or be unexported (golint)
    • Line 44: warning: exported type ColumnType should have comment or be unexported (golint)
    • Line 52: warning: exported type Column should have comment or be unexported (golint)
    • Line 60: warning: exported type Columns should have comment or be unexported (golint)
    • Line 69: warning: exported const ColumnTypeIdentifier should have comment (or a comment on this block) or be unexported (golint)
    • Line 79: warning: exported function TableDef should have comment or be unexported (golint)
    • Line 84: warning: exported method Table.Apply should have comment or be unexported (golint)
    • Line 92: warning: comment on exported function ID should be of the form "ID ..." (golint)
    • Line 103: warning: comment on exported function CUDTimestamps should be of the form "CUDTimestamps ..." (golint)
    • Line 112: warning: comment on exported function CUDUsers should be of the form "CUDUsers ..." (golint)
    • Line 121: warning: exported function ColumnDef should have comment or be unexported (golint)
    • Line 160: warning: exported function Null should have comment or be unexported (golint)
    • Line 164: warning: exported function ColumnTypeLength should have comment or be unexported (golint)
    • Line 170: warning: exported function ColumnTypeFlag should have comment or be unexported (golint)
    • Line 186: warning: exported function PrimaryKey should have comment or be unexported (golint)
    • Line 198: warning: exported function Unique should have comment or be unexported (golint)
    • Line 211: warning: comment on exported function IFieldFull should be of the form "IFieldFull ..." (golint)
    • Line 229: warning: exported function IWhere should have comment or be unexported (golint)
    • Line 235: warning: exported method Columns.Get should have comment or be unexported (golint)
    • system/rest/handlers/actionlog.go
    • Line 20: warning: comment on exported type ActionlogAPI should be of the form "ActionlogAPI ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported type Actionlog should be of the form "Actionlog ..." (with optional leading article) (golint)
    • Line 31: warning: exported function NewActionlog should have comment or be unexported (golint)
    • Line 52: warning: exported method Actionlog.MountRoutes should have comment or be unexported (golint)
    • system/types/role_members.go
    • Line 4: warning: exported type RoleMember should have comment or be unexported (golint)
    • Line 9: warning: exported type RoleMemberFilter should have comment or be unexported (golint)
    • automation/types/session.go
    • Line 17: warning: comment on exported type Session should be of the form "Session ..." (with optional leading article) (golint)
    • Line 55: warning: exported type SessionStartParams should have comment or be unexported (golint)
    • Line 67: warning: exported type SessionFilter should have comment or be unexported (golint)
    • Line 88: warning: exported type Stacktrace should have comment or be unexported (golint)
    • Line 90: warning: exported type SessionStatus should have comment or be unexported (golint)
    • Line 94: warning: exported const SessionStarted should have comment (or a comment on this block) or be unexported (golint)
    • Line 101: warning: exported function NewSession should have comment or be unexported (golint)
    • Line 108: warning: exported method Session.Exec should have comment or be unexported (golint)
    • Line 112: warning: exported method Session.Resume should have comment or be unexported (golint)
    • Line 116: warning: exported method Session.PendingPrompts should have comment or be unexported (golint)
    • Line 120: warning: exported method Session.GC should have comment or be unexported (golint)
    • Line 139: warning: exported method Session.Apply should have comment or be unexported (golint)
    • Line 160: warning: exported method Session.AppendRuntimeStacktrace should have comment or be unexported (golint)
    • Line 167: warning: exported method Session.CopyRuntimeStacktrace should have comment or be unexported (golint)
    • Line 177: warning: exported method Stacktrace.Scan should have comment or be unexported (golint)
    • Line 192: warning: comment on exported method Stacktrace.Value should be of the form "Value ..." (golint)
    • Line 214: warning: exported method SessionStatus.MarshalJSON should have comment or be unexported (golint)
    • pkg/wfexec/step.go
    • Line 8: warning: exported type Steps should have comment or be unexported (golint)
    • Line 9: warning: exported type Step should have comment or be unexported (golint)
    • Line 15: warning: exported type StepIdentifier should have comment or be unexported (golint)
    • Line 25: warning: exported method StepIdentifier.ID should have comment or be unexported (golint)
    • Line 26: warning: exported method StepIdentifier.SetID should have comment or be unexported (golint)
    • Line 28: warning: exported function NewGenericStep should have comment or be unexported (golint)
    • pkg/qlng/lexer.go
    • Line 8: warning: comment on exported type RuneReader should be of the form "RuneReader ..." (with optional leading article) (golint)
    • Line 8: warning: comment on exported type Token should be of the form "Token ..." (with optional leading article) (golint)
    • Line 8: warning: comment on exported type TokenConsumers should be of the form "TokenConsumers ..." (with optional leading article) (golint)
    • Line 104: warning: exported method Token.Is should have comment or be unexported (golint)
    • tests/workflows/0004_user_membership_test.go
    • Line 26: warning: don't use underscores in Go names; struct field RolesPre_u1 should be RolesPreU1 (golint)
    • Line 27: warning: don't use underscores in Go names; struct field TotalPre_u1 should be TotalPreU1 (golint)
    • Line 28: warning: don't use underscores in Go names; struct field RolesPre_u2 should be RolesPreU2 (golint)
    • Line 29: warning: don't use underscores in Go names; struct field TotalPre_u2 should be TotalPreU2 (golint)
    • Line 30: warning: don't use underscores in Go names; struct field MemberPre_u1 should be MemberPreU1 (golint)
    • Line 31: warning: don't use underscores in Go names; struct field MemberPre_u2 should be MemberPreU2 (golint)
    • Line 33: warning: don't use underscores in Go names; struct field RolesPost_u1 should be RolesPostU1 (golint)
    • Line 34: warning: don't use underscores in Go names; struct field TotalPost_u1 should be TotalPostU1 (golint)
    • Line 35: warning: don't use underscores in Go names; struct field RolesPost_u2 should be RolesPostU2 (golint)
    • Line 36: warning: don't use underscores in Go names; struct field TotalPost_u2 should be TotalPostU2 (golint)
    • Line 37: warning: don't use underscores in Go names; struct field MemberPost_u1 should be MemberPostU1 (golint)
    • Line 38: warning: don't use underscores in Go names; struct field MemberPost_u2 should be MemberPostU2 (golint)
    • pkg/decoder/compose_record.go
    • Line 8: warning: exported type ComposeRecord should have comment or be unexported (golint)
    • Line 11: warning: exported type ComposeRecordSet should have comment or be unexported (golint)
    • Line 13: warning: exported type ComposeRecordFilter should have comment or be unexported (golint)
    • system/types/app_settings.go
    • Line 215: warning: exported type ExternalAuthProviderSet should have comment or be unexported (golint)
    • Line 217: warning: exported type ExternalAuthProvider should have comment or be unexported (golint)
    • Line 228: warning: exported type SmtpServers should have comment or be unexported (golint)
    • Line 239: warning: exported method ExternalAuthProvider.ValidConfiguration should have comment or be unexported (golint)
    • Line 313: warning: exported method ExternalAuthProviderSet.FindByHandle should have comment or be unexported (golint)
    • Line 339: warning: comment on exported method ExternalAuthProviderSet.Valid should be of the form "Valid ..." (golint)
    • Line 354: warning: exported method ExternalAuthProvider.EncodeKV should have comment or be unexported (golint)
    • Line 354: warning: receiver name p should be consistent with previous receiver name set for ExternalAuthProvider (golint)
    • store/rdbms/settings.gen.go
    • Line 99: warning: don't use underscores in Go names; method parameter owned_by should be ownedBy (golint)
    • Line 269: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • auth/saml/idp.go
    • Line 4: warning: exported type IdpIdentityPayload should have comment or be unexported (golint)
    • pkg/filter/pagination.go
    • Line 38: warning: exported type Page should have comment or be unexported (golint)
    • Line 44: warning: exported type PagingCursor should have comment or be unexported (golint)
    • Line 62: warning: exported var ErrIncompatibleSort should have comment or be unexported (golint)
    • Line 65: warning: exported function NewPaging should have comment or be unexported (golint)
    • Line 74: warning: exported method Paging.Clone should have comment or be unexported (golint)
    • Line 91: warning: exported method PagingCursor.Walk should have comment or be unexported (golint)
    • Line 97: warning: exported method PagingCursor.Set should have comment or be unexported (golint)
    • Line 110: warning: exported method PagingCursor.Keys should have comment or be unexported (golint)
    • Line 114: warning: exported method PagingCursor.Values should have comment or be unexported (golint)
    • Line 118: warning: exported method PagingCursor.IsLThen should have comment or be unexported (golint)
    • Line 122: warning: exported method PagingCursor.Desc should have comment or be unexported (golint)
    • Line 126: warning: exported method PagingCursor.IsROrder should have comment or be unexported (golint)
    • Line 189: warning: exported method PagingCursor.Encode should have comment or be unexported (golint)
    • Line 194: warning: exported method PagingCursor.UnmarshalJSON should have comment or be unexported (golint)
    • Line 234: warning: exported method PagingCursor.Decode should have comment or be unexported (golint)
    • system/types/credentials.go
    • Line 12: warning: exported type Credentials should have comment or be unexported (golint)
    • Line 26: warning: exported type CredentialsFilter should have comment or be unexported (golint)
    • Line 34: warning: exported method Credentials.Valid should have comment or be unexported (golint)
    • system/rest/request/actionlog.go
    • Line 36: warning: comment on exported type ActionlogList should be of the form "ActionlogList ..." (with optional leading article) (golint)
    • Line 93: warning: comment on exported method ActionlogList.GetFrom should be of the form "GetFrom ..." (golint)
    • Line 98: warning: comment on exported method ActionlogList.GetTo should be of the form "GetTo ..." (golint)
    • Line 103: warning: comment on exported method ActionlogList.GetBeforeActionID should be of the form "GetBeforeActionID ..." (golint)
    • Line 108: warning: comment on exported method ActionlogList.GetResource should be of the form "GetResource ..." (golint)
    • Line 113: warning: comment on exported method ActionlogList.GetAction should be of the form "GetAction ..." (golint)
    • Line 118: warning: comment on exported method ActionlogList.GetActorID should be of the form "GetActorID ..." (golint)
    • Line 123: warning: comment on exported method ActionlogList.GetLimit should be of the form "GetLimit ..." (golint)
    • auth/external/register.go
    • Line 19: warning: exported function AddProvider should have comment or be unexported (golint)
    • Line 63: warning: comment on exported function DiscoverOidcProvider should be of the form "DiscoverOidcProvider ..." (golint)
    • Line 105: warning: exported function RegisterOidcProvider should have comment or be unexported (golint)
    • pkg/envoy/resource/timestamps.go
    • Line 9: warning: exported type Timestamp should have comment or be unexported (golint)
    • Line 19: warning: exported type Timestamps should have comment or be unexported (golint)
    • Line 28: warning: exported method Timestamp.MarshalYAML should have comment or be unexported (golint)
    • Line 32: warning: exported method Timestamp.MarshalJSON should have comment or be unexported (golint)
    • pkg/options/DB.go
    • Line 7: warning: exported method DBOpt.Defaults should have comment or be unexported (golint)
    • Line 14: warning: exported method DBOpt.IsSQLite should have comment or be unexported (golint)
    • system/rest/handlers/auth.go
    • Line 20: warning: comment on exported type AuthAPI should be of the form "AuthAPI ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported type Auth should be of the form "Auth ..." (with optional leading article) (golint)
    • Line 31: warning: exported function NewAuth should have comment or be unexported (golint)
    • Line 52: warning: exported method Auth.MountRoutes should have comment or be unexported (golint)
    • auth/oauth2/user_authorizer.go
    • Line 10: warning: exported function NewUserAuthorizer should have comment or be unexported (golint)
    • Line 32: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pkg/expr/values.go
    • Line 8: warning: exported type Type should have comment or be unexported (golint)
    • Line 13: warning: exported type TypedValue should have comment or be unexported (golint)
    • Line 19: warning: exported type Comparable should have comment or be unexported (golint)
    • Line 28: warning: exported type Assigner should have comment or be unexported (golint)
    • Line 32: warning: exported type FieldSelector should have comment or be unexported (golint)
    • Line 37: warning: exported type FieldAssigner should have comment or be unexported (golint)
    • Line 41: warning: exported type DeepFieldAssigner should have comment or be unexported (golint)
    • Line 45: warning: exported type Iterator should have comment or be unexported (golint)
    • Line 49: warning: exported type TypeValueDecoder should have comment or be unexported (golint)
    • Line 53: warning: exported type Dict should have comment or be unexported (golint)
    • Line 57: warning: exported type Slice should have comment or be unexported (golint)
    • Line 62: warning: exported function UntypedValue should have comment or be unexported (golint)
    • Line 70: warning: exported function Must should have comment or be unexported (golint)
    • store/settings.gen.go
    • Line 17: warning: exported type Settings should have comment or be unexported (golint)
    • Line 19: warning: don't use underscores in Go names; interface method parameter owned_by should be ownedBy (golint)
    • Line 43: warning: don't use underscores in Go names; func parameter owned_by should be ownedBy (golint)
    • app/cli.go
    • Line 116: warning: exported method CortezaApp.Execute should have comment or be unexported (golint)
    • pkg/report/model.go
    • Line 36: warning: exported type StepDefinitionSet should have comment or be unexported (golint)
    • Line 37: warning: exported type StepDefinition should have comment or be unexported (golint)
    • Line 88: warning: exported method StepDefinitionSet.Validate should have comment or be unexported (golint)
    • pkg/actionlog/context.go
    • Line 11: warning: don't use underscores in Go names; const RequestOrigin_APP_Init should be RequestOriginAPPInit (golint)
    • Line 11: warning: exported const RequestOrigin_APP_Init should have comment (or a comment on this block) or be unexported (golint)
    • Line 12: warning: don't use underscores in Go names; const RequestOrigin_APP_Upgrade should be RequestOriginAPPUpgrade (golint)
    • Line 13: warning: don't use underscores in Go names; const RequestOrigin_APP_Activate should be RequestOriginAPPActivate (golint)
    • Line 14: warning: don't use underscores in Go names; const RequestOrigin_APP_Provision should be RequestOriginAPPProvision (golint)
    • Line 15: warning: don't use underscores in Go names; const RequestOrigin_APP_Run should be RequestOriginAPPRun (golint)
    • Line 16: warning: don't use underscores in Go names; const RequestOrigin_API_REST should be RequestOriginAPIREST (golint)
    • Line 17: warning: don't use underscores in Go names; const RequestOrigin_API_GRPC should be RequestOriginAPIGRPC (golint)
    • Line 18: warning: don't use underscores in Go names; const RequestOrigin_Auth should be RequestOriginAuth (golint)
    • Line 19: warning: don't use underscores in Go names; const RequestOrigin_Automation should be RequestOriginAutomation (golint)
    • pkg/envoy/resource/user.go
    • Line 18: warning: exported function NewUser should have comment or be unexported (golint)
    • Line 31: warning: exported method User.SysID should have comment or be unexported (golint)
    • Line 35: warning: exported method User.RBACParts should have comment or be unexported (golint)
    • Line 67: warning: exported function UserErrUnresolved should have comment or be unexported (golint)
    • pkg/envoy/yaml/automation.go
    • Line 35: warning: receiver name a should be consistent with previous receiver name c for automation (golint)
    • Line 50: warning: receiver name a should be consistent with previous receiver name c for automation (golint)
    • system/rest/handlers/report.go
    • Line 20: warning: comment on exported type ReportAPI should be of the form "ReportAPI ..." (with optional leading article) (golint)
    • Line 32: warning: comment on exported type Report should be of the form "Report ..." (with optional leading article) (golint)
    • Line 45: warning: exported function NewReport should have comment or be unexported (golint)
    • Line 178: warning: exported method Report.MountRoutes should have comment or be unexported (golint)
    • federation/types/module_field_mapping.go
    • Line 11: warning: exported const ModuleFieldMappingSetFindTypeOrigin should have comment (or a comment on this block) or be unexported (golint)
    • Line 16: warning: exported type ModuleFieldMappingSet should have comment or be unexported (golint)
    • Line 18: warning: exported type ModuleFieldMapping should have comment or be unexported (golint)
    • Line 23: warning: exported type ModuleFieldMappingSetFindType should have comment or be unexported (golint)
    • Line 26: warning: comment on exported method ModuleFieldMappingSet.FindByName should be of the form "FindByName ..." (golint)
    • Line 46: warning: exported method ModuleFieldMappingSet.Value should have comment or be unexported (golint)
    • Line 50: warning: exported method ModuleFieldMappingSet.Scan should have comment or be unexported (golint)
    • Line 56: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • compose/rest/handlers/namespace.go
    • Line 20: warning: comment on exported type NamespaceAPI should be of the form "NamespaceAPI ..." (with optional leading article) (golint)
    • Line 37: warning: comment on exported type Namespace should be of the form "Namespace ..." (with optional leading article) (golint)
    • Line 55: warning: exported function NewNamespace should have comment or be unexported (golint)
    • Line 268: warning: exported method Namespace.MountRoutes should have comment or be unexported (golint)
    • compose/types/locale.gen.go
    • Line 22: warning: exported type LocaleKey should have comment or be unexported (golint)
    • Line 39: warning: exported var LocaleKeyModuleFieldLabel should have comment or be unexported (golint)
    • Line 142: warning: comment on exported function ModuleFieldResourceTranslationTpl should be of the form "ModuleFieldResourceTranslationTpl ..." (golint)
    • Line 147: warning: exported method ModuleField.DecodeTranslations should have comment or be unexported (golint)
    • Line 159: warning: exported method ModuleField.EncodeTranslations should have comment or be unexported (golint)
    • Line 199: warning: comment on exported function ModuleResourceTranslationTpl should be of the form "ModuleResourceTranslationTpl ..." (golint)
    • Line 204: warning: exported method Module.DecodeTranslations should have comment or be unexported (golint)
    • Line 213: warning: exported method Module.EncodeTranslations should have comment or be unexported (golint)
    • Line 249: warning: comment on exported function NamespaceResourceTranslationTpl should be of the form "NamespaceResourceTranslationTpl ..." (golint)
    • Line 254: warning: exported method Namespace.DecodeTranslations should have comment or be unexported (golint)
    • Line 267: warning: exported method Namespace.EncodeTranslations should have comment or be unexported (golint)
    • Line 315: warning: comment on exported function PageResourceTranslationTpl should be of the form "PageResourceTranslationTpl ..." (golint)
    • Line 320: warning: exported method Page.DecodeTranslations should have comment or be unexported (golint)
    • Line 332: warning: exported method Page.EncodeTranslations should have comment or be unexported (golint)
    • store/rbac_rules.gen.go
    • Line 17: warning: exported type RbacRules should have comment or be unexported (golint)
    • Line 76: warning: exported function TransferRbacRules should have comment or be unexported (golint)
    • store/rdbms/compose_record_datasource.go
    • Line 407: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 504: warning: receiver name b should be consistent with previous receiver name r for recordDatasource (golint)
    • Line 551: warning: receiver name b should be consistent with previous receiver name r for recordDatasource (golint)
    • compose/rest/handlers/attachment.go
    • Line 20: warning: comment on exported type AttachmentAPI should be of the form "AttachmentAPI ..." (with optional leading article) (golint)
    • Line 29: warning: comment on exported type Attachment should be of the form "Attachment ..." (with optional leading article) (golint)
    • Line 39: warning: exported function NewAttachment should have comment or be unexported (golint)
    • Line 124: warning: exported method Attachment.MountRoutes should have comment or be unexported (golint)
    • pkg/apigw/service.go
    • Line 43: warning: exported function Service should have comment or be unexported (golint)
    • Line 56: warning: exported function New should have comment or be unexported (golint)
    • store/cockroach/encoder.go
    • Line 13: warning: exported method QueryEncoder.CaseInsensitiveLike should have comment or be unexported (golint)
    • Line 16: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • store/sqlite3/encoder.go
    • Line 13: warning: exported method QueryEncoder.CaseInsensitiveLike should have comment or be unexported (golint)
    • Line 16: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • store/compose_record_values.gen.go
    • Line 17: warning: exported type ComposeRecordValues should have comment or be unexported (golint)
    • Line 29: warning: exported function ComposeRecordValueRefLookup should have comment or be unexported (golint)
    • system/rest/request/settings.go
    • Line 36: warning: comment on exported type SettingsList should be of the form "SettingsList ..." (with optional leading article) (golint)
    • Line 44: warning: exported type SettingsUpdate should have comment or be unexported (golint)
    • Line 51: warning: exported type SettingsGet should have comment or be unexported (golint)
    • Line 63: warning: exported type SettingsSet should have comment or be unexported (golint)
    • Line 80: warning: exported type SettingsCurrent should have comment or be unexported (golint)
    • Line 96: warning: comment on exported method SettingsList.GetPrefix should be of the form "GetPrefix ..." (golint)
    • Line 131: warning: comment on exported method SettingsUpdate.GetValues should be of the form "GetValues ..." (golint)
    • Line 181: warning: comment on exported method SettingsGet.GetKey should be of the form "GetKey ..." (golint)
    • Line 186: warning: comment on exported method SettingsGet.GetOwnerID should be of the form "GetOwnerID ..." (golint)
    • Line 235: warning: comment on exported method SettingsSet.GetKey should be of the form "GetKey ..." (golint)
    • Line 240: warning: comment on exported method SettingsSet.GetUpload should be of the form "GetUpload ..." (golint)
    • Line 245: warning: comment on exported method SettingsSet.GetOwnerID should be of the form "GetOwnerID ..." (golint)
    • automation/rest/request/workflow.go
    • Line 38: warning: comment on exported type WorkflowList should be of the form "WorkflowList ..." (with optional leading article) (golint)
    • Line 81: warning: exported type WorkflowCreate should have comment or be unexported (golint)
    • Line 138: warning: exported type WorkflowUpdate should have comment or be unexported (golint)
    • Line 200: warning: exported type WorkflowRead should have comment or be unexported (golint)
    • Line 207: warning: exported type WorkflowDelete should have comment or be unexported (golint)
    • Line 214: warning: exported type WorkflowUndelete should have comment or be unexported (golint)
    • Line 221: warning: exported type WorkflowTest should have comment or be unexported (golint)
    • Line 238: warning: exported type WorkflowExec should have comment or be unexported (golint)
    • Line 290: warning: comment on exported method WorkflowList.GetWorkflowID should be of the form "GetWorkflowID ..." (golint)
    • Line 295: warning: comment on exported method WorkflowList.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 300: warning: comment on exported method WorkflowList.GetDeleted should be of the form "GetDeleted ..." (golint)
    • Line 305: warning: comment on exported method WorkflowList.GetDisabled should be of the form "GetDisabled ..." (golint)
    • Line 310: warning: comment on exported method WorkflowList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 315: warning: comment on exported method WorkflowList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 320: warning: comment on exported method WorkflowList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 325: warning: comment on exported method WorkflowList.GetSort should be of the form "GetSort ..." (golint)
    • Line 422: warning: comment on exported method WorkflowCreate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 427: warning: comment on exported method WorkflowCreate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 432: warning: comment on exported method WorkflowCreate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 437: warning: comment on exported method WorkflowCreate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 442: warning: comment on exported method WorkflowCreate.GetTrace should be of the form "GetTrace ..." (golint)
    • Line 447: warning: comment on exported method WorkflowCreate.GetKeepSessions should be of the form "GetKeepSessions ..." (golint)
    • Line 452: warning: comment on exported method WorkflowCreate.GetScope should be of the form "GetScope ..." (golint)
    • Line 457: warning: comment on exported method WorkflowCreate.GetSteps should be of the form "GetSteps ..." (golint)
    • Line 462: warning: comment on exported method WorkflowCreate.GetPaths should be of the form "GetPaths ..." (golint)
    • Line 467: warning: comment on exported method WorkflowCreate.GetRunAs should be of the form "GetRunAs ..." (golint)
    • Line 472: warning: comment on exported method WorkflowCreate.GetOwnedBy should be of the form "GetOwnedBy ..." (golint)
    • Line 627: warning: comment on exported method WorkflowUpdate.GetWorkflowID should be of the form "GetWorkflowID ..." (golint)
    • Line 632: warning: comment on exported method WorkflowUpdate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 637: warning: comment on exported method WorkflowUpdate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 642: warning: comment on exported method WorkflowUpdate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 647: warning: comment on exported method WorkflowUpdate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 652: warning: comment on exported method WorkflowUpdate.GetTrace should be of the form "GetTrace ..." (golint)
    • Line 657: warning: comment on exported method WorkflowUpdate.GetKeepSessions should be of the form "GetKeepSessions ..." (golint)
    • Line 662: warning: comment on exported method WorkflowUpdate.GetScope should be of the form "GetScope ..." (golint)
    • Line 667: warning: comment on exported method WorkflowUpdate.GetSteps should be of the form "GetSteps ..." (golint)
    • Line 672: warning: comment on exported method WorkflowUpdate.GetPaths should be of the form "GetPaths ..." (golint)
    • Line 677: warning: comment on exported method WorkflowUpdate.GetRunAs should be of the form "GetRunAs ..." (golint)
    • Line 682: warning: comment on exported method WorkflowUpdate.GetOwnedBy should be of the form "GetOwnedBy ..." (golint)
    • Line 838: warning: comment on exported method WorkflowRead.GetWorkflowID should be of the form "GetWorkflowID ..." (golint)
    • Line 873: warning: comment on exported method WorkflowDelete.GetWorkflowID should be of the form "GetWorkflowID ..." (golint)
    • Line 908: warning: comment on exported method WorkflowUndelete.GetWorkflowID should be of the form "GetWorkflowID ..." (golint)
    • Line 945: warning: comment on exported method WorkflowTest.GetWorkflowID should be of the form "GetWorkflowID ..." (golint)
    • Line 950: warning: comment on exported method WorkflowTest.GetScope should be of the form "GetScope ..." (golint)
    • Line 955: warning: comment on exported method WorkflowTest.GetRunAs should be of the form "GetRunAs ..." (golint)
    • Line 1033: warning: comment on exported method WorkflowExec.GetWorkflowID should be of the form "GetWorkflowID ..." (golint)
    • Line 1038: warning: comment on exported method WorkflowExec.GetStepID should be of the form "GetStepID ..." (golint)
    • Line 1043: warning: comment on exported method WorkflowExec.GetInput should be of the form "GetInput ..." (golint)
    • Line 1048: warning: comment on exported method WorkflowExec.GetTrace should be of the form "GetTrace ..." (golint)
    • Line 1053: warning: comment on exported method WorkflowExec.GetWait should be of the form "GetWait ..." (golint)
    • Line 1058: warning: comment on exported method WorkflowExec.GetAsync should be of the form "GetAsync ..." (golint)
    • automation/types/param.go
    • Line 10: warning: exported type ParamSet should have comment or be unexported (golint)
    • Line 11: warning: exported type Param should have comment or be unexported (golint)
    • Line 19: warning: exported type ParamMeta should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewParam should be of the form "NewParam ..." (golint)
    • Line 38: warning: exported function Required should have comment or be unexported (golint)
    • Line 39: warning: exported function IsArray should have comment or be unexported (golint)
    • Line 41: warning: exported function Types should have comment or be unexported (golint)
    • Line 49: warning: exported method Param.HasType should have comment or be unexported (golint)
    • Line 58: warning: exported method ParamSet.GetByName should have comment or be unexported (golint)
    • Line 67: warning: comment on exported method ParamSet.VerifyArguments should be of the form "VerifyArguments ..." (golint)
    • Line 108: warning: comment on exported method ParamSet.VerifyResults should be of the form "VerifyResults ..." (golint)
    • pkg/ql/lexer.go
    • Line 8: warning: comment on exported type RuneReader should be of the form "RuneReader ..." (with optional leading article) (golint)
    • Line 8: warning: comment on exported type Token should be of the form "Token ..." (with optional leading article) (golint)
    • Line 8: warning: comment on exported type TokenConsumers should be of the form "TokenConsumers ..." (with optional leading article) (golint)
    • Line 104: warning: exported method Token.Is should have comment or be unexported (golint)
    • store/users.gen.go
    • Line 17: warning: exported type Users should have comment or be unexported (golint)
    • Line 111: warning: exported function CountUsers should have comment or be unexported (golint)
    • Line 115: warning: exported function UserMetrics should have comment or be unexported (golint)
    • system/rest/apigw_filter.go
    • Line 14: warning: exported type ApigwFilter should have comment or be unexported (golint)
    • Line 41: warning: exported method ApigwFilter.New should have comment or be unexported (golint)
    • Line 48: warning: exported method ApigwFilter.List should have comment or be unexported (golint)
    • Line 74: warning: exported method ApigwFilter.Create should have comment or be unexported (golint)
    • Line 96: warning: exported method ApigwFilter.Update should have comment or be unexported (golint)
    • Line 115: warning: exported method ApigwFilter.Delete should have comment or be unexported (golint)
    • Line 119: warning: exported method ApigwFilter.DefFilter should have comment or be unexported (golint)
    • Line 123: warning: exported method ApigwFilter.DefProxyAuth should have comment or be unexported (golint)
    • Line 127: warning: exported method ApigwFilter.Undelete should have comment or be unexported (golint)
    • system/types/report.go
    • Line 14: warning: exported type Report should have comment or be unexported (golint)
    • Line 35: warning: exported type ReportScenarioSet should have comment or be unexported (golint)
    • Line 36: warning: exported type ScenarioFilterMap should have comment or be unexported (golint)
    • Line 37: warning: exported type ReportScenario should have comment or be unexported (golint)
    • Line 43: warning: exported type ReportDataSource should have comment or be unexported (golint)
    • Line 47: warning: exported type ReportDataSourceSet should have comment or be unexported (golint)
    • Line 49: warning: exported type ReportMeta should have comment or be unexported (golint)
    • Line 54: warning: exported type ReportBlock should have comment or be unexported (golint)
    • Line 66: warning: exported type ReportBlockSet should have comment or be unexported (golint)
    • Line 68: warning: exported type ReportFilter should have comment or be unexported (golint)
    • Line 90: warning: exported method ReportDataSourceSet.ModelSteps should have comment or be unexported (golint)
    • Line 100: warning: exported method ReportBlockSet.ModelSteps should have comment or be unexported (golint)
    • Line 112: warning: exported method ReportMeta.Scan should have comment or be unexported (golint)
    • Line 127: warning: comment on exported method ReportMeta.Value should be of the form "Value ..." (golint)
    • Line 136: warning: comment on exported method ReportBlockSet.Value should be of the form "Value ..." (golint)
    • Line 137: warning: receiver name vv should be consistent with previous receiver name pp for ReportBlockSet (golint)
    • Line 141: warning: exported method ReportBlockSet.Scan should have comment or be unexported (golint)
    • Line 141: warning: receiver name vv should be consistent with previous receiver name pp for ReportBlockSet (golint)
    • Line 156: warning: comment on exported method ReportDataSourceSet.Value should be of the form "Value ..." (golint)
    • Line 157: warning: receiver name vv should be consistent with previous receiver name ss for ReportDataSourceSet (golint)
    • Line 161: warning: exported method ReportDataSourceSet.Scan should have comment or be unexported (golint)
    • Line 161: warning: receiver name vv should be consistent with previous receiver name ss for ReportDataSourceSet (golint)
    • Line 176: warning: comment on exported method ReportScenarioSet.Value should be of the form "Value ..." (golint)
    • Line 181: warning: exported method ReportScenarioSet.Scan should have comment or be unexported (golint)
    • automation/rest/function.go
    • Line 11: warning: exported type Function should have comment or be unexported (golint)
    • Line 22: warning: exported method Function.New should have comment or be unexported (golint)
    • Line 27: warning: exported method Function.List should have comment or be unexported (golint)
    • store/rdbms/federation_nodes_sync.gen.go
    • Line 287: warning: don't use underscores in Go names; method parameter node_id should be nodeID (golint)
    • Line 296: warning: don't use underscores in Go names; method parameter node_id should be nodeID (golint)
    • Line 296: warning: don't use underscores in Go names; method parameter module_id should be moduleID (golint)
    • Line 296: warning: don't use underscores in Go names; method parameter sync_type should be syncType (golint)
    • Line 296: warning: don't use underscores in Go names; method parameter sync_status should be syncStatus (golint)
    • Line 466: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 549: warning: don't use underscores in Go names; var pkRel_node should be pkRelNode (golint)
    • auth/saml/sp.go
    • Line 19: warning: exported type SamlSPService should have comment or be unexported (golint)
    • Line 33: warning: exported type SamlSPArgs should have comment or be unexported (golint)
    • Line 101: warning: exported method SamlSPService.NameIdentifier should have comment or be unexported (golint)
    • Line 126: warning: exported method SamlSPService.Handler should have comment or be unexported (golint)
    • pkg/flag/types/type.go
    • Line 4: warning: exported type Flag should have comment or be unexported (golint)
    • Line 16: warning: comment on exported type FlagSet should be of the form "FlagSet ..." (with optional leading article) (golint)
    • Line 19: warning: exported type FlagFilter should have comment or be unexported (golint)
    • federation/service/service.go
    • Line 23: warning: exported type Config should have comment or be unexported (golint)
    • Line 31: warning: exported var DefaultStore should have comment or be unexported (golint)
    • Line 62: warning: exported function Initialize should have comment or be unexported (golint)
    • Line 98: warning: exported function Watchers should have comment or be unexported (golint)
    • Line 123: warning: exported function AddFederationLabel should have comment or be unexported (golint)
    • pkg/envoy/resource/api_gateway.go
    • Line 11: warning: exported type APIGateway should have comment or be unexported (golint)
    • Line 18: warning: exported type APIGatewayFilter should have comment or be unexported (golint)
    • Line 24: warning: exported function NewAPIGateway should have comment or be unexported (golint)
    • Line 41: warning: exported method APIGateway.RBACParts should have comment or be unexported (golint)
    • Line 49: warning: exported method APIGateway.AddGatewayFilter should have comment or be unexported (golint)
    • Line 65: warning: exported method APIGateway.SysID should have comment or be unexported (golint)
    • Line 92: warning: exported function APIGatewayErrUnresolved should have comment or be unexported (golint)
    • store/mysql/encoder.go
    • Line 13: warning: exported method QueryEncoder.CaseInsensitiveLike should have comment or be unexported (golint)
    • Line 16: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pkg/http/auth/oauth2.go
    • Line 15: warning: exported type ServicerOauth2 should have comment or be unexported (golint)
    • Line 24: warning: exported type Oauth2Params should have comment or be unexported (golint)
    • Line 32: warning: exported function NewOauth2 should have comment or be unexported (golint)
    • Line 59: warning: exported method ServicerOauth2.Do should have comment or be unexported (golint)
    • pkg/envoy/resource/userstamps.go
    • Line 12: warning: exported type Userstamp should have comment or be unexported (golint)
    • Line 20: warning: exported type Userstamps should have comment or be unexported (golint)
    • Line 27: warning: exported type UserstampIndex should have comment or be unexported (golint)
    • Line 30: warning: exported method Userstamp.MarshalYAML should have comment or be unexported (golint)
    • Line 61: warning: exported method Userstamp.MarshalJSON should have comment or be unexported (golint)
    • Line 125: warning: comment on exported function MakeUserstampFromID should be of the form "MakeUserstampFromID ..." (golint)
    • Line 199: warning: exported method UserstampIndex.Add should have comment or be unexported (golint)
    • Line 218: warning: exported method UserstampIndex.GetByKey should have comment or be unexported (golint)
    • Line 227: warning: exported method UserstampIndex.GetByStamp should have comment or be unexported (golint)
    • pkg/locale/locale.go
    • Line 26: warning: exported type Language should have comment or be unexported (golint)
    • Line 59: warning: exported type ErrorMetaNamespace should have comment or be unexported (golint)
    • Line 60: warning: exported type ErrorMetaKey should have comment or be unexported (golint)
    • store/rdbms/labels.gen.go
    • Line 89: warning: don't use underscores in Go names; method parameter resource_id should be resourceID (golint)
    • Line 261: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • federation/service/sync.go
    • Line 20: warning: exported type Sync should have comment or be unexported (golint)
    • Line 30: warning: exported function NewSync should have comment or be unexported (golint)
    • Line 96: warning: comment on exported method Sync.FindRecords should be of the form "FindRecords ..." (golint)
    • Line 144: warning: exported method Sync.GetSharedModules should have comment or be unexported (golint)
    • Line 158: warning: exported method Sync.GetModuleMappings should have comment or be unexported (golint)
    • Line 163: warning: exported method Sync.PrepareModuleMappings should have comment or be unexported (golint)
    • Line 167: warning: exported method Sync.GetLastStructureSyncStatus should have comment or be unexported (golint)
    • Line 197: warning: exported method Sync.GetLastSyncTime should have comment or be unexported (golint)
    • compose/types/record.go
    • Line 15: warning: exported type OperationType should have comment or be unexported (golint)
    • Line 17: warning: exported type RecordBulkOperation should have comment or be unexported (golint)
    • Line 24: warning: exported type RecordBulk should have comment or be unexported (golint)
    • Line 30: warning: exported type RecordBulkSet should have comment or be unexported (golint)
    • Line 54: warning: exported type RecordFilter should have comment or be unexported (golint)
    • Line 77: warning: exported const OperationTypeCreate should have comment (or a comment on this block) or be unexported (golint)
    • Line 100: warning: comment on exported method Record.SetModule should be of the form "SetModule ..." (golint)
    • Line 109: warning: exported method Record.GetModule should have comment or be unexported (golint)
    • Line 113: warning: exported method Record.Clone should have comment or be unexported (golint)
    • Line 119: warning: exported method Record.Dict should have comment or be unexported (golint)
    • pkg/wfexec/session_test.go
    • Line 216: warning: don't use underscores in Go names; var cb_1_1 should be cb1_1 (golint)
    • Line 217: warning: don't use underscores in Go names; var cb_1_2 should be cb1_2 (golint)
    • Line 218: warning: don't use underscores in Go names; var tb_1_1 should be tb1_1 (golint)
    • Line 220: warning: don't use underscores in Go names; var eh_1 should be eh1 (golint)
    • Line 223: warning: don't use underscores in Go names; var er_1 should be er1 (golint)
    • Line 227: warning: don't use underscores in Go names; var cb_2_1 should be cb2_1 (golint)
    • Line 228: warning: don't use underscores in Go names; var cb_2_2 should be cb2_2 (golint)
    • Line 229: warning: don't use underscores in Go names; var tb_2_1 should be tb2_1 (golint)
    • Line 231: warning: don't use underscores in Go names; var eh_2 should be eh2 (golint)
    • Line 234: warning: don't use underscores in Go names; var er_2 should be er2 (golint)
    • system/rest/request/reminder.go
    • Line 37: warning: comment on exported type ReminderList should be of the form "ReminderList ..." (with optional leading article) (golint)
    • Line 95: warning: exported type ReminderCreate should have comment or be unexported (golint)
    • Line 117: warning: exported type ReminderUpdate should have comment or be unexported (golint)
    • Line 144: warning: exported type ReminderRead should have comment or be unexported (golint)
    • Line 151: warning: exported type ReminderDelete should have comment or be unexported (golint)
    • Line 158: warning: exported type ReminderDismiss should have comment or be unexported (golint)
    • Line 165: warning: exported type ReminderSnooze should have comment or be unexported (golint)
    • Line 200: warning: comment on exported method ReminderList.GetReminderID should be of the form "GetReminderID ..." (golint)
    • Line 205: warning: comment on exported method ReminderList.GetResource should be of the form "GetResource ..." (golint)
    • Line 210: warning: comment on exported method ReminderList.GetAssignedTo should be of the form "GetAssignedTo ..." (golint)
    • Line 215: warning: comment on exported method ReminderList.GetScheduledFrom should be of the form "GetScheduledFrom ..." (golint)
    • Line 220: warning: comment on exported method ReminderList.GetScheduledUntil should be of the form "GetScheduledUntil ..." (golint)
    • Line 225: warning: comment on exported method ReminderList.GetScheduledOnly should be of the form "GetScheduledOnly ..." (golint)
    • Line 230: warning: comment on exported method ReminderList.GetExcludeDismissed should be of the form "GetExcludeDismissed ..." (golint)
    • Line 235: warning: comment on exported method ReminderList.GetIncludeDeleted should be of the form "GetIncludeDeleted ..." (golint)
    • Line 240: warning: comment on exported method ReminderList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 245: warning: comment on exported method ReminderList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 250: warning: comment on exported method ReminderList.GetSort should be of the form "GetSort ..." (golint)
    • Line 353: warning: comment on exported method ReminderCreate.GetResource should be of the form "GetResource ..." (golint)
    • Line 358: warning: comment on exported method ReminderCreate.GetAssignedTo should be of the form "GetAssignedTo ..." (golint)
    • Line 363: warning: comment on exported method ReminderCreate.GetPayload should be of the form "GetPayload ..." (golint)
    • Line 368: warning: comment on exported method ReminderCreate.GetRemindAt should be of the form "GetRemindAt ..." (golint)
    • Line 442: warning: comment on exported method ReminderUpdate.GetReminderID should be of the form "GetReminderID ..." (golint)
    • Line 447: warning: comment on exported method ReminderUpdate.GetResource should be of the form "GetResource ..." (golint)
    • Line 452: warning: comment on exported method ReminderUpdate.GetAssignedTo should be of the form "GetAssignedTo ..." (golint)
    • Line 457: warning: comment on exported method ReminderUpdate.GetPayload should be of the form "GetPayload ..." (golint)
    • Line 462: warning: comment on exported method ReminderUpdate.GetRemindAt should be of the form "GetRemindAt ..." (golint)
    • Line 544: warning: comment on exported method ReminderRead.GetReminderID should be of the form "GetReminderID ..." (golint)
    • Line 579: warning: comment on exported method ReminderDelete.GetReminderID should be of the form "GetReminderID ..." (golint)
    • Line 614: warning: comment on exported method ReminderDismiss.GetReminderID should be of the form "GetReminderID ..." (golint)
    • Line 650: warning: comment on exported method ReminderSnooze.GetReminderID should be of the form "GetReminderID ..." (golint)
    • Line 655: warning: comment on exported method ReminderSnooze.GetRemindAt should be of the form "GetRemindAt ..." (golint)
    • store/rdbms/compose_charts.gen.go
    • Line 294: warning: don't use underscores in Go names; method parameter namespace_id should be namespaceID (golint)
    • Line 467: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • compose/rest/handlers/page.go
    • Line 20: warning: comment on exported type PageAPI should be of the form "PageAPI ..." (with optional leading article) (golint)
    • Line 35: warning: comment on exported type Page should be of the form "Page ..." (with optional leading article) (golint)
    • Line 51: warning: exported function NewPage should have comment or be unexported (golint)
    • Line 232: warning: exported method Page.MountRoutes should have comment or be unexported (golint)
    • compose/types/validated.go
    • Line 10: warning: exported type RecordValueError should have comment or be unexported (golint)
    • Line 16: warning: exported type RecordValueErrorSet should have comment or be unexported (golint)
    • Line 21: warning: comment on exported method RecordValueErrorSet.Safe should be of the form "Safe ..." (golint)
    • Line 24: warning: exported method RecordValueErrorSet.Push should have comment or be unexported (golint)
    • Line 28: warning: exported method RecordValueErrorSet.IsValid should have comment or be unexported (golint)
    • Line 41: warning: exported method RecordValueErrorSet.MarshalJSON should have comment or be unexported (golint)
    • Line 51: warning: exported method RecordValueErrorSet.HasKind should have comment or be unexported (golint)
    • pkg/http/client.go
    • Line 18: warning: exported type Config should have comment or be unexported (golint)
    • Line 23: warning: exported type Client should have comment or be unexported (golint)
    • Line 31: warning: exported type Request should have comment or be unexported (golint)
    • Line 33: warning: exported type DebugLevel should have comment or be unexported (golint)
    • Line 37: warning: exported const INFO should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported function New should have comment or be unexported (golint)
    • Line 67: warning: exported method Client.Debug should have comment or be unexported (golint)
    • Line 72: warning: exported method Client.Get should have comment or be unexported (golint)
    • Line 76: warning: exported method Client.Post should have comment or be unexported (golint)
    • Line 80: warning: exported method Client.Patch should have comment or be unexported (golint)
    • Line 84: warning: exported method Client.Delete should have comment or be unexported (golint)
    • Line 88: warning: exported method Client.Request should have comment or be unexported (golint)
    • Line 116: warning: exported method Client.Do should have comment or be unexported (golint)
    • Line 160: warning: exported function ToError should have comment or be unexported (golint)
    • pkg/qlng/token_codes.go
    • Line 8: warning: exported const CHAR_WHITELIST_WHITESPACE should have comment (or a comment on this block) or be unexported (golint)
    • Line 14: warning: comment on exported const ILLEGAL should be of the form "ILLEGAL ..." (golint)
    • Line 16: warning: exported const EOF should have comment (or a comment on this block) or be unexported (golint)
    • pkg/expr/expr_types.gen.go
    • Line 32: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 65: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 81: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 114: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 130: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 163: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 184: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 217: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 233: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 266: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 287: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 320: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 341: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 374: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 409: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 442: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 477: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 510: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 545: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 578: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 613: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 646: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 662: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 695: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 711: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 744: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 760: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 793: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 828: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 861: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 896: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 929: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • automation/rest/request/permissions.go
    • Line 36: warning: comment on exported type PermissionsList should be of the form "PermissionsList ..." (with optional leading article) (golint)
    • Line 40: warning: exported type PermissionsEffective should have comment or be unexported (golint)
    • Line 47: warning: exported type PermissionsRead should have comment or be unexported (golint)
    • Line 54: warning: exported type PermissionsDelete should have comment or be unexported (golint)
    • Line 61: warning: exported type PermissionsUpdate should have comment or be unexported (golint)
    • Line 102: warning: comment on exported method PermissionsEffective.GetResource should be of the form "GetResource ..." (golint)
    • Line 137: warning: comment on exported method PermissionsRead.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 172: warning: comment on exported method PermissionsDelete.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 208: warning: comment on exported method PermissionsUpdate.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 213: warning: comment on exported method PermissionsUpdate.GetRules should be of the form "GetRules ..." (golint)
    • compose/rest/handlers/permissions.go
    • Line 20: warning: comment on exported type PermissionsAPI should be of the form "PermissionsAPI ..." (with optional leading article) (golint)
    • Line 29: warning: comment on exported type Permissions should be of the form "Permissions ..." (with optional leading article) (golint)
    • Line 39: warning: exported function NewPermissions should have comment or be unexported (golint)
    • Line 124: warning: exported method Permissions.MountRoutes should have comment or be unexported (golint)
    • pkg/auth/jwt.go
    • Line 41: warning: exported type ExtraReqInfo should have comment or be unexported (golint)
    • Line 48: warning: exported var DefaultJwtHandler should have comment or be unexported (golint)
    • Line 52: warning: exported function SetupDefault should have comment or be unexported (golint)
    • Line 58: warning: exported function JWT should have comment or be unexported (golint)
    • Line 216: warning: exported function GetExtraReqInfoFromContext should have comment or be unexported (golint)
    • Line 220: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • store/rdbms/auth_confirmed_clients.gen.go
    • Line 88: warning: comment on exported method Store.LookupAuthConfirmedClientByUserIDClientID should be of the form "LookupAuthConfirmedClientByUserIDClientID ..." (golint)
    • Line 89: warning: don't use underscores in Go names; method parameter user_id should be userID (golint)
    • Line 89: warning: don't use underscores in Go names; method parameter client_id should be clientID (golint)
    • Line 257: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • store/rdbms/auth_oa2tokens.go
    • Line 20: warning: exported method Store.DeleteExpiredAuthOA2Tokens should have comment or be unexported (golint)
    • Line 24: warning: exported method Store.DeleteAuthOA2TokenByCode should have comment or be unexported (golint)
    • Line 28: warning: exported method Store.DeleteAuthOA2TokenByAccess should have comment or be unexported (golint)
    • Line 32: warning: exported method Store.DeleteAuthOA2TokenByRefresh should have comment or be unexported (golint)
    • Line 36: warning: exported method Store.DeleteAuthOA2TokenByUserID should have comment or be unexported (golint)
    • store/rdbms/rdbms_config.go
    • Line 35: warning: exported type TriggerHandlers should have comment or be unexported (golint)
    • Line 37: warning: exported type Config should have comment or be unexported (golint)
    • Line 133: warning: exported method Config.SetDefaults should have comment or be unexported (golint)
    • Line 211: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 227: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • automation/rest/handlers/session.go
    • Line 20: warning: comment on exported type SessionAPI should be of the form "SessionAPI ..." (with optional leading article) (golint)
    • Line 31: warning: comment on exported type Session should be of the form "Session ..." (with optional leading article) (golint)
    • Line 43: warning: exported function NewSession should have comment or be unexported (golint)
    • Line 160: warning: exported method Session.MountRoutes should have comment or be unexported (golint)
    • pkg/y7s/each.go
    • Line 9: warning: comment on exported function EachMap should be of the form "EachMap ..." (golint)
    • Line 25: warning: comment on exported function EachSeq should be of the form "EachSeq ..." (golint)
    • Line 41: warning: comment on exported function Each should be of the form "Each ..." (golint)
    • pkg/rbac/resource.go
    • Line 9: warning: exported type Resource should have comment or be unexported (golint)
    • Line 33: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 38: warning: exported function ResourceComponent should have comment or be unexported (golint)
    • Line 48: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • system/types/reminder.go
    • Line 11: warning: exported type Reminder should have comment or be unexported (golint)
    • Line 31: warning: exported type ReminderFilter should have comment or be unexported (golint)
    • pkg/rbac/roles.go
    • Line 15: warning: comment on exported type Role should be of the form "Role ..." (with optional leading article) (golint)
    • Line 38: warning: exported const CommonRole should have comment (or a comment on this block) or be unexported (golint)
    • Line 70: warning: exported function MakeContextRole should have comment or be unexported (golint)
    • store/rdbms/rdbms.go
    • Line 53: warning: exported type ModuleFieldTypeDetector should have comment or be unexported (golint)
    • Line 69: warning: exported const DefaultSliceCapacity should have comment (or a comment on this block) or be unexported (golint)
    • Line 77: warning: exported function Connect should have comment or be unexported (golint)
    • Line 101: warning: exported method Store.Connect should have comment or be unexported (golint)
    • Line 204: warning: exported method Store.Query should have comment or be unexported (golint)
    • Line 221: warning: exported method Store.ASTTransformer should have comment or be unexported (golint)
    • Line 243: warning: exported method Store.Exec should have comment or be unexported (golint)
    • Line 256: warning: exported method Store.Tx should have comment or be unexported (golint)
    • Line 262: warning: exported method Store.Truncate should have comment or be unexported (golint)
    • Line 295: warning: exported method Store.DB should have comment or be unexported (golint)
    • Line 299: warning: exported method Store.Config should have comment or be unexported (golint)
    • Line 418: warning: exported function BuildCursor should have comment or be unexported (golint)
    • Line 453: warning: exported function SqlSortHandler should have comment or be unexported (golint)
    • Line 456: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 465: warning: exported function ErrHandlerFallthrough should have comment or be unexported (golint)
    • compose/service/page.go
    • Line 47: warning: exported function Page should have comment or be unexported (golint)
    • Line 410: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • sdk/plugin/plugin.go
    • Line 11: warning: exported type Setup should have comment or be unexported (golint)
    • Line 15: warning: exported type Initialize should have comment or be unexported (golint)
    • Line 19: warning: exported type AutomationFunctionsProvider should have comment or be unexported (golint)
    • pkg/envoy/yaml/compose_page_unmarshal.go
    • Line 154: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 174: warning: receiver name rr should be consistent with previous receiver name wset for composePageSet (golint)
    • pkg/ql/squirrel.go
    • Line 20: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 44: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 62: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 67: warning: exported method Ident.ToSql should have comment or be unexported (golint)
    • Line 71: warning: exported method LNull.ToSql should have comment or be unexported (golint)
    • Line 75: warning: exported method LBoolean.ToSql should have comment or be unexported (golint)
    • Line 78: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 83: warning: exported method Function.ToSql should have comment or be unexported (golint)
    • Line 86: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 92: warning: exported method Keyword.ToSql should have comment or be unexported (golint)
    • Line 96: warning: exported method Interval.ToSql should have comment or be unexported (golint)
    • Line 100: warning: exported method Operator.ToSql should have comment or be unexported (golint)
    • Line 112: warning: exported method LString.ToSql should have comment or be unexported (golint)
    • Line 116: warning: exported method LNumber.ToSql should have comment or be unexported (golint)
    • Line 120: warning: exported method NodeF.ToSql should have comment or be unexported (golint)
    • Line 133: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • store/rdbms/compose_modules.gen.go
    • Line 285: warning: don't use underscores in Go names; method parameter namespace_id should be namespaceID (golint)
    • Line 295: warning: don't use underscores in Go names; method parameter namespace_id should be namespaceID (golint)
    • Line 477: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pkg/apigw/types/scope.go
    • Line 12: warning: exported type Scp should have comment or be unexported (golint)
    • Line 15: warning: exported method Scp.Keys should have comment or be unexported (golint)
    • Line 23: warning: exported method Scp.Request should have comment or be unexported (golint)
    • Line 37: warning: exported method Scp.Writer should have comment or be unexported (golint)
    • Line 45: warning: exported method Scp.Opts should have comment or be unexported (golint)
    • Line 53: warning: exported method Scp.Set should have comment or be unexported (golint)
    • Line 57: warning: exported method Scp.Get should have comment or be unexported (golint)
    • Line 68: warning: exported method Scp.Filter should have comment or be unexported (golint)
    • pkg/dev/mutex.go
    • Line 42: warning: exported method DebugMutex.RLock should have comment or be unexported (golint)
    • Line 49: warning: exported method DebugMutex.RUnlock should have comment or be unexported (golint)
    • Line 55: warning: exported method DebugMutex.Lock should have comment or be unexported (golint)
    • Line 62: warning: exported method DebugMutex.Unlock should have comment or be unexported (golint)
    • pkg/slice/strings.go
    • Line 3: warning: exported function IntersectStrings should have comment or be unexported (golint)
    • Line 18: warning: exported function ToStringBoolMap should have comment or be unexported (golint)
    • Line 27: warning: exported function ToUint64BoolMap should have comment or be unexported (golint)
    • Line 36: warning: exported function HasString should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function PluckString should be of the form "PluckString ..." (golint)
    • store/compose_records.gen.go
    • Line 18: warning: exported type ComposeRecords should have comment or be unexported (golint)
    • Line 90: warning: exported function ComposeRecordReport should have comment or be unexported (golint)
    • Line 94: warning: exported function ComposeRecordDatasource should have comment or be unexported (golint)
    • Line 98: warning: exported function PartialComposeRecordValueUpdate should have comment or be unexported (golint)
    • system/rest/auth.go
    • Line 16: warning: exported type Auth should have comment or be unexported (golint)
    • Line 47: warning: exported method Auth.New should have comment or be unexported (golint)
    • system/rest/role.go
    • Line 21: warning: exported type Role should have comment or be unexported (golint)
    • Line 53: warning: exported method Role.New should have comment or be unexported (golint)
    • Line 65: warning: exported method Role.List should have comment or be unexported (golint)
    • Line 90: warning: exported method Role.Create should have comment or be unexported (golint)
    • Line 115: warning: exported method Role.Update should have comment or be unexported (golint)
    • Line 155: warning: exported method Role.Delete should have comment or be unexported (golint)
    • Line 159: warning: exported method Role.Undelete should have comment or be unexported (golint)
    • Line 163: warning: exported method Role.Archive should have comment or be unexported (golint)
    • Line 167: warning: exported method Role.Unarchive should have comment or be unexported (golint)
    • Line 171: warning: comment on exported method Role.Merge should be of the form "Merge ..." (golint)
    • Line 176: warning: comment on exported method Role.Move should be of the form "Move ..." (golint)
    • Line 181: warning: exported method Role.MemberList should have comment or be unexported (golint)
    • Line 184: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 193: warning: exported method Role.MemberAdd should have comment or be unexported (golint)
    • Line 197: warning: exported method Role.MemberRemove should have comment or be unexported (golint)
    • Line 201: warning: exported method Role.TriggerScript should have comment or be unexported (golint)
    • compose/rest/handlers/module.go
    • Line 20: warning: comment on exported type ModuleAPI should be of the form "ModuleAPI ..." (with optional leading article) (golint)
    • Line 32: warning: comment on exported type Module should be of the form "Module ..." (with optional leading article) (golint)
    • Line 45: warning: exported function NewModule should have comment or be unexported (golint)
    • Line 178: warning: exported method Module.MountRoutes should have comment or be unexported (golint)
    • system/rest/request/locale.go
    • Line 35: warning: comment on exported type LocaleListResource should be of the form "LocaleListResource ..." (with optional leading article) (golint)
    • Line 78: warning: exported type LocaleCreateResource should have comment or be unexported (golint)
    • Line 110: warning: exported type LocaleUpdateResource should have comment or be unexported (golint)
    • Line 147: warning: exported type LocaleReadResource should have comment or be unexported (golint)
    • Line 154: warning: exported type LocaleDeleteResource should have comment or be unexported (golint)
    • Line 161: warning: exported type LocaleUndeleteResource should have comment or be unexported (golint)
    • Line 168: warning: exported type LocaleList should have comment or be unexported (golint)
    • Line 171: warning: exported type LocaleGet should have comment or be unexported (golint)
    • Line 203: warning: comment on exported method LocaleListResource.GetLang should be of the form "GetLang ..." (golint)
    • Line 208: warning: comment on exported method LocaleListResource.GetResource should be of the form "GetResource ..." (golint)
    • Line 213: warning: comment on exported method LocaleListResource.GetResourceType should be of the form "GetResourceType ..." (golint)
    • Line 218: warning: comment on exported method LocaleListResource.GetOwnerID should be of the form "GetOwnerID ..." (golint)
    • Line 223: warning: comment on exported method LocaleListResource.GetDeleted should be of the form "GetDeleted ..." (golint)
    • Line 228: warning: comment on exported method LocaleListResource.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 233: warning: comment on exported method LocaleListResource.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 238: warning: comment on exported method LocaleListResource.GetSort should be of the form "GetSort ..." (golint)
    • Line 320: warning: comment on exported method LocaleCreateResource.GetLang should be of the form "GetLang ..." (golint)
    • Line 325: warning: comment on exported method LocaleCreateResource.GetResource should be of the form "GetResource ..." (golint)
    • Line 330: warning: comment on exported method LocaleCreateResource.GetKey should be of the form "GetKey ..." (golint)
    • Line 335: warning: comment on exported method LocaleCreateResource.GetPlace should be of the form "GetPlace ..." (golint)
    • Line 340: warning: comment on exported method LocaleCreateResource.GetMessage should be of the form "GetMessage ..." (golint)
    • Line 345: warning: comment on exported method LocaleCreateResource.GetOwnerID should be of the form "GetOwnerID ..." (golint)
    • Line 435: warning: comment on exported method LocaleUpdateResource.GetTranslationID should be of the form "GetTranslationID ..." (golint)
    • Line 440: warning: comment on exported method LocaleUpdateResource.GetLang should be of the form "GetLang ..." (golint)
    • Line 445: warning: comment on exported method LocaleUpdateResource.GetResource should be of the form "GetResource ..." (golint)
    • Line 450: warning: comment on exported method LocaleUpdateResource.GetKey should be of the form "GetKey ..." (golint)
    • Line 455: warning: comment on exported method LocaleUpdateResource.GetPlace should be of the form "GetPlace ..." (golint)
    • Line 460: warning: comment on exported method LocaleUpdateResource.GetMessage should be of the form "GetMessage ..." (golint)
    • Line 465: warning: comment on exported method LocaleUpdateResource.GetOwnerID should be of the form "GetOwnerID ..." (golint)
    • Line 561: warning: comment on exported method LocaleReadResource.GetTranslationID should be of the form "GetTranslationID ..." (golint)
    • Line 596: warning: comment on exported method LocaleDeleteResource.GetTranslationID should be of the form "GetTranslationID ..." (golint)
    • Line 631: warning: comment on exported method LocaleUndeleteResource.GetTranslationID should be of the form "GetTranslationID ..." (golint)
    • Line 683: warning: comment on exported method LocaleGet.GetLang should be of the form "GetLang ..." (golint)
    • Line 688: warning: comment on exported method LocaleGet.GetApplication should be of the form "GetApplication ..." (golint)
    • store/rdbms/users.go
    • Line 71: warning: exported method Store.CountUsers should have comment or be unexported (golint)
    • Line 74: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 79: warning: exported method Store.UserMetrics should have comment or be unexported (golint)
    • system/types/attachment.go
    • Line 13: warning: exported type Attachment should have comment or be unexported (golint)
    • Line 64: warning: exported const AttachmentKindSettings should have comment (or a comment on this block) or be unexported (golint)
    • Line 67: warning: exported method Attachment.SetOriginalImageMeta should have comment or be unexported (golint)
    • Line 72: warning: exported method Attachment.SetPreviewImageMeta should have comment or be unexported (golint)
    • pkg/report/datasource.go
    • Line 19: warning: exported type DatasourceSet should have comment or be unexported (golint)
    • Line 20: warning: exported type Datasource should have comment or be unexported (golint)
    • Line 33: warning: comment on exported type PartitionableDatasource should be of the form "PartitionableDatasource ..." (with optional leading article) (golint)
    • store/rdbms/compose_pages.gen.go
    • Line 285: warning: don't use underscores in Go names; method parameter namespace_id should be namespaceID (golint)
    • Line 295: warning: don't use underscores in Go names; method parameter namespace_id should be namespaceID (golint)
    • Line 295: warning: don't use underscores in Go names; method parameter module_id should be moduleID (golint)
    • Line 482: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pkg/seeder/seeder.go
    • Line 21: warning: exported type Params should have comment or be unexported (golint)
    • Line 25: warning: exported type RecordParams should have comment or be unexported (golint)
    • Line 57: warning: exported var DefaultStore should have comment or be unexported (golint)
    • Line 61: warning: exported const FakeDataLabel should have comment (or a comment on this block) or be unexported (golint)
    • Line 64: warning: exported function Seeder should have comment or be unexported (golint)
    • automation/rest/request/trigger.go
    • Line 38: warning: comment on exported type TriggerList should be of the form "TriggerList ..." (with optional leading article) (golint)
    • Line 96: warning: exported type TriggerCreate should have comment or be unexported (golint)
    • Line 148: warning: exported type TriggerUpdate should have comment or be unexported (golint)
    • Line 205: warning: exported type TriggerRead should have comment or be unexported (golint)
    • Line 212: warning: exported type TriggerDelete should have comment or be unexported (golint)
    • Line 219: warning: exported type TriggerUndelete should have comment or be unexported (golint)
    • Line 249: warning: comment on exported method TriggerList.GetTriggerID should be of the form "GetTriggerID ..." (golint)
    • Line 254: warning: comment on exported method TriggerList.GetWorkflowID should be of the form "GetWorkflowID ..." (golint)
    • Line 259: warning: comment on exported method TriggerList.GetDeleted should be of the form "GetDeleted ..." (golint)
    • Line 264: warning: comment on exported method TriggerList.GetDisabled should be of the form "GetDisabled ..." (golint)
    • Line 269: warning: comment on exported method TriggerList.GetEventType should be of the form "GetEventType ..." (golint)
    • Line 274: warning: comment on exported method TriggerList.GetResourceType should be of the form "GetResourceType ..." (golint)
    • Line 279: warning: comment on exported method TriggerList.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 284: warning: comment on exported method TriggerList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 289: warning: comment on exported method TriggerList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 294: warning: comment on exported method TriggerList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 299: warning: comment on exported method TriggerList.GetSort should be of the form "GetSort ..." (golint)
    • Line 418: warning: comment on exported method TriggerCreate.GetEventType should be of the form "GetEventType ..." (golint)
    • Line 423: warning: comment on exported method TriggerCreate.GetResourceType should be of the form "GetResourceType ..." (golint)
    • Line 428: warning: comment on exported method TriggerCreate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 433: warning: comment on exported method TriggerCreate.GetWorkflowID should be of the form "GetWorkflowID ..." (golint)
    • Line 438: warning: comment on exported method TriggerCreate.GetWorkflowStepID should be of the form "GetWorkflowStepID ..." (golint)
    • Line 443: warning: comment on exported method TriggerCreate.GetInput should be of the form "GetInput ..." (golint)
    • Line 448: warning: comment on exported method TriggerCreate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 453: warning: comment on exported method TriggerCreate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 458: warning: comment on exported method TriggerCreate.GetConstraints should be of the form "GetConstraints ..." (golint)
    • Line 463: warning: comment on exported method TriggerCreate.GetOwnedBy should be of the form "GetOwnedBy ..." (golint)
    • Line 605: warning: comment on exported method TriggerUpdate.GetTriggerID should be of the form "GetTriggerID ..." (golint)
    • Line 610: warning: comment on exported method TriggerUpdate.GetEventType should be of the form "GetEventType ..." (golint)
    • Line 615: warning: comment on exported method TriggerUpdate.GetResourceType should be of the form "GetResourceType ..." (golint)
    • Line 620: warning: comment on exported method TriggerUpdate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 625: warning: comment on exported method TriggerUpdate.GetWorkflowID should be of the form "GetWorkflowID ..." (golint)
    • Line 630: warning: comment on exported method TriggerUpdate.GetWorkflowStepID should be of the form "GetWorkflowStepID ..." (golint)
    • Line 635: warning: comment on exported method TriggerUpdate.GetInput should be of the form "GetInput ..." (golint)
    • Line 640: warning: comment on exported method TriggerUpdate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 645: warning: comment on exported method TriggerUpdate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 650: warning: comment on exported method TriggerUpdate.GetConstraints should be of the form "GetConstraints ..." (golint)
    • Line 655: warning: comment on exported method TriggerUpdate.GetOwnedBy should be of the form "GetOwnedBy ..." (golint)
    • Line 799: warning: comment on exported method TriggerRead.GetTriggerID should be of the form "GetTriggerID ..." (golint)
    • Line 834: warning: comment on exported method TriggerDelete.GetTriggerID should be of the form "GetTriggerID ..." (golint)
    • Line 869: warning: comment on exported method TriggerUndelete.GetTriggerID should be of the form "GetTriggerID ..." (golint)
    • pkg/decoder/decoder.go
    • Line 12: warning: exported type ExposedRecord should have comment or be unexported (golint)
    • Line 21: warning: comment on exported type ModuleDocument should be of the form "ModuleDocument ..." (with optional leading article) (golint)
    • Line 26: warning: exported type ExposedModuleDocument should have comment or be unexported (golint)
    • Line 32: warning: exported type ExposedRecordDocument should have comment or be unexported (golint)
    • Line 38: warning: exported type ExposedModule should have comment or be unexported (golint)
    • Line 42: warning: comment on exported type ComposeRecordResponse should be of the form "ComposeRecordResponse ..." (with optional leading article) (golint)
    • Line 47: warning: exported type ComposeRecordDocument should have comment or be unexported (golint)
    • Line 66: warning: exported function DecodeFederationModuleSync should have comment or be unexported (golint)
    • Line 77: warning: exported function DecodeFederationRecordSync should have comment or be unexported (golint)
    • pkg/envoy/resource/automation_workflow.go
    • Line 11: warning: exported type AutomationWorkflow should have comment or be unexported (golint)
    • Line 20: warning: exported type AutomationTrigger should have comment or be unexported (golint)
    • Line 25: warning: exported type AutomationWorkflowStep should have comment or be unexported (golint)
    • Line 30: warning: exported type AutomationWorkflowPath should have comment or be unexported (golint)
    • Line 39: warning: exported function NewAutomationWorkflow should have comment or be unexported (golint)
    • Line 57: warning: exported method AutomationWorkflow.AddAutomationTrigger should have comment or be unexported (golint)
    • Line 76: warning: exported method AutomationWorkflow.RBACParts should have comment or be unexported (golint)
    • Line 84: warning: exported method AutomationWorkflow.ResourceTranslationParts should have comment or be unexported (golint)
    • Line 92: warning: exported method AutomationWorkflow.AddAutomationWorkflowStep should have comment or be unexported (golint)
    • Line 107: warning: exported method AutomationWorkflow.AddAutomationWorkflowPath should have comment or be unexported (golint)
    • Line 122: warning: exported method AutomationWorkflow.SysID should have comment or be unexported (golint)
    • Line 149: warning: exported function AutomationWorkflowErrUnresolved should have comment or be unexported (golint)
    • system/service/template.go
    • Line 43: warning: exported type TemplateService should have comment or be unexported (golint)
    • Line 60: warning: exported function Renderer should have comment or be unexported (golint)
    • auth/settings/settings.go
    • Line 4: warning: exported type Settings should have comment or be unexported (golint)
    • Line 17: warning: exported type SAML should have comment or be unexported (golint)
    • Line 40: warning: exported type MultiFactor should have comment or be unexported (golint)
    • Line 45: warning: exported type EmailOTP should have comment or be unexported (golint)
    • Line 53: warning: exported type TOTP should have comment or be unexported (golint)
    • Line 64: warning: exported type Provider should have comment or be unexported (golint)
    • pkg/jsenv/transformer.go
    • Line 10: warning: comment on exported const LoaderJS should be of the form "LoaderJS ..." (golint)
    • Line 12: warning: exported const LoaderJSX should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: exported type TransformLoader should have comment or be unexported (golint)
    • Line 22: warning: exported type TransformTarget should have comment or be unexported (golint)
    • Line 31: warning: exported type Transformer should have comment or be unexported (golint)
    • Line 36: warning: exported function NewTransformer should have comment or be unexported (golint)
    • store/postgres/postgres.go
    • Line 21: warning: exported type Store should have comment or be unexported (golint)
    • Line 31: warning: exported function Connect should have comment or be unexported (golint)
    • Line 58: warning: exported method Store.Upgrade should have comment or be unexported (golint)
    • store/federation_nodes.gen.go
    • Line 17: warning: exported type FederationNodes should have comment or be unexported (golint)
    • Line 20: warning: don't use underscores in Go names; interface method parameter base_url should be baseURL (golint)
    • Line 20: warning: don't use underscores in Go names; interface method parameter shared_node_id should be sharedNodeID (golint)
    • Line 21: warning: don't use underscores in Go names; interface method parameter shared_node_id should be sharedNodeID (golint)
    • Line 52: warning: don't use underscores in Go names; func parameter base_url should be baseURL (golint)
    • Line 52: warning: don't use underscores in Go names; func parameter shared_node_id should be sharedNodeID (golint)
    • Line 57: warning: don't use underscores in Go names; func parameter shared_node_id should be sharedNodeID (golint)
    • system/rest/request/apigwFilter.go
    • Line 36: warning: comment on exported type ApigwFilterList should be of the form "ApigwFilterList ..." (with optional leading article) (golint)
    • Line 69: warning: exported type ApigwFilterCreate should have comment or be unexported (golint)
    • Line 101: warning: exported type ApigwFilterUpdate should have comment or be unexported (golint)
    • Line 138: warning: exported type ApigwFilterRead should have comment or be unexported (golint)
    • Line 145: warning: exported type ApigwFilterDelete should have comment or be unexported (golint)
    • Line 152: warning: exported type ApigwFilterUndelete should have comment or be unexported (golint)
    • Line 159: warning: exported type ApigwFilterDefFilter should have comment or be unexported (golint)
    • Line 166: warning: exported type ApigwFilterDefProxyAuth should have comment or be unexported (golint)
    • Line 187: warning: comment on exported method ApigwFilterList.GetRouteID should be of the form "GetRouteID ..." (golint)
    • Line 192: warning: comment on exported method ApigwFilterList.GetDeleted should be of the form "GetDeleted ..." (golint)
    • Line 197: warning: comment on exported method ApigwFilterList.GetDisabled should be of the form "GetDisabled ..." (golint)
    • Line 202: warning: comment on exported method ApigwFilterList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 207: warning: comment on exported method ApigwFilterList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 212: warning: comment on exported method ApigwFilterList.GetSort should be of the form "GetSort ..." (golint)
    • Line 282: warning: comment on exported method ApigwFilterCreate.GetRouteID should be of the form "GetRouteID ..." (golint)
    • Line 287: warning: comment on exported method ApigwFilterCreate.GetWeight should be of the form "GetWeight ..." (golint)
    • Line 292: warning: comment on exported method ApigwFilterCreate.GetKind should be of the form "GetKind ..." (golint)
    • Line 297: warning: comment on exported method ApigwFilterCreate.GetRef should be of the form "GetRef ..." (golint)
    • Line 302: warning: comment on exported method ApigwFilterCreate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 307: warning: comment on exported method ApigwFilterCreate.GetParams should be of the form "GetParams ..." (golint)
    • Line 402: warning: comment on exported method ApigwFilterUpdate.GetFilterID should be of the form "GetFilterID ..." (golint)
    • Line 407: warning: comment on exported method ApigwFilterUpdate.GetRouteID should be of the form "GetRouteID ..." (golint)
    • Line 412: warning: comment on exported method ApigwFilterUpdate.GetWeight should be of the form "GetWeight ..." (golint)
    • Line 417: warning: comment on exported method ApigwFilterUpdate.GetKind should be of the form "GetKind ..." (golint)
    • Line 422: warning: comment on exported method ApigwFilterUpdate.GetRef should be of the form "GetRef ..." (golint)
    • Line 427: warning: comment on exported method ApigwFilterUpdate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 432: warning: comment on exported method ApigwFilterUpdate.GetParams should be of the form "GetParams ..." (golint)
    • Line 533: warning: comment on exported method ApigwFilterRead.GetFilterID should be of the form "GetFilterID ..." (golint)
    • Line 568: warning: comment on exported method ApigwFilterDelete.GetFilterID should be of the form "GetFilterID ..." (golint)
    • Line 603: warning: comment on exported method ApigwFilterUndelete.GetFilterID should be of the form "GetFilterID ..." (golint)
    • Line 638: warning: comment on exported method ApigwFilterDefFilter.GetKind should be of the form "GetKind ..." (golint)
    • system/rest/request/user.go
    • Line 37: warning: comment on exported type UserList should be of the form "UserList ..." (with optional leading article) (golint)
    • Line 115: warning: exported type UserCreate should have comment or be unexported (golint)
    • Line 142: warning: exported type UserUpdate should have comment or be unexported (golint)
    • Line 174: warning: exported type UserPartialUpdate should have comment or be unexported (golint)
    • Line 181: warning: exported type UserRead should have comment or be unexported (golint)
    • Line 188: warning: exported type UserDelete should have comment or be unexported (golint)
    • Line 195: warning: exported type UserSuspend should have comment or be unexported (golint)
    • Line 202: warning: exported type UserUnsuspend should have comment or be unexported (golint)
    • Line 209: warning: exported type UserUndelete should have comment or be unexported (golint)
    • Line 216: warning: exported type UserSetPassword should have comment or be unexported (golint)
    • Line 228: warning: exported type UserMembershipList should have comment or be unexported (golint)
    • Line 235: warning: exported type UserMembershipAdd should have comment or be unexported (golint)
    • Line 247: warning: exported type UserMembershipRemove should have comment or be unexported (golint)
    • Line 259: warning: exported type UserTriggerScript should have comment or be unexported (golint)
    • Line 271: warning: exported type UserSessionsRemove should have comment or be unexported (golint)
    • Line 305: warning: comment on exported method UserList.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 310: warning: comment on exported method UserList.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 315: warning: comment on exported method UserList.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 320: warning: comment on exported method UserList.GetUsername should be of the form "GetUsername ..." (golint)
    • Line 325: warning: comment on exported method UserList.GetEmail should be of the form "GetEmail ..." (golint)
    • Line 330: warning: comment on exported method UserList.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 335: warning: comment on exported method UserList.GetKind should be of the form "GetKind ..." (golint)
    • Line 340: warning: comment on exported method UserList.GetIncDeleted should be of the form "GetIncDeleted ..." (golint)
    • Line 345: warning: comment on exported method UserList.GetIncSuspended should be of the form "GetIncSuspended ..." (golint)
    • Line 350: warning: comment on exported method UserList.GetDeleted should be of the form "GetDeleted ..." (golint)
    • Line 355: warning: comment on exported method UserList.GetSuspended should be of the form "GetSuspended ..." (golint)
    • Line 360: warning: comment on exported method UserList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 365: warning: comment on exported method UserList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 370: warning: comment on exported method UserList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 375: warning: comment on exported method UserList.GetSort should be of the form "GetSort ..." (golint)
    • Line 513: warning: comment on exported method UserCreate.GetEmail should be of the form "GetEmail ..." (golint)
    • Line 518: warning: comment on exported method UserCreate.GetName should be of the form "GetName ..." (golint)
    • Line 523: warning: comment on exported method UserCreate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 528: warning: comment on exported method UserCreate.GetKind should be of the form "GetKind ..." (golint)
    • Line 533: warning: comment on exported method UserCreate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 620: warning: comment on exported method UserUpdate.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 625: warning: comment on exported method UserUpdate.GetEmail should be of the form "GetEmail ..." (golint)
    • Line 630: warning: comment on exported method UserUpdate.GetName should be of the form "GetName ..." (golint)
    • Line 635: warning: comment on exported method UserUpdate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 640: warning: comment on exported method UserUpdate.GetKind should be of the form "GetKind ..." (golint)
    • Line 645: warning: comment on exported method UserUpdate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 739: warning: comment on exported method UserPartialUpdate.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 774: warning: comment on exported method UserRead.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 809: warning: comment on exported method UserDelete.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 844: warning: comment on exported method UserSuspend.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 879: warning: comment on exported method UserUnsuspend.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 914: warning: comment on exported method UserUndelete.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 949: warning: comment on exported method UserSetPassword.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 954: warning: comment on exported method UserSetPassword.GetPassword should be of the form "GetPassword ..." (golint)
    • Line 1015: warning: comment on exported method UserMembershipList.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 1051: warning: comment on exported method UserMembershipAdd.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 1056: warning: comment on exported method UserMembershipAdd.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 1098: warning: comment on exported method UserMembershipRemove.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 1103: warning: comment on exported method UserMembershipRemove.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 1145: warning: comment on exported method UserTriggerScript.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 1150: warning: comment on exported method UserTriggerScript.GetScript should be of the form "GetScript ..." (golint)
    • Line 1211: warning: comment on exported method UserSessionsRemove.GetUserID should be of the form "GetUserID ..." (golint)
    • federation/rest/sync_data.go
    • Line 24: warning: exported type SyncData should have comment or be unexported (golint)
    • Line 53: warning: exported method SyncData.New should have comment or be unexported (golint)
    • Line 57: warning: exported method SyncData.ReadExposedAll should have comment or be unexported (golint)
    • Line 138: warning: comment on exported method SyncData.ReadExposedSocial should be of the form "ReadExposedSocial ..." (golint)
    • auth/templates.go
    • Line 9: warning: comment on exported var Templates should be of the form "Templates ..." (golint)
    • Line 33: warning: exported function NewReloadableTemplates should have comment or be unexported (golint)
    • Line 52: warning: exported function NewStaticTemplates should have comment or be unexported (golint)
    • compose/types/attachment.go
    • Line 14: warning: exported type Attachment should have comment or be unexported (golint)
    • Line 71: warning: exported const PageAttachment should have comment (or a comment on this block) or be unexported (golint)
    • Line 76: warning: exported method Attachment.SetOriginalImageMeta should have comment or be unexported (golint)
    • Line 81: warning: exported method Attachment.SetPreviewImageMeta should have comment or be unexported (golint)
    • pkg/auth/middleware.go
    • Line 10: warning: exported function MiddlewareValidOnly should have comment or be unexported (golint)
    • Line 14: warning: exported function AccessTokenCheck should have comment or be unexported (golint)
    • compose/service/chart.go
    • Line 42: warning: exported function Chart should have comment or be unexported (golint)
    • Line 194: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • system/rest/handlers/locale.go
    • Line 20: warning: comment on exported type LocaleAPI should be of the form "LocaleAPI ..." (with optional leading article) (golint)
    • Line 32: warning: comment on exported type Locale should be of the form "Locale ..." (with optional leading article) (golint)
    • Line 45: warning: exported function NewLocale should have comment or be unexported (golint)
    • Line 178: warning: exported method Locale.MountRoutes should have comment or be unexported (golint)
    • automation/types/rbac.gen.go
    • Line 26: warning: exported const WorkflowResourceType should have comment (or a comment on this block) or be unexported (golint)
    • Line 56: warning: comment on exported function WorkflowRbacResourceTpl should be of the form "WorkflowRbacResourceTpl ..." (golint)
    • Line 80: warning: comment on exported function ComponentRbacResourceTpl should be of the form "ComponentRbacResourceTpl ..." (golint)
    • store/federation_module_mappings.gen.go
    • Line 17: warning: exported type FederationModuleMappings should have comment or be unexported (golint)
    • Line 19: warning: don't use underscores in Go names; interface method parameter federation_module_id should be federationModuleID (golint)
    • Line 19: warning: don't use underscores in Go names; interface method parameter compose_module_id should be composeModuleID (golint)
    • Line 19: warning: don't use underscores in Go names; interface method parameter compose_namespace_id should be composeNamespaceID (golint)
    • Line 20: warning: don't use underscores in Go names; interface method parameter federation_module_id should be federationModuleID (golint)
    • Line 46: warning: don't use underscores in Go names; func parameter federation_module_id should be federationModuleID (golint)
    • Line 46: warning: don't use underscores in Go names; func parameter compose_module_id should be composeModuleID (golint)
    • Line 46: warning: don't use underscores in Go names; func parameter compose_namespace_id should be composeNamespaceID (golint)
    • Line 53: warning: don't use underscores in Go names; func parameter federation_module_id should be federationModuleID (golint)
    • store/federation_nodes_sync.gen.go
    • Line 17: warning: exported type FederationNodesSyncs should have comment or be unexported (golint)
    • Line 19: warning: don't use underscores in Go names; interface method parameter node_id should be nodeID (golint)
    • Line 20: warning: don't use underscores in Go names; interface method parameter node_id should be nodeID (golint)
    • Line 20: warning: don't use underscores in Go names; interface method parameter module_id should be moduleID (golint)
    • Line 20: warning: don't use underscores in Go names; interface method parameter sync_type should be syncType (golint)
    • Line 20: warning: don't use underscores in Go names; interface method parameter sync_status should be syncStatus (golint)
    • Line 46: warning: don't use underscores in Go names; func parameter node_id should be nodeID (golint)
    • Line 53: warning: don't use underscores in Go names; func parameter node_id should be nodeID (golint)
    • Line 53: warning: don't use underscores in Go names; func parameter module_id should be moduleID (golint)
    • Line 53: warning: don't use underscores in Go names; func parameter sync_type should be syncType (golint)
    • Line 53: warning: don't use underscores in Go names; func parameter sync_status should be syncStatus (golint)
    • system/rest/handlers/attachment.go
    • Line 20: warning: comment on exported type AttachmentAPI should be of the form "AttachmentAPI ..." (with optional leading article) (golint)
    • Line 28: warning: comment on exported type Attachment should be of the form "Attachment ..." (with optional leading article) (golint)
    • Line 37: warning: exported function NewAttachment should have comment or be unexported (golint)
    • Line 106: warning: exported method Attachment.MountRoutes should have comment or be unexported (golint)
    • auth/request/manager.go
    • Line 15: warning: exported type SessionManager should have comment or be unexported (golint)
    • Line 23: warning: exported function NewSessionManager should have comment or be unexported (golint)
    • Line 30: warning: exported method SessionManager.Store should have comment or be unexported (golint)
    • Line 32: warning: exported method SessionManager.Get should have comment or be unexported (golint)
    • Line 37: warning: exported method SessionManager.Save should have comment or be unexported (golint)
    • Line 43: warning: comment on exported method SessionManager.Search should be of the form "Search ..." (golint)
    • pkg/apigw/types/test.go
    • Line 13: warning: exported type MockExecer should have comment or be unexported (golint)
    • Line 14: warning: don't use underscores in Go names; struct field Exec_ should be Exec (golint)
    • Line 15: warning: don't use underscores in Go names; struct field Type_ should be Type (golint)
    • Line 18: warning: exported type MockErrorHandler should have comment or be unexported (golint)
    • Line 19: warning: don't use underscores in Go names; struct field Handler_ should be Handler (golint)
    • Line 22: warning: exported type MockHandler should have comment or be unexported (golint)
    • Line 24: warning: don't use underscores in Go names; struct field Handler_ should be Handler (golint)
    • Line 27: warning: exported type MockStorer should have comment or be unexported (golint)
    • Line 32: warning: exported type MockRoundTripper should have comment or be unexported (golint)
    • Line 35: warning: exported method MockHandler.New should have comment or be unexported (golint)
    • Line 43: warning: exported method MockHandler.Handler should have comment or be unexported (golint)
    • Line 47: warning: exported method MockHandler.Merge should have comment or be unexported (golint)
    • Line 52: warning: exported method MockHandler.Meta should have comment or be unexported (golint)
    • Line 58: warning: exported method MockStorer.SearchApigwRoutes should have comment or be unexported (golint)
    • Line 62: warning: exported method MockStorer.SearchApigwFilters should have comment or be unexported (golint)
    • Line 66: warning: exported method MockErrorHandler.Handler should have comment or be unexported (golint)
    • Line 70: warning: exported method MockRoundTripper.RoundTrip should have comment or be unexported (golint)
    • pkg/expr/vars.go
    • Line 17: warning: exported method Vars.Len should have comment or be unexported (golint)
    • Line 24: warning: exported method Vars.Select should have comment or be unexported (golint)
    • Line 30: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 35: warning: exported method Vars.AssignFieldValue should have comment or be unexported (golint)
    • Line 48: warning: exported method Vars.ResolveTypes should have comment or be unexported (golint)
    • Line 173: warning: exported method Vars.Dict should have comment or be unexported (golint)
    • Line 203: warning: exported method Vars.Decode should have comment or be unexported (golint)
    • Line 252: warning: exported method Vars.Scan should have comment or be unexported (golint)
    • Line 267: warning: exported method Vars.Value should have comment or be unexported (golint)
    • Line 276: warning: exported method Vars.SelectGVal should have comment or be unexported (golint)
    • Line 319: warning: exported method Vars.Each should have comment or be unexported (golint)
    • Line 486: warning: exported function CastToVars should have comment or be unexported (golint)
    • store/postgres/encoder.go
    • Line 13: warning: exported method QueryEncoder.CaseInsensitiveLike should have comment or be unexported (golint)
    • Line 16: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • app/boot_levels.go
    • Line 105: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • pkg/envoy/resource/template.go
    • Line 18: warning: exported function NewTemplate should have comment or be unexported (golint)
    • Line 31: warning: exported method Template.SysID should have comment or be unexported (golint)
    • Line 35: warning: exported method Template.RBACParts should have comment or be unexported (golint)
    • Line 67: warning: exported function TemplateErrUnresolved should have comment or be unexported (golint)
    • system/rest/permissions.go
    • Line 13: warning: exported type Permissions should have comment or be unexported (golint)
    • Line 25: warning: exported method Permissions.New should have comment or be unexported (golint)
    • Line 31: warning: exported method Permissions.Effective should have comment or be unexported (golint)
    • Line 35: warning: exported method Permissions.List should have comment or be unexported (golint)
    • Line 43: warning: exported method Permissions.Delete should have comment or be unexported (golint)
    • Line 56: warning: exported method Permissions.Update should have comment or be unexported (golint)
    • federation/rest/request/nodeHandshake.go
    • Line 35: warning: comment on exported type NodeHandshakeInitialize should be of the form "NodeHandshakeInitialize ..." (with optional leading article) (golint)
    • Line 74: warning: comment on exported method NodeHandshakeInitialize.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 79: warning: comment on exported method NodeHandshakeInitialize.GetPairToken should be of the form "GetPairToken ..." (golint)
    • Line 84: warning: comment on exported method NodeHandshakeInitialize.GetSharedNodeID should be of the form "GetSharedNodeID ..." (golint)
    • Line 89: warning: comment on exported method NodeHandshakeInitialize.GetAuthToken should be of the form "GetAuthToken ..." (golint)
    • pkg/apigw/filter/processer.go
    • Line 31: warning: exported type WfExecer should have comment or be unexported (golint)
    • Line 48: warning: exported function NewWorkflow should have comment or be unexported (golint)
    • Line 162: warning: exported function NewPayload should have comment or be unexported (golint)
    • pkg/envoy/resource/compose_record_template.go
    • Line 8: warning: exported type MappingTpl should have comment or be unexported (golint)
    • Line 22: warning: exported type MappingTplSet should have comment or be unexported (golint)
    • Line 24: warning: exported type ComposeRecordTemplate should have comment or be unexported (golint)
    • Line 70: warning: exported method MappingTpl.IsIgnored should have comment or be unexported (golint)
    • pkg/envoy/resource/dataset.go
    • Line 11: warning: exported type ResourceDataset should have comment or be unexported (golint)
    • Line 18: warning: exported function NewResourceDataset should have comment or be unexported (golint)
    • pkg/errors/modifiers.go
    • Line 7: warning: comment on exported function Meta should be of the form "Meta ..." (golint)
    • Line 18: warning: comment on exported function MetaTrim should be of the form "MetaTrim ..." (golint)
    • Line 69: warning: comment on exported function AddNodeStack should be of the form "AddNodeStack ..." (golint)
    • pkg/envoy/yaml/compose_module_unmarshal.go
    • Line 87: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 116: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • automation/types/step.go
    • Line 32: warning: exported type WorkflowStepMeta should have comment or be unexported (golint)
    • Line 50: warning: exported type WorkflowPathMeta should have comment or be unexported (golint)
    • Line 56: warning: exported type WorkflowStepKind should have comment or be unexported (golint)
    • Line 60: warning: exported const WorkflowStepKindExpressions should have comment (or a comment on this block) or be unexported (golint)
    • Line 97: warning: comment on exported method WorkflowStepSet.Value should be of the form "Value ..." (golint)
    • Line 102: warning: exported method WorkflowStepSet.Scan should have comment or be unexported (golint)
    • Line 117: warning: exported method WorkflowPath.GetExpr should have comment or be unexported (golint)
    • Line 118: warning: exported method WorkflowPath.SetEval should have comment or be unexported (golint)
    • Line 119: warning: exported method WorkflowPath.Eval should have comment or be unexported (golint)
    • Line 122: warning: exported method WorkflowPath.Test should have comment or be unexported (golint)
    • Line 126: warning: exported method WorkflowPathSet.Scan should have comment or be unexported (golint)
    • Line 141: warning: comment on exported method WorkflowPathSet.Value should be of the form "Value ..." (golint)
    • system/rest/actionlog.go
    • Line 19: warning: exported type Actionlog should have comment or be unexported (golint)
    • Line 41: warning: exported method Actionlog.New should have comment or be unexported (golint)
    • Line 49: warning: exported method Actionlog.List should have comment or be unexported (golint)
    • pkg/ql/token_consumers.go
    • Line 9: warning: exported type TokenConsumerWS should have comment or be unexported (golint)
    • Line 10: warning: exported type TokenConsumerIdent should have comment or be unexported (golint)
    • Line 11: warning: exported type TokenConsumerOperator should have comment or be unexported (golint)
    • Line 12: warning: exported type TokenConsumerComma should have comment or be unexported (golint)
    • Line 13: warning: exported type TokenConsumerString should have comment or be unexported (golint)
    • Line 14: warning: exported type TokenConsumerNumber should have comment or be unexported (golint)
    • Line 15: warning: exported type TokenConsumerGeneric should have comment or be unexported (golint)
    • Line 32: warning: exported method TokenConsumerGeneric.Test should have comment or be unexported (golint)
    • Line 36: warning: exported method TokenConsumerGeneric.Consume should have comment or be unexported (golint)
    • Line 62: warning: exported method TokenConsumerIdent.Test should have comment or be unexported (golint)
    • Line 66: warning: comment on exported method TokenConsumerIdent.Consume should be of the form "Consume ..." (golint)
    • Line 102: warning: exported method TokenConsumerString.Test should have comment or be unexported (golint)
    • Line 106: warning: comment on exported method TokenConsumerString.Consume should be of the form "Consume ..." (golint)
    • Line 130: warning: exported method TokenConsumerNumber.Test should have comment or be unexported (golint)
    • Line 134: warning: comment on exported method TokenConsumerNumber.Consume should be of the form "Consume ..." (golint)
    • system/types/rbac.gen.go
    • Line 33: warning: exported const ApigwRouteResourceType should have comment (or a comment on this block) or be unexported (golint)
    • Line 70: warning: comment on exported function ApigwRouteRbacResourceTpl should be of the form "ApigwRouteRbacResourceTpl ..." (golint)
    • Line 101: warning: comment on exported function ApplicationRbacResourceTpl should be of the form "ApplicationRbacResourceTpl ..." (golint)
    • Line 132: warning: comment on exported function AuthClientRbacResourceTpl should be of the form "AuthClientRbacResourceTpl ..." (golint)
    • Line 163: warning: comment on exported function QueueRbacResourceTpl should be of the form "QueueRbacResourceTpl ..." (golint)
    • Line 194: warning: comment on exported function ReportRbacResourceTpl should be of the form "ReportRbacResourceTpl ..." (golint)
    • Line 225: warning: comment on exported function RoleRbacResourceTpl should be of the form "RoleRbacResourceTpl ..." (golint)
    • Line 256: warning: comment on exported function TemplateRbacResourceTpl should be of the form "TemplateRbacResourceTpl ..." (golint)
    • Line 287: warning: comment on exported function UserRbacResourceTpl should be of the form "UserRbacResourceTpl ..." (golint)
    • Line 311: warning: comment on exported function ComponentRbacResourceTpl should be of the form "ComponentRbacResourceTpl ..." (golint)
    • automation/types/trigger.go
    • Line 13: warning: exported type Trigger should have comment or be unexported (golint)
    • Line 46: warning: exported type TriggerConstraint should have comment or be unexported (golint)
    • Line 52: warning: exported type TriggerMeta should have comment or be unexported (golint)
    • Line 57: warning: exported type TriggerFilter should have comment or be unexported (golint)
    • Line 82: warning: exported function ParseTriggerMeta should have comment or be unexported (golint)
    • Line 87: warning: exported function ParseTriggerConstraintSet should have comment or be unexported (golint)
    • Line 92: warning: exported method TriggerConstraintSet.Scan should have comment or be unexported (golint)
    • Line 107: warning: exported method TriggerMeta.Scan should have comment or be unexported (golint)
    • Line 122: warning: comment on exported method TriggerMeta.Value should be of the form "Value ..." (golint)
    • Line 131: warning: comment on exported method TriggerConstraintSet.Value should be of the form "Value ..." (golint)
    • Line 136: warning: exported method TriggerSet.FilterByWorkflowID should have comment or be unexported (golint)
    • automation/rest/handlers/function.go
    • Line 20: warning: comment on exported type FunctionAPI should be of the form "FunctionAPI ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported type Function should be of the form "Function ..." (with optional leading article) (golint)
    • Line 31: warning: exported function NewFunction should have comment or be unexported (golint)
    • Line 52: warning: exported method Function.MountRoutes should have comment or be unexported (golint)
    • federation/rest/manage_structure.go
    • Line 12: warning: exported type ManageStructure should have comment or be unexported (golint)
    • Line 31: warning: exported method ManageStructure.New should have comment or be unexported (golint)
    • Line 35: warning: exported method ManageStructure.CreateExposed should have comment or be unexported (golint)
    • Line 51: warning: exported method ManageStructure.ReadExposed should have comment or be unexported (golint)
    • Line 56: warning: exported method ManageStructure.UpdateExposed should have comment or be unexported (golint)
    • Line 73: warning: exported method ManageStructure.RemoveExposed should have comment or be unexported (golint)
    • Line 78: warning: exported method ManageStructure.ReadShared should have comment or be unexported (golint)
    • Line 83: warning: exported method ManageStructure.CreateMappings should have comment or be unexported (golint)
    • pkg/envoy/resource/compose_module.go
    • Line 14: warning: exported type ComposeModuleField should have comment or be unexported (golint)
    • Line 22: warning: exported type ComposeModule should have comment or be unexported (golint)
    • Line 34: warning: exported function NewComposeModule should have comment or be unexported (golint)
    • Line 79: warning: exported method ComposeModule.ReRef should have comment or be unexported (golint)
    • Line 96: warning: exported method ComposeModule.SysID should have comment or be unexported (golint)
    • Line 100: warning: exported method ComposeModule.RBACParts should have comment or be unexported (golint)
    • Line 108: warning: exported method ComposeModule.ResourceTranslationParts should have comment or be unexported (golint)
    • Line 152: warning: exported method ComposeModule.AddField should have comment or be unexported (golint)
    • Line 156: warning: comment on exported function FindComposeModuleField should be of the form "FindComposeModuleField ..." (golint)
    • Line 185: warning: exported method ComposeModuleField.ResourceTranslationParts should have comment or be unexported (golint)
    • Line 193: warning: exported method ComposeModuleField.ResourceTranslations should have comment or be unexported (golint)
    • Line 204: warning: exported function ComposeModuleErrUnresolved should have comment or be unexported (golint)
    • Line 208: warning: exported function ComposeModuleFieldErrUnresolved should have comment or be unexported (golint)
    • Line 212: warning: exported function NewComposeModuleField should have comment or be unexported (golint)
    • pkg/envoy/resource/resource.go
    • Line 24: warning: exported type EnvoyConfig should have comment or be unexported (golint)
    • Line 30: warning: exported type MergeAlg should have comment or be unexported (golint)
    • Line 224: warning: exported function IgnoreDepResolution should have comment or be unexported (golint)
    • automation/rest/session.go
    • Line 18: warning: exported type Session should have comment or be unexported (golint)
    • Line 46: warning: exported method Session.New should have comment or be unexported (golint)
    • Line 52: warning: exported method Session.List should have comment or be unexported (golint)
    • Line 82: warning: exported method Session.Delete should have comment or be unexported (golint)
    • Line 86: warning: exported method Session.Trace should have comment or be unexported (golint)
    • Line 90: warning: exported method Session.ListPrompts should have comment or be unexported (golint)
    • Line 98: warning: exported method Session.ResumeState should have comment or be unexported (golint)
    • Line 102: warning: exported method Session.DeleteState should have comment or be unexported (golint)
    • compose/service/record.go
    • Line 27: warning: exported const IMPORT_ON_ERROR_SKIP should have comment (or a comment on this block) or be unexported (golint)
    • Line 81: warning: exported type RecordService should have comment or be unexported (golint)
    • Line 126: warning: exported type RecordImportProgress should have comment or be unexported (golint)
    • Line 137: warning: exported type FailLog should have comment or be unexported (golint)
    • Line 145: warning: exported type RecordIndex should have comment or be unexported (golint)
    • Line 146: warning: exported type ErrorIndex should have comment or be unexported (golint)
    • Line 149: warning: exported function Record should have comment or be unexported (golint)
    • Line 458: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 601: warning: exported function RecordUpdateOwner should have comment or be unexported (golint)
    • Line 626: warning: exported function RecordValueUpdateOpCheck should have comment or be unexported (golint)
    • Line 650: warning: exported function RecordPreparer should have comment or be unexported (golint)
    • Line 678: warning: exported function RecordValueDefaults should have comment or be unexported (golint)
    • Line 1204: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 1381: warning: exported function ComposeRecordFilterChecker should have comment or be unexported (golint)
    • Line 1400: warning: comment on exported function ComposeRecordFilterAC should be of the form "ComposeRecordFilterAC ..." (golint)
    • Line 1450: warning: exported method ErrorIndex.Add should have comment or be unexported (golint)
    • Line 1458: warning: exported method RecordIndex.MarshalJSON should have comment or be unexported (golint)
    • pkg/ql/ast_nodes.go
    • Line 9: warning: comment on exported type ASTNode should be of the form "ASTNode ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type ASTNodes should be of the form "ASTNodes ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type ASTSet should be of the form "ASTSet ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type Column should be of the form "Column ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type Columns should be of the form "Columns ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type Function should be of the form "Function ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type Ident should be of the form "Ident ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type Interval should be of the form "Interval ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type Keyword should be of the form "Keyword ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type LBoolean should be of the form "LBoolean ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type LNull should be of the form "LNull ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type LNumber should be of the form "LNumber ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type LString should be of the form "LString ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type NodeF should be of the form "NodeF ..." (with optional leading article) (golint)
    • Line 9: warning: comment on exported type Operator should be of the form "Operator ..." (with optional leading article) (golint)
    • Line 92: warning: exported method LNull.Validate should have comment or be unexported (golint)
    • Line 95: warning: exported method LBoolean.Validate should have comment or be unexported (golint)
    • Line 99: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 104: warning: exported method LString.Validate should have comment or be unexported (golint)
    • Line 107: warning: exported method LNumber.Validate should have comment or be unexported (golint)
    • Line 110: warning: exported method Operator.Validate should have comment or be unexported (golint)
    • Line 118: warning: exported method Keyword.Validate should have comment or be unexported (golint)
    • Line 121: warning: exported method Interval.Validate should have comment or be unexported (golint)
    • Line 124: warning: exported method Function.Validate should have comment or be unexported (golint)
    • Line 127: warning: exported method Ident.Validate should have comment or be unexported (golint)
    • Line 130: warning: exported method Column.Validate should have comment or be unexported (golint)
    • Line 143: warning: exported method ASTNodes.Validate should have comment or be unexported (golint)
    • Line 178: warning: exported method ASTSet.Validate should have comment or be unexported (golint)
    • Line 193: warning: exported method Columns.Validate should have comment or be unexported (golint)
    • Line 213: warning: exported method Columns.Strings should have comment or be unexported (golint)
    • Line 222: warning: exported function MakeFormattedNode should have comment or be unexported (golint)
    • Line 226: warning: exported method NodeF.Validate should have comment or be unexported (golint)
    • tests/helpers/labels.go
    • Line 16: warning: exported function SetLabelsViaAPI should have comment or be unexported (golint)
    • Line 42: warning: exported function SearchWithLabelsViaAPI should have comment or be unexported (golint)
    • Line 57: warning: exported function LoadLabelsFromStore should have comment or be unexported (golint)
    • pkg/envoy/resource/compose_namespace.go
    • Line 11: warning: exported type ComposeNamespace should have comment or be unexported (golint)
    • Line 17: warning: exported function NewComposeNamespace should have comment or be unexported (golint)
    • Line 30: warning: exported method ComposeNamespace.RBACParts should have comment or be unexported (golint)
    • Line 38: warning: exported method ComposeNamespace.ResourceTranslationParts should have comment or be unexported (golint)
    • Line 46: warning: exported method ComposeNamespace.SysID should have comment or be unexported (golint)
    • Line 74: warning: exported function ComposeNamespaceErrUnresolved should have comment or be unexported (golint)
    • system/scim/routes.go
    • Line 14: warning: exported type Config should have comment or be unexported (golint)
    • Line 24: warning: exported function Guard should have comment or be unexported (golint)
    • Line 43: warning: exported function Routes should have comment or be unexported (golint)
    • automation/rest/trigger.go
    • Line 14: warning: exported type Trigger should have comment or be unexported (golint)
    • Line 31: warning: exported method Trigger.New should have comment or be unexported (golint)
    • Line 37: warning: exported method Trigger.List should have comment or be unexported (golint)
    • Line 63: warning: exported method Trigger.Create should have comment or be unexported (golint)
    • Line 80: warning: exported method Trigger.Update should have comment or be unexported (golint)
    • Line 102: warning: exported method Trigger.Delete should have comment or be unexported (golint)
    • Line 106: warning: exported method Trigger.Undelete should have comment or be unexported (golint)
    • federation/types/node.go
    • Line 10: warning: exported var NodeStatusPending should have comment or be unexported (golint)
    • Line 16: warning: exported type Node should have comment or be unexported (golint)
    • Line 40: warning: exported type NodeFilter should have comment or be unexported (golint)
    • pkg/qlng/parser.go
    • Line 21: warning: exported type IdentHandler should have comment or be unexported (golint)
    • Line 22: warning: exported type FunctionHandler should have comment or be unexported (golint)
    • Line 123: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 147: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 162: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 186: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 235: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 260: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 289: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • automation/types/function.go
    • Line 14: warning: exported type FunctionHandler should have comment or be unexported (golint)
    • Line 15: warning: exported type IteratorHandler should have comment or be unexported (golint)
    • Line 17: warning: comment on exported type Function should be of the form "Function ..." (with optional leading article) (golint)
    • Line 32: warning: exported type FunctionMeta should have comment or be unexported (golint)
    • Line 56: warning: exported const FunctionKindFunction should have comment (or a comment on this block) or be unexported (golint)
    • federation/types/node_sync.go
    • Line 10: warning: exported var NodeSyncTypeStructure should have comment or be unexported (golint)
    • Line 17: warning: exported type NodeSync should have comment or be unexported (golint)
    • Line 26: warning: exported type NodeSyncFilter should have comment or be unexported (golint)
    • docs/serve.go
    • Line 12: warning: exported function GetFS should have comment or be unexported (golint)
    • pkg/apigw/types/filter.go
    • Line 4: warning: exported const PreFilter should have comment (or a comment on this block) or be unexported (golint)
    • Line 10: warning: exported type FilterKind should have comment or be unexported (golint)
    • Line 12: warning: exported type FilterMeta should have comment or be unexported (golint)
    • Line 20: warning: exported type FilterMetaList should have comment or be unexported (golint)
    • Line 22: warning: exported type FilterMetaArg should have comment or be unexported (golint)
    • Line 30: warning: exported method FilterMetaList.Filter should have comment or be unexported (golint)
    • compose/rest/request/module.go
    • Line 40: warning: comment on exported type ModuleList should be of the form "ModuleList ..." (with optional leading article) (golint)
    • Line 83: warning: exported type ModuleCreate should have comment or be unexported (golint)
    • Line 115: warning: exported type ModuleRead should have comment or be unexported (golint)
    • Line 127: warning: exported type ModuleUpdate should have comment or be unexported (golint)
    • Line 169: warning: exported type ModuleDelete should have comment or be unexported (golint)
    • Line 181: warning: exported type ModuleTriggerScript should have comment or be unexported (golint)
    • Line 198: warning: exported type ModuleListTranslations should have comment or be unexported (golint)
    • Line 210: warning: exported type ModuleUpdateTranslations should have comment or be unexported (golint)
    • Line 247: warning: comment on exported method ModuleList.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 252: warning: comment on exported method ModuleList.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 257: warning: comment on exported method ModuleList.GetName should be of the form "GetName ..." (golint)
    • Line 262: warning: comment on exported method ModuleList.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 267: warning: comment on exported method ModuleList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 272: warning: comment on exported method ModuleList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 277: warning: comment on exported method ModuleList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 282: warning: comment on exported method ModuleList.GetSort should be of the form "GetSort ..." (golint)
    • Line 375: warning: comment on exported method ModuleCreate.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 380: warning: comment on exported method ModuleCreate.GetName should be of the form "GetName ..." (golint)
    • Line 385: warning: comment on exported method ModuleCreate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 390: warning: comment on exported method ModuleCreate.GetFields should be of the form "GetFields ..." (golint)
    • Line 395: warning: comment on exported method ModuleCreate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 400: warning: comment on exported method ModuleCreate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 495: warning: comment on exported method ModuleRead.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 500: warning: comment on exported method ModuleRead.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 548: warning: comment on exported method ModuleUpdate.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 553: warning: comment on exported method ModuleUpdate.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 558: warning: comment on exported method ModuleUpdate.GetName should be of the form "GetName ..." (golint)
    • Line 563: warning: comment on exported method ModuleUpdate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 568: warning: comment on exported method ModuleUpdate.GetFields should be of the form "GetFields ..." (golint)
    • Line 573: warning: comment on exported method ModuleUpdate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 578: warning: comment on exported method ModuleUpdate.GetUpdatedAt should be of the form "GetUpdatedAt ..." (golint)
    • Line 583: warning: comment on exported method ModuleUpdate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 691: warning: comment on exported method ModuleDelete.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 696: warning: comment on exported method ModuleDelete.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 739: warning: comment on exported method ModuleTriggerScript.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 744: warning: comment on exported method ModuleTriggerScript.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 749: warning: comment on exported method ModuleTriggerScript.GetScript should be of the form "GetScript ..." (golint)
    • Line 817: warning: comment on exported method ModuleListTranslations.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 822: warning: comment on exported method ModuleListTranslations.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 865: warning: comment on exported method ModuleUpdateTranslations.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 870: warning: comment on exported method ModuleUpdateTranslations.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 875: warning: comment on exported method ModuleUpdateTranslations.GetTranslations should be of the form "GetTranslations ..." (golint)
    • pkg/envoy/yaml/rbac_rules_marshal.go
    • Line 62: warning: receiver name r should be consistent with previous receiver name n for rbacRule (golint)
    • Line 82: warning: receiver name r should be consistent with previous receiver name n for rbacRule (golint)
    • Line 385: warning: receiver name r should be consistent with previous receiver name n for rbacRule (golint)
    • app/store.go
    • Line 5: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • system/rest/handlers/automation.go
    • Line 20: warning: comment on exported type AutomationAPI should be of the form "AutomationAPI ..." (with optional leading article) (golint)
    • Line 27: warning: comment on exported type Automation should be of the form "Automation ..." (with optional leading article) (golint)
    • Line 35: warning: exported function NewAutomation should have comment or be unexported (golint)
    • Line 88: warning: exported method Automation.MountRoutes should have comment or be unexported (golint)
    • system/types/sink.go
    • Line 11: warning: exported type SinkRequest should have comment or be unexported (golint)
    • Line 32: warning: exported type SinkResponse should have comment or be unexported (golint)
    • Line 39: warning: exported function NewSinkRequest should have comment or be unexported (golint)
    • Line 54: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pkg/envoy/resource/compose_chart.go
    • Line 22: warning: exported function NewComposeChart should have comment or be unexported (golint)
    • Line 43: warning: exported method ComposeChart.ReRef should have comment or be unexported (golint)
    • Line 60: warning: exported method ComposeChart.SysID should have comment or be unexported (golint)
    • Line 64: warning: exported method ComposeChart.RBACParts should have comment or be unexported (golint)
    • Line 104: warning: exported function ComposeChartErrUnresolved should have comment or be unexported (golint)
    • compose/types/record_value.go
    • Line 30: warning: exported type RecordValueFilter should have comment or be unexported (golint)
    • Line 36: warning: exported method RecordValue.IsUpdated should have comment or be unexported (golint)
    • Line 40: warning: exported method RecordValue.IsDeleted should have comment or be unexported (golint)
    • Line 44: warning: exported method RecordValue.Clone should have comment or be unexported (golint)
    • Line 57: warning: exported method RecordValue.Cast should have comment or be unexported (golint)
    • Line 91: warning: exported method RecordValueSet.Clone should have comment or be unexported (golint)
    • Line 100: warning: exported method RecordValueSet.FilterByName should have comment or be unexported (golint)
    • Line 110: warning: exported method RecordValueSet.FilterByRecordID should have comment or be unexported (golint)
    • Line 123: warning: comment on exported method RecordValueSet.Replace should be of the form "Replace ..." (golint)
    • Line 163: warning: comment on exported method RecordValueSet.Get should be of the form "Get ..." (golint)
    • Line 195: warning: exported method RecordValueSet.SetRecordID should have comment or be unexported (golint)
    • Line 201: warning: exported method RecordValueSet.SetUpdatedFlag should have comment or be unexported (golint)
    • Line 207: warning: exported method RecordValueSet.GetUpdated should have comment or be unexported (golint)
    • Line 221: warning: exported method RecordValueSet.GetClean should have comment or be unexported (golint)
    • Line 324: warning: exported method RecordValueSet.Scan should have comment or be unexported (golint)
    • Line 338: warning: exported method RecordValueSet.Value should have comment or be unexported (golint)
    • Line 390: warning: comment on exported method RecordValueSet.Dict should be of the form "Dict ..." (golint)
    • app/app.go
    • Line 44: warning: exported type CortezaApp should have comment or be unexported (golint)
    • Line 76: warning: exported function New should have comment or be unexported (golint)
    • Line 86: warning: exported method CortezaApp.Options should have comment or be unexported (golint)
    • pkg/actionlog/types.go
    • Line 9: warning: comment on exported type Meta should be of the form "Meta ..." (with optional leading article) (golint)
    • Line 16: warning: comment on exported type Action should be of the form "Action ..." (with optional leading article) (golint)
    • Line 55: warning: exported type Filter should have comment or be unexported (golint)
    • Line 88: warning: exported method Action.ToAction should have comment or be unexported (golint)
    • Line 210: warning: exported function NewSeverity should have comment or be unexported (golint)
    • auth/handlers/handle_oauth2.go
    • Line 319: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 410: warning: exported function SubSplit should have comment or be unexported (golint)
    • store/mysql/upgrade.go
    • Line 13: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 109: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • automation/rest/type.go
    • Line 10: warning: exported type Type should have comment or be unexported (golint)
    • Line 21: warning: exported method Type.New should have comment or be unexported (golint)
    • Line 26: warning: exported method Type.List should have comment or be unexported (golint)
    • system/service/sink.go
    • Line 29: warning: exported type SinkRequestUrlParams should have comment or be unexported (golint)
    • Line 58: warning: exported const SinkContentTypeMail should have comment (or a comment on this block) or be unexported (golint)
    • Line 60: warning: comment on exported const SinkBaseURL should be of the form "SinkBaseURL ..." (golint)
    • Line 64: warning: comment on exported const SinkSignUrlParamName should be of the form "SinkSignUrlParamName ..." (golint)
    • Line 67: warning: comment on exported const SinkSignUrlParamDelimiter should be of the form "SinkSignUrlParamDelimiter ..." (golint)
    • Line 71: warning: exported function Sink should have comment or be unexported (golint)
    • federation/rest/node_handshake.go
    • Line 15: warning: exported type NodeHandshake should have comment or be unexported (golint)
    • Line 20: warning: exported method NodeHandshake.New should have comment or be unexported (golint)
    • Line 26: warning: exported method NodeHandshake.Initialize should have comment or be unexported (golint)
    • auth/handlers/handler.go
    • Line 98: warning: exported type AuthHandlers should have comment or be unexported (golint)
    • Line 119: warning: exported const TmplAuthorizedClients should have comment (or a comment on this block) or be unexported (golint)
    • Line 395: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 407: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • federation/service/syncer.go
    • Line 16: warning: exported type Syncer should have comment or be unexported (golint)
    • Line 20: warning: exported type Url should have comment or be unexported (golint)
    • Line 24: warning: exported type Payload should have comment or be unexported (golint)
    • Line 29: warning: exported type AuxResponseSet should have comment or be unexported (golint)
    • Line 43: warning: exported const FederationUserToken should have comment or be unexported (golint)
    • Line 45: warning: exported method Syncer.Queue should have comment or be unexported (golint)
    • Line 49: warning: exported method Syncer.Fetch should have comment or be unexported (golint)
    • Line 65: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 71: warning: exported method Syncer.Process should have comment or be unexported (golint)
    • Line 90: warning: exported method Syncer.ParseHeader should have comment or be unexported (golint)
    • Line 95: warning: exported function NewSyncer should have comment or be unexported (golint)
    • pkg/envoy/resource/resource_translation.go
    • Line 12: warning: exported type ResourceTranslation should have comment or be unexported (golint)
    • Line 28: warning: exported function NewResourceTranslation should have comment or be unexported (golint)
    • Line 51: warning: exported method ResourceTranslation.ReRef should have comment or be unexported (golint)
    • Line 68: warning: exported method ResourceTranslation.MarkDefault should have comment or be unexported (golint)
    • Line 68: warning: receiver name l should be consistent with previous receiver name r for ResourceTranslation (golint)
    • Line 72: warning: exported method ResourceTranslation.MarkGeneric should have comment or be unexported (golint)
    • Line 72: warning: receiver name l should be consistent with previous receiver name r for ResourceTranslation (golint)
    • Line 76: warning: exported function ResourceTranslationErrNotFound should have comment or be unexported (golint)
    • pkg/wfexec/graph.go
    • Line 8: warning: comment on exported type Graph should be of the form "Graph ..." (with optional leading article) (golint)
    • Line 17: warning: exported function NewGraph should have comment or be unexported (golint)
    • Line 28: warning: exported method Graph.AddStep should have comment or be unexported (golint)
    • Line 42: warning: exported method Graph.Len should have comment or be unexported (golint)
    • Line 46: warning: exported method Graph.StepByID should have comment or be unexported (golint)
    • Line 50: warning: exported method Graph.AddParent should have comment or be unexported (golint)
    • Line 55: warning: exported method Graph.Children should have comment or be unexported (golint)
    • Line 59: warning: exported method Graph.Parents should have comment or be unexported (golint)
    • Line 63: warning: exported method Graph.Exec should have comment or be unexported (golint)
    • Line 68: warning: exported method Graph.Orphans should have comment or be unexported (golint)
    • store/flags.gen.go
    • Line 17: warning: exported type Flags should have comment or be unexported (golint)
    • Line 19: warning: don't use underscores in Go names; interface method parameter resource_id should be resourceID (golint)
    • Line 20: warning: don't use underscores in Go names; interface method parameter resource_id should be resourceID (golint)
    • Line 21: warning: don't use underscores in Go names; interface method parameter resource_id should be resourceID (golint)
    • Line 21: warning: don't use underscores in Go names; interface method parameter owned_by should be ownedBy (golint)
    • Line 22: warning: don't use underscores in Go names; interface method parameter resource_id should be resourceID (golint)
    • Line 22: warning: don't use underscores in Go names; interface method parameter owned_by should be ownedBy (golint)
    • Line 46: warning: don't use underscores in Go names; func parameter resource_id should be resourceID (golint)
    • Line 51: warning: don't use underscores in Go names; func parameter resource_id should be resourceID (golint)
    • Line 56: warning: don't use underscores in Go names; func parameter resource_id should be resourceID (golint)
    • Line 56: warning: don't use underscores in Go names; func parameter owned_by should be ownedBy (golint)
    • Line 61: warning: don't use underscores in Go names; func parameter resource_id should be resourceID (golint)
    • Line 61: warning: don't use underscores in Go names; func parameter owned_by should be ownedBy (golint)
    • system/automation/expr_types.go
    • Line 24: warning: exported function CastToUser should have comment or be unexported (golint)
    • Line 48: warning: exported function CastToRole should have comment or be unexported (golint)
    • Line 72: warning: exported function CastToTemplate should have comment or be unexported (golint)
    • Line 96: warning: exported function CastToTemplateMeta should have comment or be unexported (golint)
    • Line 115: warning: exported function CastToRenderedDocument should have comment or be unexported (golint)
    • Line 132: warning: exported function CastToDocumentType should have comment or be unexported (golint)
    • Line 143: warning: exported function CastToRenderOptions should have comment or be unexported (golint)
    • Line 158: warning: exported method RenderOptions.AssignFieldValue should have comment or be unexported (golint)
    • Line 168: warning: exported function CastToQueueMessage should have comment or be unexported (golint)
    • Line 192: warning: exported function CastToRbacResource should have comment or be unexported (golint)
    • Line 203: warning: exported function CastToAction should have comment or be unexported (golint)
    • pkg/eventbus/handlers.go
    • Line 11: warning: exported type HandlerFn should have comment or be unexported (golint)
    • Line 21: warning: comment on exported type HandlerSet should be of the form "HandlerSet ..." (with optional leading article) (golint)
    • Line 24: warning: exported type HandlerRegOp should have comment or be unexported (golint)
    • Line 69: warning: exported function NewHandler should have comment or be unexported (golint)
    • Line 83: warning: exported function For should have comment or be unexported (golint)
    • Line 91: warning: exported function On should have comment or be unexported (golint)
    • Line 99: warning: exported function Constraint should have comment or be unexported (golint)
    • Line 105: warning: exported function Weight should have comment or be unexported (golint)
    • pkg/expr/expr.go
    • Line 14: warning: error var invalidPathErr should have name of the form errFoo (golint)
    • Line 17: warning: exported function PathSplit should have comment or be unexported (golint)
    • Line 65: warning: exported function PathBase should have comment or be unexported (golint)
    • Line 69: warning: exported function Assign should have comment or be unexported (golint)
    • Line 127: warning: exported function Select should have comment or be unexported (golint)
    • store/rdbms/compose_record_report_builder.go
    • Line 19: warning: exported type ComposeRecordsReport should have comment or be unexported (golint)
    • Line 46: warning: exported function ComposeRecordReportBuilder should have comment or be unexported (golint)
    • Line 111: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • compose/rest/request/automation.go
    • Line 35: warning: comment on exported type AutomationList should be of the form "AutomationList ..." (with optional leading article) (golint)
    • Line 68: warning: exported type AutomationBundle should have comment or be unexported (golint)
    • Line 85: warning: exported type AutomationTriggerScript should have comment or be unexported (golint)
    • Line 110: warning: comment on exported method AutomationList.GetResourceTypePrefixes should be of the form "GetResourceTypePrefixes ..." (golint)
    • Line 115: warning: comment on exported method AutomationList.GetResourceTypes should be of the form "GetResourceTypes ..." (golint)
    • Line 120: warning: comment on exported method AutomationList.GetEventTypes should be of the form "GetEventTypes ..." (golint)
    • Line 125: warning: comment on exported method AutomationList.GetExcludeInvalid should be of the form "GetExcludeInvalid ..." (golint)
    • Line 130: warning: comment on exported method AutomationList.GetExcludeClientScripts should be of the form "GetExcludeClientScripts ..." (golint)
    • Line 135: warning: comment on exported method AutomationList.GetExcludeServerScripts should be of the form "GetExcludeServerScripts ..." (golint)
    • Line 217: warning: comment on exported method AutomationBundle.GetBundle should be of the form "GetBundle ..." (golint)
    • Line 222: warning: comment on exported method AutomationBundle.GetType should be of the form "GetType ..." (golint)
    • Line 227: warning: comment on exported method AutomationBundle.GetExt should be of the form "GetExt ..." (golint)
    • Line 274: warning: comment on exported method AutomationTriggerScript.GetScript should be of the form "GetScript ..." (golint)
    • pkg/apigw/types/handler.go
    • Line 9: warning: exported type HTTPHandler should have comment or be unexported (golint)
    • Line 13: warning: exported type HTTPErrorHandler should have comment or be unexported (golint)
    • Line 17: warning: exported type Handler should have comment or be unexported (golint)
    • Line 26: warning: exported type HandlerFunc should have comment or be unexported (golint)
    • Line 27: warning: exported type ErrorHandlerFunc should have comment or be unexported (golint)
    • pkg/auth/errors.go
    • Line 8: warning: exported function ErrUnauthorized should have comment or be unexported (golint)
    • Line 25: warning: exported function ErrUnauthorizedScope should have comment or be unexported (golint)
    • compose/service/attachment.go
    • Line 48: warning: exported type AttachmentService should have comment or be unexported (golint)
    • Line 62: warning: exported function Attachment should have comment or be unexported (golint)
    • compose/service/locale.gen.go
    • Line 43: warning: exported type ResourceTranslationsManagerService should have comment or be unexported (golint)
    • Line 53: warning: exported var ErrNotAllowedToManageResourceTranslations should have comment or be unexported (golint)
    • Line 55: warning: exported function ResourceTranslationsManager should have comment or be unexported (golint)
    • pkg/envoy/yaml/document.go
    • Line 34: warning: exported method Document.UnmarshalYAML should have comment or be unexported (golint)
    • Line 80: warning: exported method Document.MarshalYAML should have comment or be unexported (golint)
    • Line 199: warning: exported method Document.Decode should have comment or be unexported (golint)
    • Line 242: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • automation/rest/workflow.go
    • Line 19: warning: exported type Workflow should have comment or be unexported (golint)
    • Line 73: warning: exported method Workflow.New should have comment or be unexported (golint)
    • Line 81: warning: exported method Workflow.List should have comment or be unexported (golint)
    • Line 105: warning: exported method Workflow.Create should have comment or be unexported (golint)
    • Line 124: warning: exported method Workflow.Update should have comment or be unexported (golint)
    • Line 149: warning: exported method Workflow.Test should have comment or be unexported (golint)
    • Line 153: warning: exported method Workflow.Delete should have comment or be unexported (golint)
    • Line 157: warning: exported method Workflow.Undelete should have comment or be unexported (golint)
    • Line 161: warning: exported method Workflow.Exec should have comment or be unexported (golint)
    • system/rest/user.go
    • Line 24: warning: exported type User should have comment or be unexported (golint)
    • Line 35: warning: exported method User.New should have comment or be unexported (golint)
    • Line 42: warning: exported method User.List should have comment or be unexported (golint)
    • Line 80: warning: exported method User.Create should have comment or be unexported (golint)
    • Line 92: warning: exported method User.Update should have comment or be unexported (golint)
    • Line 113: warning: comment on exported method User.PartialUpdate should be of the form "PartialUpdate ..." (golint)
    • Line 184: warning: exported method User.Delete should have comment or be unexported (golint)
    • Line 188: warning: exported method User.Suspend should have comment or be unexported (golint)
    • Line 192: warning: exported method User.Unsuspend should have comment or be unexported (golint)
    • Line 196: warning: exported method User.Undelete should have comment or be unexported (golint)
    • Line 200: warning: exported method User.SetPassword should have comment or be unexported (golint)
    • Line 204: warning: exported method User.MembershipList should have comment or be unexported (golint)
    • Line 207: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 216: warning: exported method User.MembershipAdd should have comment or be unexported (golint)
    • Line 220: warning: exported method User.MembershipRemove should have comment or be unexported (golint)
    • Line 224: warning: exported method User.TriggerScript should have comment or be unexported (golint)
    • Line 239: warning: exported method User.SessionsRemove should have comment or be unexported (golint)
    • pkg/options/environment.go
    • Line 5: warning: exported method EnvironmentOpt.IsDevelopment should have comment or be unexported (golint)
    • Line 9: warning: exported method EnvironmentOpt.IsTest should have comment or be unexported (golint)
    • Line 13: warning: exported method EnvironmentOpt.IsProduction should have comment or be unexported (golint)
    • pkg/options/helpers.go
    • Line 118: warning: comment on exported function CleanBase should be of the form "CleanBase ..." (golint)
    • Line 128: warning: exported function EnvString should have comment or be unexported (golint)
    • Line 135: warning: exported function EnvBool should have comment or be unexported (golint)
    • Line 144: warning: exported function EnvInt should have comment or be unexported (golint)
    • Line 153: warning: exported function EnvFloat32 should have comment or be unexported (golint)
    • Line 162: warning: exported function EnvDuration should have comment or be unexported (golint)
    • pkg/envoy/yaml/role_unmarshal.go
    • Line 80: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • store/tx.go
    • Line 5: warning: exported function Tx should have comment or be unexported (golint)
    • system/rest/handlers/template.go
    • Line 20: warning: comment on exported type TemplateAPI should be of the form "TemplateAPI ..." (with optional leading article) (golint)
    • Line 32: warning: comment on exported type Template should be of the form "Template ..." (with optional leading article) (golint)
    • Line 45: warning: exported function NewTemplate should have comment or be unexported (golint)
    • Line 178: warning: exported method Template.MountRoutes should have comment or be unexported (golint)
    • store/rdbms/federation_module_mappings.gen.go
    • Line 299: warning: don't use underscores in Go names; method parameter federation_module_id should be federationModuleID (golint)
    • Line 299: warning: don't use underscores in Go names; method parameter compose_module_id should be composeModuleID (golint)
    • Line 299: warning: don't use underscores in Go names; method parameter compose_namespace_id should be composeNamespaceID (golint)
    • Line 310: warning: don't use underscores in Go names; method parameter federation_module_id should be federationModuleID (golint)
    • Line 480: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 563: warning: don't use underscores in Go names; var pkRel_federation_module should be pkRelFederationModule (golint)
    • Line 565: warning: don't use underscores in Go names; var pkRel_compose_module should be pkRelComposeModule (golint)
    • Line 567: warning: don't use underscores in Go names; var pkRel_compose_namespace should be pkRelComposeNamespace (golint)
    • pkg/envoy/resource/resource_translation.gen.go
    • Line 19: warning: exported method ComposeModuleField.EncodeTranslations should have comment or be unexported (golint)
    • Line 30: warning: exported method ComposeModule.EncodeTranslations should have comment or be unexported (golint)
    • Line 43: warning: exported method ComposeNamespace.EncodeTranslations should have comment or be unexported (golint)
    • Line 54: warning: exported method ComposePage.EncodeTranslations should have comment or be unexported (golint)
    • system/rest/request/attachment.go
    • Line 35: warning: comment on exported type AttachmentRead should be of the form "AttachmentRead ..." (with optional leading article) (golint)
    • Line 58: warning: exported type AttachmentDelete should have comment or be unexported (golint)
    • Line 80: warning: exported type AttachmentOriginal should have comment or be unexported (golint)
    • Line 112: warning: exported type AttachmentPreview should have comment or be unexported (golint)
    • Line 155: warning: comment on exported method AttachmentRead.GetKind should be of the form "GetKind ..." (golint)
    • Line 160: warning: comment on exported method AttachmentRead.GetAttachmentID should be of the form "GetAttachmentID ..." (golint)
    • Line 165: warning: comment on exported method AttachmentRead.GetSign should be of the form "GetSign ..." (golint)
    • Line 170: warning: comment on exported method AttachmentRead.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 232: warning: comment on exported method AttachmentDelete.GetKind should be of the form "GetKind ..." (golint)
    • Line 237: warning: comment on exported method AttachmentDelete.GetAttachmentID should be of the form "GetAttachmentID ..." (golint)
    • Line 242: warning: comment on exported method AttachmentDelete.GetSign should be of the form "GetSign ..." (golint)
    • Line 247: warning: comment on exported method AttachmentDelete.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 311: warning: comment on exported method AttachmentOriginal.GetKind should be of the form "GetKind ..." (golint)
    • Line 316: warning: comment on exported method AttachmentOriginal.GetAttachmentID should be of the form "GetAttachmentID ..." (golint)
    • Line 321: warning: comment on exported method AttachmentOriginal.GetName should be of the form "GetName ..." (golint)
    • Line 326: warning: comment on exported method AttachmentOriginal.GetSign should be of the form "GetSign ..." (golint)
    • Line 331: warning: comment on exported method AttachmentOriginal.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 336: warning: comment on exported method AttachmentOriginal.GetDownload should be of the form "GetDownload ..." (golint)
    • Line 411: warning: comment on exported method AttachmentPreview.GetKind should be of the form "GetKind ..." (golint)
    • Line 416: warning: comment on exported method AttachmentPreview.GetAttachmentID should be of the form "GetAttachmentID ..." (golint)
    • Line 421: warning: comment on exported method AttachmentPreview.GetExt should be of the form "GetExt ..." (golint)
    • Line 426: warning: comment on exported method AttachmentPreview.GetSign should be of the form "GetSign ..." (golint)
    • Line 431: warning: comment on exported method AttachmentPreview.GetUserID should be of the form "GetUserID ..." (golint)
    • pkg/federation/formats.go
    • Line 67: warning: exported type ListStructurePayload should have comment or be unexported (golint)
    • Line 73: warning: exported type ListDataPayload should have comment or be unexported (golint)
    • store/rdbms/auth_oa2tokens.gen.go
    • Line 88: warning: comment on exported method Store.LookupAuthOa2tokenByCode should be of the form "LookupAuthOa2tokenByCode ..." (golint)
    • Line 95: warning: comment on exported method Store.LookupAuthOa2tokenByAccess should be of the form "LookupAuthOa2tokenByAccess ..." (golint)
    • Line 102: warning: comment on exported method Store.LookupAuthOa2tokenByRefresh should be of the form "LookupAuthOa2tokenByRefresh ..." (golint)
    • Line 211: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • store/rdbms/compose_records.go
    • Line 159: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 405: warning: comment on exported method Store.UpsertComposeRecord should be of the form "UpsertComposeRecord ..." (golint)
    • Line 451: warning: exported method Store.ComposeRecordReport should have comment or be unexported (golint)
    • Line 455: warning: exported method Store.ComposeRecordDatasource should have comment or be unexported (golint)
    • compose/rest/namespace.go
    • Line 41: warning: exported type Namespace should have comment or be unexported (golint)
    • Line 61: warning: exported method Namespace.New should have comment or be unexported (golint)
    • Line 70: warning: exported method Namespace.List should have comment or be unexported (golint)
    • Line 92: warning: exported method Namespace.Create should have comment or be unexported (golint)
    • Line 116: warning: exported method Namespace.ListTranslations should have comment or be unexported (golint)
    • Line 120: warning: exported method Namespace.UpdateTranslations should have comment or be unexported (golint)
    • Line 124: warning: exported method Namespace.Update should have comment or be unexported (golint)
    • Line 145: warning: exported method Namespace.Delete should have comment or be unexported (golint)
    • Line 154: warning: exported method Namespace.Upload should have comment or be unexported (golint)
    • Line 174: warning: exported method Namespace.Clone should have comment or be unexported (golint)
    • Line 216: warning: exported method Namespace.Export should have comment or be unexported (golint)
    • Line 261: warning: exported method Namespace.ImportInit should have comment or be unexported (golint)
    • Line 271: warning: exported method Namespace.ImportRun should have comment or be unexported (golint)
    • Line 312: warning: exported method Namespace.TriggerScript should have comment or be unexported (golint)
    • pkg/rbac/permissions.go
    • Line 6: warning: exported type Access should have comment or be unexported (golint)
    • Line 34: warning: exported method Access.UnmarshalJSON should have comment or be unexported (golint)
    • Line 46: warning: exported method Access.MarshalJSON should have comment or be unexported (golint)
    • Line 50: warning: exported function Allowed should have comment or be unexported (golint)
    • Line 54: warning: exported function Denied should have comment or be unexported (golint)
    • system/rest/handlers/stats.go
    • Line 20: warning: comment on exported type StatsAPI should be of the form "StatsAPI ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported type Stats should be of the form "Stats ..." (with optional leading article) (golint)
    • Line 31: warning: exported function NewStats should have comment or be unexported (golint)
    • Line 52: warning: exported method Stats.MountRoutes should have comment or be unexported (golint)
    • auth/handlers/links.go
    • Line 6: warning: exported type Links should have comment or be unexported (golint)
    • Line 49: warning: exported var BasePath should have comment or be unexported (golint)
    • Line 51: warning: exported function GetLinks should have comment or be unexported (golint)
    • tests/helpers/rbac.go
    • Line 19: warning: exported function UpdateRBAC should have comment or be unexported (golint)
    • Line 39: warning: exported function AllowMe should have comment or be unexported (golint)
    • Line 45: warning: exported function Allow should have comment or be unexported (golint)
    • Line 51: warning: exported function DenyMe should have comment or be unexported (golint)
    • Line 57: warning: exported function Deny should have comment or be unexported (golint)
    • Line 63: warning: exported function Grant should have comment or be unexported (golint)
    • store/rdbms/rdbms_schema.go
    • Line 7: warning: should not use dot imports (golint)
    • Line 11: warning: exported type Schema should have comment or be unexported (golint)
    • Line 42: warning: comment on exported method Schema.Upgrade should be of the form "Upgrade ..." (golint)
    • Line 61: warning: exported method Schema.Tables should have comment or be unexported (golint)
    • Line 106: warning: exported method Schema.Users should have comment or be unexported (golint)
    • Line 125: warning: exported method Schema.Credentials should have comment or be unexported (golint)
    • Line 141: warning: exported method Schema.AuthClients should have comment or be unexported (golint)
    • Line 163: warning: exported method Schema.AuthConfirmedClients should have comment or be unexported (golint)
    • Line 173: warning: exported method Schema.AuthSessions should have comment or be unexported (golint)
    • Line 189: warning: exported method Schema.AuthOA2Tokens should have comment or be unexported (golint)
    • Line 214: warning: exported method Schema.Roles should have comment or be unexported (golint)
    • Line 227: warning: exported method Schema.RoleMembers should have comment or be unexported (golint)
    • Line 236: warning: exported method Schema.Applications should have comment or be unexported (golint)
    • Line 248: warning: exported method Schema.Reminders should have comment or be unexported (golint)
    • Line 267: warning: exported method Schema.Attachments should have comment or be unexported (golint)
    • Line 280: warning: exported method Schema.ActionLog should have comment or be unexported (golint)
    • Line 303: warning: exported method Schema.RbacRules should have comment or be unexported (golint)
    • Line 314: warning: exported method Schema.Settings should have comment or be unexported (golint)
    • Line 326: warning: exported method Schema.Labels should have comment or be unexported (golint)
    • Line 337: warning: exported method Schema.Flags should have comment or be unexported (golint)
    • Line 349: warning: exported method Schema.Templates should have comment or be unexported (golint)
    • Line 366: warning: exported method Schema.Reports should have comment or be unexported (golint)
    • Line 383: warning: exported method Schema.ResourceTranslations should have comment or be unexported (golint)
    • Line 400: warning: exported method Schema.ComposeAttachment should have comment or be unexported (golint)
    • Line 446: warning: exported method Schema.ComposeChart should have comment or be unexported (golint)
    • Line 460: warning: exported method Schema.ComposeModule should have comment or be unexported (golint)
    • Line 474: warning: exported method Schema.ComposeModuleField should have comment or be unexported (golint)
    • Line 498: warning: exported method Schema.ComposeNamespace should have comment or be unexported (golint)
    • Line 511: warning: exported method Schema.ComposePage should have comment or be unexported (golint)
    • Line 532: warning: exported method Schema.ComposeRecord should have comment or be unexported (golint)
    • Line 547: warning: exported method Schema.ComposeRecordValue should have comment or be unexported (golint)
    • Line 561: warning: exported method Schema.FederationModuleShared should have comment or be unexported (golint)
    • Line 574: warning: exported method Schema.FederationModuleExposed should have comment or be unexported (golint)
    • Line 590: warning: exported method Schema.FederationModuleMapping should have comment or be unexported (golint)
    • Line 601: warning: exported method Schema.FederationNodes should have comment or be unexported (golint)
    • Line 617: warning: exported method Schema.FederationNodesSync should have comment or be unexported (golint)
    • Line 627: warning: exported method Schema.AutomationWorkflows should have comment or be unexported (golint)
    • Line 648: warning: exported method Schema.AutomationSessions should have comment or be unexported (golint)
    • Line 675: warning: exported method Schema.AutomationTriggers should have comment or be unexported (golint)
    • Line 694: warning: exported method Schema.MessagebusQueuemessage should have comment or be unexported (golint)
    • Line 706: warning: exported method Schema.MessagebusQueue should have comment or be unexported (golint)
    • Line 717: warning: exported method Schema.ApigwRoute should have comment or be unexported (golint)
    • Line 730: warning: exported method Schema.ApigwFilter should have comment or be unexported (golint)
    • pkg/messagebus/store/client.go
    • Line 10: warning: exported type Client should have comment or be unexported (golint)
    • Line 15: warning: exported type StoreClient should have comment or be unexported (golint)
    • Line 25: warning: exported function NewClient should have comment or be unexported (golint)
    • store/applications.gen.go
    • Line 17: warning: exported type Applications should have comment or be unexported (golint)
    • Line 87: warning: exported function ApplicationMetrics should have comment or be unexported (golint)
    • Line 91: warning: exported function ReorderApplications should have comment or be unexported (golint)
    • store/compose_module_fields.gen.go
    • Line 17: warning: exported type ComposeModuleFields should have comment or be unexported (golint)
    • Line 19: warning: don't use underscores in Go names; interface method parameter module_id should be moduleID (golint)
    • Line 43: warning: don't use underscores in Go names; func parameter module_id should be moduleID (golint)
    • compose/types/module_field.go
    • Line 17: warning: comment on exported type ModuleField should be of the form "ModuleField ..." (with optional leading article) (golint)
    • Line 49: warning: exported type ModuleFieldFilter should have comment or be unexported (golint)
    • Line 106: warning: receiver name m should be consistent with previous receiver name f for ModuleField (golint)
    • Line 182: warning: exported method ModuleField.Clone should have comment or be unexported (golint)
    • Line 182: warning: receiver name m should be consistent with previous receiver name f for ModuleField (golint)
    • Line 186: warning: receiver name m should be consistent with previous receiver name f for ModuleField (golint)
    • Line 209: warning: receiver name m should be consistent with previous receiver name f for ModuleField (golint)
    • Line 232: warning: exported method ModuleFieldSet.Clone should have comment or be unexported (golint)
    • Line 241: warning: exported method ModuleFieldSet.Scan should have comment or be unexported (golint)
    • Line 248: warning: exported method ModuleFieldSet.Value should have comment or be unexported (golint)
    • Line 252: warning: exported method ModuleFieldSet.Names should have comment or be unexported (golint)
    • Line 262: warning: exported method ModuleFieldSet.HasName should have comment or be unexported (golint)
    • Line 272: warning: exported method ModuleFieldSet.FindByName should have comment or be unexported (golint)
    • Line 282: warning: exported method ModuleFieldSet.FilterByModule should have comment or be unexported (golint)
    • Line 304: warning: exported method ModuleField.IsBoolean should have comment or be unexported (golint)
    • Line 308: warning: exported method ModuleField.IsNumeric should have comment or be unexported (golint)
    • Line 312: warning: exported method ModuleField.IsDateTime should have comment or be unexported (golint)
    • pkg/apigw/ctx/ctx.go
    • Line 9: warning: exported type ContextKey should have comment or be unexported (golint)
    • Line 11: warning: exported const ContextKeyScope should have comment or be unexported (golint)
    • Line 13: warning: exported function ScopeToContext should have comment or be unexported (golint)
    • Line 17: warning: exported function ScopeFromContext should have comment or be unexported (golint)
    • compose/types/chart.go
    • Line 13: warning: exported type Chart should have comment or be unexported (golint)
    • Line 28: warning: exported type ChartConfig should have comment or be unexported (golint)
    • Line 33: warning: exported type ChartConfigReport should have comment or be unexported (golint)
    • Line 44: warning: exported type ChartFilter should have comment or be unexported (golint)
    • Line 79: warning: exported method ChartConfig.Scan should have comment or be unexported (golint)
    • Line 94: warning: exported method ChartConfig.Value should have comment or be unexported (golint)
    • pkg/envoy/yaml/decoder.go
    • Line 10: warning: should not use dot imports (golint)
    • Line 21: warning: exported type EnvoyMarshler should have comment or be unexported (golint)
    • Line 26: warning: exported function Decoder should have comment or be unexported (golint)
    • system/rest/automation.go
    • Line 15: warning: exported type Automation should have comment or be unexported (golint)
    • Line 18: warning: exported method Automation.New should have comment or be unexported (golint)
    • Line 22: warning: exported method Automation.List should have comment or be unexported (golint)
    • Line 38: warning: exported method Automation.Bundle should have comment or be unexported (golint)
    • Line 48: warning: exported method Automation.TriggerScript should have comment or be unexported (golint)
    • system/rest/request/permissions.go
    • Line 36: warning: comment on exported type PermissionsList should be of the form "PermissionsList ..." (with optional leading article) (golint)
    • Line 40: warning: exported type PermissionsEffective should have comment or be unexported (golint)
    • Line 47: warning: exported type PermissionsRead should have comment or be unexported (golint)
    • Line 54: warning: exported type PermissionsDelete should have comment or be unexported (golint)
    • Line 61: warning: exported type PermissionsUpdate should have comment or be unexported (golint)
    • Line 102: warning: comment on exported method PermissionsEffective.GetResource should be of the form "GetResource ..." (golint)
    • Line 137: warning: comment on exported method PermissionsRead.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 172: warning: comment on exported method PermissionsDelete.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 208: warning: comment on exported method PermissionsUpdate.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 213: warning: comment on exported method PermissionsUpdate.GetRules should be of the form "GetRules ..." (golint)
    • compose/rest/module.go
    • Line 39: warning: exported type Module should have comment or be unexported (golint)
    • Line 59: warning: exported method Module.New should have comment or be unexported (golint)
    • Line 68: warning: exported method Module.List should have comment or be unexported (golint)
    • Line 97: warning: exported method Module.ListTranslations should have comment or be unexported (golint)
    • Line 101: warning: exported method Module.UpdateTranslations should have comment or be unexported (golint)
    • Line 105: warning: exported method Module.Create should have comment or be unexported (golint)
    • Line 122: warning: exported method Module.Update should have comment or be unexported (golint)
    • Line 141: warning: exported method Module.Delete should have comment or be unexported (golint)
    • Line 150: warning: exported method Module.TriggerScript should have comment or be unexported (golint)
    • pkg/apigw/filter/postfilter.go
    • Line 41: warning: exported function NewRedirection should have comment or be unexported (golint)
    • Line 106: warning: exported function NewDefaultJsonResponse should have comment or be unexported (golint)
    • automation/service/workflow_converter.go
    • Line 24: warning: exported function Convert should have comment or be unexported (golint)
    • Line 281: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 326: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 371: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • compose/rest/chart.go
    • Line 30: warning: exported type Chart should have comment or be unexported (golint)
    • Line 51: warning: exported method Chart.New should have comment or be unexported (golint)
    • Line 58: warning: exported method Chart.List should have comment or be unexported (golint)
    • Line 82: warning: exported method Chart.Create should have comment or be unexported (golint)
    • Line 106: warning: exported method Chart.Update should have comment or be unexported (golint)
    • Line 128: warning: exported method Chart.Delete should have comment or be unexported (golint)
    • pkg/envoy/resource/settings.go
    • Line 8: warning: exported type Settings should have comment or be unexported (golint)
    • Line 13: warning: exported type Setting should have comment or be unexported (golint)
    • Line 19: warning: exported function NewSettings should have comment or be unexported (golint)
    • Line 35: warning: exported function NewSetting should have comment or be unexported (golint)
    • pkg/y7s/decoders.go
    • Line 9: warning: comment on exported function FindKeyNode should be of the form "FindKeyNode ..." (golint)
    • Line 22: warning: comment on exported function DecodeScalar should be of the form "DecodeScalar ..." (golint)
    • store/compose_pages.gen.go
    • Line 17: warning: exported type ComposePages should have comment or be unexported (golint)
    • Line 19: warning: don't use underscores in Go names; interface method parameter namespace_id should be namespaceID (golint)
    • Line 20: warning: don't use underscores in Go names; interface method parameter namespace_id should be namespaceID (golint)
    • Line 20: warning: don't use underscores in Go names; interface method parameter module_id should be moduleID (golint)
    • Line 50: warning: don't use underscores in Go names; func parameter namespace_id should be namespaceID (golint)
    • Line 55: warning: don't use underscores in Go names; func parameter namespace_id should be namespaceID (golint)
    • Line 55: warning: don't use underscores in Go names; func parameter module_id should be moduleID (golint)
    • Line 96: warning: exported function ReorderComposePages should have comment or be unexported (golint)
    • system/rest/report.go
    • Line 18: warning: exported type Report should have comment or be unexported (golint)
    • Line 63: warning: exported method Report.New should have comment or be unexported (golint)
    • Line 70: warning: exported method Report.List should have comment or be unexported (golint)
    • Line 92: warning: exported method Report.Create should have comment or be unexported (golint)
    • Line 109: warning: exported method Report.Update should have comment or be unexported (golint)
    • Line 132: warning: exported method Report.Delete should have comment or be unexported (golint)
    • Line 136: warning: exported method Report.Undelete should have comment or be unexported (golint)
    • Line 140: warning: exported method Report.Describe should have comment or be unexported (golint)
    • Line 144: warning: exported method Report.Run should have comment or be unexported (golint)
    • compose/rest/handlers/notification.go
    • Line 20: warning: comment on exported type NotificationAPI should be of the form "NotificationAPI ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported type Notification should be of the form "Notification ..." (with optional leading article) (golint)
    • Line 31: warning: exported function NewNotification should have comment or be unexported (golint)
    • Line 52: warning: exported method Notification.MountRoutes should have comment or be unexported (golint)
    • pkg/api/response.go
    • Line 23: warning: exported type CallFrame should have comment or be unexported (golint)
    • Line 29: warning: exported type ErrorPayload should have comment or be unexported (golint)
    • pkg/options/waitFor.go
    • Line 7: warning: comment on exported method WaitForOpt.GetServices should be of the form "GetServices ..." (golint)
    • pkg/envoy/yaml/user_unmarshal.go
    • Line 84: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • compose/service/values/shared.go
    • Line 17: warning: don't use underscores in Go names; const fieldOpt_Datetime_onlyDate should be fieldOptDatetimeOnlyDate (golint)
    • Line 18: warning: don't use underscores in Go names; const fieldOpt_Datetime_onlyTime should be fieldOptDatetimeOnlyTime (golint)
    • Line 19: warning: don't use underscores in Go names; const fieldOpt_Datetime_onlyFutureValues should be fieldOptDatetimeOnlyFutureValues (golint)
    • Line 20: warning: don't use underscores in Go names; const fieldOpt_Datetime_onlyPastValues should be fieldOptDatetimeOnlyPastValues (golint)
    • Line 22: warning: don't use underscores in Go names; const fieldOpt_Url_onlySecure should be fieldOptURLOnlySecure (golint)
    • pkg/logger/logger.go
    • Line 17: warning: exported function Default should have comment or be unexported (golint)
    • Line 25: warning: exported function SetDefault should have comment or be unexported (golint)
    • Line 52: warning: exported function MakeDebugLogger should have comment or be unexported (golint)
    • system/rest/handlers/user.go
    • Line 20: warning: comment on exported type UserAPI should be of the form "UserAPI ..." (with optional leading article) (golint)
    • Line 39: warning: comment on exported type User should be of the form "User ..." (with optional leading article) (golint)
    • Line 59: warning: exported function NewUser should have comment or be unexported (golint)
    • Line 304: warning: exported method User.MountRoutes should have comment or be unexported (golint)
    • system/rest/queues.go
    • Line 14: warning: exported type Queue should have comment or be unexported (golint)
    • Line 38: warning: exported method Queue.New should have comment or be unexported (golint)
    • Line 45: warning: exported method Queue.List should have comment or be unexported (golint)
    • Line 66: warning: exported method Queue.Create should have comment or be unexported (golint)
    • Line 85: warning: exported method Queue.Update should have comment or be unexported (golint)
    • Line 101: warning: exported method Queue.Delete should have comment or be unexported (golint)
    • Line 105: warning: exported method Queue.Undelete should have comment or be unexported (golint)
    • system/types/mail_message.go
    • Line 11: warning: exported type MailMessage should have comment or be unexported (golint)
    • Line 26: warning: exported type MailMessageHeader should have comment or be unexported (golint)
    • Line 38: warning: exported function NewMailMessage should have comment or be unexported (golint)
    • compose/types/module_field_expr.go
    • Line 10: warning: exported type ModuleFieldExpr should have comment or be unexported (golint)
    • Line 22: warning: exported type ModuleFieldValidator should have comment or be unexported (golint)
    • Line 29: warning: exported method ModuleFieldExpr.Scan should have comment or be unexported (golint)
    • Line 44: warning: exported method ModuleFieldExpr.Value should have comment or be unexported (golint)
    • pkg/wfexec/state.go
    • Line 13: warning: comment on exported type State should be of the form "State ..." (with optional leading article) (golint)
    • Line 60: warning: exported function NewState should have comment or be unexported (golint)
    • Line 74: warning: exported function FinalState should have comment or be unexported (golint)
    • Line 84: warning: exported method State.Next should have comment or be unexported (golint)
    • Line 98: warning: exported method State.MakeRequest should have comment or be unexported (golint)
    • Line 133: warning: exported method State.MakeFrame should have comment or be unexported (golint)
    • automation/types/locale.gen.go
    • Line 19: warning: exported type LocaleKey should have comment or be unexported (golint)
    • Line 33: warning: exported var LocaleKeyWorkflowName should have comment or be unexported (golint)
    • Line 66: warning: comment on exported function WorkflowResourceTranslationTpl should be of the form "WorkflowResourceTranslationTpl ..." (golint)
    • Line 71: warning: exported method Workflow.DecodeTranslations should have comment or be unexported (golint)
    • Line 81: warning: exported method Workflow.EncodeTranslations should have comment or be unexported (golint)
    • pkg/api/debug.go
    • Line 11: warning: comment on exported function DebugToContext should be of the form "DebugToContext ..." (golint)
    • system/rest/request/auth.go
    • Line 35: warning: comment on exported type AuthImpersonate should be of the form "AuthImpersonate ..." (with optional leading article) (golint)
    • Line 56: warning: comment on exported method AuthImpersonate.GetUserID should be of the form "GetUserID ..." (golint)
    • app/servers.go
    • Line 26: warning: exported method CortezaApp.Serve should have comment or be unexported (golint)
    • pkg/apigw/pipeline/pipeline.go
    • Line 16: warning: exported type Worker should have comment or be unexported (golint)
    • Line 26: warning: exported type Pl should have comment or be unexported (golint)
    • Line 34: warning: exported function NewPipeline should have comment or be unexported (golint)
    • Line 45: warning: exported method Pl.Async should have comment or be unexported (golint)
    • Line 131: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pkg/envoy/marshaler.go
    • Line 11: warning: exported type Marshaller should have comment or be unexported (golint)
    • Line 16: warning: comment on exported function CollectNodes should be of the form "CollectNodes ..." (golint)
    • Line 36: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • pkg/report/step_load.go
    • Line 20: warning: exported type LoadStepDefinition should have comment or be unexported (golint)
    • Line 63: warning: receiver name d should be consistent with previous receiver name j for stepLoad (golint)
    • Line 67: warning: receiver name d should be consistent with previous receiver name j for stepLoad (golint)
    • Line 71: warning: receiver name d should be consistent with previous receiver name j for stepLoad (golint)
    • system/rest/handlers/reminder.go
    • Line 20: warning: comment on exported type ReminderAPI should be of the form "ReminderAPI ..." (with optional leading article) (golint)
    • Line 31: warning: comment on exported type Reminder should be of the form "Reminder ..." (with optional leading article) (golint)
    • Line 43: warning: exported function NewReminder should have comment or be unexported (golint)
    • Line 160: warning: exported method Reminder.MountRoutes should have comment or be unexported (golint)
    • system/types/auth.go
    • Line 6: warning: exported type AuthProvider should have comment or be unexported (golint)
    • Line 10: warning: exported type ExternalAuthUser should have comment or be unexported (golint)
    • automation/rest/request/session.go
    • Line 37: warning: comment on exported type SessionList should be of the form "SessionList ..." (with optional leading article) (golint)
    • Line 90: warning: exported type SessionRead should have comment or be unexported (golint)
    • Line 97: warning: exported type SessionTrace should have comment or be unexported (golint)
    • Line 104: warning: exported type SessionDelete should have comment or be unexported (golint)
    • Line 111: warning: exported type SessionListPrompts should have comment or be unexported (golint)
    • Line 114: warning: exported type SessionResumeState should have comment or be unexported (golint)
    • Line 131: warning: exported type SessionDeleteState should have comment or be unexported (golint)
    • Line 165: warning: comment on exported method SessionList.GetSessionID should be of the form "GetSessionID ..." (golint)
    • Line 170: warning: comment on exported method SessionList.GetWorkflowID should be of the form "GetWorkflowID ..." (golint)
    • Line 175: warning: comment on exported method SessionList.GetCreatedBy should be of the form "GetCreatedBy ..." (golint)
    • Line 180: warning: comment on exported method SessionList.GetCompleted should be of the form "GetCompleted ..." (golint)
    • Line 185: warning: comment on exported method SessionList.GetStatus should be of the form "GetStatus ..." (golint)
    • Line 190: warning: comment on exported method SessionList.GetEventType should be of the form "GetEventType ..." (golint)
    • Line 195: warning: comment on exported method SessionList.GetResourceType should be of the form "GetResourceType ..." (golint)
    • Line 200: warning: comment on exported method SessionList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 205: warning: comment on exported method SessionList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 210: warning: comment on exported method SessionList.GetSort should be of the form "GetSort ..." (golint)
    • Line 319: warning: comment on exported method SessionRead.GetSessionID should be of the form "GetSessionID ..." (golint)
    • Line 354: warning: comment on exported method SessionTrace.GetSessionID should be of the form "GetSessionID ..." (golint)
    • Line 389: warning: comment on exported method SessionDelete.GetSessionID should be of the form "GetSessionID ..." (golint)
    • Line 442: warning: comment on exported method SessionResumeState.GetSessionID should be of the form "GetSessionID ..." (golint)
    • Line 447: warning: comment on exported method SessionResumeState.GetStateID should be of the form "GetStateID ..." (golint)
    • Line 452: warning: comment on exported method SessionResumeState.GetInput should be of the form "GetInput ..." (golint)
    • Line 525: warning: comment on exported method SessionDeleteState.GetSessionID should be of the form "GetSessionID ..." (golint)
    • Line 530: warning: comment on exported method SessionDeleteState.GetStateID should be of the form "GetStateID ..." (golint)
    • system/rest/stats.go
    • Line 13: warning: exported type Stats should have comment or be unexported (golint)
    • Line 22: warning: exported method Stats.New should have comment or be unexported (golint)
    • Line 28: warning: exported method Stats.List should have comment or be unexported (golint)
    • compose/types/page.go
    • Line 18: warning: exported type Page should have comment or be unexported (golint)
    • Line 52: warning: exported type PageBlocks should have comment or be unexported (golint)
    • Line 54: warning: exported type PageBlock should have comment or be unexported (golint)
    • Line 73: warning: exported type PageBlockStyle should have comment or be unexported (golint)
    • Line 77: warning: exported type PageFilter should have comment or be unexported (golint)
    • Line 103: warning: exported method Page.Clone should have comment or be unexported (golint)
    • Line 108: warning: receiver name p should be consistent with previous receiver name m for Page (golint)
    • Line 150: warning: receiver name p should be consistent with previous receiver name m for Page (golint)
    • Line 217: warning: exported method PageBlocks.Scan should have comment or be unexported (golint)
    • Line 232: warning: exported method PageBlocks.Value should have comment or be unexported (golint)
    • Line 236: warning: comment on exported method PageBlock.UnmarshalJSON should be of the form "UnmarshalJSON ..." (golint)
    • Line 264: warning: exported method PageSet.FindByParent should have comment or be unexported (golint)
    • automation/rest/handlers/permissions.go
    • Line 20: warning: comment on exported type PermissionsAPI should be of the form "PermissionsAPI ..." (with optional leading article) (golint)
    • Line 29: warning: comment on exported type Permissions should be of the form "Permissions ..." (with optional leading article) (golint)
    • Line 39: warning: exported function NewPermissions should have comment or be unexported (golint)
    • Line 124: warning: exported method Permissions.MountRoutes should have comment or be unexported (golint)
    • compose/automation/expr_types.gen.go
    • Line 15: warning: should not use dot imports (golint)
    • Line 32: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 65: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 71: warning: exported method ComposeModule.AssignFieldValue should have comment or be unexported (golint)
    • Line 97: warning: exported method ComposeModule.Has should have comment or be unexported (golint)
    • Line 227: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 260: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 266: warning: exported method ComposeNamespace.AssignFieldValue should have comment or be unexported (golint)
    • Line 292: warning: exported method ComposeNamespace.Has should have comment or be unexported (golint)
    • Line 414: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 447: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 453: warning: exported method ComposeRecord.Has should have comment or be unexported (golint)
    • Line 615: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 648: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • pkg/cli/commands.go
    • Line 65: warning: exported function ServeCommand should have comment or be unexported (golint)
    • Line 73: warning: exported function UpgradeCommand should have comment or be unexported (golint)
    • Line 81: warning: exported function ProvisionCommand should have comment or be unexported (golint)
    • Line 89: warning: exported function VersionCommand should have comment or be unexported (golint)
    • pkg/locale/context.go
    • Line 9: warning: exported function SetAcceptLanguageToContext should have comment or be unexported (golint)
    • Line 17: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 24: warning: exported function SetContentLanguageToContext should have comment or be unexported (golint)
    • Line 32: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • pkg/rbac/session.go
    • Line 10: warning: comment on exported type Session should be of the form "Session ..." (with optional leading article) (golint)
    • Line 40: warning: exported function ContextToSession should have comment or be unexported (golint)
    • Line 44: warning: exported function NewSession should have comment or be unexported (golint)
    • pkg/envoy/yaml/encoder.go
    • Line 77: warning: exported var ErrUnknownResource should have comment or be unexported (golint)
    • Line 230: warning: receiver name se should be consistent with previous receiver name ye for yamlEncoder (golint)
    • Line 249: warning: receiver name se should be consistent with previous receiver name ye for yamlEncoder (golint)
    • pkg/envoy/directory/decode.go
    • Line 16: warning: exported type Decoder should have comment or be unexported (golint)
    • Line 23: warning: comment on exported function Decode should be of the form "Decode ..." (golint)
    • pkg/healthcheck/check.go
    • Line 14: warning: exported type Meta should have comment or be unexported (golint)
    • Line 43: warning: exported function Defaults should have comment or be unexported (golint)
    • Line 47: warning: exported function New should have comment or be unexported (golint)
    • pkg/report/ast_eval.go
    • Line 9: warning: exported type HandlerSig should have comment or be unexported (golint)
    • Line 44: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • compose/types/namespace.go
    • Line 14: warning: exported type Namespace should have comment or be unexported (golint)
    • Line 32: warning: exported type NamespaceFilter should have comment or be unexported (golint)
    • Line 54: warning: exported type NamespaceMeta should have comment or be unexported (golint)
    • Line 75: warning: exported method Namespace.Clone should have comment or be unexported (golint)
    • Line 91: warning: exported method NamespaceMeta.Scan should have comment or be unexported (golint)
    • Line 106: warning: exported method NamespaceMeta.Value should have comment or be unexported (golint)
    • compose/rest/handlers/automation.go
    • Line 20: warning: comment on exported type AutomationAPI should be of the form "AutomationAPI ..." (with optional leading article) (golint)
    • Line 27: warning: comment on exported type Automation should be of the form "Automation ..." (with optional leading article) (golint)
    • Line 35: warning: exported function NewAutomation should have comment or be unexported (golint)
    • Line 88: warning: exported method Automation.MountRoutes should have comment or be unexported (golint)
    • pkg/messagebus/consumer/store.go
    • Line 12: warning: exported type StoreConsumer should have comment or be unexported (golint)
    • Line 20: warning: exported function NewStoreConsumer should have comment or be unexported (golint)
    • Line 34: warning: exported method StoreConsumer.SetStore should have comment or be unexported (golint)
    • Line 38: warning: exported method StoreConsumer.GetStore should have comment or be unexported (golint)
    • system/rest/handlers/role.go
    • Line 20: warning: comment on exported type RoleAPI should be of the form "RoleAPI ..." (with optional leading article) (golint)
    • Line 38: warning: comment on exported type Role should be of the form "Role ..." (with optional leading article) (golint)
    • Line 57: warning: exported function NewRole should have comment or be unexported (golint)
    • Line 286: warning: exported method Role.MountRoutes should have comment or be unexported (golint)
    • store/rdbms/ast_transformer.go
    • Line 23: warning: exported type ASTFormatterFn should have comment or be unexported (golint)
    • Line 24: warning: exported type HandlerSig should have comment or be unexported (golint)
    • Line 309: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • system/rest/settings.go
    • Line 14: warning: exported type Settings should have comment or be unexported (golint)
    • Line 29: warning: exported method Settings.New should have comment or be unexported (golint)
    • Line 37: warning: exported method Settings.List should have comment or be unexported (golint)
    • Line 40: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 45: warning: exported method Settings.Update should have comment or be unexported (golint)
    • Line 48: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 53: warning: exported method Settings.Get should have comment or be unexported (golint)
    • Line 56: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 61: warning: exported method Settings.Set should have comment or be unexported (golint)
    • compose/rest/request/namespace.go
    • Line 39: warning: comment on exported type NamespaceList should be of the form "NamespaceList ..." (with optional leading article) (golint)
    • Line 72: warning: exported type NamespaceCreate should have comment or be unexported (golint)
    • Line 99: warning: exported type NamespaceRead should have comment or be unexported (golint)
    • Line 106: warning: exported type NamespaceUpdate should have comment or be unexported (golint)
    • Line 143: warning: exported type NamespaceDelete should have comment or be unexported (golint)
    • Line 150: warning: exported type NamespaceUpload should have comment or be unexported (golint)
    • Line 157: warning: exported type NamespaceClone should have comment or be unexported (golint)
    • Line 174: warning: exported type NamespaceExport should have comment or be unexported (golint)
    • Line 191: warning: exported type NamespaceImportInit should have comment or be unexported (golint)
    • Line 198: warning: exported type NamespaceImportRun should have comment or be unexported (golint)
    • Line 215: warning: exported type NamespaceTriggerScript should have comment or be unexported (golint)
    • Line 227: warning: exported type NamespaceListTranslations should have comment or be unexported (golint)
    • Line 234: warning: exported type NamespaceUpdateTranslations should have comment or be unexported (golint)
    • Line 264: warning: comment on exported method NamespaceList.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 269: warning: comment on exported method NamespaceList.GetSlug should be of the form "GetSlug ..." (golint)
    • Line 274: warning: comment on exported method NamespaceList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 279: warning: comment on exported method NamespaceList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 284: warning: comment on exported method NamespaceList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 289: warning: comment on exported method NamespaceList.GetSort should be of the form "GetSort ..." (golint)
    • Line 363: warning: comment on exported method NamespaceCreate.GetName should be of the form "GetName ..." (golint)
    • Line 368: warning: comment on exported method NamespaceCreate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 373: warning: comment on exported method NamespaceCreate.GetSlug should be of the form "GetSlug ..." (golint)
    • Line 378: warning: comment on exported method NamespaceCreate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 383: warning: comment on exported method NamespaceCreate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 465: warning: comment on exported method NamespaceRead.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 506: warning: comment on exported method NamespaceUpdate.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 511: warning: comment on exported method NamespaceUpdate.GetName should be of the form "GetName ..." (golint)
    • Line 516: warning: comment on exported method NamespaceUpdate.GetSlug should be of the form "GetSlug ..." (golint)
    • Line 521: warning: comment on exported method NamespaceUpdate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 526: warning: comment on exported method NamespaceUpdate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 531: warning: comment on exported method NamespaceUpdate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 536: warning: comment on exported method NamespaceUpdate.GetUpdatedAt should be of the form "GetUpdatedAt ..." (golint)
    • Line 637: warning: comment on exported method NamespaceDelete.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 672: warning: comment on exported method NamespaceUpload.GetUpload should be of the form "GetUpload ..." (golint)
    • Line 721: warning: comment on exported method NamespaceClone.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 726: warning: comment on exported method NamespaceClone.GetName should be of the form "GetName ..." (golint)
    • Line 731: warning: comment on exported method NamespaceClone.GetSlug should be of the form "GetSlug ..." (golint)
    • Line 801: warning: comment on exported method NamespaceExport.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 806: warning: comment on exported method NamespaceExport.GetFilename should be of the form "GetFilename ..." (golint)
    • Line 811: warning: comment on exported method NamespaceExport.GetExt should be of the form "GetExt ..." (golint)
    • Line 858: warning: comment on exported method NamespaceImportInit.GetUpload should be of the form "GetUpload ..." (golint)
    • Line 907: warning: comment on exported method NamespaceImportRun.GetSessionID should be of the form "GetSessionID ..." (golint)
    • Line 912: warning: comment on exported method NamespaceImportRun.GetName should be of the form "GetName ..." (golint)
    • Line 917: warning: comment on exported method NamespaceImportRun.GetSlug should be of the form "GetSlug ..." (golint)
    • Line 986: warning: comment on exported method NamespaceTriggerScript.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 991: warning: comment on exported method NamespaceTriggerScript.GetScript should be of the form "GetScript ..." (golint)
    • Line 1052: warning: comment on exported method NamespaceListTranslations.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1088: warning: comment on exported method NamespaceUpdateTranslations.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1093: warning: comment on exported method NamespaceUpdateTranslations.GetTranslations should be of the form "GetTranslations ..." (golint)
    • pkg/qlng/token_consumers.go
    • Line 9: warning: exported type TokenConsumerWS should have comment or be unexported (golint)
    • Line 10: warning: exported type TokenConsumerIdent should have comment or be unexported (golint)
    • Line 11: warning: exported type TokenConsumerOperator should have comment or be unexported (golint)
    • Line 12: warning: exported type TokenConsumerComma should have comment or be unexported (golint)
    • Line 13: warning: exported type TokenConsumerString should have comment or be unexported (golint)
    • Line 14: warning: exported type TokenConsumerNumber should have comment or be unexported (golint)
    • Line 15: warning: exported type TokenConsumerGeneric should have comment or be unexported (golint)
    • Line 32: warning: exported method TokenConsumerGeneric.Test should have comment or be unexported (golint)
    • Line 36: warning: exported method TokenConsumerGeneric.Consume should have comment or be unexported (golint)
    • Line 62: warning: exported method TokenConsumerIdent.Test should have comment or be unexported (golint)
    • Line 66: warning: comment on exported method TokenConsumerIdent.Consume should be of the form "Consume ..." (golint)
    • Line 102: warning: exported method TokenConsumerString.Test should have comment or be unexported (golint)
    • Line 106: warning: comment on exported method TokenConsumerString.Consume should be of the form "Consume ..." (golint)
    • Line 130: warning: exported method TokenConsumerNumber.Test should have comment or be unexported (golint)
    • Line 134: warning: comment on exported method TokenConsumerNumber.Consume should be of the form "Consume ..." (golint)
    • store/connect.go
    • Line 10: warning: exported type ConnectorFn should have comment or be unexported (golint)
    • Line 17: warning: exported function Connect should have comment or be unexported (golint)
    • Line 26: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • store/rdbms/flags.gen.go
    • Line 89: warning: don't use underscores in Go names; method parameter resource_id should be resourceID (golint)
    • Line 98: warning: don't use underscores in Go names; method parameter resource_id should be resourceID (golint)
    • Line 106: warning: don't use underscores in Go names; method parameter resource_id should be resourceID (golint)
    • Line 106: warning: don't use underscores in Go names; method parameter owned_by should be ownedBy (golint)
    • Line 115: warning: don't use underscores in Go names; method parameter resource_id should be resourceID (golint)
    • Line 115: warning: don't use underscores in Go names; method parameter owned_by should be ownedBy (golint)
    • Line 291: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • store/labels.gen.go
    • Line 17: warning: exported type Labels should have comment or be unexported (golint)
    • Line 19: warning: don't use underscores in Go names; interface method parameter resource_id should be resourceID (golint)
    • Line 48: warning: don't use underscores in Go names; func parameter resource_id should be resourceID (golint)
    • Line 82: warning: exported function DeleteExtraLabels should have comment or be unexported (golint)
    • tests/workflows/0003_role_members_test.go
    • Line 26: warning: don't use underscores in Go names; struct field UsersPre_r1 should be UsersPreR1 (golint)
    • Line 27: warning: don't use underscores in Go names; struct field TotalPre_r1 should be TotalPreR1 (golint)
    • Line 28: warning: don't use underscores in Go names; struct field UsersPre_r2 should be UsersPreR2 (golint)
    • Line 29: warning: don't use underscores in Go names; struct field TotalPre_r2 should be TotalPreR2 (golint)
    • Line 31: warning: don't use underscores in Go names; struct field UsersPost_r1 should be UsersPostR1 (golint)
    • Line 32: warning: don't use underscores in Go names; struct field TotalPost_r1 should be TotalPostR1 (golint)
    • Line 33: warning: don't use underscores in Go names; struct field UsersPost_r2 should be UsersPostR2 (golint)
    • Line 34: warning: don't use underscores in Go names; struct field TotalPost_r2 should be TotalPostR2 (golint)
    • pkg/plugin/plugin.go
    • Line 55: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • system/rest/request/role.go
    • Line 37: warning: comment on exported type RoleList should be of the form "RoleList ..." (with optional leading article) (golint)
    • Line 80: warning: exported type RoleCreate should have comment or be unexported (golint)
    • Line 107: warning: exported type RoleUpdate should have comment or be unexported (golint)
    • Line 139: warning: exported type RoleRead should have comment or be unexported (golint)
    • Line 146: warning: exported type RoleDelete should have comment or be unexported (golint)
    • Line 153: warning: exported type RoleArchive should have comment or be unexported (golint)
    • Line 160: warning: exported type RoleUnarchive should have comment or be unexported (golint)
    • Line 167: warning: exported type RoleUndelete should have comment or be unexported (golint)
    • Line 174: warning: exported type RoleMove should have comment or be unexported (golint)
    • Line 186: warning: exported type RoleMerge should have comment or be unexported (golint)
    • Line 198: warning: exported type RoleMemberList should have comment or be unexported (golint)
    • Line 205: warning: exported type RoleMemberAdd should have comment or be unexported (golint)
    • Line 217: warning: exported type RoleMemberRemove should have comment or be unexported (golint)
    • Line 229: warning: exported type RoleTriggerScript should have comment or be unexported (golint)
    • Line 261: warning: comment on exported method RoleList.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 266: warning: comment on exported method RoleList.GetMemberID should be of the form "GetMemberID ..." (golint)
    • Line 271: warning: comment on exported method RoleList.GetDeleted should be of the form "GetDeleted ..." (golint)
    • Line 276: warning: comment on exported method RoleList.GetArchived should be of the form "GetArchived ..." (golint)
    • Line 281: warning: comment on exported method RoleList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 286: warning: comment on exported method RoleList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 291: warning: comment on exported method RoleList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 296: warning: comment on exported method RoleList.GetSort should be of the form "GetSort ..." (golint)
    • Line 382: warning: comment on exported method RoleCreate.GetName should be of the form "GetName ..." (golint)
    • Line 387: warning: comment on exported method RoleCreate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 392: warning: comment on exported method RoleCreate.GetMembers should be of the form "GetMembers ..." (golint)
    • Line 397: warning: comment on exported method RoleCreate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 402: warning: comment on exported method RoleCreate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 494: warning: comment on exported method RoleUpdate.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 499: warning: comment on exported method RoleUpdate.GetName should be of the form "GetName ..." (golint)
    • Line 504: warning: comment on exported method RoleUpdate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 509: warning: comment on exported method RoleUpdate.GetMembers should be of the form "GetMembers ..." (golint)
    • Line 514: warning: comment on exported method RoleUpdate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 519: warning: comment on exported method RoleUpdate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 618: warning: comment on exported method RoleRead.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 653: warning: comment on exported method RoleDelete.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 688: warning: comment on exported method RoleArchive.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 723: warning: comment on exported method RoleUnarchive.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 758: warning: comment on exported method RoleUndelete.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 794: warning: comment on exported method RoleMove.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 799: warning: comment on exported method RoleMove.GetOrganisationID should be of the form "GetOrganisationID ..." (golint)
    • Line 861: warning: comment on exported method RoleMerge.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 866: warning: comment on exported method RoleMerge.GetDestination should be of the form "GetDestination ..." (golint)
    • Line 927: warning: comment on exported method RoleMemberList.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 963: warning: comment on exported method RoleMemberAdd.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 968: warning: comment on exported method RoleMemberAdd.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 1010: warning: comment on exported method RoleMemberRemove.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 1015: warning: comment on exported method RoleMemberRemove.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 1057: warning: comment on exported method RoleTriggerScript.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 1062: warning: comment on exported method RoleTriggerScript.GetScript should be of the form "GetScript ..." (golint)
    • store/rdbms/applications.go
    • Line 39: warning: exported method Store.ApplicationMetrics should have comment or be unexported (golint)
    • Line 66: warning: exported method Store.ReorderApplications should have comment or be unexported (golint)
    • pkg/monitor/monitor.go
    • Line 14: warning: exported type Monitor should have comment or be unexported (golint)
    • Line 34: warning: exported function Setup should have comment or be unexported (golint)
    • Line 39: warning: exported function Watcher should have comment or be unexported (golint)
    • Line 53: warning: exported function NewMonitor should have comment or be unexported (golint)
    • pkg/envoy/resource/compose_record.go
    • Line 21: warning: exported type ComposeRecordRaw should have comment or be unexported (golint)
    • Line 30: warning: exported type ComposeRecordRawSet should have comment or be unexported (golint)
    • Line 32: warning: exported type CrsWalker should have comment or be unexported (golint)
    • Line 34: warning: exported type ComposeRecord should have comment or be unexported (golint)
    • Line 51: warning: exported function NewComposeRecordSet should have comment or be unexported (golint)
    • Line 68: warning: exported method ComposeRecord.SetUserFlakes should have comment or be unexported (golint)
    • Line 75: warning: exported method ComposeRecord.RBACParts should have comment or be unexported (golint)
    • Line 84: warning: exported function FindComposeRecordResource should have comment or be unexported (golint)
    • Line 100: warning: exported function ComposeRecordErrUnresolved should have comment or be unexported (golint)
    • compose/rest/request/chart.go
    • Line 38: warning: comment on exported type ChartList should be of the form "ChartList ..." (with optional leading article) (golint)
    • Line 76: warning: exported type ChartCreate should have comment or be unexported (golint)
    • Line 103: warning: exported type ChartRead should have comment or be unexported (golint)
    • Line 115: warning: exported type ChartUpdate should have comment or be unexported (golint)
    • Line 152: warning: exported type ChartDelete should have comment or be unexported (golint)
    • Line 183: warning: comment on exported method ChartList.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 188: warning: comment on exported method ChartList.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 193: warning: comment on exported method ChartList.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 198: warning: comment on exported method ChartList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 203: warning: comment on exported method ChartList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 208: warning: comment on exported method ChartList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 213: warning: comment on exported method ChartList.GetSort should be of the form "GetSort ..." (golint)
    • Line 299: warning: comment on exported method ChartCreate.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 304: warning: comment on exported method ChartCreate.GetConfig should be of the form "GetConfig ..." (golint)
    • Line 309: warning: comment on exported method ChartCreate.GetName should be of the form "GetName ..." (golint)
    • Line 314: warning: comment on exported method ChartCreate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 319: warning: comment on exported method ChartCreate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 407: warning: comment on exported method ChartRead.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 412: warning: comment on exported method ChartRead.GetChartID should be of the form "GetChartID ..." (golint)
    • Line 459: warning: comment on exported method ChartUpdate.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 464: warning: comment on exported method ChartUpdate.GetChartID should be of the form "GetChartID ..." (golint)
    • Line 469: warning: comment on exported method ChartUpdate.GetConfig should be of the form "GetConfig ..." (golint)
    • Line 474: warning: comment on exported method ChartUpdate.GetName should be of the form "GetName ..." (golint)
    • Line 479: warning: comment on exported method ChartUpdate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 484: warning: comment on exported method ChartUpdate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 489: warning: comment on exported method ChartUpdate.GetUpdatedAt should be of the form "GetUpdatedAt ..." (golint)
    • Line 590: warning: comment on exported method ChartDelete.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 595: warning: comment on exported method ChartDelete.GetChartID should be of the form "GetChartID ..." (golint)
    • pkg/apigw/filter/prefilter.go
    • Line 41: warning: exported function NewHeader should have comment or be unexported (golint)
    • Line 125: warning: exported function NewQueryParam should have comment or be unexported (golint)
    • pkg/codegen-v3/internal/tpl/templating.go
    • Line 19: warning: exported type Wrap should have comment or be unexported (golint)
    • Line 32: warning: exported function Export should have comment or be unexported (golint)
    • Line 48: warning: exported function Unexport should have comment or be unexported (golint)
    • Line 61: warning: exported function BaseTemplate should have comment or be unexported (golint)
    • Line 70: warning: exported function LoadTemplates should have comment or be unexported (golint)
    • Line 91: warning: exported function GoTemplate should have comment or be unexported (golint)
    • auth/oauth2/client.go
    • Line 12: warning: comment on exported type ContextClientStore should be of the form "ContextClientStore ..." (with optional leading article) (golint)
    • Line 18: warning: comment on exported method ContextClientStore.GetByID should be of the form "GetByID ..." (golint)
    • compose/rest/attachment.go
    • Line 31: warning: exported type Attachment should have comment or be unexported (golint)
    • Line 36: warning: exported method Attachment.New should have comment or be unexported (golint)
    • Line 42: warning: comment on exported method Attachment.List should be of the form "List ..." (golint)
    • Line 69: warning: exported method Attachment.Delete should have comment or be unexported (golint)
    • Line 82: warning: exported method Attachment.Original should have comment or be unexported (golint)
    • Line 90: warning: exported method Attachment.Preview should have comment or be unexported (golint)
    • automation/automation/expr_types.gen.go
    • Line 14: warning: should not use dot imports (golint)
    • Line 31: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 64: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • pkg/envoy/csv/encoder.go
    • Line 52: warning: exported var ErrUnknownResource should have comment or be unexported (golint)
    • Line 56: warning: exported function NewBulkRecordEncoder should have comment or be unexported (golint)
    • pkg/envoy/builder.go
    • Line 18: warning: exported type Stream should have comment or be unexported (golint)
    • Line 24: warning: exported type Preparer should have comment or be unexported (golint)
    • Line 40: warning: exported type PrepareEncoder should have comment or be unexported (golint)
    • Line 44: warning: exported type PrepareEncodeStreamer should have comment or be unexported (golint)
    • Line 52: warning: error var BuilderErrUnresolvedReferences should have name of the form ErrFoo (golint)
    • Line 52: warning: exported var BuilderErrUnresolvedReferences should have comment or be unexported (golint)
    • Line 55: warning: exported function NewBuilder should have comment or be unexported (golint)
    • Line 61: warning: exported function NewSafeBuilder should have comment or be unexported (golint)
    • system/commands/sink.go
    • Line 11: warning: comment on exported function Sink should be of the form "Sink ..." (golint)
    • Line 32: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 39: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • federation/service/node.go
    • Line 23: warning: exported const TokenLength should have comment (or a comment on this block) or be unexported (golint)
    • Line 59: warning: exported function Node should have comment or be unexported (golint)
    • pkg/filter/sorting.go
    • Line 14: warning: comment on exported type Sorting should be of the form "Sorting ..." (with optional leading article) (golint)
    • Line 20: warning: exported type SortExpr should have comment or be unexported (golint)
    • Line 26: warning: exported type SortExprSet should have comment or be unexported (golint)
    • Line 29: warning: exported function NewSorting should have comment or be unexported (golint)
    • Line 91: warning: comment on exported method SortExprSet.MarshalJSON should be of the form "MarshalJSON ..." (golint)
    • Line 96: warning: comment on exported method SortExprSet.Set should be of the form "Set ..." (golint)
    • Line 146: warning: comment on exported method SortExprSet.Reversed should be of the form "Reversed ..." (golint)
    • Line 164: warning: comment on exported method SortExprSet.Columns should be of the form "Columns ..." (golint)
    • pkg/report/step_group.go
    • Line 24: warning: exported type GroupDefinition should have comment or be unexported (golint)
    • Line 30: warning: exported type GroupStepDefinition should have comment or be unexported (golint)
    • Line 36: warning: exported type GroupColumn should have comment or be unexported (golint)
    • Line 94: warning: receiver name d should be consistent with previous receiver name j for stepGroup (golint)
    • Line 98: warning: receiver name d should be consistent with previous receiver name j for stepGroup (golint)
    • Line 102: warning: receiver name d should be consistent with previous receiver name j for stepGroup (golint)
    • store/roles.gen.go
    • Line 17: warning: exported type Roles should have comment or be unexported (golint)
    • Line 100: warning: exported function RoleMetrics should have comment or be unexported (golint)
    • system/automation/templates_handler.go
    • Line 8: warning: should not use dot imports (golint)
    • Line 55: warning: exported function TemplatesHandler should have comment or be unexported (golint)
    • Line 184: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 192: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • system/automation/users_handler.go
    • Line 8: warning: should not use dot imports (golint)
    • Line 56: warning: exported function UsersHandler should have comment or be unexported (golint)
    • Line 285: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 293: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 301: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 309: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • compose/rest/request/permissions.go
    • Line 36: warning: comment on exported type PermissionsList should be of the form "PermissionsList ..." (with optional leading article) (golint)
    • Line 40: warning: exported type PermissionsEffective should have comment or be unexported (golint)
    • Line 47: warning: exported type PermissionsRead should have comment or be unexported (golint)
    • Line 54: warning: exported type PermissionsDelete should have comment or be unexported (golint)
    • Line 61: warning: exported type PermissionsUpdate should have comment or be unexported (golint)
    • Line 102: warning: comment on exported method PermissionsEffective.GetResource should be of the form "GetResource ..." (golint)
    • Line 137: warning: comment on exported method PermissionsRead.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 172: warning: comment on exported method PermissionsDelete.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 208: warning: comment on exported method PermissionsUpdate.GetRoleID should be of the form "GetRoleID ..." (golint)
    • Line 213: warning: comment on exported method PermissionsUpdate.GetRules should be of the form "GetRules ..." (golint)
    • federation/rest/handlers/manageStructure.go
    • Line 20: warning: comment on exported type ManageStructureAPI should be of the form "ManageStructureAPI ..." (with optional leading article) (golint)
    • Line 32: warning: comment on exported type ManageStructure should be of the form "ManageStructure ..." (with optional leading article) (golint)
    • Line 45: warning: exported function NewManageStructure should have comment or be unexported (golint)
    • Line 178: warning: exported method ManageStructure.MountRoutes should have comment or be unexported (golint)
    • pkg/wfexec/session.go
    • Line 18: warning: exported type Session should have comment or be unexported (golint)
    • Line 68: warning: exported type StateChangeHandler should have comment or be unexported (golint)
    • Line 70: warning: exported type SessionOpt should have comment or be unexported (golint)
    • Line 72: warning: exported type Frame should have comment or be unexported (golint)
    • Line 110: warning: exported type SessionStatus should have comment or be unexported (golint)
    • Line 121: warning: exported const SessionActive should have comment (or a comment on this block) or be unexported (golint)
    • Line 158: warning: exported function NewSession should have comment or be unexported (golint)
    • Line 194: warning: exported method Session.Status should have comment or be unexported (golint)
    • Line 216: warning: exported method Session.ID should have comment or be unexported (golint)
    • Line 220: warning: exported method Session.Idle should have comment or be unexported (golint)
    • Line 231: warning: exported method Session.Result should have comment or be unexported (golint)
    • Line 238: warning: exported method Session.Exec should have comment or be unexported (golint)
    • Line 307: warning: exported method Session.Resume should have comment or be unexported (golint)
    • Line 548: warning: exported method Session.Cancel should have comment or be unexported (golint)
    • Line 553: warning: exported method Session.Stop should have comment or be unexported (golint)
    • Line 558: warning: exported method Session.Suspended should have comment or be unexported (golint)
    • Line 831: warning: exported function SetWorkerInterval should have comment or be unexported (golint)
    • Line 837: warning: exported function SetHandler should have comment or be unexported (golint)
    • Line 843: warning: exported function SetWorkflowID should have comment or be unexported (golint)
    • Line 849: warning: exported function SetLogger should have comment or be unexported (golint)
    • Line 855: warning: exported function SetDumpStacktraceOnPanic should have comment or be unexported (golint)
    • Line 861: warning: exported function SetCallStack should have comment or be unexported (golint)
    • Line 876: warning: exported method Steps.Contains should have comment or be unexported (golint)
    • Line 887: warning: exported method Steps.IDs should have comment or be unexported (golint)
    • Line 900: warning: exported function SetContextCallStack should have comment or be unexported (golint)
    • Line 904: warning: exported function GetContextCallStack should have comment or be unexported (golint)
    • store/compose_charts.gen.go
    • Line 17: warning: exported type ComposeCharts should have comment or be unexported (golint)
    • Line 20: warning: don't use underscores in Go names; interface method parameter namespace_id should be namespaceID (golint)
    • Line 51: warning: don't use underscores in Go names; func parameter namespace_id should be namespaceID (golint)
    • store/errors.go
    • Line 6: warning: comment on exported type ErrorHandler should be of the form "ErrorHandler ..." (with optional leading article) (golint)
    • Line 12: warning: exported var ErrNotFound should have comment or be unexported (golint)
    • Line 16: warning: exported function HandleError should have comment or be unexported (golint)
    • automation/types/workflow.go
    • Line 47: warning: exported type WorkflowFilter should have comment or be unexported (golint)
    • Line 69: warning: exported type WorkflowMeta should have comment or be unexported (golint)
    • Line 75: warning: exported type WorkflowIssue should have comment or be unexported (golint)
    • Line 81: warning: exported type WorkflowExecParams should have comment or be unexported (golint)
    • Line 108: warning: exported method Workflow.Dict should have comment or be unexported (golint)
    • Line 123: warning: exported method WorkflowMeta.Scan should have comment or be unexported (golint)
    • Line 138: warning: comment on exported method WorkflowMeta.Value should be of the form "Value ..." (golint)
    • Line 147: warning: comment on exported method WorkflowIssueSet.Value should be of the form "Value ..." (golint)
    • Line 156: warning: exported method WorkflowIssueSet.Scan should have comment or be unexported (golint)
    • Line 182: warning: exported method WorkflowIssueSet.Append should have comment or be unexported (golint)
    • Line 210: warning: exported method WorkflowIssueSet.SetCulprit should have comment or be unexported (golint)
    • store/rdbms/ddl/gen.go
    • Line 14: warning: exported type Generator should have comment or be unexported (golint)
    • Line 69: warning: exported function NewGenerator should have comment or be unexported (golint)
    • Line 97: warning: exported method Generator.AddTemplateFunc should have comment or be unexported (golint)
    • Line 101: warning: exported method Generator.AddTemplate should have comment or be unexported (golint)
    • Line 114: warning: exported method Generator.CreateTable should have comment or be unexported (golint)
    • Line 118: warning: exported method Generator.CreateIndex should have comment or be unexported (golint)
    • Line 122: warning: exported method Generator.AddColumn should have comment or be unexported (golint)
    • Line 129: warning: exported method Generator.DropColumn should have comment or be unexported (golint)
    • Line 136: warning: exported method Generator.RenameColumn should have comment or be unexported (golint)
    • Line 144: warning: exported method Generator.AddPrimaryKey should have comment or be unexported (golint)
    • Line 151: warning: exported function GenColumnType should have comment or be unexported (golint)
    • system/renderer/types.go
    • Line 11: warning: exported type RendererPayload should have comment or be unexported (golint)
    • Line 21: warning: exported type TemplatePartial should have comment or be unexported (golint)
    • Line 35: warning: exported type AttachmentIndex should have comment or be unexported (golint)
    • Line 36: warning: exported type Attachment should have comment or be unexported (golint)
    • Line 42: warning: exported type DriverDefinition should have comment or be unexported (golint)
    • compose/rest/handlers/chart.go
    • Line 20: warning: comment on exported type ChartAPI should be of the form "ChartAPI ..." (with optional leading article) (golint)
    • Line 29: warning: comment on exported type Chart should be of the form "Chart ..." (with optional leading article) (golint)
    • Line 39: warning: exported function NewChart should have comment or be unexported (golint)
    • Line 124: warning: exported method Chart.MountRoutes should have comment or be unexported (golint)
    • federation/rest/handlers/permissions.go
    • Line 20: warning: comment on exported type PermissionsAPI should be of the form "PermissionsAPI ..." (with optional leading article) (golint)
    • Line 29: warning: comment on exported type Permissions should be of the form "Permissions ..." (with optional leading article) (golint)
    • Line 39: warning: exported function NewPermissions should have comment or be unexported (golint)
    • Line 124: warning: exported method Permissions.MountRoutes should have comment or be unexported (golint)
    • compose/types/type_labels.gen.go
    • Line 25: warning: comment on exported method Chart.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 30: warning: comment on exported method Chart.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • Line 49: warning: comment on exported method Module.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 54: warning: comment on exported method Module.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • Line 73: warning: comment on exported method ModuleField.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 78: warning: comment on exported method ModuleField.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • Line 97: warning: comment on exported method Namespace.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 102: warning: comment on exported method Namespace.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • Line 121: warning: comment on exported method Page.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 126: warning: comment on exported method Page.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • Line 145: warning: comment on exported method Record.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 150: warning: comment on exported method Record.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • system/rest/handlers/settings.go
    • Line 20: warning: comment on exported type SettingsAPI should be of the form "SettingsAPI ..." (with optional leading article) (golint)
    • Line 29: warning: comment on exported type Settings should be of the form "Settings ..." (with optional leading article) (golint)
    • Line 39: warning: exported function NewSettings should have comment or be unexported (golint)
    • Line 124: warning: exported method Settings.MountRoutes should have comment or be unexported (golint)
    • auth/external/auth_handler.go
    • Line 13: warning: exported type ExternalAuthHandler should have comment or be unexported (golint)
    • Line 82: warning: exported function NewSamlExternalHandler should have comment or be unexported (golint)
    • Line 88: warning: exported function NewDefaultExternalHandler should have comment or be unexported (golint)
    • automation/rest/permissions.go
    • Line 13: warning: exported type Permissions should have comment or be unexported (golint)
    • Line 25: warning: exported method Permissions.New should have comment or be unexported (golint)
    • Line 31: warning: exported method Permissions.Effective should have comment or be unexported (golint)
    • Line 35: warning: exported method Permissions.List should have comment or be unexported (golint)
    • Line 43: warning: exported method Permissions.Delete should have comment or be unexported (golint)
    • Line 56: warning: exported method Permissions.Update should have comment or be unexported (golint)
    • automation/types/parsers.go
    • Line 8: warning: exported function ParseWorkflowVariables should have comment or be unexported (golint)
    • Line 13: warning: exported function ParseWorkflowMeta should have comment or be unexported (golint)
    • Line 18: warning: exported function ParseWorkflowStepSet should have comment or be unexported (golint)
    • Line 23: warning: exported function ParseWorkflowPathSet should have comment or be unexported (golint)
    • automation/rest/eventTypes.go
    • Line 10: warning: exported type EventTypes should have comment or be unexported (golint)
    • Line 38: warning: exported method EventTypes.New should have comment or be unexported (golint)
    • Line 43: warning: exported method EventTypes.List should have comment or be unexported (golint)
    • federation/rest/handlers/nodeHandshake.go
    • Line 20: warning: comment on exported type NodeHandshakeAPI should be of the form "NodeHandshakeAPI ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported type NodeHandshake should be of the form "NodeHandshake ..." (with optional leading article) (golint)
    • Line 31: warning: exported function NewNodeHandshake should have comment or be unexported (golint)
    • Line 52: warning: exported method NodeHandshake.MountRoutes should have comment or be unexported (golint)
    • system/types/applications.go
    • Line 14: warning: exported type Application should have comment or be unexported (golint)
    • Line 31: warning: exported type ApplicationUnify should have comment or be unexported (golint)
    • Line 45: warning: exported type ApplicationFilter should have comment or be unexported (golint)
    • Line 69: warning: exported type ApplicationMetrics should have comment or be unexported (golint)
    • Line 76: warning: exported method Application.Valid should have comment or be unexported (golint)
    • Line 80: warning: exported method ApplicationUnify.Scan should have comment or be unexported (golint)
    • Line 94: warning: exported method ApplicationUnify.Value should have comment or be unexported (golint)
    • Line 115: warning: comment on exported method Application.FlagResourceID should be of the form "FlagResourceID ..." (golint)
    • store/rdbms/federation_nodes.gen.go
    • Line 108: warning: don't use underscores in Go names; method parameter base_url should be baseURL (golint)
    • Line 108: warning: don't use underscores in Go names; method parameter shared_node_id should be sharedNodeID (golint)
    • Line 116: warning: don't use underscores in Go names; method parameter shared_node_id should be sharedNodeID (golint)
    • Line 292: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • federation/rest/node.go
    • Line 29: warning: exported type Node should have comment or be unexported (golint)
    • Line 46: warning: exported method Node.New should have comment or be unexported (golint)
    • Line 52: warning: exported method Node.Search should have comment or be unexported (golint)
    • Line 61: warning: exported method Node.Create should have comment or be unexported (golint)
    • Line 64: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 81: warning: exported method Node.Update should have comment or be unexported (golint)
    • Line 91: warning: exported method Node.Delete should have comment or be unexported (golint)
    • Line 95: warning: exported method Node.Undelete should have comment or be unexported (golint)
    • Line 99: warning: exported method Node.GenerateURI should have comment or be unexported (golint)
    • Line 103: warning: exported method Node.Pair should have comment or be unexported (golint)
    • Line 107: warning: exported method Node.HandshakeConfirm should have comment or be unexported (golint)
    • Line 111: warning: exported method Node.HandshakeComplete should have comment or be unexported (golint)
    • pkg/auth/scope.go
    • Line 15: warning: comment on exported function CheckScope should be of the form "CheckScope ..." (golint)
    • pkg/messagebus/consumer/eventbus.go
    • Line 12: warning: exported type Dispatcher should have comment or be unexported (golint)
    • Line 17: warning: exported type EventbusConsumer should have comment or be unexported (golint)
    • Line 25: warning: exported function NewEventbusConsumer should have comment or be unexported (golint)
    • pkg/corredor/service.go
    • Line 82: warning: exported type ScriptArgs should have comment or be unexported (golint)
    • Line 139: warning: exported var ScriptExecAborted should have comment or be unexported (golint)
    • Line 146: warning: exported function Service should have comment or be unexported (golint)
    • Line 161: warning: exported function NewService should have comment or be unexported (golint)
    • Line 319: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 983: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • pkg/envoy/store/system.go
    • Line 675: warning: exported method DecodeFilter.APIGWRoutes should have comment or be unexported (golint)
    • Line 683: warning: exported method DecodeFilter.Reports should have comment or be unexported (golint)
    • Line 737: warning: exported method DecodeFilter.RbacStrict should have comment or be unexported (golint)
    • compose/service/module.go
    • Line 43: warning: exported type ModuleService should have comment or be unexported (golint)
    • Line 80: warning: exported function Module should have comment or be unexported (golint)
    • Line 426: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • system/types/role.go
    • Line 13: warning: exported type Role should have comment or be unexported (golint)
    • Line 27: warning: exported type RoleMeta should have comment or be unexported (golint)
    • Line 32: warning: exported type RoleContext should have comment or be unexported (golint)
    • Line 37: warning: exported type RoleFilter should have comment or be unexported (golint)
    • Line 63: warning: exported type RoleMetrics should have comment or be unexported (golint)
    • Line 75: warning: exported method Role.Clone should have comment or be unexported (golint)
    • Line 104: warning: exported method RoleMeta.Scan should have comment or be unexported (golint)
    • Line 119: warning: comment on exported method RoleMeta.Value should be of the form "Value ..." (golint)
    • pkg/http/auth/basic.go
    • Line 10: warning: exported type ServicerBasic should have comment or be unexported (golint)
    • Line 15: warning: exported type BasicParams should have comment or be unexported (golint)
    • Line 21: warning: exported function NewBasic should have comment or be unexported (golint)
    • Line 37: warning: exported method ServicerBasic.Do should have comment or be unexported (golint)
    • pkg/expr/parser.go
    • Line 11: warning: exported type Parsable should have comment or be unexported (golint)
    • Line 16: warning: exported type Evaluable should have comment or be unexported (golint)
    • Line 21: warning: exported type Evaluator should have comment or be unexported (golint)
    • Line 35: warning: exported function NewParser should have comment or be unexported (golint)
    • Line 39: warning: exported function NewGvalParser should have comment or be unexported (golint)
    • Line 84: warning: exported function Parser should have comment or be unexported (golint)
    • Line 88: warning: exported function AllFunctions should have comment or be unexported (golint)
    • pkg/messagebus/types/queue.go
    • Line 14: warning: exported type Message should have comment or be unexported (golint)
    • Line 19: warning: exported type Queue should have comment or be unexported (golint)
    • Line 25: warning: exported type QueueDb should have comment or be unexported (golint)
    • Line 31: warning: exported type QueueFilter should have comment or be unexported (golint)
    • Line 41: warning: exported type QueueSet should have comment or be unexported (golint)
    • Line 43: warning: exported type QueueMeta should have comment or be unexported (golint)
    • Line 48: warning: exported type QueueMessage should have comment or be unexported (golint)
    • Line 53: warning: exported type QueueMessageSet should have comment or be unexported (golint)
    • Line 56: warning: exported method QueueMeta.UnmarshalJSON should have comment or be unexported (golint)
    • Line 80: warning: exported method QueueMeta.Value should have comment or be unexported (golint)
    • Line 80: warning: receiver name m should be consistent with previous receiver name h for QueueMeta (golint)
    • Line 84: warning: exported method QueueMeta.MarshalJSON should have comment or be unexported (golint)
    • Line 84: warning: receiver name m should be consistent with previous receiver name h for QueueMeta (golint)
    • Line 100: warning: exported method QueueMeta.Scan should have comment or be unexported (golint)
    • Line 100: warning: receiver name m should be consistent with previous receiver name h for QueueMeta (golint)
    • Line 113: warning: exported method Queue.CanDispatch should have comment or be unexported (golint)
    • pkg/apigw/filter/filter.go
    • Line 8: warning: exported const PreFilterWeight should have comment (or a comment on this block) or be unexported (golint)
    • Line 13: warning: exported function FilterWeight should have comment or be unexported (golint)
    • federation/rest/request/node.go
    • Line 35: warning: comment on exported type NodeSearch should be of the form "NodeSearch ..." (with optional leading article) (golint)
    • Line 48: warning: exported type NodeCreate should have comment or be unexported (golint)
    • Line 70: warning: exported type NodeRead should have comment or be unexported (golint)
    • Line 77: warning: exported type NodeGenerateURI should have comment or be unexported (golint)
    • Line 84: warning: exported type NodeUpdate should have comment or be unexported (golint)
    • Line 106: warning: exported type NodeDelete should have comment or be unexported (golint)
    • Line 113: warning: exported type NodeUndelete should have comment or be unexported (golint)
    • Line 120: warning: exported type NodePair should have comment or be unexported (golint)
    • Line 127: warning: exported type NodeHandshakeConfirm should have comment or be unexported (golint)
    • Line 134: warning: exported type NodeHandshakeComplete should have comment or be unexported (golint)
    • Line 160: warning: comment on exported method NodeSearch.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 165: warning: comment on exported method NodeSearch.GetStatus should be of the form "GetStatus ..." (golint)
    • Line 209: warning: comment on exported method NodeCreate.GetBaseURL should be of the form "GetBaseURL ..." (golint)
    • Line 214: warning: comment on exported method NodeCreate.GetName should be of the form "GetName ..." (golint)
    • Line 219: warning: comment on exported method NodeCreate.GetContact should be of the form "GetContact ..." (golint)
    • Line 224: warning: comment on exported method NodeCreate.GetPairingURI should be of the form "GetPairingURI ..." (golint)
    • Line 294: warning: comment on exported method NodeRead.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 329: warning: comment on exported method NodeGenerateURI.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 367: warning: comment on exported method NodeUpdate.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 372: warning: comment on exported method NodeUpdate.GetName should be of the form "GetName ..." (golint)
    • Line 377: warning: comment on exported method NodeUpdate.GetContact should be of the form "GetContact ..." (golint)
    • Line 382: warning: comment on exported method NodeUpdate.GetBaseURL should be of the form "GetBaseURL ..." (golint)
    • Line 457: warning: comment on exported method NodeDelete.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 492: warning: comment on exported method NodeUndelete.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 527: warning: comment on exported method NodePair.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 562: warning: comment on exported method NodeHandshakeConfirm.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 598: warning: comment on exported method NodeHandshakeComplete.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 603: warning: comment on exported method NodeHandshakeComplete.GetAuthToken should be of the form "GetAuthToken ..." (golint)
    • pkg/auth/interfaces.go
    • Line 11: warning: exported type Identifiable should have comment or be unexported (golint)
    • Line 18: warning: exported type TokenGenerator should have comment or be unexported (golint)
    • Line 22: warning: exported type TokenHandler should have comment or be unexported (golint)
    • Line 29: warning: exported type Signer should have comment or be unexported (golint)
    • pkg/federation/social.go
    • Line 11: warning: exported type EncoderAdapterActivityStreams should have comment or be unexported (golint)
    • Line 14: warning: comment on exported method EncoderAdapterActivityStreams.BuildStructure should be of the form "BuildStructure ..." (golint)
    • Line 87: warning: comment on exported method EncoderAdapterActivityStreams.BuildData should be of the form "BuildData ..." (golint)
    • pkg/eventbus/eventbus.go
    • Line 11: warning: exported type Event should have comment or be unexported (golint)
    • Line 50: warning: exported function Set should have comment or be unexported (golint)
    • Line 54: warning: exported function New should have comment or be unexported (golint)
    • system/types/auth_oa2token.go
    • Line 9: warning: exported type AuthOa2token should have comment or be unexported (golint)
    • Line 23: warning: exported type AuthOa2tokenFilter should have comment or be unexported (golint)
    • system/types/type_labels.gen.go
    • Line 25: warning: comment on exported method Application.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 30: warning: comment on exported method Application.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • Line 49: warning: comment on exported method AuthClient.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 54: warning: comment on exported method AuthClient.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • Line 73: warning: comment on exported method Report.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 78: warning: comment on exported method Report.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • Line 97: warning: comment on exported method Role.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 102: warning: comment on exported method Role.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • Line 121: warning: comment on exported method Template.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 126: warning: comment on exported method Template.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • Line 145: warning: comment on exported method User.LabelResourceKind should be of the form "LabelResourceKind ..." (golint)
    • Line 150: warning: comment on exported method User.LabelResourceID should be of the form "LabelResourceID ..." (golint)
    • pkg/errors/kind.go
    • Line 13: warning: comment on exported const KindInternal should be of the form "KindInternal ..." (golint)
    • Line 18: warning: comment on exported const KindInvalidData should be of the form "KindInvalidData ..." (golint)
    • Line 21: warning: comment on exported const KindNotFound should be of the form "KindNotFound ..." (golint)
    • Line 24: warning: comment on exported const KindStaleData should be of the form "KindStaleData ..." (golint)
    • Line 28: warning: comment on exported const KindDuplicateData should be of the form "KindDuplicateData ..." (golint)
    • Line 31: warning: comment on exported const KindUnauthorized should be of the form "KindUnauthorized ..." (golint)
    • Line 34: warning: comment on exported const KindUnauthenticated should be of the form "KindUnauthenticated ..." (golint)
    • Line 37: warning: comment on exported const KindExternal should be of the form "KindExternal ..." (golint)
    • Line 40: warning: comment on exported const KindStore should be of the form "KindStore ..." (golint)
    • Line 43: warning: comment on exported const KindObjStore should be of the form "KindObjStore ..." (golint)
    • Line 46: warning: comment on exported const KindAutomation should be of the form "KindAutomation ..." (golint)
    • Line 76: warning: exported function Internal should have comment or be unexported (golint)
    • Line 80: warning: exported function Store should have comment or be unexported (golint)
    • Line 84: warning: exported function ObjStore should have comment or be unexported (golint)
    • Line 88: warning: exported function InvalidData should have comment or be unexported (golint)
    • Line 92: warning: exported function NotFound should have comment or be unexported (golint)
    • Line 96: warning: exported function StaleData should have comment or be unexported (golint)
    • Line 100: warning: exported function DuplicateData should have comment or be unexported (golint)
    • Line 104: warning: exported function Unauthorized should have comment or be unexported (golint)
    • Line 108: warning: exported function Unauthenticated should have comment or be unexported (golint)
    • Line 112: warning: exported function External should have comment or be unexported (golint)
    • Line 116: warning: exported function Automation should have comment or be unexported (golint)
    • Line 120: warning: exported function IsKind should have comment or be unexported (golint)
    • Line 139: warning: exported function IsInternal should have comment or be unexported (golint)
    • Line 143: warning: exported function IsStore should have comment or be unexported (golint)
    • Line 147: warning: exported function IsObjStore should have comment or be unexported (golint)
    • Line 151: warning: exported function IsInvalidData should have comment or be unexported (golint)
    • Line 155: warning: exported function IsNotFound should have comment or be unexported (golint)
    • Line 159: warning: exported function IsStaleData should have comment or be unexported (golint)
    • Line 163: warning: exported function IsDuplicateData should have comment or be unexported (golint)
    • Line 167: warning: exported function IsUnauthorized should have comment or be unexported (golint)
    • Line 171: warning: exported function IsUnauthenticated should have comment or be unexported (golint)
    • Line 175: warning: exported function IsExternal should have comment or be unexported (golint)
    • Line 179: warning: exported function IsAutomation should have comment or be unexported (golint)
    • system/rest/handlers/authClient.go
    • Line 20: warning: comment on exported type AuthClientAPI should be of the form "AuthClientAPI ..." (with optional leading article) (golint)
    • Line 32: warning: comment on exported type AuthClient should be of the form "AuthClient ..." (with optional leading article) (golint)
    • Line 45: warning: exported function NewAuthClient should have comment or be unexported (golint)
    • Line 178: warning: exported method AuthClient.MountRoutes should have comment or be unexported (golint)
    • system/rest/request/automation.go
    • Line 35: warning: comment on exported type AutomationList should be of the form "AutomationList ..." (with optional leading article) (golint)
    • Line 68: warning: exported type AutomationBundle should have comment or be unexported (golint)
    • Line 85: warning: exported type AutomationTriggerScript should have comment or be unexported (golint)
    • Line 110: warning: comment on exported method AutomationList.GetResourceTypePrefixes should be of the form "GetResourceTypePrefixes ..." (golint)
    • Line 115: warning: comment on exported method AutomationList.GetResourceTypes should be of the form "GetResourceTypes ..." (golint)
    • Line 120: warning: comment on exported method AutomationList.GetEventTypes should be of the form "GetEventTypes ..." (golint)
    • Line 125: warning: comment on exported method AutomationList.GetExcludeInvalid should be of the form "GetExcludeInvalid ..." (golint)
    • Line 130: warning: comment on exported method AutomationList.GetExcludeClientScripts should be of the form "GetExcludeClientScripts ..." (golint)
    • Line 135: warning: comment on exported method AutomationList.GetExcludeServerScripts should be of the form "GetExcludeServerScripts ..." (golint)
    • Line 217: warning: comment on exported method AutomationBundle.GetBundle should be of the form "GetBundle ..." (golint)
    • Line 222: warning: comment on exported method AutomationBundle.GetType should be of the form "GetType ..." (golint)
    • Line 227: warning: comment on exported method AutomationBundle.GetExt should be of the form "GetExt ..." (golint)
    • Line 274: warning: comment on exported method AutomationTriggerScript.GetScript should be of the form "GetScript ..." (golint)
    • pkg/auth/identity_context.go
    • Line 11: warning: exported function SetIdentityToContext should have comment or be unexported (golint)
    • Line 21: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • pkg/auth/system.go
    • Line 8: warning: exported const ProvisionUserHandle should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: exported function SetSystemRoles should have comment or be unexported (golint)
    • pkg/locale/service.go
    • Line 23: warning: exported type Locale should have comment or be unexported (golint)
    • Line 29: warning: exported type Resource should have comment or be unexported (golint)
    • Line 77: warning: exported function Static should have comment or be unexported (golint)
    • Line 91: warning: exported function Service should have comment or be unexported (golint)
    • Line 159: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pkg/options/options.go
    • Line 4: warning: exported type Options should have comment or be unexported (golint)
    • Line 33: warning: exported function Init should have comment or be unexported (golint)
    • store/sqlite3/sqlite3.go
    • Line 21: warning: exported type Store should have comment or be unexported (golint)
    • Line 31: warning: exported function Connect should have comment or be unexported (golint)
    • Line 62: warning: exported function ConnectInMemory should have comment or be unexported (golint)
    • Line 66: warning: exported function ConnectInMemoryWithDebug should have comment or be unexported (golint)
    • Line 70: warning: exported method Store.Upgrade should have comment or be unexported (golint)
    • system/rest/handlers/application.go
    • Line 20: warning: comment on exported type ApplicationAPI should be of the form "ApplicationAPI ..." (with optional leading article) (golint)
    • Line 35: warning: comment on exported type Application should be of the form "Application ..." (with optional leading article) (golint)
    • Line 51: warning: exported function NewApplication should have comment or be unexported (golint)
    • Line 232: warning: exported method Application.MountRoutes should have comment or be unexported (golint)
    • store/rdbms/auth_sessions.go
    • Line 19: warning: exported method Store.DeleteAuthSessionsByUserID should have comment or be unexported (golint)
    • Line 23: warning: exported method Store.DeleteExpiredAuthSessions should have comment or be unexported (golint)
    • compose/rest/request/attachment.go
    • Line 35: warning: comment on exported type AttachmentList should be of the form "AttachmentList ..." (with optional leading article) (golint)
    • Line 88: warning: exported type AttachmentRead should have comment or be unexported (golint)
    • Line 115: warning: exported type AttachmentDelete should have comment or be unexported (golint)
    • Line 142: warning: exported type AttachmentOriginal should have comment or be unexported (golint)
    • Line 179: warning: exported type AttachmentPreview should have comment or be unexported (golint)
    • Line 233: warning: comment on exported method AttachmentList.GetKind should be of the form "GetKind ..." (golint)
    • Line 238: warning: comment on exported method AttachmentList.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 243: warning: comment on exported method AttachmentList.GetSign should be of the form "GetSign ..." (golint)
    • Line 248: warning: comment on exported method AttachmentList.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 253: warning: comment on exported method AttachmentList.GetPageID should be of the form "GetPageID ..." (golint)
    • Line 258: warning: comment on exported method AttachmentList.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 263: warning: comment on exported method AttachmentList.GetRecordID should be of the form "GetRecordID ..." (golint)
    • Line 268: warning: comment on exported method AttachmentList.GetFieldName should be of the form "GetFieldName ..." (golint)
    • Line 273: warning: comment on exported method AttachmentList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 278: warning: comment on exported method AttachmentList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 377: warning: comment on exported method AttachmentRead.GetKind should be of the form "GetKind ..." (golint)
    • Line 382: warning: comment on exported method AttachmentRead.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 387: warning: comment on exported method AttachmentRead.GetAttachmentID should be of the form "GetAttachmentID ..." (golint)
    • Line 392: warning: comment on exported method AttachmentRead.GetSign should be of the form "GetSign ..." (golint)
    • Line 397: warning: comment on exported method AttachmentRead.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 466: warning: comment on exported method AttachmentDelete.GetKind should be of the form "GetKind ..." (golint)
    • Line 471: warning: comment on exported method AttachmentDelete.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 476: warning: comment on exported method AttachmentDelete.GetAttachmentID should be of the form "GetAttachmentID ..." (golint)
    • Line 481: warning: comment on exported method AttachmentDelete.GetSign should be of the form "GetSign ..." (golint)
    • Line 486: warning: comment on exported method AttachmentDelete.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 557: warning: comment on exported method AttachmentOriginal.GetKind should be of the form "GetKind ..." (golint)
    • Line 562: warning: comment on exported method AttachmentOriginal.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 567: warning: comment on exported method AttachmentOriginal.GetAttachmentID should be of the form "GetAttachmentID ..." (golint)
    • Line 572: warning: comment on exported method AttachmentOriginal.GetName should be of the form "GetName ..." (golint)
    • Line 577: warning: comment on exported method AttachmentOriginal.GetSign should be of the form "GetSign ..." (golint)
    • Line 582: warning: comment on exported method AttachmentOriginal.GetUserID should be of the form "GetUserID ..." (golint)
    • Line 587: warning: comment on exported method AttachmentOriginal.GetDownload should be of the form "GetDownload ..." (golint)
    • Line 669: warning: comment on exported method AttachmentPreview.GetKind should be of the form "GetKind ..." (golint)
    • Line 674: warning: comment on exported method AttachmentPreview.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 679: warning: comment on exported method AttachmentPreview.GetAttachmentID should be of the form "GetAttachmentID ..." (golint)
    • Line 684: warning: comment on exported method AttachmentPreview.GetExt should be of the form "GetExt ..." (golint)
    • Line 689: warning: comment on exported method AttachmentPreview.GetSign should be of the form "GetSign ..." (golint)
    • Line 694: warning: comment on exported method AttachmentPreview.GetUserID should be of the form "GetUserID ..." (golint)
    • system/service/service.go
    • Line 30: warning: exported type Config should have comment or be unexported (golint)
    • Line 46: warning: exported var DefaultObjectStore should have comment or be unexported (golint)
    • Line 98: warning: exported function Initialize should have comment or be unexported (golint)
    • Line 235: warning: exported function Activate should have comment or be unexported (golint)
    • Line 245: warning: exported function Watchers should have comment or be unexported (golint)
    • pkg/wfexec/iterator.go
    • Line 31: warning: exported type ResultEvaluator should have comment or be unexported (golint)
    • Line 35: warning: exported type IteratorHandler should have comment or be unexported (golint)
    • Line 50: warning: exported const DefaultMaxIteratorBufferSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 54: warning: exported var MaxIteratorBufferSize should have comment or be unexported (golint)
    • Line 102: warning: exported function GenericResourceNextCheck should have comment or be unexported (golint)
    • store/mysql/mysql.go
    • Line 20: warning: exported type Store should have comment or be unexported (golint)
    • Line 30: warning: exported function Connect should have comment or be unexported (golint)
    • Line 62: warning: exported method Store.Upgrade should have comment or be unexported (golint)
    • Line 98: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • pkg/report/step_join.go
    • Line 37: warning: exported type JoinStepDefinition should have comment or be unexported (golint)
    • Line 95: warning: receiver name d should be consistent with previous receiver name j for stepJoin (golint)
    • Line 99: warning: receiver name d should be consistent with previous receiver name j for stepJoin (golint)
    • Line 103: warning: receiver name d should be consistent with previous receiver name j for stepJoin (golint)
    • Line 467: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 749: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • store/auth_oa2tokens.gen.go
    • Line 17: warning: exported type AuthOa2tokens should have comment or be unexported (golint)
    • Line 57: warning: comment on exported function LookupAuthOa2tokenByCode should be of the form "LookupAuthOa2tokenByCode ..." (golint)
    • Line 62: warning: comment on exported function LookupAuthOa2tokenByAccess should be of the form "LookupAuthOa2tokenByAccess ..." (golint)
    • Line 67: warning: comment on exported function LookupAuthOa2tokenByRefresh should be of the form "LookupAuthOa2tokenByRefresh ..." (golint)
    • Line 92: warning: exported function DeleteExpiredAuthOA2Tokens should have comment or be unexported (golint)
    • Line 96: warning: exported function DeleteAuthOA2TokenByCode should have comment or be unexported (golint)
    • Line 100: warning: exported function DeleteAuthOA2TokenByAccess should have comment or be unexported (golint)
    • Line 104: warning: exported function DeleteAuthOA2TokenByRefresh should have comment or be unexported (golint)
    • Line 108: warning: exported function DeleteAuthOA2TokenByUserID should have comment or be unexported (golint)
    • system/rest/auth_client.go
    • Line 18: warning: exported type AuthClient should have comment or be unexported (golint)
    • Line 59: warning: exported method AuthClient.New should have comment or be unexported (golint)
    • Line 66: warning: exported method AuthClient.List should have comment or be unexported (golint)
    • Line 88: warning: exported method AuthClient.Create should have comment or be unexported (golint)
    • Line 110: warning: exported method AuthClient.Update should have comment or be unexported (golint)
    • Line 138: warning: exported method AuthClient.ExposeSecret should have comment or be unexported (golint)
    • Line 142: warning: exported method AuthClient.RegenerateSecret should have comment or be unexported (golint)
    • Line 146: warning: exported method AuthClient.Delete should have comment or be unexported (golint)
    • Line 150: warning: exported method AuthClient.Undelete should have comment or be unexported (golint)
    • pkg/messagebus/service.go
    • Line 34: warning: exported function Service should have comment or be unexported (golint)
    • Line 38: warning: exported function Set should have comment or be unexported (golint)
    • Line 51: warning: exported function New should have comment or be unexported (golint)
    • pkg/filter/state.go
    • Line 30: warning: comment on exported function StateCondition should be of the form "StateCondition ..." (golint)
    • Line 47: warning: comment on exported function StateConditionNegBool should be of the form "StateConditionNegBool ..." (golint)
    • pkg/locale/http.go
    • Line 10: warning: exported const AcceptLanguageHeader should have comment or be unexported (golint)
    • Line 11: warning: exported const ContentLanguageHeader should have comment or be unexported (golint)
    • Line 13: warning: exported function DetectLanguage should have comment or be unexported (golint)
    • Line 57: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • pkg/api/ipaddr.go
    • Line 14: warning: comment on exported function RemoteAddrToContext should be of the form "RemoteAddrToContext ..." (golint)
    • federation/rest/request/syncStructure.go
    • Line 35: warning: comment on exported type SyncStructureReadExposedInternal should be of the form "SyncStructureReadExposedInternal ..." (with optional leading article) (golint)
    • Line 68: warning: exported type SyncStructureReadExposedSocial should have comment or be unexported (golint)
    • Line 118: warning: comment on exported method SyncStructureReadExposedInternal.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 123: warning: comment on exported method SyncStructureReadExposedInternal.GetLastSync should be of the form "GetLastSync ..." (golint)
    • Line 128: warning: comment on exported method SyncStructureReadExposedInternal.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 133: warning: comment on exported method SyncStructureReadExposedInternal.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 138: warning: comment on exported method SyncStructureReadExposedInternal.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 143: warning: comment on exported method SyncStructureReadExposedInternal.GetSort should be of the form "GetSort ..." (golint)
    • Line 219: warning: comment on exported method SyncStructureReadExposedSocial.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 224: warning: comment on exported method SyncStructureReadExposedSocial.GetLastSync should be of the form "GetLastSync ..." (golint)
    • Line 229: warning: comment on exported method SyncStructureReadExposedSocial.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 234: warning: comment on exported method SyncStructureReadExposedSocial.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 239: warning: comment on exported method SyncStructureReadExposedSocial.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 244: warning: comment on exported method SyncStructureReadExposedSocial.GetSort should be of the form "GetSort ..." (golint)
    • pkg/envoy/resource/report.go
    • Line 11: warning: exported type Report should have comment or be unexported (golint)
    • Line 19: warning: exported type ReportSource should have comment or be unexported (golint)
    • Line 24: warning: exported type ReportBlock should have comment or be unexported (golint)
    • Line 30: warning: exported function NewReport should have comment or be unexported (golint)
    • Line 46: warning: exported method Report.AddReportSource should have comment or be unexported (golint)
    • Line 57: warning: exported method Report.RBACParts should have comment or be unexported (golint)
    • Line 73: warning: exported method Report.AddReportBlock should have comment or be unexported (golint)
    • Line 84: warning: exported method Report.SysID should have comment or be unexported (golint)
    • Line 115: warning: exported function ReportErrUnresolved should have comment or be unexported (golint)
    • pkg/wfexec/prompt.go
    • Line 24: warning: exported type PendingPrompt should have comment or be unexported (golint)
    • Line 33: warning: exported type ResumedPrompt should have comment or be unexported (golint)
    • Line 39: warning: exported function Prompt should have comment or be unexported (golint)
    • compose/rest/permissions.go
    • Line 13: warning: exported type Permissions should have comment or be unexported (golint)
    • Line 25: warning: exported method Permissions.New should have comment or be unexported (golint)
    • Line 31: warning: exported method Permissions.Effective should have comment or be unexported (golint)
    • Line 35: warning: exported method Permissions.List should have comment or be unexported (golint)
    • Line 43: warning: exported method Permissions.Delete should have comment or be unexported (golint)
    • Line 56: warning: exported method Permissions.Update should have comment or be unexported (golint)
    • auth/request/context.go
    • Line 17: warning: comment on exported type AuthReq should be of the form "AuthReq ..." (with optional leading article) (golint)
    • Line 53: warning: exported type Alert should have comment or be unexported (golint)
    • Line 74: warning: exported method AuthReq.Context should have comment or be unexported (golint)
    • Line 76: warning: exported method AuthReq.SetInternalError should have comment or be unexported (golint)
    • Line 86: warning: exported method AuthReq.PushAlert should have comment or be unexported (golint)
    • Line 90: warning: exported method AuthReq.PushDangerAlert should have comment or be unexported (golint)
    • Line 94: warning: exported method AuthReq.PopAlerts should have comment or be unexported (golint)
    • Line 105: warning: exported method AuthReq.SetAlerts should have comment or be unexported (golint)
    • Line 113: warning: comment on exported method AuthReq.GetKV should be of the form "GetKV ..." (golint)
    • Line 123: warning: comment on exported method AuthReq.SetKV should be of the form "SetKV ..." (golint)
    • Line 132: warning: exported method AuthReq.PopKV should have comment or be unexported (golint)
    • Line 138: warning: exported function ExtraReqInfoMiddleware should have comment or be unexported (golint)
    • Line 147: warning: exported function GetExtraReqInfoFromContext should have comment or be unexported (golint)
    • Line 151: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • federation/rest/handlers/syncData.go
    • Line 20: warning: comment on exported type SyncDataAPI should be of the form "SyncDataAPI ..." (with optional leading article) (golint)
    • Line 27: warning: comment on exported type SyncData should be of the form "SyncData ..." (with optional leading article) (golint)
    • Line 35: warning: exported function NewSyncData should have comment or be unexported (golint)
    • Line 88: warning: exported method SyncData.MountRoutes should have comment or be unexported (golint)
    • federation/rest/request/syncData.go
    • Line 35: warning: comment on exported type SyncDataReadExposedAll should be of the form "SyncDataReadExposedAll ..." (with optional leading article) (golint)
    • Line 68: warning: exported type SyncDataReadExposedInternal should have comment or be unexported (golint)
    • Line 105: warning: exported type SyncDataReadExposedSocial should have comment or be unexported (golint)
    • Line 160: warning: comment on exported method SyncDataReadExposedAll.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 165: warning: comment on exported method SyncDataReadExposedAll.GetLastSync should be of the form "GetLastSync ..." (golint)
    • Line 170: warning: comment on exported method SyncDataReadExposedAll.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 175: warning: comment on exported method SyncDataReadExposedAll.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 180: warning: comment on exported method SyncDataReadExposedAll.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 185: warning: comment on exported method SyncDataReadExposedAll.GetSort should be of the form "GetSort ..." (golint)
    • Line 262: warning: comment on exported method SyncDataReadExposedInternal.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 267: warning: comment on exported method SyncDataReadExposedInternal.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 272: warning: comment on exported method SyncDataReadExposedInternal.GetLastSync should be of the form "GetLastSync ..." (golint)
    • Line 277: warning: comment on exported method SyncDataReadExposedInternal.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 282: warning: comment on exported method SyncDataReadExposedInternal.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 287: warning: comment on exported method SyncDataReadExposedInternal.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 292: warning: comment on exported method SyncDataReadExposedInternal.GetSort should be of the form "GetSort ..." (golint)
    • Line 375: warning: comment on exported method SyncDataReadExposedSocial.GetNodeID should be of the form "GetNodeID ..." (golint)
    • Line 380: warning: comment on exported method SyncDataReadExposedSocial.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 385: warning: comment on exported method SyncDataReadExposedSocial.GetLastSync should be of the form "GetLastSync ..." (golint)
    • Line 390: warning: comment on exported method SyncDataReadExposedSocial.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 395: warning: comment on exported method SyncDataReadExposedSocial.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 400: warning: comment on exported method SyncDataReadExposedSocial.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 405: warning: comment on exported method SyncDataReadExposedSocial.GetSort should be of the form "GetSort ..." (golint)
    • pkg/envoy/encoder.go
    • Line 8: warning: exported type Provider should have comment or be unexported (golint)
    • Line 13: warning: comment on exported function Encode should be of the form "Encode ..." (golint)
    • automation/rest/handlers/type.go
    • Line 20: warning: comment on exported type TypeAPI should be of the form "TypeAPI ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported type Type should be of the form "Type ..." (with optional leading article) (golint)
    • Line 31: warning: exported function NewType should have comment or be unexported (golint)
    • Line 52: warning: exported method Type.MountRoutes should have comment or be unexported (golint)
    • system/types/user.go
    • Line 15: warning: exported type User should have comment or be unexported (golint)
    • Line 40: warning: exported type UserMeta should have comment or be unexported (golint)
    • Line 65: warning: exported type UserFilter should have comment or be unexported (golint)
    • Line 97: warning: exported type UserKind should have comment or be unexported (golint)
    • Line 99: warning: exported type UserMetrics should have comment or be unexported (golint)
    • Line 112: warning: exported const NormalUser should have comment (or a comment on this block) or be unexported (golint)
    • Line 120: warning: exported method User.Valid should have comment or be unexported (golint)
    • Line 124: warning: exported method User.Identity should have comment or be unexported (golint)
    • Line 128: warning: exported method User.Roles should have comment or be unexported (golint)
    • Line 132: warning: exported method User.SetRoles should have comment or be unexported (golint)
    • Line 136: warning: exported method User.Clone should have comment or be unexported (golint)
    • Line 159: warning: exported method UserMeta.Scan should have comment or be unexported (golint)
    • Line 174: warning: exported method UserMeta.Value should have comment or be unexported (golint)
    • compose/rest/request/util.go
    • Line 11: warning: exported type ProcedureArgs should have comment or be unexported (golint)
    • Line 13: warning: exported type ProcedureArg should have comment or be unexported (golint)
    • Line 19: warning: exported method ProcedureArgs.GetUint64 should have comment or be unexported (golint)
    • Line 24: warning: exported method ProcedureArgs.Get should have comment or be unexported (golint)
    • pkg/federation/corteza.go
    • Line 10: warning: exported type EncoderAdapterCortezaInternal should have comment or be unexported (golint)
    • Line 12: warning: exported type ResponseWrapper should have comment or be unexported (golint)
    • Line 17: warning: comment on exported method EncoderAdapterCortezaInternal.BuildStructure should be of the form "BuildStructure ..." (golint)
    • Line 26: warning: comment on exported method EncoderAdapterCortezaInternal.BuildData should be of the form "BuildData ..." (golint)
    • pkg/messagebus/types/consumer.go
    • Line 8: warning: exported const ConsumerCorteza should have comment (or a comment on this block) or be unexported (golint)
    • Line 16: warning: exported type ConsumerType should have comment or be unexported (golint)
    • Line 18: warning: exported type Consumer should have comment or be unexported (golint)
    • Line 23: warning: exported function ConsumerTypes should have comment or be unexported (golint)
    • system/types/auth_client.go
    • Line 15: warning: exported type AuthClient should have comment or be unexported (golint)
    • Line 64: warning: exported type AuthClientMeta should have comment or be unexported (golint)
    • Line 69: warning: exported type AuthClientSecurity should have comment or be unexported (golint)
    • Line 87: warning: exported type AuthClientFilter should have comment or be unexported (golint)
    • Line 108: warning: exported type AuthConfirmedClient should have comment or be unexported (golint)
    • Line 114: warning: exported type AuthConfirmedClientFilter should have comment or be unexported (golint)
    • Line 130: warning: exported method AuthClient.Dict should have comment or be unexported (golint)
    • Line 164: warning: exported method AuthClient.Verify should have comment or be unexported (golint)
    • Line 177: warning: exported method AuthClientMeta.Scan should have comment or be unexported (golint)
    • Line 192: warning: comment on exported method AuthClientMeta.Value should be of the form "Value ..." (golint)
    • Line 201: warning: exported method AuthClientSecurity.Scan should have comment or be unexported (golint)
    • Line 216: warning: comment on exported method AuthClientSecurity.Value should be of the form "Value ..." (golint)
    • Line 225: warning: comment on exported method AuthClientSecurity.ProcessRoles should be of the form "ProcessRoles ..." (golint)
    • automation/service/workflow.go
    • Line 84: warning: exported function Workflow should have comment or be unexported (golint)
    • Line 540: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 795: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • compose/rest/page.go
    • Line 32: warning: exported type Page should have comment or be unexported (golint)
    • Line 61: warning: exported method Page.New should have comment or be unexported (golint)
    • Line 71: warning: exported method Page.List should have comment or be unexported (golint)
    • Line 97: warning: exported method Page.Tree should have comment or be unexported (golint)
    • Line 102: warning: exported method Page.Create should have comment or be unexported (golint)
    • Line 132: warning: exported method Page.ListTranslations should have comment or be unexported (golint)
    • Line 136: warning: exported method Page.UpdateTranslations should have comment or be unexported (golint)
    • Line 140: warning: exported method Page.Reorder should have comment or be unexported (golint)
    • Line 144: warning: exported method Page.Update should have comment or be unexported (golint)
    • Line 171: warning: exported method Page.Delete should have comment or be unexported (golint)
    • Line 175: warning: exported method Page.Upload should have comment or be unexported (golint)
    • Line 194: warning: exported method Page.TriggerScript should have comment or be unexported (golint)
    • pkg/federation/encoder.go
    • Line 11: warning: exported const ActivityStreamsStructure should have comment (or a comment on this block) or be unexported (golint)
    • Line 18: warning: exported type EncodingFormat should have comment or be unexported (golint)
    • Line 20: warning: exported type Encoder should have comment or be unexported (golint)
    • Line 26: warning: exported function NewEncoder should have comment or be unexported (golint)
    • pkg/locale/resource.go
    • Line 6: warning: exported type ResourceTranslation should have comment or be unexported (golint)
    • Line 13: warning: exported type ResourceTranslationIndex should have comment or be unexported (golint)
    • Line 15: warning: exported type ResourceTranslationSet should have comment or be unexported (golint)
    • Line 18: warning: exported function ContentID should have comment or be unexported (golint)
    • Line 25: warning: exported method ResourceTranslationSet.SetLanguage should have comment or be unexported (golint)
    • Line 32: warning: comment on exported method ResourceTranslationSet.ContainsForeign should be of the form "ContainsForeign ..." (golint)
    • Line 45: warning: exported method ResourceTranslationIndex.FindByKey should have comment or be unexported (golint)
    • compose/rest/handlers/record.go
    • Line 20: warning: comment on exported type RecordAPI should be of the form "RecordAPI ..." (with optional leading article) (golint)
    • Line 39: warning: comment on exported type Record should be of the form "Record ..." (with optional leading article) (golint)
    • Line 59: warning: exported function NewRecord should have comment or be unexported (golint)
    • Line 304: warning: exported method Record.MountRoutes should have comment or be unexported (golint)
    • compose/service/notification.go
    • Line 39: warning: exported function Notification should have comment or be unexported (golint)
    • Line 124: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • system/rest/handlers/apigwRoute.go
    • Line 20: warning: comment on exported type ApigwRouteAPI should be of the form "ApigwRouteAPI ..." (with optional leading article) (golint)
    • Line 30: warning: comment on exported type ApigwRoute should be of the form "ApigwRoute ..." (with optional leading article) (golint)
    • Line 41: warning: exported function NewApigwRoute should have comment or be unexported (golint)
    • Line 142: warning: exported method ApigwRoute.MountRoutes should have comment or be unexported (golint)
    • system/rest/request/queues.go
    • Line 36: warning: comment on exported type QueuesList should be of the form "QueuesList ..." (with optional leading article) (golint)
    • Line 64: warning: exported type QueuesCreate should have comment or be unexported (golint)
    • Line 81: warning: exported type QueuesRead should have comment or be unexported (golint)
    • Line 88: warning: exported type QueuesUpdate should have comment or be unexported (golint)
    • Line 110: warning: exported type QueuesDelete should have comment or be unexported (golint)
    • Line 117: warning: exported type QueuesUndelete should have comment or be unexported (golint)
    • Line 141: warning: comment on exported method QueuesList.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 146: warning: comment on exported method QueuesList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 151: warning: comment on exported method QueuesList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 156: warning: comment on exported method QueuesList.GetSort should be of the form "GetSort ..." (golint)
    • Line 161: warning: comment on exported method QueuesList.GetDeleted should be of the form "GetDeleted ..." (golint)
    • Line 222: warning: comment on exported method QueuesCreate.GetQueue should be of the form "GetQueue ..." (golint)
    • Line 227: warning: comment on exported method QueuesCreate.GetConsumer should be of the form "GetConsumer ..." (golint)
    • Line 232: warning: comment on exported method QueuesCreate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 300: warning: comment on exported method QueuesRead.GetQueueID should be of the form "GetQueueID ..." (golint)
    • Line 338: warning: comment on exported method QueuesUpdate.GetQueueID should be of the form "GetQueueID ..." (golint)
    • Line 343: warning: comment on exported method QueuesUpdate.GetQueue should be of the form "GetQueue ..." (golint)
    • Line 348: warning: comment on exported method QueuesUpdate.GetConsumer should be of the form "GetConsumer ..." (golint)
    • Line 353: warning: comment on exported method QueuesUpdate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 433: warning: comment on exported method QueuesDelete.GetQueueID should be of the form "GetQueueID ..." (golint)
    • Line 468: warning: comment on exported method QueuesUndelete.GetQueueID should be of the form "GetQueueID ..." (golint)
    • pkg/apigw/filter/proxy/proxy_auth.go
    • Line 23: warning: exported type ProxyAuthServicer should have comment or be unexported (golint)
    • Line 62: warning: exported type ProxyAuthParams should have comment or be unexported (golint)
    • Line 74: warning: exported type ProxyAuthDefinition should have comment or be unexported (golint)
    • Line 80: warning: exported function NewProxyAuthServicer should have comment or be unexported (golint)
    • Line 330: warning: exported function ProxyAuthDef should have comment or be unexported (golint)
    • federation/rest/handlers/node.go
    • Line 20: warning: comment on exported type NodeAPI should be of the form "NodeAPI ..." (with optional leading article) (golint)
    • Line 34: warning: comment on exported type Node should be of the form "Node ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewNode should have comment or be unexported (golint)
    • Line 214: warning: exported method Node.MountRoutes should have comment or be unexported (golint)
    • federation/types/module_field.go
    • Line 12: warning: exported type ModuleFieldSet should have comment or be unexported (golint)
    • Line 14: warning: exported type ModuleField should have comment or be unexported (golint)
    • Line 35: warning: exported method ModuleFieldSet.Value should have comment or be unexported (golint)
    • Line 39: warning: exported method ModuleFieldSet.Scan should have comment or be unexported (golint)
    • Line 45: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • compose/service/values/validator.go
    • Line 26: warning: exported type UniqueChecker should have comment or be unexported (golint)
    • Line 27: warning: exported type ReferenceChecker should have comment or be unexported (golint)
    • Line 68: warning: exported function Validator should have comment or be unexported (golint)
    • compose/types/rbac.gen.go
    • Line 31: warning: exported const ChartResourceType should have comment (or a comment on this block) or be unexported (golint)
    • Line 72: warning: comment on exported function ChartRbacResourceTpl should be of the form "ChartRbacResourceTpl ..." (golint)
    • Line 115: warning: comment on exported function ModuleFieldRbacResourceTpl should be of the form "ModuleFieldRbacResourceTpl ..." (golint)
    • Line 152: warning: comment on exported function ModuleRbacResourceTpl should be of the form "ModuleRbacResourceTpl ..." (golint)
    • Line 183: warning: comment on exported function NamespaceRbacResourceTpl should be of the form "NamespaceRbacResourceTpl ..." (golint)
    • Line 220: warning: comment on exported function PageRbacResourceTpl should be of the form "PageRbacResourceTpl ..." (golint)
    • Line 263: warning: comment on exported function RecordRbacResourceTpl should be of the form "RecordRbacResourceTpl ..." (golint)
    • Line 287: warning: comment on exported function ComponentRbacResourceTpl should be of the form "ComponentRbacResourceTpl ..." (golint)
    • compose/rest/request/record.go
    • Line 37: warning: comment on exported type RecordReport should be of the form "RecordReport ..." (with optional leading article) (golint)
    • Line 65: warning: exported type RecordList should have comment or be unexported (golint)
    • Line 117: warning: exported type RecordImportInit should have comment or be unexported (golint)
    • Line 134: warning: exported type RecordImportRun should have comment or be unexported (golint)
    • Line 161: warning: exported type RecordImportProgress should have comment or be unexported (golint)
    • Line 178: warning: exported type RecordExport should have comment or be unexported (golint)
    • Line 215: warning: exported type RecordExec should have comment or be unexported (golint)
    • Line 237: warning: exported type RecordCreate should have comment or be unexported (golint)
    • Line 264: warning: exported type RecordRead should have comment or be unexported (golint)
    • Line 281: warning: exported type RecordUpdate should have comment or be unexported (golint)
    • Line 313: warning: exported type RecordBulkDelete should have comment or be unexported (golint)
    • Line 335: warning: exported type RecordDelete should have comment or be unexported (golint)
    • Line 352: warning: exported type RecordUpload should have comment or be unexported (golint)
    • Line 379: warning: exported type RecordTriggerScript should have comment or be unexported (golint)
    • Line 406: warning: exported type RecordTriggerScriptOnList should have comment or be unexported (golint)
    • Line 440: warning: comment on exported method RecordReport.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 445: warning: comment on exported method RecordReport.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 450: warning: comment on exported method RecordReport.GetMetrics should be of the form "GetMetrics ..." (golint)
    • Line 455: warning: comment on exported method RecordReport.GetDimensions should be of the form "GetDimensions ..." (golint)
    • Line 460: warning: comment on exported method RecordReport.GetFilter should be of the form "GetFilter ..." (golint)
    • Line 534: warning: comment on exported method RecordList.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 539: warning: comment on exported method RecordList.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 544: warning: comment on exported method RecordList.GetQuery should be of the form "GetQuery ..." (golint)
    • Line 549: warning: comment on exported method RecordList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 554: warning: comment on exported method RecordList.GetDeleted should be of the form "GetDeleted ..." (golint)
    • Line 559: warning: comment on exported method RecordList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 564: warning: comment on exported method RecordList.GetIncTotal should be of the form "GetIncTotal ..." (golint)
    • Line 569: warning: comment on exported method RecordList.GetIncPageNavigation should be of the form "GetIncPageNavigation ..." (golint)
    • Line 574: warning: comment on exported method RecordList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 579: warning: comment on exported method RecordList.GetSort should be of the form "GetSort ..." (golint)
    • Line 681: warning: comment on exported method RecordImportInit.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 686: warning: comment on exported method RecordImportInit.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 691: warning: comment on exported method RecordImportInit.GetUpload should be of the form "GetUpload ..." (golint)
    • Line 760: warning: comment on exported method RecordImportRun.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 765: warning: comment on exported method RecordImportRun.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 770: warning: comment on exported method RecordImportRun.GetSessionID should be of the form "GetSessionID ..." (golint)
    • Line 775: warning: comment on exported method RecordImportRun.GetFields should be of the form "GetFields ..." (golint)
    • Line 780: warning: comment on exported method RecordImportRun.GetOnError should be of the form "GetOnError ..." (golint)
    • Line 862: warning: comment on exported method RecordImportProgress.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 867: warning: comment on exported method RecordImportProgress.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 872: warning: comment on exported method RecordImportProgress.GetSessionID should be of the form "GetSessionID ..." (golint)
    • Line 925: warning: comment on exported method RecordExport.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 930: warning: comment on exported method RecordExport.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 935: warning: comment on exported method RecordExport.GetFilename should be of the form "GetFilename ..." (golint)
    • Line 940: warning: comment on exported method RecordExport.GetExt should be of the form "GetExt ..." (golint)
    • Line 945: warning: comment on exported method RecordExport.GetFilter should be of the form "GetFilter ..." (golint)
    • Line 950: warning: comment on exported method RecordExport.GetFields should be of the form "GetFields ..." (golint)
    • Line 955: warning: comment on exported method RecordExport.GetTimezone should be of the form "GetTimezone ..." (golint)
    • Line 1040: warning: comment on exported method RecordExec.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1045: warning: comment on exported method RecordExec.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 1050: warning: comment on exported method RecordExec.GetProcedure should be of the form "GetProcedure ..." (golint)
    • Line 1055: warning: comment on exported method RecordExec.GetArgs should be of the form "GetArgs ..." (golint)
    • Line 1132: warning: comment on exported method RecordCreate.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1137: warning: comment on exported method RecordCreate.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 1142: warning: comment on exported method RecordCreate.GetValues should be of the form "GetValues ..." (golint)
    • Line 1147: warning: comment on exported method RecordCreate.GetRecords should be of the form "GetRecords ..." (golint)
    • Line 1152: warning: comment on exported method RecordCreate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 1240: warning: comment on exported method RecordRead.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1245: warning: comment on exported method RecordRead.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 1250: warning: comment on exported method RecordRead.GetRecordID should be of the form "GetRecordID ..." (golint)
    • Line 1302: warning: comment on exported method RecordUpdate.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1307: warning: comment on exported method RecordUpdate.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 1312: warning: comment on exported method RecordUpdate.GetRecordID should be of the form "GetRecordID ..." (golint)
    • Line 1317: warning: comment on exported method RecordUpdate.GetValues should be of the form "GetValues ..." (golint)
    • Line 1322: warning: comment on exported method RecordUpdate.GetRecords should be of the form "GetRecords ..." (golint)
    • Line 1327: warning: comment on exported method RecordUpdate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 1422: warning: comment on exported method RecordBulkDelete.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1427: warning: comment on exported method RecordBulkDelete.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 1432: warning: comment on exported method RecordBulkDelete.GetRecordIDs should be of the form "GetRecordIDs ..." (golint)
    • Line 1437: warning: comment on exported method RecordBulkDelete.GetTruncate should be of the form "GetTruncate ..." (golint)
    • Line 1513: warning: comment on exported method RecordDelete.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1518: warning: comment on exported method RecordDelete.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 1523: warning: comment on exported method RecordDelete.GetRecordID should be of the form "GetRecordID ..." (golint)
    • Line 1574: warning: comment on exported method RecordUpload.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1579: warning: comment on exported method RecordUpload.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 1584: warning: comment on exported method RecordUpload.GetRecordID should be of the form "GetRecordID ..." (golint)
    • Line 1589: warning: comment on exported method RecordUpload.GetFieldName should be of the form "GetFieldName ..." (golint)
    • Line 1594: warning: comment on exported method RecordUpload.GetUpload should be of the form "GetUpload ..." (golint)
    • Line 1677: warning: comment on exported method RecordTriggerScript.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1682: warning: comment on exported method RecordTriggerScript.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 1687: warning: comment on exported method RecordTriggerScript.GetRecordID should be of the form "GetRecordID ..." (golint)
    • Line 1692: warning: comment on exported method RecordTriggerScript.GetScript should be of the form "GetScript ..." (golint)
    • Line 1697: warning: comment on exported method RecordTriggerScript.GetValues should be of the form "GetValues ..." (golint)
    • Line 1779: warning: comment on exported method RecordTriggerScriptOnList.GetNamespaceID should be of the form "GetNamespaceID ..." (golint)
    • Line 1784: warning: comment on exported method RecordTriggerScriptOnList.GetModuleID should be of the form "GetModuleID ..." (golint)
    • Line 1789: warning: comment on exported method RecordTriggerScriptOnList.GetScript should be of the form "GetScript ..." (golint)
    • pkg/envoy/resource/compose_page.go
    • Line 29: warning: exported function NewComposePage should have comment or be unexported (golint)
    • Line 132: warning: exported method ComposePage.ReRef should have comment or be unexported (golint)
    • Line 147: warning: exported method ComposePage.Prune should have comment or be unexported (golint)
    • Line 173: warning: exported method ComposePage.SysID should have comment or be unexported (golint)
    • Line 177: warning: exported method ComposePage.RBACParts should have comment or be unexported (golint)
    • Line 185: warning: exported method ComposePage.ResourceTranslationParts should have comment or be unexported (golint)
    • Line 220: warning: exported function ComposePageErrUnresolved should have comment or be unexported (golint)
    • automation/rest/handlers/eventTypes.go
    • Line 20: warning: comment on exported type EventTypesAPI should be of the form "EventTypesAPI ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported type EventTypes should be of the form "EventTypes ..." (with optional leading article) (golint)
    • Line 31: warning: exported function NewEventTypes should have comment or be unexported (golint)
    • Line 52: warning: exported method EventTypes.MountRoutes should have comment or be unexported (golint)
    • pkg/envoy/resource/types.go
    • Line 6: warning: exported type Interface should have comment or be unexported (golint)
    • Line 16: warning: exported type InterfaceSet should have comment or be unexported (golint)
    • Line 18: warning: exported type IdentifiableInterface should have comment or be unexported (golint)
    • Line 24: warning: exported type RefableInterface should have comment or be unexported (golint)
    • Line 30: warning: exported type RBACInterface should have comment or be unexported (golint)
    • Line 36: warning: exported type LocaleInterface should have comment or be unexported (golint)
    • Line 43: warning: exported type PrunableInterface should have comment or be unexported (golint)
    • Line 49: warning: exported type RefSet should have comment or be unexported (golint)
    • Line 50: warning: exported type Ref should have comment or be unexported (golint)
    • Line 58: warning: exported type Identifiers should have comment or be unexported (golint)
    • Line 62: warning: exported var DataSourceResourceType should have comment or be unexported (golint)
    • Line 68: warning: exported function MakeRef should have comment or be unexported (golint)
    • Line 72: warning: exported function MakeWildRef should have comment or be unexported (golint)
    • Line 76: warning: exported function MakeIdentifiers should have comment or be unexported (golint)
    • Line 82: warning: exported method Identifiers.Add should have comment or be unexported (golint)
    • Line 92: warning: exported method Identifiers.Clone should have comment or be unexported (golint)
    • Line 101: warning: exported method Identifiers.HasAny should have comment or be unexported (golint)
    • Line 111: warning: exported method Identifiers.StringSlice should have comment or be unexported (golint)
    • Line 119: warning: exported method Identifiers.First should have comment or be unexported (golint)
    • Line 127: warning: exported method Identifiers.FirstID should have comment or be unexported (golint)
    • Line 144: warning: exported method InterfaceSet.Walk should have comment or be unexported (golint)
    • Line 204: warning: receiver name a should be consistent with previous receiver name r for Ref (golint)
    • Line 245: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 262: warning: exported method RefSet.HasRef should have comment or be unexported (golint)
    • system/rest/request/authClient.go
    • Line 38: warning: comment on exported type AuthClientList should be of the form "AuthClientList ..." (with optional leading article) (golint)
    • Line 71: warning: exported type AuthClientCreate should have comment or be unexported (golint)
    • Line 128: warning: exported type AuthClientUpdate should have comment or be unexported (golint)
    • Line 190: warning: exported type AuthClientRead should have comment or be unexported (golint)
    • Line 197: warning: exported type AuthClientDelete should have comment or be unexported (golint)
    • Line 204: warning: exported type AuthClientUndelete should have comment or be unexported (golint)
    • Line 211: warning: exported type AuthClientRegenerateSecret should have comment or be unexported (golint)
    • Line 218: warning: exported type AuthClientExposeSecret should have comment or be unexported (golint)
    • Line 243: warning: comment on exported method AuthClientList.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 248: warning: comment on exported method AuthClientList.GetDeleted should be of the form "GetDeleted ..." (golint)
    • Line 253: warning: comment on exported method AuthClientList.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 258: warning: comment on exported method AuthClientList.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 263: warning: comment on exported method AuthClientList.GetPageCursor should be of the form "GetPageCursor ..." (golint)
    • Line 268: warning: comment on exported method AuthClientList.GetSort should be of the form "GetSort ..." (golint)
    • Line 348: warning: comment on exported method AuthClientCreate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 353: warning: comment on exported method AuthClientCreate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 358: warning: comment on exported method AuthClientCreate.GetValidGrant should be of the form "GetValidGrant ..." (golint)
    • Line 363: warning: comment on exported method AuthClientCreate.GetRedirectURI should be of the form "GetRedirectURI ..." (golint)
    • Line 368: warning: comment on exported method AuthClientCreate.GetScope should be of the form "GetScope ..." (golint)
    • Line 373: warning: comment on exported method AuthClientCreate.GetTrusted should be of the form "GetTrusted ..." (golint)
    • Line 378: warning: comment on exported method AuthClientCreate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 383: warning: comment on exported method AuthClientCreate.GetValidFrom should be of the form "GetValidFrom ..." (golint)
    • Line 388: warning: comment on exported method AuthClientCreate.GetExpiresAt should be of the form "GetExpiresAt ..." (golint)
    • Line 393: warning: comment on exported method AuthClientCreate.GetSecurity should be of the form "GetSecurity ..." (golint)
    • Line 398: warning: comment on exported method AuthClientCreate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 543: warning: comment on exported method AuthClientUpdate.GetClientID should be of the form "GetClientID ..." (golint)
    • Line 548: warning: comment on exported method AuthClientUpdate.GetHandle should be of the form "GetHandle ..." (golint)
    • Line 553: warning: comment on exported method AuthClientUpdate.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 558: warning: comment on exported method AuthClientUpdate.GetValidGrant should be of the form "GetValidGrant ..." (golint)
    • Line 563: warning: comment on exported method AuthClientUpdate.GetRedirectURI should be of the form "GetRedirectURI ..." (golint)
    • Line 568: warning: comment on exported method AuthClientUpdate.GetScope should be of the form "GetScope ..." (golint)
    • Line 573: warning: comment on exported method AuthClientUpdate.GetTrusted should be of the form "GetTrusted ..." (golint)
    • Line 578: warning: comment on exported method AuthClientUpdate.GetEnabled should be of the form "GetEnabled ..." (golint)
    • Line 583: warning: comment on exported method AuthClientUpdate.GetValidFrom should be of the form "GetValidFrom ..." (golint)
    • Line 588: warning: comment on exported method AuthClientUpdate.GetExpiresAt should be of the form "GetExpiresAt ..." (golint)
    • Line 593: warning: comment on exported method AuthClientUpdate.GetSecurity should be of the form "GetSecurity ..." (golint)
    • Line 598: warning: comment on exported method AuthClientUpdate.GetLabels should be of the form "GetLabels ..." (golint)
    • Line 744: warning: comment on exported method AuthClientRead.GetClientID should be of the form "GetClientID ..." (golint)
    • Line 779: warning: comment on exported method AuthClientDelete.GetClientID should be of the form "GetClientID ..." (golint)
    • Line 814: warning: comment on exported method AuthClientUndelete.GetClientID should be of the form "GetClientID ..." (golint)
    • Line 849: warning: comment on exported method AuthClientRegenerateSecret.GetClientID should be of the form "GetClientID ..." (golint)
    • Line 884: warning: comment on exported method AuthClientExposeSecret.GetClientID should be of the form "GetClientID ..." (golint)
    • auth/oauth2/oauth2.go
    • Line 17: warning: exported const RedirectUriSeparator should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported function NewManager should have comment or be unexported (golint)
    • Line 70: warning: exported function NewServer should have comment or be unexported (golint)
    • pkg/errors/error.go
    • Line 9: warning: exported type Error should have comment or be unexported (golint)
    • Line 27: warning: exported type ErrorHandler should have comment or be unexported (golint)
    • Line 57: warning: comment on exported function Newf should be of the form "Newf ..." (golint)
    • Line 62: warning: comment on exported method Error.Safe should be of the form "Safe ..." (golint)
    • Line 81: warning: comment on exported method Error.Stack should be of the form "Stack ..." (golint)
    • Line 87: warning: comment on exported method Error.Meta should be of the form "Meta ..." (golint)
    • pkg/objstore/plain/store.go
    • Line 35: warning: exported function New should have comment or be unexported (golint)
    • Line 39: warning: exported function NewWithAfero should have comment or be unexported (golint)
    • store/cockroach/cockroach.go
    • Line 20: warning: exported type Store should have comment or be unexported (golint)
    • Line 44: warning: exported function Connect should have comment or be unexported (golint)
    • Line 70: warning: exported method Store.Upgrade should have comment or be unexported (golint)
    • federation/rest/permissions.go
    • Line 13: warning: exported type Permissions should have comment or be unexported (golint)
    • Line 25: warning: exported method Permissions.New should have comment or be unexported (golint)
    • Line 31: warning: exported method Permissions.Effective should have comment or be unexported (golint)
    • Line 35: warning: exported method Permissions.List should have comment or be unexported (golint)
    • Line 43: warning: exported method Permissions.Delete should have comment or be unexported (golint)
    • Line 56: warning: exported method Permissions.Update should have comment or be unexported (golint)
    • pkg/expr/expr_types.go
    • Line 41: warning: exported function KvFunctions should have comment or be unexported (golint)
    • Line 50: warning: exported function EmptyKV should have comment or be unexported (golint)
    • Line 54: warning: exported function EmptyKVV should have comment or be unexported (golint)
    • Line 58: warning: exported function EmptyVars should have comment or be unexported (golint)
    • Line 62: warning: exported function ResolveTypes should have comment or be unexported (golint)
    • Line 139: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 171: warning: comment on exported method Unresolved.Get should be of the form "Get ..." (golint)
    • Line 174: warning: comment on exported method Unresolved.Type should be of the form "Type ..." (golint)
    • Line 177: warning: comment on exported method Unresolved.Cast should be of the form "Cast ..." (golint)
    • Line 182: warning: exported method Unresolved.Assign should have comment or be unexported (golint)
    • Line 186: warning: exported function CastToAny should have comment or be unexported (golint)
    • Line 190: warning: exported function CastToArray should have comment or be unexported (golint)
    • Line 232: warning: exported method Array.MarshalJSON should have comment or be unexported (golint)
    • Line 250: warning: exported method Array.Decode should have comment or be unexported (golint)
    • Line 278: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 285: warning: comment on exported method Array.Has should be of the form "Has ..." (golint)
    • Line 291: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 301: warning: exported method Array.Slice should have comment or be unexported (golint)
    • Line 333: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 343: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 348: warning: exported method ID.MarshalJSON should have comment or be unexported (golint)
    • Line 352: warning: exported function CastToBoolean should have comment or be unexported (golint)
    • Line 361: warning: exported function CastToString should have comment or be unexported (golint)
    • Line 374: warning: exported function CastToBytes should have comment or be unexported (golint)
    • Line 385: warning: exported function CastToStringSlice should have comment or be unexported (golint)
    • Line 389: warning: exported function CastToHandle should have comment or be unexported (golint)
    • Line 401: warning: exported function CastToDuration should have comment or be unexported (golint)
    • Line 405: warning: exported function CastToDateTime should have comment or be unexported (golint)
    • Line 422: warning: exported function CastToFloat should have comment or be unexported (golint)
    • Line 434: warning: exported function CastToID should have comment or be unexported (golint)
    • Line 438: warning: exported function CastToInteger should have comment or be unexported (golint)
    • Line 442: warning: exported function CastToUnsignedInteger should have comment or be unexported (golint)
    • Line 446: warning: exported method KV.Has should have comment or be unexported (golint)
    • Line 451: warning: exported method KV.Select should have comment or be unexported (golint)
    • Line 454: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 459: warning: exported method KV.AssignFieldValue should have comment or be unexported (golint)
    • Line 473: warning: exported function CastToKV should have comment or be unexported (golint)
    • Line 488: warning: exported method KV.Each should have comment or be unexported (golint)
    • Line 568: warning: exported method KVV.AssignFieldValue should have comment or be unexported (golint)
    • Line 620: warning: exported function CastToKVV should have comment or be unexported (golint)
    • Line 637: warning: exported function CastToReader should have comment or be unexported (golint)
    • Line 652: warning: exported method KVV.Each should have comment or be unexported (golint)
    • system/types/parsers.go
    • Line 7: warning: exported function ParseApigwRouteMeta should have comment or be unexported (golint)
    • Line 12: warning: exported function ParseApigwfFilterParams should have comment or be unexported (golint)
    • Line 17: warning: exported function ParseTemplateMeta should have comment or be unexported (golint)
    • Line 30: warning: exported function ParseAuthClientMeta should have comment or be unexported (golint)
    • Line 35: warning: exported function ParseReportMeta should have comment or be unexported (golint)
    • Line 40: warning: exported function ParseAuthClientSecurity should have comment or be unexported (golint)
    • Line 45: warning: exported function ParseRoleMeta should have comment or be unexported (golint)
    • system/service/role.go
    • Line 53: warning: exported type RoleService should have comment or be unexported (golint)
    • Line 90: warning: exported function Role should have comment or be unexported (golint)
    • Line 265: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 862: warning: exported function UpdateRbacRoles should have comment or be unexported (golint)
    • compose/types/module_field_options.go
    • Line 14: warning: exported type ModuleFieldOptions should have comment or be unexported (golint)
    • Line 27: warning: exported method ModuleFieldOptions.Scan should have comment or be unexported (golint)
    • Line 42: warning: exported method ModuleFieldOptions.Value should have comment or be unexported (golint)
    • Line 59: warning: exported method ModuleFieldOptions.UInt64 should have comment or be unexported (golint)
    • Line 63: warning: exported method ModuleFieldOptions.UInt64Def should have comment or be unexported (golint)
    • Line 74: warning: exported method ModuleFieldOptions.Int64 should have comment or be unexported (golint)
    • Line 78: warning: exported method ModuleFieldOptions.Int64Def should have comment or be unexported (golint)
    • Line 144: warning: exported method ModuleFieldOptions.SetIsUniqueMultiValue should have comment or be unexported (golint)
    • Line 149: warning: exported method ModuleFieldOptions.Precision should have comment or be unexported (golint)
    • Line 161: warning: exported method ModuleFieldOptions.SetPrecision should have comment or be unexported (golint)
    • pkg/envoy/resource/rbac_rule.go
    • Line 12: warning: exported type RbacRule should have comment or be unexported (golint)
    • Line 23: warning: exported function NewRbacRule should have comment or be unexported (golint)
    • Line 75: warning: exported function RbacResourceErrNotFound should have comment or be unexported (golint)
    • pkg/envoy/store/decoder.go
    • Line 17: warning: exported type DecodeFilter should have comment or be unexported (golint)
    • Line 56: warning: exported function Decoder should have comment or be unexported (golint)
    • Line 60: warning: exported function NewDecodeFilter should have comment or be unexported (golint)
    • Line 64: warning: exported method DecodeFilter.FromResource should have comment or be unexported (golint)
    • Line 72: warning: exported method DecodeFilter.FromRef should have comment or be unexported (golint)
    • system/rest/handlers/permissions.go
    • Line 20: warning: comment on exported type PermissionsAPI should be of the form "PermissionsAPI ..." (with optional leading article) (golint)
    • Line 29: warning: comment on exported type Permissions should be of the form "Permissions ..." (with optional leading article) (golint)
    • Line 39: warning: exported function NewPermissions should have comment or be unexported (golint)
    • Line 124: warning: exported method Permissions.MountRoutes should have comment or be unexported (golint)

gocyclo89%

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.

    • pkg/envoy/store/system.go
    • Line 371: warning: cyclomatic complexity 19 of function (*systemDecoder).decodeRbac() is high (> 15) (gocyclo)
    • Line 538: warning: cyclomatic complexity 18 of function (*DecodeFilter).systemFromResource() is high (> 15) (gocyclo)
    • pkg/wfexec/session.go
    • Line 584: warning: cyclomatic complexity 41 of function (*Session).exec() is high (> 15) (gocyclo)
    • Line 414: warning: cyclomatic complexity 16 of function (*Session).worker() is high (> 15) (gocyclo)
    • automation/service/workflow.go
    • Line 487: warning: cyclomatic complexity 30 of function (*workflow).Exec() is high (> 15) (gocyclo)
    • Line 353: warning: cyclomatic complexity 23 of function (workflow).handleUpdate() is high (> 15) (gocyclo)
    • auth/auth.go
    • Line 53: warning: cyclomatic complexity 18 of function New() is high (> 15) (gocyclo)
    • federation/rest/request/syncData.go
    • Line 411: warning: cyclomatic complexity 18 of function (*SyncDataReadExposedSocial).Fill() is high (> 15) (gocyclo)
    • Line 298: warning: cyclomatic complexity 18 of function (*SyncDataReadExposedInternal).Fill() is high (> 15) (gocyclo)
    • Line 191: warning: cyclomatic complexity 17 of function (*SyncDataReadExposedAll).Fill() is high (> 15) (gocyclo)
    • system/rest/request/template.go
    • Line 613: warning: cyclomatic complexity 32 of function (*TemplateUpdate).Fill() is high (> 15) (gocyclo)
    • Line 422: warning: cyclomatic complexity 31 of function (*TemplateCreate).Fill() is high (> 15) (gocyclo)
    • Line 292: warning: cyclomatic complexity 29 of function (*TemplateList).Fill() is high (> 15) (gocyclo)
    • system/rest/request/role.go
    • Line 302: warning: cyclomatic complexity 26 of function (*RoleList).Fill() is high (> 15) (gocyclo)
    • Line 525: warning: cyclomatic complexity 20 of function (*RoleUpdate).Fill() is high (> 15) (gocyclo)
    • Line 408: warning: cyclomatic complexity 19 of function (*RoleCreate).Fill() is high (> 15) (gocyclo)
    • system/rest/request/apigwFilter.go
    • Line 438: warning: cyclomatic complexity 25 of function (*ApigwFilterUpdate).Fill() is high (> 15) (gocyclo)
    • Line 313: warning: cyclomatic complexity 24 of function (*ApigwFilterCreate).Fill() is high (> 15) (gocyclo)
    • Line 218: warning: cyclomatic complexity 19 of function (*ApigwFilterList).Fill() is high (> 15) (gocyclo)
    • system/rest/request/authClient.go
    • Line 604: warning: cyclomatic complexity 42 of function (*AuthClientUpdate).Fill() is high (> 15) (gocyclo)
    • Line 404: warning: cyclomatic complexity 41 of function (*AuthClientCreate).Fill() is high (> 15) (gocyclo)
    • Line 274: warning: cyclomatic complexity 20 of function (*AuthClientList).Fill() is high (> 15) (gocyclo)
    • pkg/ql/ast_parser.go
    • Line 133: warning: cyclomatic complexity 23 of function (*Parser).parseExpr() is high (> 15) (gocyclo)
    • Line 247: warning: cyclomatic complexity 19 of function (*Parser).parseSet() is high (> 15) (gocyclo)
    • automation/rest/request/workflow.go
    • Line 688: warning: cyclomatic complexity 44 of function (*WorkflowUpdate).Fill() is high (> 15) (gocyclo)
    • Line 478: warning: cyclomatic complexity 43 of function (*WorkflowCreate).Fill() is high (> 15) (gocyclo)
    • Line 331: warning: cyclomatic complexity 27 of function (*WorkflowList).Fill() is high (> 15) (gocyclo)
    • Line 1064: warning: cyclomatic complexity 22 of function (*WorkflowExec).Fill() is high (> 15) (gocyclo)
    • compose/rest/request/module.go
    • Line 288: warning: cyclomatic complexity 24 of function (*ModuleList).Fill() is high (> 15) (gocyclo)
    • Line 589: warning: cyclomatic complexity 23 of function (*ModuleUpdate).Fill() is high (> 15) (gocyclo)
    • Line 406: warning: cyclomatic complexity 19 of function (*ModuleCreate).Fill() is high (> 15) (gocyclo)
    • pkg/qlng/parser.go
    • Line 91: warning: cyclomatic complexity 23 of function (*Parser).parse() is high (> 15) (gocyclo)
    • Line 205: warning: cyclomatic complexity 19 of function (*Parser).parseSet() is high (> 15) (gocyclo)
    • system/rest/request/report.go
    • Line 239: warning: cyclomatic complexity 20 of function (*ReportList).Fill() is high (> 15) (gocyclo)
    • Line 469: warning: cyclomatic complexity 17 of function (*ReportUpdate).Fill() is high (> 15) (gocyclo)
    • Line 339: warning: cyclomatic complexity 16 of function (*ReportCreate).Fill() is high (> 15) (gocyclo)
    • system/rest/request/apigwRoute.go
    • Line 221: warning: cyclomatic complexity 27 of function (*ApigwRouteList).Fill() is high (> 15) (gocyclo)
    • Line 444: warning: cyclomatic complexity 22 of function (*ApigwRouteUpdate).Fill() is high (> 15) (gocyclo)
    • Line 332: warning: cyclomatic complexity 21 of function (*ApigwRouteCreate).Fill() is high (> 15) (gocyclo)
    • compose/rest/request/page.go
    • Line 785: warning: cyclomatic complexity 35 of function (*PageUpdate).Fill() is high (> 15) (gocyclo)
    • Line 521: warning: cyclomatic complexity 34 of function (*PageCreate).Fill() is high (> 15) (gocyclo)
    • Line 373: warning: cyclomatic complexity 27 of function (*PageList).Fill() is high (> 15) (gocyclo)
    • system/rest/request/reminder.go
    • Line 256: warning: cyclomatic complexity 35 of function (*ReminderList).Fill() is high (> 15) (gocyclo)
    • Line 468: warning: cyclomatic complexity 18 of function (*ReminderUpdate).Fill() is high (> 15) (gocyclo)
    • Line 374: warning: cyclomatic complexity 17 of function (*ReminderCreate).Fill() is high (> 15) (gocyclo)
    • automation/service/workflow_converter.go
    • Line 504: warning: cyclomatic complexity 40 of function verifyStep() is high (> 15) (gocyclo)
    • Line 35: warning: cyclomatic complexity 22 of function (workflowConverter).makeGraph() is high (> 15) (gocyclo)
    • Line 154: warning: cyclomatic complexity 18 of function (workflowConverter).workflowStepDefConv() is high (> 15) (gocyclo)
    • federation/rest/request/syncStructure.go
    • Line 250: warning: cyclomatic complexity 17 of function (*SyncStructureReadExposedSocial).Fill() is high (> 15) (gocyclo)
    • Line 149: warning: cyclomatic complexity 17 of function (*SyncStructureReadExposedInternal).Fill() is high (> 15) (gocyclo)
    • system/rest/request/queues.go
    • Line 359: warning: cyclomatic complexity 16 of function (*QueuesUpdate).Fill() is high (> 15) (gocyclo)
    • Line 167: warning: cyclomatic complexity 16 of function (*QueuesList).Fill() is high (> 15) (gocyclo)
    • system/service/role.go
    • Line 765: warning: cyclomatic complexity 18 of function initRoles() is high (> 15) (gocyclo)
    • Line 344: warning: cyclomatic complexity 16 of function (role).Update() is high (> 15) (gocyclo)
    • Line 862: warning: cyclomatic complexity 16 of function UpdateRbacRoles() is high (> 15) (gocyclo)
    • compose/rest/request/namespace.go
    • Line 542: warning: cyclomatic complexity 25 of function (*NamespaceUpdate).Fill() is high (> 15) (gocyclo)
    • Line 389: warning: cyclomatic complexity 21 of function (*NamespaceCreate).Fill() is high (> 15) (gocyclo)
    • Line 295: warning: cyclomatic complexity 20 of function (*NamespaceList).Fill() is high (> 15) (gocyclo)
    • system/rest/request/user.go
    • Line 381: warning: cyclomatic complexity 49 of function (*UserList).Fill() is high (> 15) (gocyclo)
    • Line 651: warning: cyclomatic complexity 22 of function (*UserUpdate).Fill() is high (> 15) (gocyclo)
    • Line 539: warning: cyclomatic complexity 21 of function (*UserCreate).Fill() is high (> 15) (gocyclo)
    • store/rdbms/users.gen.go
    • Line 649: warning: cyclomatic complexity 22 of function (*Store).checkUserConstraints() is high (> 15) (gocyclo)
    • Line 109: warning: cyclomatic complexity 16 of function (Store).fetchFullPageOfUsers() is high (> 15) (gocyclo)
    • store/rdbms/compose_records.go
    • Line 74: warning: cyclomatic complexity 21 of function (Store).SearchComposeRecords() is high (> 15) (gocyclo)
    • Line 459: warning: cyclomatic complexity 19 of function (Store).convertComposeRecordFilter() is high (> 15) (gocyclo)
    • Line 184: warning: cyclomatic complexity 18 of function (Store).composeRecordsPageNavigation() is high (> 15) (gocyclo)
    • app/boot_levels.go
    • Line 298: warning: cyclomatic complexity 17 of function (*CortezaApp).InitServices() is high (> 15) (gocyclo)
    • Line 157: warning: cyclomatic complexity 16 of function (*CortezaApp).InitStore() is high (> 15) (gocyclo)
    • system/renderer/gotenbergPDF.go
    • Line 218: warning: cyclomatic complexity 43 of function (*gotenbergPDFDriver).documentDimensions() is high (> 15) (gocyclo)
    • Line 131: warning: cyclomatic complexity 21 of function (*gotenbergPDFDriver).applyOptions() is high (> 15) (gocyclo)
    • pkg/report/step_join_strategies.go
    • Line 426: warning: cyclomatic complexity 36 of function (*joinedDataset).calcualteCursorConditions() is high (> 15) (gocyclo)
    • Line 258: warning: cyclomatic complexity 23 of function (*joinedDataset).sortFrameBuffers() is high (> 15) (gocyclo)
    • automation/rest/request/trigger.go
    • Line 661: warning: cyclomatic complexity 40 of function (*TriggerUpdate).Fill() is high (> 15) (gocyclo)
    • Line 469: warning: cyclomatic complexity 39 of function (*TriggerCreate).Fill() is high (> 15) (gocyclo)
    • Line 305: warning: cyclomatic complexity 37 of function (*TriggerList).Fill() is high (> 15) (gocyclo)
    • compose/automation/expr_types.go
    • Line 153: warning: cyclomatic complexity 22 of function CastToComposeRecordValues() is high (> 15) (gocyclo)
    • Line 350: warning: cyclomatic complexity 17 of function assignToComposeRecordValues() is high (> 15) (gocyclo)
    • system/service/auth.go
    • Line 115: warning: cyclomatic complexity 28 of function (auth).External() is high (> 15) (gocyclo)
    • Line 307: warning: cyclomatic complexity 23 of function (auth).InternalSignUp() is high (> 15) (gocyclo)
    • compose/service/record.go
    • Line 1048: warning: cyclomatic complexity 21 of function (record).Organize() is high (> 15) (gocyclo)
    • Line 1272: warning: cyclomatic complexity 19 of function (record).Iterator() is high (> 15) (gocyclo)
    • Line 355: warning: cyclomatic complexity 16 of function (record).Bulk() is high (> 15) (gocyclo)
    • system/rest/request/locale.go
    • Line 244: warning: cyclomatic complexity 25 of function (*LocaleListResource).Fill() is high (> 15) (gocyclo)
    • Line 471: warning: cyclomatic complexity 24 of function (*LocaleUpdateResource).Fill() is high (> 15) (gocyclo)
    • Line 351: warning: cyclomatic complexity 23 of function (*LocaleCreateResource).Fill() is high (> 15) (gocyclo)
    • compose/service/module.go
    • Line 591: warning: cyclomatic complexity 22 of function updateModuleFields() is high (> 15) (gocyclo)
    • Line 469: warning: cyclomatic complexity 21 of function (module).handleUpdate() is high (> 15) (gocyclo)
    • Line 329: warning: cyclomatic complexity 16 of function (module).updater() is high (> 15) (gocyclo)
    • Line 223: warning: cyclomatic complexity 16 of function (module).Create() is high (> 15) (gocyclo)
    • compose/rest/request/chart.go
    • Line 495: warning: cyclomatic complexity 23 of function (*ChartUpdate).Fill() is high (> 15) (gocyclo)
    • Line 219: warning: cyclomatic complexity 21 of function (*ChartList).Fill() is high (> 15) (gocyclo)
    • Line 325: warning: cyclomatic complexity 19 of function (*ChartCreate).Fill() is high (> 15) (gocyclo)
    • system/rest/request/application.go
    • Line 307: warning: cyclomatic complexity 30 of function (*ApplicationList).Fill() is high (> 15) (gocyclo)
    • Line 555: warning: cyclomatic complexity 25 of function (*ApplicationUpdate).Fill() is high (> 15) (gocyclo)
    • Line 430: warning: cyclomatic complexity 24 of function (*ApplicationCreate).Fill() is high (> 15) (gocyclo)
    • pkg/report/step_join.go
    • Line 156: warning: cyclomatic complexity 20 of function (*joinedDataset).Load() is high (> 15) (gocyclo)
    • Line 513: warning: cyclomatic complexity 18 of function (*joinedDataset).localBasedLoad() is high (> 15) (gocyclo)
    • Line 606: warning: cyclomatic complexity 17 of function (*joinedDataset).foreignBasedLoad() is high (> 15) (gocyclo)
    • store/rdbms/ast_transformer.go
    • Line 336: warning: cyclomatic complexity 19 of function (*astTransformer).analyze() is high (> 15) (gocyclo)
    • Line 263: warning: cyclomatic complexity 16 of function (*astTransformer).toSql() is high (> 15) (gocyclo)

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!