Preparing report...

Report for github.com/viant/endly

A+    Excellent!    Found 247 issues across 669 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!


golint66%

Golint is a linter for Go source code.

    • endly/model/msg/event.go
    • Line 9: warning: comment on exported type Event should be of the form "Event ..." (with optional leading article) (golint)
    • Line 73: warning: comment on exported function NewEventWithInit should be of the form "NewEventWithInit ..." (golint)
    • endly/system/kubernetes/extensions/v1beta1/daemon_set_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method DaemonSetCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method DaemonSetCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method DaemonSetCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method DaemonSetUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method DaemonSetUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method DaemonSetUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method DaemonSetUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method DaemonSetUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method DaemonSetUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method DaemonSetDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method DaemonSetDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method DaemonSetDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method DaemonSetDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method DaemonSetDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method DaemonSetDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method DaemonSetGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method DaemonSetGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method DaemonSetGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method DaemonSetListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method DaemonSetListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method DaemonSetListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method DaemonSetWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method DaemonSetWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method DaemonSetWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method DaemonSetPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method DaemonSetPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method DaemonSetPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/core/v1/persistent_volume_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method PersistentVolumeCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method PersistentVolumeCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method PersistentVolumeCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method PersistentVolumeUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method PersistentVolumeUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method PersistentVolumeUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method PersistentVolumeUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method PersistentVolumeUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method PersistentVolumeUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method PersistentVolumeDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method PersistentVolumeDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method PersistentVolumeDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method PersistentVolumeDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method PersistentVolumeDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method PersistentVolumeDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method PersistentVolumeGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method PersistentVolumeGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method PersistentVolumeGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method PersistentVolumeListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method PersistentVolumeListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method PersistentVolumeListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method PersistentVolumeWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method PersistentVolumeWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method PersistentVolumeWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method PersistentVolumePatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method PersistentVolumePatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method PersistentVolumePatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/apps/v1/controller_revision_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method ControllerRevisionCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method ControllerRevisionCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method ControllerRevisionCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method ControllerRevisionUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method ControllerRevisionUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method ControllerRevisionUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method ControllerRevisionDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method ControllerRevisionDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method ControllerRevisionDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method ControllerRevisionDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method ControllerRevisionDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method ControllerRevisionDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method ControllerRevisionGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method ControllerRevisionGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method ControllerRevisionGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method ControllerRevisionListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method ControllerRevisionListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method ControllerRevisionListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method ControllerRevisionWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method ControllerRevisionWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method ControllerRevisionWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method ControllerRevisionPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method ControllerRevisionPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method ControllerRevisionPatchRequest.GetId should have comment or be unexported (golint)
    • endly/model/msg/repeated.go
    • Line 9: warning: exported method RepeatedEvent.Message should have comment or be unexported (golint)
    • Line 15: warning: comment on exported function NewRepeatedEvent should be of the form "NewRepeatedEvent ..." (golint)
    • endly/system/storage/generate.go
    • Line 21: warning: comment on exported type GenerateRequest should be of the form "GenerateRequest ..." (with optional leading article) (golint)
    • Line 36: warning: comment on exported type GenerateResponse should be of the form "GenerateResponse ..." (with optional leading article) (golint)
    • endly/api.go
    • Line 84: warning: comment on exported type UseCase should be of the form "UseCase ..." (with optional leading article) (golint)
    • endly/system/exec/helper.go
    • Line 63: warning: comment on exported function OperatingSystem should be of the form "OperatingSystem ..." (golint)
    • Line 137: warning: comment on exported function NewSSHMultiReplayContext should be of the form "NewSSHMultiReplayContext ..." (golint)
    • endly/testing/msg/client.go
    • Line 12: warning: exported const ResourceVendorGoogleCloudPlatform should have comment (or a comment on this block) or be unexported (golint)
    • Line 17: warning: exported type Client should have comment or be unexported (golint)
    • endly/testing/runner/http/contract.go
    • Line 89: warning: comment on exported method SendResponse.Expand should be of the form "Expand ..." (golint)
    • Line 101: warning: comment on exported function NewSendResponseFromURL should be of the form "NewSendResponseFromURL ..." (golint)
    • Line 117: warning: exported method LoadRequest.Init should have comment or be unexported (golint)
    • Line 148: warning: exported method LoadRequest.Validate should have comment or be unexported (golint)
    • Line 167: warning: comment on exported type LoadResponse should be of the form "LoadResponse ..." (with optional leading article) (golint)
    • endly/deployment/deploy/contract.go
    • Line 14: warning: comment on exported type Request should be of the form "Request ..." (with optional leading article) (golint)
    • Line 24: warning: exported method Request.Expand should have comment or be unexported (golint)
    • Line 39: warning: comment on exported method Request.Init should be of the form "Init ..." (golint)
    • endly/system/kubernetes/core/v1/component_status_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method ComponentStatusCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method ComponentStatusCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method ComponentStatusCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method ComponentStatusUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method ComponentStatusUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method ComponentStatusUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method ComponentStatusDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method ComponentStatusDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method ComponentStatusDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method ComponentStatusDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method ComponentStatusDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method ComponentStatusDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method ComponentStatusGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method ComponentStatusGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method ComponentStatusGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method ComponentStatusListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method ComponentStatusListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method ComponentStatusListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method ComponentStatusWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method ComponentStatusWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method ComponentStatusWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method ComponentStatusPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method ComponentStatusPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method ComponentStatusPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/storage/copy/matcher.go
    • Line 10: warning: comment on exported type Matcher should be of the form "Matcher ..." (with optional leading article) (golint)
    • Line 17: warning: comment on exported method Matcher.Matcher should be of the form "Matcher ..." (golint)
    • endly/system/kubernetes/core/v1/node_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method NodeCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method NodeCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method NodeCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method NodeUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method NodeUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method NodeUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method NodeUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method NodeUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method NodeUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method NodeDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method NodeDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method NodeDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method NodeDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method NodeDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method NodeDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method NodeGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method NodeGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method NodeGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method NodeListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method NodeListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method NodeListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method NodeWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method NodeWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method NodeWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method NodePatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method NodePatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method NodePatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/exec/contract.go
    • Line 15: warning: exported var CommandErrors should have comment or be unexported (golint)
    • Line 40: warning: exported function NewOptions should have comment or be unexported (golint)
    • Line 59: warning: comment on exported type ExtractCommand should be of the form "ExtractCommand ..." (with optional leading article) (golint)
    • Line 70: warning: exported method ExtractCommand.Init should have comment or be unexported (golint)
    • Line 133: warning: comment on exported method ExtractRequest.Clone should be of the form "Clone ..." (golint)
    • Line 159: warning: comment on exported type SetTargetResponse should be of the form "SetTargetResponse ..." (with optional leading article) (golint)
    • Line 261: warning: comment on exported function NewRunRequestFromURL should be of the form "NewRunRequestFromURL ..." (golint)
    • endly/system/kubernetes/extensions/v1beta1/deployment_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 76: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 83: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 102: warning: exported method DeploymentCreateRequest.SetService should have comment or be unexported (golint)
    • Line 110: warning: exported method DeploymentCreateRequest.Call should have comment or be unexported (golint)
    • Line 118: warning: exported method DeploymentCreateRequest.GetId should have comment or be unexported (golint)
    • Line 122: warning: exported method DeploymentUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 130: warning: exported method DeploymentUpdateRequest.Call should have comment or be unexported (golint)
    • Line 138: warning: exported method DeploymentUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 142: warning: exported method DeploymentUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 150: warning: exported method DeploymentUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 158: warning: exported method DeploymentUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 162: warning: exported method DeploymentDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 170: warning: exported method DeploymentDeleteRequest.Call should have comment or be unexported (golint)
    • Line 178: warning: exported method DeploymentDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 182: warning: exported method DeploymentDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 190: warning: exported method DeploymentDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 198: warning: exported method DeploymentDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 202: warning: exported method DeploymentGetRequest.SetService should have comment or be unexported (golint)
    • Line 210: warning: exported method DeploymentGetRequest.Call should have comment or be unexported (golint)
    • Line 218: warning: exported method DeploymentGetRequest.GetId should have comment or be unexported (golint)
    • Line 222: warning: exported method DeploymentListRequest.SetService should have comment or be unexported (golint)
    • Line 230: warning: exported method DeploymentListRequest.Call should have comment or be unexported (golint)
    • Line 238: warning: exported method DeploymentListRequest.GetId should have comment or be unexported (golint)
    • Line 242: warning: exported method DeploymentWatchRequest.SetService should have comment or be unexported (golint)
    • Line 250: warning: exported method DeploymentWatchRequest.Call should have comment or be unexported (golint)
    • Line 258: warning: exported method DeploymentWatchRequest.GetId should have comment or be unexported (golint)
    • Line 262: warning: exported method DeploymentPatchRequest.SetService should have comment or be unexported (golint)
    • Line 270: warning: exported method DeploymentPatchRequest.Call should have comment or be unexported (golint)
    • Line 278: warning: exported method DeploymentPatchRequest.GetId should have comment or be unexported (golint)
    • Line 282: warning: exported method DeploymentGetScaleRequest.SetService should have comment or be unexported (golint)
    • Line 290: warning: exported method DeploymentGetScaleRequest.Call should have comment or be unexported (golint)
    • Line 298: warning: exported method DeploymentGetScaleRequest.GetId should have comment or be unexported (golint)
    • Line 302: warning: exported method DeploymentUpdateScaleRequest.SetService should have comment or be unexported (golint)
    • Line 310: warning: exported method DeploymentUpdateScaleRequest.Call should have comment or be unexported (golint)
    • Line 318: warning: exported method DeploymentUpdateScaleRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/shared/kind.go
    • Line 11: warning: exported type KindOperations should have comment or be unexported (golint)
    • Line 18: warning: exported method KindOperations.Lookup should have comment or be unexported (golint)
    • Line 34: warning: exported method KindOperations.NewRequest should have comment or be unexported (golint)
    • Line 45: warning: exported type KindMethodMeta should have comment or be unexported (golint)
    • Line 50: warning: exported function NewKindMethodMeta should have comment or be unexported (golint)
    • endly/model/activities.go
    • Line 14: warning: exported method Activities.Len should have comment or be unexported (golint)
    • Line 66: warning: exported method Activities.Last should have comment or be unexported (golint)
    • Line 75: warning: exported method Activities.First should have comment or be unexported (golint)
    • endly/system/kubernetes/apps/v1beta2/controller_revision_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method ControllerRevisionCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method ControllerRevisionCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method ControllerRevisionCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method ControllerRevisionUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method ControllerRevisionUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method ControllerRevisionUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method ControllerRevisionDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method ControllerRevisionDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method ControllerRevisionDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method ControllerRevisionDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method ControllerRevisionDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method ControllerRevisionDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method ControllerRevisionGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method ControllerRevisionGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method ControllerRevisionGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method ControllerRevisionListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method ControllerRevisionListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method ControllerRevisionListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method ControllerRevisionWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method ControllerRevisionWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method ControllerRevisionWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method ControllerRevisionPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method ControllerRevisionPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method ControllerRevisionPatchRequest.GetId should have comment or be unexported (golint)
    • endly/cli/group.go
    • Line 8: warning: exported type MessageGroup should have comment or be unexported (golint)
    • Line 35: warning: exported method MessageGroup.Set should have comment or be unexported (golint)
    • Line 44: warning: exported method MessageGroup.Reset should have comment or be unexported (golint)
    • endly/system/kubernetes/apps/v1beta2/deployment_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method DeploymentCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method DeploymentCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method DeploymentCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method DeploymentUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method DeploymentUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method DeploymentUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method DeploymentUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method DeploymentUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method DeploymentUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method DeploymentDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method DeploymentDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method DeploymentDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method DeploymentDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method DeploymentDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method DeploymentDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method DeploymentGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method DeploymentGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method DeploymentGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method DeploymentListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method DeploymentListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method DeploymentListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method DeploymentWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method DeploymentWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method DeploymentWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method DeploymentPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method DeploymentPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method DeploymentPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/storage/v1/volume_attachment_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method VolumeAttachmentCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method VolumeAttachmentCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method VolumeAttachmentCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method VolumeAttachmentUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method VolumeAttachmentUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method VolumeAttachmentUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method VolumeAttachmentUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method VolumeAttachmentUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method VolumeAttachmentUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method VolumeAttachmentDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method VolumeAttachmentDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method VolumeAttachmentDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method VolumeAttachmentDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method VolumeAttachmentDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method VolumeAttachmentDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method VolumeAttachmentGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method VolumeAttachmentGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method VolumeAttachmentGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method VolumeAttachmentListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method VolumeAttachmentListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method VolumeAttachmentListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method VolumeAttachmentWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method VolumeAttachmentWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method VolumeAttachmentWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method VolumeAttachmentPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method VolumeAttachmentPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method VolumeAttachmentPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/rbac/v1/role_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method RoleCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method RoleCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method RoleCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method RoleUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method RoleUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method RoleUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method RoleDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method RoleDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method RoleDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method RoleDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method RoleDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method RoleDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method RoleGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method RoleGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method RoleGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method RoleListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method RoleListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method RoleListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method RoleWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method RoleWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method RoleWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method RolePatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method RolePatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method RolePatchRequest.GetId should have comment or be unexported (golint)
    • endly/gen/web/meta.go
    • Line 5: warning: exported type SdkMeta should have comment or be unexported (golint)
    • Line 11: warning: exported type DbMeta should have comment or be unexported (golint)
    • Line 25: warning: exported type AppMeta should have comment or be unexported (golint)
    • Line 47: warning: exported method AppMeta.GetArguments should have comment or be unexported (golint)
    • endly/system/kubernetes/batch/v1/job_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method JobCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method JobCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method JobCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method JobUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method JobUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method JobUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method JobUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method JobUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method JobUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method JobDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method JobDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method JobDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method JobDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method JobDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method JobDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method JobGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method JobGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method JobGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method JobListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method JobListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method JobListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method JobWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method JobWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method JobWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method JobPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method JobPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method JobPatchRequest.GetId should have comment or be unexported (golint)
    • endly/testing/endpoint/http/contract.go
    • Line 23: warning: exported method ListenRequest.Init should have comment or be unexported (golint)
    • Line 60: warning: exported type AppendRequest should have comment or be unexported (golint)
    • Line 76: warning: comment on exported type AppendResponse should be of the form "AppendResponse ..." (with optional leading article) (golint)
    • endly/notify/slack/contract.go
    • Line 12: warning: exported const PullDefaultTimeoutMs should have comment or be unexported (golint)
    • Line 37: warning: comment on exported type PullRequest should be of the form "PullRequest ..." (with optional leading article) (golint)
    • Line 44: warning: comment on exported type PullResponse should be of the form "PullResponse ..." (with optional leading article) (golint)
    • endly/system/cloud/gcp/cloudfunctions/client.go
    • Line 19: warning: exported method CtxClient.SetService should have comment or be unexported (golint)
    • Line 29: warning: exported method CtxClient.Service should have comment or be unexported (golint)
    • Line 33: warning: exported function InitRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function GetClient should have comment or be unexported (golint)
    • endly/system/kubernetes/rbac/v1/role_binding_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method RoleBindingCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method RoleBindingCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method RoleBindingCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method RoleBindingUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method RoleBindingUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method RoleBindingUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method RoleBindingDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method RoleBindingDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method RoleBindingDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method RoleBindingDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method RoleBindingDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method RoleBindingDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method RoleBindingGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method RoleBindingGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method RoleBindingGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method RoleBindingListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method RoleBindingListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method RoleBindingListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method RoleBindingWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method RoleBindingWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method RoleBindingWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method RoleBindingPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method RoleBindingPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method RoleBindingPatchRequest.GetId should have comment or be unexported (golint)
    • endly/model/process.go
    • Line 59: warning: comment on exported method Process.AddTagIDs should be of the form "AddTagIDs ..." (golint)
    • Line 86: warning: comment on exported type Processes should be of the form "Processes ..." (with optional leading article) (golint)
    • Line 177: warning: comment on exported type ExecutionError should be of the form "ExecutionError ..." (with optional leading article) (golint)
    • endly/system/cloud/gcp/container/client.go
    • Line 18: warning: exported method CtxClient.SetService should have comment or be unexported (golint)
    • Line 27: warning: exported method CtxClient.Service should have comment or be unexported (golint)
    • Line 31: warning: exported function InitRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function GetClient should have comment or be unexported (golint)
    • endly/system/kubernetes/shared/client.go
    • Line 10: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 34: warning: exported method CtxClient.EndpointIP should have comment or be unexported (golint)
    • Line 38: warning: exported method CtxClient.ConfigPath should have comment or be unexported (golint)
    • Line 54: warning: exported method CtxClient.Clientset should have comment or be unexported (golint)
    • endly/model/msg/output.go
    • Line 8: warning: exported type OutputEvent should have comment or be unexported (golint)
    • Line 14: warning: exported method OutputEvent.Messages should have comment or be unexported (golint)
    • Line 27: warning: exported function NewOutputEvent should have comment or be unexported (golint)
    • endly/util/cred.go
    • Line 12: warning: exported function GetDummyCredential should have comment or be unexported (golint)
    • Line 16: warning: exported function GetCredential should have comment or be unexported (golint)
    • Line 26: warning: exported function GetUsername should have comment or be unexported (golint)
    • endly/system/docker/contract_gen.go
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 29: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 36: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 44: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 52: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 60: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 68: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 76: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 84: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 92: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 99: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 105: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 113: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 122: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 130: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 137: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 145: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 153: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 160: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 167: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 174: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 181: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 189: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 196: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 204: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 214: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 221: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 228: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 236: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 243: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 251: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 258: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 265: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 272: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 279: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 287: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 294: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 301: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 309: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 318: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 326: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 333: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 339: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 346: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 355: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 362: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 370: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 376: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 383: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 391: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 399: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 407: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 415: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 424: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 432: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 440: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 448: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 454: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 462: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 469: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 477: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 486: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 493: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 501: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 507: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 515: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 522: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 530: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 537: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 545: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 553: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 561: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 569: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 576: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 584: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 594: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 602: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 610: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 617: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 625: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 631: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 639: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 647: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 655: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 662: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 669: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 676: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 686: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 693: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 700: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 709: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 716: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 724: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 732: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 741: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 748: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 756: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 764: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 771: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 778: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 787: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 794: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • endly/system/kubernetes/storage/v1/storage_class_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method StorageClassCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method StorageClassCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method StorageClassCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method StorageClassUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method StorageClassUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method StorageClassUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method StorageClassDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method StorageClassDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method StorageClassDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method StorageClassDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method StorageClassDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method StorageClassDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method StorageClassGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method StorageClassGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method StorageClassGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method StorageClassListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method StorageClassListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method StorageClassListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method StorageClassWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method StorageClassWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method StorageClassWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method StorageClassPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method StorageClassPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method StorageClassPatchRequest.GetId should have comment or be unexported (golint)
    • endly/udf/avro.go
    • Line 45: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • endly/system/cloud/gcp/pubsub/client.go
    • Line 18: warning: exported method CtxClient.SetService should have comment or be unexported (golint)
    • Line 27: warning: exported method CtxClient.Service should have comment or be unexported (golint)
    • Line 31: warning: exported function InitRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function GetClient should have comment or be unexported (golint)
    • endly/system/storage/event.go
    • Line 13: warning: comment on exported method RemoveRequest.Messages should be of the form "Messages ..." (golint)
    • Line 28: warning: comment on exported method UploadRequest.Messages should be of the form "Messages ..." (golint)
    • Line 40: warning: comment on exported method DownloadRequest.Messages should be of the form "Messages ..." (golint)
    • Line 52: warning: comment on exported method CopyRequest.Messages should be of the form "Messages ..." (golint)
    • Line 73: warning: comment on exported method GenerateRequest.Messages should be of the form "Messages ..." (golint)
    • Line 88: warning: comment on exported method GenerateResponse.Messages should be of the form "Messages ..." (golint)
    • Line 101: warning: comment on exported method ListResponse.Messages should be of the form "Messages ..." (golint)
    • Line 121: warning: comment on exported method ExistsResponse.Messages should be of the form "Messages ..." (golint)
    • endly/system/cloud/aws/s3/contract.go
    • Line 23: warning: exported type LambdaFunctionConfiguration should have comment or be unexported (golint)
    • Line 29: warning: exported type QueueConfiguration should have comment or be unexported (golint)
    • Line 36: warning: exported type TopicConfiguration should have comment or be unexported (golint)
    • Line 43: warning: exported type NotificationConfiguration should have comment or be unexported (golint)
    • Line 49: warning: exported type SetupBucketNotificationOutput should have comment or be unexported (golint)
    • Line 56: warning: exported method SetupBucketNotificationInput.Init should have comment or be unexported (golint)
    • Line 105: warning: exported method LambdaFunctionConfiguration.Init should have comment or be unexported (golint)
    • Line 120: warning: exported method SetupBucketNotificationInput.Validate should have comment or be unexported (golint)
    • endly/system/cloud/aws/lambda/contract.go
    • Line 18: warning: exported type EventSourceMapping should have comment or be unexported (golint)
    • Line 37: warning: exported type DeployOutput should have comment or be unexported (golint)
    • Line 94: warning: exported method DeployInput.Validate should have comment or be unexported (golint)
    • Line 108: warning: exported method SetupTriggerSourceInput.Validate should have comment or be unexported (golint)
    • endly/bootstrap/bootstrap.go
    • Line 12: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 14: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 18: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 26: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 29: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 34: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 38: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 45: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 51: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 54: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 58: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 72: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 82: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 94: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 192: warning: exported function Bootstrap should have comment or be unexported (golint)
    • Line 372: warning: don't use underscores in Go names; var signal_chan should be signalChan (golint)
    • Line 378: warning: don't use underscores in Go names; var exit_chan should be exitChan (golint)
    • endly/system/cloud/aws/lambda/schedule.go
    • Line 14: warning: exported type ScheduleEvent should have comment or be unexported (golint)
    • Line 26: warning: exported method ScheduleEvent.Init should have comment or be unexported (golint)
    • Line 41: warning: exported method Schedule.Init should have comment or be unexported (golint)
    • Line 67: warning: exported method DeployInput.ScheduleEventsInput should have comment or be unexported (golint)
    • endly/testing/runner/http/trips.go
    • Line 11: warning: comment on exported const TripsKey should be of the form "TripsKey ..." (golint)
    • Line 13: warning: exported const TripRequests should have comment or be unexported (golint)
    • Line 14: warning: exported const TripResponses should have comment or be unexported (golint)
    • Line 15: warning: exported const TripData should have comment or be unexported (golint)
    • Line 17: warning: comment on exported type Trips should be of the form "Trips ..." (with optional leading article) (golint)
    • endly/gen/template/app/go/webdb/service_contract.go
    • Line 7: warning: exported type Response should have comment or be unexported (golint)
    • Line 13: warning: exported function NewResponse should have comment or be unexported (golint)
    • Line 18: warning: exported method Response.SetError should have comment or be unexported (golint)
    • Line 23: warning: exported method Response.GetStatusCode should have comment or be unexported (golint)
    • Line 30: warning: exported type FindRequest should have comment or be unexported (golint)
    • Line 34: warning: exported type FindResponse should have comment or be unexported (golint)
    • Line 39: warning: exported type GetRequest should have comment or be unexported (golint)
    • Line 43: warning: exported type GetResponse should have comment or be unexported (golint)
    • Line 48: warning: exported type GetTypeRequest should have comment or be unexported (golint)
    • Line 52: warning: exported type GetTypeResponse should have comment or be unexported (golint)
    • Line 57: warning: exported type PersistRequest should have comment or be unexported (golint)
    • Line 61: warning: exported type PersistResponse should have comment or be unexported (golint)
    • endly/cli/runner.go
    • Line 46: warning: comment on exported type Runner should be of the form "Runner ..." (with optional leading article) (golint)
    • Line 596: warning: exported method Runner.AsListener should have comment or be unexported (golint)
    • endly/system/cloud/gcp/cloudfunctions/contract.go
    • Line 40: warning: comment on exported type ListRequest should be of the form "ListRequest ..." (with optional leading article) (golint)
    • Line 45: warning: comment on exported type ListResponse should be of the form "ListResponse ..." (with optional leading article) (golint)
    • endly/system/kubernetes/core/v1/persistent_volume_claim_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method PersistentVolumeClaimCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method PersistentVolumeClaimCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method PersistentVolumeClaimCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method PersistentVolumeClaimUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method PersistentVolumeClaimUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method PersistentVolumeClaimUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method PersistentVolumeClaimUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method PersistentVolumeClaimUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method PersistentVolumeClaimUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method PersistentVolumeClaimDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method PersistentVolumeClaimDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method PersistentVolumeClaimDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method PersistentVolumeClaimDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method PersistentVolumeClaimDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method PersistentVolumeClaimDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method PersistentVolumeClaimGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method PersistentVolumeClaimGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method PersistentVolumeClaimGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method PersistentVolumeClaimListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method PersistentVolumeClaimListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method PersistentVolumeClaimListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method PersistentVolumeClaimWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method PersistentVolumeClaimWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method PersistentVolumeClaimWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method PersistentVolumeClaimPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method PersistentVolumeClaimPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method PersistentVolumeClaimPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/cloud/gcp/cloudscheduler/contract.go
    • Line 11: warning: comment on exported type DeployRequest should be of the form "DeployRequest ..." (with optional leading article) (golint)
    • Line 21: warning: exported method DeployRequest.Validate should have comment or be unexported (golint)
    • Line 28: warning: exported method DeployRequest.Parent should have comment or be unexported (golint)
    • Line 35: warning: exported method DeployRequest.Init should have comment or be unexported (golint)
    • Line 51: warning: comment on exported type DeployResponse should be of the form "DeployResponse ..." (with optional leading article) (golint)
    • endly/system/kubernetes/core/v1/pod_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method PodCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method PodCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method PodCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method PodUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method PodUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method PodUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method PodUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method PodUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method PodUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method PodDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method PodDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method PodDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method PodDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method PodDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method PodDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method PodGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method PodGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method PodGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method PodListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method PodListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method PodListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method PodWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method PodWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method PodWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method PodPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method PodPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method PodPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/cloud/aws/lambda/event.go
    • Line 9: warning: exported type EventTriggerInfo should have comment or be unexported (golint)
    • Line 33: warning: exported type SetupFunctionEvent should have comment or be unexported (golint)
    • Line 38: warning: exported method SetupFunctionEvent.Messages should have comment or be unexported (golint)
    • Line 51: warning: exported type FunctionInfo should have comment or be unexported (golint)
    • Line 56: warning: exported function NewSetupFunctionEvent should have comment or be unexported (golint)
    • Line 80: warning: exported method DeployOutput.Messages should have comment or be unexported (golint)
    • endly/system/cloud/gcp/client.go
    • Line 28: warning: exported method AbstractClient.SetContext should have comment or be unexported (golint)
    • Line 32: warning: exported method AbstractClient.Context should have comment or be unexported (golint)
    • Line 36: warning: exported method AbstractClient.SetCredConfig should have comment or be unexported (golint)
    • Line 40: warning: exported method AbstractClient.SetHttpClient should have comment or be unexported (golint)
    • Line 44: warning: exported method AbstractClient.SetService should have comment or be unexported (golint)
    • Line 49: warning: exported method AbstractClient.Service should have comment or be unexported (golint)
    • endly/system/kubernetes/core/v1/limit_range_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method LimitRangeCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method LimitRangeCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method LimitRangeCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method LimitRangeUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method LimitRangeUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method LimitRangeUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method LimitRangeDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method LimitRangeDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method LimitRangeDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method LimitRangeDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method LimitRangeDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method LimitRangeDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method LimitRangeGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method LimitRangeGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method LimitRangeGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method LimitRangeListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method LimitRangeListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method LimitRangeListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method LimitRangeWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method LimitRangeWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method LimitRangeWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method LimitRangePatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method LimitRangePatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method LimitRangePatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/cloud/aws/sns/contract.go
    • Line 32: warning: comment on exported method SetupSubscriptionInput.Validate should be of the form "Validate ..." (golint)
    • Line 47: warning: exported method SetupPermissionInput.Init should have comment or be unexported (golint)
    • Line 59: warning: exported method SetupPermissionInput.Validate should have comment or be unexported (golint)
    • endly/system/cloud/gcp/kms/contract.go
    • Line 12: warning: exported type KeyInfo should have comment or be unexported (golint)
    • Line 30: warning: comment on exported type DeployKeyResponse should be of the form "DeployKeyResponse ..." (with optional leading article) (golint)
    • Line 73: warning: comment on exported function NewDecryptRequest should be of the form "NewDecryptRequest ..." (golint)
    • Line 145: warning: exported method EncryptRequest.Validate should have comment or be unexported (golint)
    • Line 165: warning: exported method KeyInfo.Validate should have comment or be unexported (golint)
    • Line 176: warning: exported method DeployKeyRequest.Validate should have comment or be unexported (golint)
    • Line 186: warning: exported method DeployKeyRequest.Init should have comment or be unexported (golint)
    • endly/system/kubernetes/policy/v1beta1/pod_disruption_budget_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method PodDisruptionBudgetCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method PodDisruptionBudgetCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method PodDisruptionBudgetCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method PodDisruptionBudgetUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method PodDisruptionBudgetUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method PodDisruptionBudgetUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method PodDisruptionBudgetUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method PodDisruptionBudgetUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method PodDisruptionBudgetUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method PodDisruptionBudgetDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method PodDisruptionBudgetDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method PodDisruptionBudgetDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method PodDisruptionBudgetDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method PodDisruptionBudgetDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method PodDisruptionBudgetDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method PodDisruptionBudgetGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method PodDisruptionBudgetGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method PodDisruptionBudgetGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method PodDisruptionBudgetListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method PodDisruptionBudgetListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method PodDisruptionBudgetListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method PodDisruptionBudgetWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method PodDisruptionBudgetWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method PodDisruptionBudgetWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method PodDisruptionBudgetPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method PodDisruptionBudgetPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method PodDisruptionBudgetPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/shared/event.go
    • Line 8: warning: exported type OutputEvent should have comment or be unexported (golint)
    • Line 14: warning: exported method OutputEvent.Messages should have comment or be unexported (golint)
    • Line 35: warning: exported function NewOutputEvent should have comment or be unexported (golint)
    • endly/system/cloud/gcp/storage/client.go
    • Line 18: warning: exported method CtxClient.SetService should have comment or be unexported (golint)
    • Line 27: warning: exported method CtxClient.Service should have comment or be unexported (golint)
    • Line 31: warning: exported function InitRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function GetClient should have comment or be unexported (golint)
    • endly/system/kubernetes/apps/v1/deployment_contract.go
    • Line 17: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 23: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 29: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 56: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 62: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 68: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 77: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 84: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 103: warning: exported method DeploymentCreateRequest.SetService should have comment or be unexported (golint)
    • Line 111: warning: exported method DeploymentCreateRequest.Call should have comment or be unexported (golint)
    • Line 119: warning: exported method DeploymentCreateRequest.GetId should have comment or be unexported (golint)
    • Line 123: warning: exported method DeploymentUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 131: warning: exported method DeploymentUpdateRequest.Call should have comment or be unexported (golint)
    • Line 139: warning: exported method DeploymentUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 143: warning: exported method DeploymentUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 151: warning: exported method DeploymentUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 159: warning: exported method DeploymentUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 163: warning: exported method DeploymentDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 171: warning: exported method DeploymentDeleteRequest.Call should have comment or be unexported (golint)
    • Line 179: warning: exported method DeploymentDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 183: warning: exported method DeploymentDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 191: warning: exported method DeploymentDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 199: warning: exported method DeploymentDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 203: warning: exported method DeploymentGetRequest.SetService should have comment or be unexported (golint)
    • Line 211: warning: exported method DeploymentGetRequest.Call should have comment or be unexported (golint)
    • Line 219: warning: exported method DeploymentGetRequest.GetId should have comment or be unexported (golint)
    • Line 223: warning: exported method DeploymentListRequest.SetService should have comment or be unexported (golint)
    • Line 231: warning: exported method DeploymentListRequest.Call should have comment or be unexported (golint)
    • Line 239: warning: exported method DeploymentListRequest.GetId should have comment or be unexported (golint)
    • Line 243: warning: exported method DeploymentWatchRequest.SetService should have comment or be unexported (golint)
    • Line 251: warning: exported method DeploymentWatchRequest.Call should have comment or be unexported (golint)
    • Line 259: warning: exported method DeploymentWatchRequest.GetId should have comment or be unexported (golint)
    • Line 263: warning: exported method DeploymentPatchRequest.SetService should have comment or be unexported (golint)
    • Line 271: warning: exported method DeploymentPatchRequest.Call should have comment or be unexported (golint)
    • Line 279: warning: exported method DeploymentPatchRequest.GetId should have comment or be unexported (golint)
    • Line 283: warning: exported method DeploymentGetScaleRequest.SetService should have comment or be unexported (golint)
    • Line 291: warning: exported method DeploymentGetScaleRequest.Call should have comment or be unexported (golint)
    • Line 299: warning: exported method DeploymentGetScaleRequest.GetId should have comment or be unexported (golint)
    • Line 303: warning: exported method DeploymentUpdateScaleRequest.SetService should have comment or be unexported (golint)
    • Line 311: warning: exported method DeploymentUpdateScaleRequest.Call should have comment or be unexported (golint)
    • Line 319: warning: exported method DeploymentUpdateScaleRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/extensions/v1beta1/ingress_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method IngressCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method IngressCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method IngressCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method IngressUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method IngressUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method IngressUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method IngressUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method IngressUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method IngressUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method IngressDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method IngressDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method IngressDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method IngressDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method IngressDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method IngressDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method IngressGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method IngressGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method IngressGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method IngressListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method IngressListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method IngressListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method IngressWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method IngressWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method IngressWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method IngressPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method IngressPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method IngressPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/core/v1/replication_controller_contract.go
    • Line 17: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 23: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 29: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 56: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 62: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 68: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 77: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 84: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 103: warning: exported method ReplicationControllerCreateRequest.SetService should have comment or be unexported (golint)
    • Line 111: warning: exported method ReplicationControllerCreateRequest.Call should have comment or be unexported (golint)
    • Line 119: warning: exported method ReplicationControllerCreateRequest.GetId should have comment or be unexported (golint)
    • Line 123: warning: exported method ReplicationControllerUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 131: warning: exported method ReplicationControllerUpdateRequest.Call should have comment or be unexported (golint)
    • Line 139: warning: exported method ReplicationControllerUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 143: warning: exported method ReplicationControllerUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 151: warning: exported method ReplicationControllerUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 159: warning: exported method ReplicationControllerUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 163: warning: exported method ReplicationControllerDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 171: warning: exported method ReplicationControllerDeleteRequest.Call should have comment or be unexported (golint)
    • Line 179: warning: exported method ReplicationControllerDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 183: warning: exported method ReplicationControllerDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 191: warning: exported method ReplicationControllerDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 199: warning: exported method ReplicationControllerDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 203: warning: exported method ReplicationControllerGetRequest.SetService should have comment or be unexported (golint)
    • Line 211: warning: exported method ReplicationControllerGetRequest.Call should have comment or be unexported (golint)
    • Line 219: warning: exported method ReplicationControllerGetRequest.GetId should have comment or be unexported (golint)
    • Line 223: warning: exported method ReplicationControllerListRequest.SetService should have comment or be unexported (golint)
    • Line 231: warning: exported method ReplicationControllerListRequest.Call should have comment or be unexported (golint)
    • Line 239: warning: exported method ReplicationControllerListRequest.GetId should have comment or be unexported (golint)
    • Line 243: warning: exported method ReplicationControllerWatchRequest.SetService should have comment or be unexported (golint)
    • Line 251: warning: exported method ReplicationControllerWatchRequest.Call should have comment or be unexported (golint)
    • Line 259: warning: exported method ReplicationControllerWatchRequest.GetId should have comment or be unexported (golint)
    • Line 263: warning: exported method ReplicationControllerPatchRequest.SetService should have comment or be unexported (golint)
    • Line 271: warning: exported method ReplicationControllerPatchRequest.Call should have comment or be unexported (golint)
    • Line 279: warning: exported method ReplicationControllerPatchRequest.GetId should have comment or be unexported (golint)
    • Line 283: warning: exported method ReplicationControllerGetScaleRequest.SetService should have comment or be unexported (golint)
    • Line 291: warning: exported method ReplicationControllerGetScaleRequest.Call should have comment or be unexported (golint)
    • Line 299: warning: exported method ReplicationControllerGetScaleRequest.GetId should have comment or be unexported (golint)
    • Line 303: warning: exported method ReplicationControllerUpdateScaleRequest.SetService should have comment or be unexported (golint)
    • Line 311: warning: exported method ReplicationControllerUpdateScaleRequest.Call should have comment or be unexported (golint)
    • Line 319: warning: exported method ReplicationControllerUpdateScaleRequest.GetId should have comment or be unexported (golint)
    • endly/cli/filter.go
    • Line 32: warning: comment on exported function WildcardFilter should be of the form "WildcardFilter ..." (golint)
    • endly/system/kubernetes/policy/v1beta1/pod_security_policy_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method PodSecurityPolicyCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method PodSecurityPolicyCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method PodSecurityPolicyCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method PodSecurityPolicyUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method PodSecurityPolicyUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method PodSecurityPolicyUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method PodSecurityPolicyDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method PodSecurityPolicyDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method PodSecurityPolicyDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method PodSecurityPolicyDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method PodSecurityPolicyDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method PodSecurityPolicyDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method PodSecurityPolicyGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method PodSecurityPolicyGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method PodSecurityPolicyGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method PodSecurityPolicyListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method PodSecurityPolicyListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method PodSecurityPolicyListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method PodSecurityPolicyWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method PodSecurityPolicyWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method PodSecurityPolicyWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method PodSecurityPolicyPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method PodSecurityPolicyPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method PodSecurityPolicyPatchRequest.GetId should have comment or be unexported (golint)
    • endly/testing/endpoint/smtp/contract.go
    • Line 21: warning: exported method ListenRequest.Init should have comment or be unexported (golint)
    • Line 48: warning: exported method ListenRequest.Validate should have comment or be unexported (golint)
    • Line 76: warning: exported method AssertRequest.Init should have comment or be unexported (golint)
    • endly/system/kubernetes/batch/v1beta1/cron_job_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method CronJobCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method CronJobCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method CronJobCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method CronJobUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method CronJobUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method CronJobUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method CronJobUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method CronJobUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method CronJobUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method CronJobDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method CronJobDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method CronJobDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method CronJobDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method CronJobDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method CronJobDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method CronJobGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method CronJobGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method CronJobGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method CronJobListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method CronJobListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method CronJobListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method CronJobWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method CronJobWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method CronJobWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method CronJobPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method CronJobPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method CronJobPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/cloud/gcp/event.go
    • Line 9: warning: exported type OutputEvent should have comment or be unexported (golint)
    • Line 15: warning: exported method OutputEvent.Messages should have comment or be unexported (golint)
    • Line 34: warning: exported function NewOutputEvent should have comment or be unexported (golint)
    • endly/system/kubernetes/settings/v1alpha1/pod_preset_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method PodPresetCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method PodPresetCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method PodPresetCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method PodPresetUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method PodPresetUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method PodPresetUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method PodPresetDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method PodPresetDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method PodPresetDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method PodPresetDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method PodPresetDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method PodPresetDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method PodPresetGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method PodPresetGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method PodPresetGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method PodPresetListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method PodPresetListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method PodPresetListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method PodPresetWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method PodPresetWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method PodPresetWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method PodPresetPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method PodPresetPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method PodPresetPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/core/v1/pod_template_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method PodTemplateCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method PodTemplateCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method PodTemplateCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method PodTemplateUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method PodTemplateUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method PodTemplateUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method PodTemplateDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method PodTemplateDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method PodTemplateDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method PodTemplateDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method PodTemplateDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method PodTemplateDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method PodTemplateGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method PodTemplateGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method PodTemplateGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method PodTemplateListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method PodTemplateListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method PodTemplateListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method PodTemplateWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method PodTemplateWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method PodTemplateWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method PodTemplatePatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method PodTemplatePatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method PodTemplatePatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/cloud/aws/event.go
    • Line 8: warning: exported type OutputEvent should have comment or be unexported (golint)
    • Line 14: warning: exported method OutputEvent.Messages should have comment or be unexported (golint)
    • Line 27: warning: exported function NewOutputEvent should have comment or be unexported (golint)
    • endly/system/kubernetes/core/v1/service_account_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method ServiceAccountCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method ServiceAccountCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method ServiceAccountCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method ServiceAccountUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method ServiceAccountUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method ServiceAccountUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method ServiceAccountDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method ServiceAccountDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method ServiceAccountDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method ServiceAccountDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method ServiceAccountDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method ServiceAccountDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method ServiceAccountGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method ServiceAccountGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method ServiceAccountGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method ServiceAccountListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method ServiceAccountListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method ServiceAccountListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method ServiceAccountWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method ServiceAccountWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method ServiceAccountWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method ServiceAccountPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method ServiceAccountPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method ServiceAccountPatchRequest.GetId should have comment or be unexported (golint)
    • endly/model/inline_workflow.go
    • Line 18: warning: exported const ExplicitRequestAttributePrefix should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported type MapEntry should have comment or be unexported (golint)
    • Line 45: warning: exported type InlineWorkflow should have comment or be unexported (golint)
    • Line 222: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 229: warning: exported method InlineWorkflow.AsWorkflow should have comment or be unexported (golint)
    • endly/testing/runner/http/request.go
    • Line 16: warning: comment on exported type Request should be of the form "Request ..." (with optional leading article) (golint)
    • Line 53: warning: comment on exported method Request.Expand should be of the form "Expand ..." (golint)
    • endly/system/cloud/aws/iam/event.go
    • Line 8: warning: exported type PolicyEvenInfo should have comment or be unexported (golint)
    • Line 14: warning: exported type RoleEventInfo should have comment or be unexported (golint)
    • Line 21: warning: exported method RoleEventInfo.Messages should have comment or be unexported (golint)
    • Line 34: warning: exported function NewRoleEventInfo should have comment or be unexported (golint)
    • Line 44: warning: exported type GroupEventInfo should have comment or be unexported (golint)
    • Line 52: warning: exported method GroupEventInfo.Messages should have comment or be unexported (golint)
    • Line 65: warning: exported function NewGroupEventInfo should have comment or be unexported (golint)
    • Line 81: warning: exported type UserEventInfo should have comment or be unexported (golint)
    • Line 89: warning: exported method UserEventInfo.Messages should have comment or be unexported (golint)
    • Line 102: warning: exported function NewUserEventInfo should have comment or be unexported (golint)
    • Line 118: warning: exported method GetRoleInfoOutput.Messages should have comment or be unexported (golint)
    • Line 126: warning: exported method GetUserInfoOutput.Messages should have comment or be unexported (golint)
    • endly/system/cloud/gcp/kms/client.go
    • Line 18: warning: exported method CtxClient.SetService should have comment or be unexported (golint)
    • Line 27: warning: exported method CtxClient.Service should have comment or be unexported (golint)
    • Line 31: warning: exported function InitRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function GetClient should have comment or be unexported (golint)
    • endly/util/sync.go
    • Line 3: warning: exported function SetNonEmpty should have comment or be unexported (golint)
    • Line 11: warning: exported function SetNonZero should have comment or be unexported (golint)
    • endly/cli/style.go
    • Line 5: warning: exported type Style should have comment or be unexported (golint)
    • Line 17: warning: exported function NewStyle should have comment or be unexported (golint)
    • endly/system/cloud/gcp/compute/client.go
    • Line 18: warning: exported method CtxClient.SetService should have comment or be unexported (golint)
    • Line 27: warning: exported method CtxClient.Service should have comment or be unexported (golint)
    • Line 31: warning: exported function InitRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function GetClient should have comment or be unexported (golint)
    • endly/system/kubernetes/core/v1/secret_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method SecretCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method SecretCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method SecretCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method SecretUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method SecretUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method SecretUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method SecretDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method SecretDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method SecretDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method SecretDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method SecretDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method SecretDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method SecretGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method SecretGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method SecretGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method SecretListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method SecretListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method SecretListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method SecretWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method SecretWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method SecretWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method SecretPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method SecretPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method SecretPatchRequest.GetId should have comment or be unexported (golint)
    • endly/udf/contract.go
    • Line 13: warning: exported function NewRegisterRequestFromURL should have comment or be unexported (golint)
    • Line 19: warning: comment on exported type RegisterResponse should be of the form "RegisterResponse ..." (with optional leading article) (golint)
    • endly/system/docker/ssh/contract.go
    • Line 287: warning: comment on exported type CopyRequest should be of the form "CopyRequest ..." (with optional leading article) (golint)
    • Line 294: warning: exported method CopyRequest.Validate should have comment or be unexported (golint)
    • Line 326: warning: exported function NewRunRequest should have comment or be unexported (golint)
    • Line 373: warning: exported method StopImagesRequest.Validate should have comment or be unexported (golint)
    • Line 449: warning: comment on exported type ComposeRequest should be of the form "ComposeRequest ..." (with optional leading article) (golint)
    • Line 459: warning: exported type ComposeRequestUp should have comment or be unexported (golint)
    • Line 464: warning: exported type ComposeRequestDown should have comment or be unexported (golint)
    • Line 468: warning: exported method ComposeRequest.Init should have comment or be unexported (golint)
    • Line 476: warning: exported method ComposeRequest.Validate should have comment or be unexported (golint)
    • Line 504: warning: comment on exported type ComposeResponse should be of the form "ComposeResponse ..." (with optional leading article) (golint)
    • Line 509: warning: comment on exported type ComposeError should be of the form "ComposeError ..." (with optional leading article) (golint)
    • Line 519: warning: comment on exported function NewComposeError should be of the form "NewComposeError ..." (golint)
    • Line 528: warning: comment on exported type Compose should be of the form "Compose ..." (with optional leading article) (golint)
    • Line 536: warning: exported type DockerComposeService should have comment or be unexported (golint)
    • Line 542: warning: comment on exported type Ports should be of the form "Ports ..." (with optional leading article) (golint)
    • Line 549: warning: comment on exported type ExposePorts should be of the form "ExposePorts ..." (with optional leading article) (golint)
    • Line 555: warning: comment on exported type Volume should be of the form "Volume ..." (with optional leading article) (golint)
    • Line 569: warning: comment on exported type Network should be of the form "Network ..." (with optional leading article) (golint)
    • endly/system/kubernetes/rbac/v1/cluster_role_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method ClusterRoleCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method ClusterRoleCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method ClusterRoleCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method ClusterRoleUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method ClusterRoleUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method ClusterRoleUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method ClusterRoleDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method ClusterRoleDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method ClusterRoleDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method ClusterRoleDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method ClusterRoleDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method ClusterRoleDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method ClusterRoleGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method ClusterRoleGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method ClusterRoleGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method ClusterRoleListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method ClusterRoleListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method ClusterRoleListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method ClusterRoleWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method ClusterRoleWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method ClusterRoleWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method ClusterRolePatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method ClusterRolePatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method ClusterRolePatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/core/v1/resource_quota_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method ResourceQuotaCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method ResourceQuotaCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method ResourceQuotaCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method ResourceQuotaUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method ResourceQuotaUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method ResourceQuotaUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method ResourceQuotaUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method ResourceQuotaUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method ResourceQuotaUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method ResourceQuotaDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method ResourceQuotaDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method ResourceQuotaDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method ResourceQuotaDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method ResourceQuotaDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method ResourceQuotaDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method ResourceQuotaGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method ResourceQuotaGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method ResourceQuotaGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method ResourceQuotaListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method ResourceQuotaListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method ResourceQuotaListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method ResourceQuotaWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method ResourceQuotaWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method ResourceQuotaWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method ResourceQuotaPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method ResourceQuotaPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method ResourceQuotaPatchRequest.GetId should have comment or be unexported (golint)
    • endly/testing/runner/selenium/selector.go
    • Line 9: warning: exported type WebSelector should have comment or be unexported (golint)
    • Line 21: warning: comment on exported method WebElementSelector.Init should be of the form "Init ..." (golint)
    • Line 46: warning: exported method WebSelector.ByAndValue should have comment or be unexported (golint)
    • endly/gen/web/router.go
    • Line 16: warning: exported type Router should have comment or be unexported (golint)
    • Line 191: warning: exported function NewRouter should have comment or be unexported (golint)
    • endly/system/cloud/gcp/cloudscheduler/client.go
    • Line 18: warning: exported method CtxClient.SetService should have comment or be unexported (golint)
    • Line 27: warning: exported method CtxClient.Service should have comment or be unexported (golint)
    • Line 31: warning: exported function InitRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function GetClient should have comment or be unexported (golint)
    • endly/gen/web/map.go
    • Line 9: warning: exported type Map should have comment or be unexported (golint)
    • Line 33: warning: receiver name s should be consistent with previous receiver name m for mapSlice (golint)
    • Line 116: warning: exported function NewMap should have comment or be unexported (golint)
    • endly/system/kubernetes/autoscaling/v1/horizontal_pod_autoscaler_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method HorizontalPodAutoscalerCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method HorizontalPodAutoscalerCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method HorizontalPodAutoscalerCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method HorizontalPodAutoscalerUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method HorizontalPodAutoscalerUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method HorizontalPodAutoscalerUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method HorizontalPodAutoscalerUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method HorizontalPodAutoscalerUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method HorizontalPodAutoscalerUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method HorizontalPodAutoscalerDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method HorizontalPodAutoscalerDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method HorizontalPodAutoscalerDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method HorizontalPodAutoscalerDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method HorizontalPodAutoscalerDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method HorizontalPodAutoscalerDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method HorizontalPodAutoscalerGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method HorizontalPodAutoscalerGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method HorizontalPodAutoscalerGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method HorizontalPodAutoscalerListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method HorizontalPodAutoscalerListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method HorizontalPodAutoscalerListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method HorizontalPodAutoscalerWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method HorizontalPodAutoscalerWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method HorizontalPodAutoscalerWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method HorizontalPodAutoscalerPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method HorizontalPodAutoscalerPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method HorizontalPodAutoscalerPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/apps/v1beta2/stateful_set_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 76: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 83: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 102: warning: exported method StatefulSetCreateRequest.SetService should have comment or be unexported (golint)
    • Line 110: warning: exported method StatefulSetCreateRequest.Call should have comment or be unexported (golint)
    • Line 118: warning: exported method StatefulSetCreateRequest.GetId should have comment or be unexported (golint)
    • Line 122: warning: exported method StatefulSetUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 130: warning: exported method StatefulSetUpdateRequest.Call should have comment or be unexported (golint)
    • Line 138: warning: exported method StatefulSetUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 142: warning: exported method StatefulSetUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 150: warning: exported method StatefulSetUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 158: warning: exported method StatefulSetUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 162: warning: exported method StatefulSetDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 170: warning: exported method StatefulSetDeleteRequest.Call should have comment or be unexported (golint)
    • Line 178: warning: exported method StatefulSetDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 182: warning: exported method StatefulSetDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 190: warning: exported method StatefulSetDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 198: warning: exported method StatefulSetDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 202: warning: exported method StatefulSetGetRequest.SetService should have comment or be unexported (golint)
    • Line 210: warning: exported method StatefulSetGetRequest.Call should have comment or be unexported (golint)
    • Line 218: warning: exported method StatefulSetGetRequest.GetId should have comment or be unexported (golint)
    • Line 222: warning: exported method StatefulSetListRequest.SetService should have comment or be unexported (golint)
    • Line 230: warning: exported method StatefulSetListRequest.Call should have comment or be unexported (golint)
    • Line 238: warning: exported method StatefulSetListRequest.GetId should have comment or be unexported (golint)
    • Line 242: warning: exported method StatefulSetWatchRequest.SetService should have comment or be unexported (golint)
    • Line 250: warning: exported method StatefulSetWatchRequest.Call should have comment or be unexported (golint)
    • Line 258: warning: exported method StatefulSetWatchRequest.GetId should have comment or be unexported (golint)
    • Line 262: warning: exported method StatefulSetPatchRequest.SetService should have comment or be unexported (golint)
    • Line 270: warning: exported method StatefulSetPatchRequest.Call should have comment or be unexported (golint)
    • Line 278: warning: exported method StatefulSetPatchRequest.GetId should have comment or be unexported (golint)
    • Line 282: warning: exported method StatefulSetGetScaleRequest.SetService should have comment or be unexported (golint)
    • Line 290: warning: exported method StatefulSetGetScaleRequest.Call should have comment or be unexported (golint)
    • Line 298: warning: exported method StatefulSetGetScaleRequest.GetId should have comment or be unexported (golint)
    • Line 302: warning: exported method StatefulSetUpdateScaleRequest.SetService should have comment or be unexported (golint)
    • Line 310: warning: exported method StatefulSetUpdateScaleRequest.Call should have comment or be unexported (golint)
    • Line 318: warning: exported method StatefulSetUpdateScaleRequest.GetId should have comment or be unexported (golint)
    • endly/system/cloud/aws/iam/contract.go
    • Line 30: warning: comment on exported method SetupRolePolicyInput.Init should be of the form "Init ..." (golint)
    • Line 38: warning: exported type GetRoleInfoInput should have comment or be unexported (golint)
    • Line 39: warning: exported type GetRoleInfoOutput should have comment or be unexported (golint)
    • Line 45: warning: exported type GetUserInfoInput should have comment or be unexported (golint)
    • Line 46: warning: exported type GetUserInfoOutput should have comment or be unexported (golint)
    • Line 53: warning: exported type GetGroupInfoInput should have comment or be unexported (golint)
    • Line 55: warning: exported type GetGroupInfoOutput should have comment or be unexported (golint)
    • endly/system/cloud/gcp/bigquery/client.go
    • Line 18: warning: exported method CtxClient.SetService should have comment or be unexported (golint)
    • Line 27: warning: exported method CtxClient.Service should have comment or be unexported (golint)
    • Line 31: warning: exported function InitRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function GetClient should have comment or be unexported (golint)
    • endly/system/cloud/gcp/run/contract.go
    • Line 48: warning: exported type DeployResponse should have comment or be unexported (golint)
    • Line 64: warning: comment on exported type GetConfigurationRequest should be of the form "GetConfigurationRequest ..." (with optional leading article) (golint)
    • Line 70: warning: comment on exported type GetConfigurationResponse should be of the form "GetConfigurationResponse ..." (with optional leading article) (golint)
    • Line 75: warning: comment on exported method DeployRequest.Validate should be of the form "Validate ..." (golint)
    • Line 171: warning: exported method GetServiceRequest.Init should have comment or be unexported (golint)
    • Line 176: warning: exported method GetConfigurationRequest.Init should have comment or be unexported (golint)
    • Line 181: warning: exported method DeployRequest.Service should have comment or be unexported (golint)
    • endly/service.go
    • Line 6: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 194: warning: exported method AbstractService.RunInBackground should have comment or be unexported (golint)
    • endly/system/cloud/aws/apigateway/event.go
    • Line 9: warning: comment on exported type RestMethodInfo should be of the form "RestMethodInfo ..." (with optional leading article) (golint)
    • Line 18: warning: comment on exported type RestResourceInfo should be of the form "RestResourceInfo ..." (with optional leading article) (golint)
    • Line 34: warning: exported method ResetAPIEvent.Messages should have comment or be unexported (golint)
    • Line 47: warning: exported function NewResetAPIEvent should have comment or be unexported (golint)
    • endly/model/os.go
    • Line 9: warning: comment on exported type OperatingSystem should be of the form "OperatingSystem ..." (with optional leading article) (golint)
    • endly/system/kubernetes/apps/v1/daemon_set_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method DaemonSetCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method DaemonSetCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method DaemonSetCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method DaemonSetUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method DaemonSetUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method DaemonSetUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method DaemonSetUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method DaemonSetUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method DaemonSetUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method DaemonSetDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method DaemonSetDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method DaemonSetDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method DaemonSetDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method DaemonSetDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method DaemonSetDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method DaemonSetGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method DaemonSetGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method DaemonSetGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method DaemonSetListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method DaemonSetListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method DaemonSetListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method DaemonSetWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method DaemonSetWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method DaemonSetWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method DaemonSetPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method DaemonSetPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method DaemonSetPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/rbac/v1/cluster_role_binding_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method ClusterRoleBindingCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method ClusterRoleBindingCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method ClusterRoleBindingCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method ClusterRoleBindingUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method ClusterRoleBindingUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method ClusterRoleBindingUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method ClusterRoleBindingDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method ClusterRoleBindingDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method ClusterRoleBindingDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method ClusterRoleBindingDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method ClusterRoleBindingDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method ClusterRoleBindingDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method ClusterRoleBindingGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method ClusterRoleBindingGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method ClusterRoleBindingGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method ClusterRoleBindingListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method ClusterRoleBindingListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method ClusterRoleBindingListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method ClusterRoleBindingWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method ClusterRoleBindingWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method ClusterRoleBindingWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method ClusterRoleBindingPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method ClusterRoleBindingPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method ClusterRoleBindingPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/resource.go
    • Line 15: warning: exported function ProcessResource should have comment or be unexported (golint)
    • Line 99: warning: exported type ResourceStatus should have comment or be unexported (golint)
    • Line 113: warning: exported method ResourceInfo.ResourceStatus should have comment or be unexported (golint)
    • Line 120: warning: exported method ResourceInfo.ContainerPorts should have comment or be unexported (golint)
    • Line 128: warning: exported method ResourceInfo.Containers should have comment or be unexported (golint)
    • Line 142: warning: exported method ResourceInfo.IsReady should have comment or be unexported (golint)
    • endly/testing/msg/resource.go
    • Line 12: warning: exported const ResourceTypeTopic should have comment (or a comment on this block) or be unexported (golint)
    • Line 17: warning: exported type Resource should have comment or be unexported (golint)
    • Line 73: warning: comment on exported type ResourceSetup should be of the form "ResourceSetup ..." (with optional leading article) (golint)
    • Line 97: warning: exported method ResourceSetup.Validate should have comment or be unexported (golint)
    • endly/udf/protobuf.go
    • Line 25: warning: exported method ProtoCodec.AsMessage should have comment or be unexported (golint)
    • Line 43: warning: exported method ProtoCodec.AsBinary should have comment or be unexported (golint)
    • Line 152: warning: comment on exported function NewProtoReader should be of the form "NewProtoReader ..." (golint)
    • endly/system/cloud/aws/ec2/contract.go
    • Line 19: warning: comment on exported type GetVpcOutput should be of the form "GetVpcOutput ..." (with optional leading article) (golint)
    • Line 29: warning: comment on exported type GetInstanceOutput should be of the form "GetInstanceOutput ..." (with optional leading article) (golint)
    • Line 60: warning: comment on exported type GetVpcConfigOutput should be of the form "GetVpcConfigOutput ..." (with optional leading article) (golint)
    • endly/gen/web/service.go
    • Line 16: warning: exported type Service should have comment or be unexported (golint)
    • Line 91: warning: exported method Service.Get should have comment or be unexported (golint)
    • Line 109: warning: exported method Service.Run should have comment or be unexported (golint)
    • Line 262: warning: exported function NewService should have comment or be unexported (golint)
    • endly/cli/events.go
    • Line 51: warning: comment on exported method Events.EventTag should be of the form "EventTag ..." (golint)
    • Line 89: warning: exported method Events.TemplateEvent should have comment or be unexported (golint)
    • endly/system/kubernetes/apps/v1beta2/daemon_set_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method DaemonSetCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method DaemonSetCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method DaemonSetCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method DaemonSetUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method DaemonSetUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method DaemonSetUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method DaemonSetUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method DaemonSetUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method DaemonSetUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method DaemonSetDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method DaemonSetDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method DaemonSetDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method DaemonSetDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method DaemonSetDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method DaemonSetDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method DaemonSetGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method DaemonSetGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method DaemonSetGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method DaemonSetListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method DaemonSetListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method DaemonSetListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method DaemonSetWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method DaemonSetWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method DaemonSetWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method DaemonSetPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method DaemonSetPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method DaemonSetPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/extensions/v1beta1/replica_set_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 76: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 83: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 102: warning: exported method ReplicaSetCreateRequest.SetService should have comment or be unexported (golint)
    • Line 110: warning: exported method ReplicaSetCreateRequest.Call should have comment or be unexported (golint)
    • Line 118: warning: exported method ReplicaSetCreateRequest.GetId should have comment or be unexported (golint)
    • Line 122: warning: exported method ReplicaSetUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 130: warning: exported method ReplicaSetUpdateRequest.Call should have comment or be unexported (golint)
    • Line 138: warning: exported method ReplicaSetUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 142: warning: exported method ReplicaSetUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 150: warning: exported method ReplicaSetUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 158: warning: exported method ReplicaSetUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 162: warning: exported method ReplicaSetDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 170: warning: exported method ReplicaSetDeleteRequest.Call should have comment or be unexported (golint)
    • Line 178: warning: exported method ReplicaSetDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 182: warning: exported method ReplicaSetDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 190: warning: exported method ReplicaSetDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 198: warning: exported method ReplicaSetDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 202: warning: exported method ReplicaSetGetRequest.SetService should have comment or be unexported (golint)
    • Line 210: warning: exported method ReplicaSetGetRequest.Call should have comment or be unexported (golint)
    • Line 218: warning: exported method ReplicaSetGetRequest.GetId should have comment or be unexported (golint)
    • Line 222: warning: exported method ReplicaSetListRequest.SetService should have comment or be unexported (golint)
    • Line 230: warning: exported method ReplicaSetListRequest.Call should have comment or be unexported (golint)
    • Line 238: warning: exported method ReplicaSetListRequest.GetId should have comment or be unexported (golint)
    • Line 242: warning: exported method ReplicaSetWatchRequest.SetService should have comment or be unexported (golint)
    • Line 250: warning: exported method ReplicaSetWatchRequest.Call should have comment or be unexported (golint)
    • Line 258: warning: exported method ReplicaSetWatchRequest.GetId should have comment or be unexported (golint)
    • Line 262: warning: exported method ReplicaSetPatchRequest.SetService should have comment or be unexported (golint)
    • Line 270: warning: exported method ReplicaSetPatchRequest.Call should have comment or be unexported (golint)
    • Line 278: warning: exported method ReplicaSetPatchRequest.GetId should have comment or be unexported (golint)
    • Line 282: warning: exported method ReplicaSetGetScaleRequest.SetService should have comment or be unexported (golint)
    • Line 290: warning: exported method ReplicaSetGetScaleRequest.Call should have comment or be unexported (golint)
    • Line 298: warning: exported method ReplicaSetGetScaleRequest.GetId should have comment or be unexported (golint)
    • Line 302: warning: exported method ReplicaSetUpdateScaleRequest.SetService should have comment or be unexported (golint)
    • Line 310: warning: exported method ReplicaSetUpdateScaleRequest.Call should have comment or be unexported (golint)
    • Line 318: warning: exported method ReplicaSetUpdateScaleRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/core/v1/config_map_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method ConfigMapCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method ConfigMapCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method ConfigMapCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method ConfigMapUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method ConfigMapUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method ConfigMapUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method ConfigMapDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method ConfigMapDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method ConfigMapDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method ConfigMapDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method ConfigMapDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method ConfigMapDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method ConfigMapGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method ConfigMapGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method ConfigMapGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method ConfigMapListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method ConfigMapListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method ConfigMapListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method ConfigMapWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method ConfigMapWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method ConfigMapWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method ConfigMapPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method ConfigMapPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method ConfigMapPatchRequest.GetId should have comment or be unexported (golint)
    • endly/util/adapter/generator.go
    • Line 65: warning: exported type TypeMeta should have comment or be unexported (golint)
    • Line 92: warning: comment on exported type Generator should be of the form "Generator ..." (with optional leading article) (golint)
    • Line 353: warning: exported function New should have comment or be unexported (golint)
    • endly/util/stdoututil.go
    • Line 10: warning: exported const PermissionDenied should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported var StdErrors should have comment or be unexported (golint)
    • Line 89: warning: exported function EscapeStdout should have comment or be unexported (golint)
    • Line 93: warning: exported function EscapedContains should have comment or be unexported (golint)
    • endly/context.go
    • Line 48: warning: exported method Context.Background should have comment or be unexported (golint)
    • Line 226: warning: receiver name s should be consistent with previous receiver name c for Context (golint)
    • Line 301: warning: exported method Context.MakeAsyncSafe should have comment or be unexported (golint)
    • endly/system/cloud/aws/apigateway/contract.go
    • Line 18: warning: exported method GetRestAPIInput.Init should have comment or be unexported (golint)
    • Line 25: warning: exported method GetRestAPIInput.Validate should have comment or be unexported (golint)
    • Line 32: warning: comment on exported type GetRestAPIOutput should be of the form "GetRestAPIOutput ..." (with optional leading article) (golint)
    • Line 49: warning: exported type CreateAuthorizerInput should have comment or be unexported (golint)
    • Line 85: warning: comment on exported type SetupRestAPIOutput should be of the form "SetupRestAPIOutput ..." (with optional leading article) (golint)
    • Line 118: warning: comment on exported type RemoveRestAPIInput should be of the form "RemoveRestAPIInput ..." (with optional leading article) (golint)
    • Line 123: warning: exported method RemoveRestAPIInput.Validate should have comment or be unexported (golint)
    • Line 130: warning: exported method SetupRestAPIInput.Init should have comment or be unexported (golint)
    • Line 210: warning: exported method SetupResourceInput.Validate should have comment or be unexported (golint)
    • Line 244: warning: comment on exported method ResourceMethod.Init should be of the form "Init ..." (golint)
    • Line 327: warning: exported method CreateAuthorizerInput.Init should have comment or be unexported (golint)
    • Line 341: warning: exported method ResourceMethod.Validate should have comment or be unexported (golint)
    • Line 375: warning: exported type PutIntegrationInput should have comment or be unexported (golint)
    • Line 406: warning: exported type SetupDeploymentInput should have comment or be unexported (golint)
    • Line 408: warning: exported method SetupDeploymentInput.Diff should have comment or be unexported (golint)
    • endly/system/process/contract.go
    • Line 69: warning: exported method StartRequest.Init should have comment or be unexported (golint)
    • Line 79: warning: exported function NewStatusRequest should have comment or be unexported (golint)
    • endly/system/storage/list.go
    • Line 16: warning: comment on exported type ListRequest should be of the form "ListRequest ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported type ListResponse should be of the form "ListResponse ..." (with optional leading article) (golint)
    • endly/system/cloud/aws/iam/policy.go
    • Line 15: warning: exported method Policy.PolicyInfo should have comment or be unexported (golint)
    • Line 57: warning: exported type InfoStatement should have comment or be unexported (golint)
    • Line 66: warning: exported type PolicyInfo should have comment or be unexported (golint)
    • endly/system/cloud/gcp/storage/contract.go
    • Line 10: warning: comment on exported type SetupNotificationRequest should be of the form "SetupNotificationRequest ..." (with optional leading article) (golint)
    • Line 17: warning: comment on exported type SetupNotificationResponse should be of the form "SetupNotificationResponse ..." (with optional leading article) (golint)
    • endly/system/cloud/gcp/run/client.go
    • Line 20: warning: exported method CtxClient.SetService should have comment or be unexported (golint)
    • Line 29: warning: exported method CtxClient.Service should have comment or be unexported (golint)
    • Line 33: warning: exported function InitRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function GetClient should have comment or be unexported (golint)
    • endly/system/kubernetes/extensions/v1beta1/pod_security_policy_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method PodSecurityPolicyCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method PodSecurityPolicyCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method PodSecurityPolicyCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method PodSecurityPolicyUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method PodSecurityPolicyUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method PodSecurityPolicyUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method PodSecurityPolicyDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method PodSecurityPolicyDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method PodSecurityPolicyDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method PodSecurityPolicyDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method PodSecurityPolicyDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method PodSecurityPolicyDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method PodSecurityPolicyGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method PodSecurityPolicyGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method PodSecurityPolicyGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method PodSecurityPolicyListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method PodSecurityPolicyListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method PodSecurityPolicyListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method PodSecurityPolicyWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method PodSecurityPolicyWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method PodSecurityPolicyWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method PodSecurityPolicyPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method PodSecurityPolicyPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method PodSecurityPolicyPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/core/v1/endpoints_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method EndpointsCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method EndpointsCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method EndpointsCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method EndpointsUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method EndpointsUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method EndpointsUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method EndpointsDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method EndpointsDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method EndpointsDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method EndpointsDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method EndpointsDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method EndpointsDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method EndpointsGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method EndpointsGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method EndpointsGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method EndpointsListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method EndpointsListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method EndpointsListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method EndpointsWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method EndpointsWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method EndpointsWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method EndpointsPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method EndpointsPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method EndpointsPatchRequest.GetId should have comment or be unexported (golint)
    • endly/testing/msg/contract.go
    • Line 18: warning: exported method CreateRequest.Init should have comment or be unexported (golint)
    • Line 33: warning: exported method CreateRequest.Validate should have comment or be unexported (golint)
    • Line 57: warning: exported method DeleteRequest.Init should have comment or be unexported (golint)
    • Line 84: warning: exported method PushRequest.Init should have comment or be unexported (golint)
    • Line 102: warning: exported method PushRequest.Validate should have comment or be unexported (golint)
    • Line 128: warning: exported method PullRequest.Init should have comment or be unexported (golint)
    • Line 138: warning: exported method PullRequest.Validate should have comment or be unexported (golint)
    • Line 145: warning: comment on exported type PullResponse should be of the form "PullResponse ..." (with optional leading article) (golint)
    • Line 151: warning: exported type Message should have comment or be unexported (golint)
    • Line 159: warning: exported method Message.Expand should have comment or be unexported (golint)
    • Line 175: warning: exported type Result should have comment or be unexported (golint)
    • endly/gen/web/service_contract.go
    • Line 7: warning: exported type AppTemplate should have comment or be unexported (golint)
    • Line 16: warning: exported type AppTemplates should have comment or be unexported (golint)
    • Line 28: warning: exported type DbTemplate should have comment or be unexported (golint)
    • Line 34: warning: exported type DbTemplates should have comment or be unexported (golint)
    • Line 56: warning: exported type GetRequest should have comment or be unexported (golint)
    • Line 57: warning: exported type GetResponse should have comment or be unexported (golint)
    • Line 65: warning: exported type Testing should have comment or be unexported (golint)
    • Line 77: warning: exported type Build should have comment or be unexported (golint)
    • Line 89: warning: exported type SystemService should have comment or be unexported (golint)
    • Line 94: warning: exported type Datastore should have comment or be unexported (golint)
    • Line 102: warning: exported type RunRequest should have comment or be unexported (golint)
    • Line 109: warning: exported method RunRequest.Validate should have comment or be unexported (golint)
    • Line 122: warning: exported type RunResponse should have comment or be unexported (golint)
    • endly/system/kubernetes/apps/v1beta2/replica_set_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 67: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 86: warning: exported method ReplicaSetCreateRequest.SetService should have comment or be unexported (golint)
    • Line 94: warning: exported method ReplicaSetCreateRequest.Call should have comment or be unexported (golint)
    • Line 102: warning: exported method ReplicaSetCreateRequest.GetId should have comment or be unexported (golint)
    • Line 106: warning: exported method ReplicaSetUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 114: warning: exported method ReplicaSetUpdateRequest.Call should have comment or be unexported (golint)
    • Line 122: warning: exported method ReplicaSetUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 126: warning: exported method ReplicaSetUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 134: warning: exported method ReplicaSetUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 142: warning: exported method ReplicaSetUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 146: warning: exported method ReplicaSetDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 154: warning: exported method ReplicaSetDeleteRequest.Call should have comment or be unexported (golint)
    • Line 162: warning: exported method ReplicaSetDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 166: warning: exported method ReplicaSetDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 174: warning: exported method ReplicaSetDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 182: warning: exported method ReplicaSetDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 186: warning: exported method ReplicaSetGetRequest.SetService should have comment or be unexported (golint)
    • Line 194: warning: exported method ReplicaSetGetRequest.Call should have comment or be unexported (golint)
    • Line 202: warning: exported method ReplicaSetGetRequest.GetId should have comment or be unexported (golint)
    • Line 206: warning: exported method ReplicaSetListRequest.SetService should have comment or be unexported (golint)
    • Line 214: warning: exported method ReplicaSetListRequest.Call should have comment or be unexported (golint)
    • Line 222: warning: exported method ReplicaSetListRequest.GetId should have comment or be unexported (golint)
    • Line 226: warning: exported method ReplicaSetWatchRequest.SetService should have comment or be unexported (golint)
    • Line 234: warning: exported method ReplicaSetWatchRequest.Call should have comment or be unexported (golint)
    • Line 242: warning: exported method ReplicaSetWatchRequest.GetId should have comment or be unexported (golint)
    • Line 246: warning: exported method ReplicaSetPatchRequest.SetService should have comment or be unexported (golint)
    • Line 254: warning: exported method ReplicaSetPatchRequest.Call should have comment or be unexported (golint)
    • Line 262: warning: exported method ReplicaSetPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/expose.go
    • Line 10: warning: exported const ServiceV1GeneratorName should have comment (or a comment on this block) or be unexported (golint)
    • Line 13: warning: exported type ExposeTemplateParams should have comment or be unexported (golint)
    • Line 20: warning: exported function IsIntStrEmpty should have comment or be unexported (golint)
    • Line 60: warning: exported method ExposeTemplateParams.Apply should have comment or be unexported (golint)
    • Line 84: warning: exported function NewExposeTemplateParams should have comment or be unexported (golint)
    • endly/system/docker/contract.go
    • Line 33: warning: exported type RunResponse should have comment or be unexported (golint)
    • Line 47: warning: exported method BuildRequest.Init should have comment or be unexported (golint)
    • Line 128: warning: comment on exported type StopResponse should be of the form "StopResponse ..." (with optional leading article) (golint)
    • Line 169: warning: comment on exported type CopyRequest should be of the form "CopyRequest ..." (with optional leading article) (golint)
    • Line 185: warning: exported method CopyRequest.Validate should have comment or be unexported (golint)
    • Line 193: warning: exported method RunRequest.Init should have comment or be unexported (golint)
    • Line 261: warning: exported method RunRequest.Validate should have comment or be unexported (golint)
    • Line 268: warning: exported method PullRequest.Init should have comment or be unexported (golint)
    • Line 272: warning: exported method RunRequest.CreateContainerRequest should have comment or be unexported (golint)
    • Line 281: warning: exported method LoginRequest.Validate should have comment or be unexported (golint)
    • Line 291: warning: exported method StatusRequest.Init should have comment or be unexported (golint)
    • Line 298: warning: comment on exported method StopRequest.AsStatusRequest should be of the form "AsStatusRequest ..." (golint)
    • Line 304: warning: comment on exported method RemoveRequest.AsStatusRequest should be of the form "AsStatusRequest ..." (golint)
    • Line 310: warning: comment on exported method StartRequest.AsStatusRequest should be of the form "AsStatusRequest ..." (golint)
    • Line 316: warning: comment on exported method InspectRequest.AsStatusRequest should be of the form "AsStatusRequest ..." (golint)
    • Line 322: warning: comment on exported method LogsRequest.AsStatusRequest should be of the form "AsStatusRequest ..." (golint)
    • Line 327: warning: comment on exported method LogsRequest.Init should be of the form "Init ..." (golint)
    • endly/system/kubernetes/apps/v1/replica_set_contract.go
    • Line 17: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 23: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 29: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 56: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 62: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 68: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 77: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 84: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 103: warning: exported method ReplicaSetCreateRequest.SetService should have comment or be unexported (golint)
    • Line 111: warning: exported method ReplicaSetCreateRequest.Call should have comment or be unexported (golint)
    • Line 119: warning: exported method ReplicaSetCreateRequest.GetId should have comment or be unexported (golint)
    • Line 123: warning: exported method ReplicaSetUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 131: warning: exported method ReplicaSetUpdateRequest.Call should have comment or be unexported (golint)
    • Line 139: warning: exported method ReplicaSetUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 143: warning: exported method ReplicaSetUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 151: warning: exported method ReplicaSetUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 159: warning: exported method ReplicaSetUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 163: warning: exported method ReplicaSetDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 171: warning: exported method ReplicaSetDeleteRequest.Call should have comment or be unexported (golint)
    • Line 179: warning: exported method ReplicaSetDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 183: warning: exported method ReplicaSetDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 191: warning: exported method ReplicaSetDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 199: warning: exported method ReplicaSetDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 203: warning: exported method ReplicaSetGetRequest.SetService should have comment or be unexported (golint)
    • Line 211: warning: exported method ReplicaSetGetRequest.Call should have comment or be unexported (golint)
    • Line 219: warning: exported method ReplicaSetGetRequest.GetId should have comment or be unexported (golint)
    • Line 223: warning: exported method ReplicaSetListRequest.SetService should have comment or be unexported (golint)
    • Line 231: warning: exported method ReplicaSetListRequest.Call should have comment or be unexported (golint)
    • Line 239: warning: exported method ReplicaSetListRequest.GetId should have comment or be unexported (golint)
    • Line 243: warning: exported method ReplicaSetWatchRequest.SetService should have comment or be unexported (golint)
    • Line 251: warning: exported method ReplicaSetWatchRequest.Call should have comment or be unexported (golint)
    • Line 259: warning: exported method ReplicaSetWatchRequest.GetId should have comment or be unexported (golint)
    • Line 263: warning: exported method ReplicaSetPatchRequest.SetService should have comment or be unexported (golint)
    • Line 271: warning: exported method ReplicaSetPatchRequest.Call should have comment or be unexported (golint)
    • Line 279: warning: exported method ReplicaSetPatchRequest.GetId should have comment or be unexported (golint)
    • Line 283: warning: exported method ReplicaSetGetScaleRequest.SetService should have comment or be unexported (golint)
    • Line 291: warning: exported method ReplicaSetGetScaleRequest.Call should have comment or be unexported (golint)
    • Line 299: warning: exported method ReplicaSetGetScaleRequest.GetId should have comment or be unexported (golint)
    • Line 303: warning: exported method ReplicaSetUpdateScaleRequest.SetService should have comment or be unexported (golint)
    • Line 311: warning: exported method ReplicaSetUpdateScaleRequest.Call should have comment or be unexported (golint)
    • Line 319: warning: exported method ReplicaSetUpdateScaleRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/contract.go
    • Line 27: warning: don't use underscores in Go names; struct field apiKindMethod_ should be apiKindMethod (golint)
    • Line 126: warning: comment on exported type ForwardPortsResponse should be of the form "ForwardPortsResponse ..." (with optional leading article) (golint)
    • Line 173: warning: exported method GetRequest.Init should have comment or be unexported (golint)
    • Line 205: warning: exported method GetRequest.Validate should have comment or be unexported (golint)
    • Line 212: warning: exported method RunRequest.Init should have comment or be unexported (golint)
    • Line 247: warning: exported method RunRequest.Validate should have comment or be unexported (golint)
    • Line 257: warning: exported method CreateRequest.Init should have comment or be unexported (golint)
    • Line 266: warning: exported method DeleteRequest.Init should have comment or be unexported (golint)
    • Line 296: warning: comment on exported method ForwardPortsRequest.Init should be of the form "Init ..." (golint)
    • endly/gen/template/app/go/webdb/server.go
    • Line 13: warning: exported type Server should have comment or be unexported (golint)
    • Line 27: warning: exported method Server.StopOnSiginals should have comment or be unexported (golint)
    • Line 34: warning: exported method Server.Stop should have comment or be unexported (golint)
    • endly/system/cloud/aws/s3/filter.go
    • Line 7: warning: exported type NotificationFilter should have comment or be unexported (golint)
    • Line 12: warning: exported method NotificationFilter.ToNotificationConfigurationFilter should have comment or be unexported (golint)
    • endly/system/kubernetes/apps/v1/stateful_set_contract.go
    • Line 17: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 23: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 29: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 56: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 62: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 68: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 77: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 84: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 103: warning: exported method StatefulSetCreateRequest.SetService should have comment or be unexported (golint)
    • Line 111: warning: exported method StatefulSetCreateRequest.Call should have comment or be unexported (golint)
    • Line 119: warning: exported method StatefulSetCreateRequest.GetId should have comment or be unexported (golint)
    • Line 123: warning: exported method StatefulSetUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 131: warning: exported method StatefulSetUpdateRequest.Call should have comment or be unexported (golint)
    • Line 139: warning: exported method StatefulSetUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 143: warning: exported method StatefulSetUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 151: warning: exported method StatefulSetUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 159: warning: exported method StatefulSetUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 163: warning: exported method StatefulSetDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 171: warning: exported method StatefulSetDeleteRequest.Call should have comment or be unexported (golint)
    • Line 179: warning: exported method StatefulSetDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 183: warning: exported method StatefulSetDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 191: warning: exported method StatefulSetDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 199: warning: exported method StatefulSetDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 203: warning: exported method StatefulSetGetRequest.SetService should have comment or be unexported (golint)
    • Line 211: warning: exported method StatefulSetGetRequest.Call should have comment or be unexported (golint)
    • Line 219: warning: exported method StatefulSetGetRequest.GetId should have comment or be unexported (golint)
    • Line 223: warning: exported method StatefulSetListRequest.SetService should have comment or be unexported (golint)
    • Line 231: warning: exported method StatefulSetListRequest.Call should have comment or be unexported (golint)
    • Line 239: warning: exported method StatefulSetListRequest.GetId should have comment or be unexported (golint)
    • Line 243: warning: exported method StatefulSetWatchRequest.SetService should have comment or be unexported (golint)
    • Line 251: warning: exported method StatefulSetWatchRequest.Call should have comment or be unexported (golint)
    • Line 259: warning: exported method StatefulSetWatchRequest.GetId should have comment or be unexported (golint)
    • Line 263: warning: exported method StatefulSetPatchRequest.SetService should have comment or be unexported (golint)
    • Line 271: warning: exported method StatefulSetPatchRequest.Call should have comment or be unexported (golint)
    • Line 279: warning: exported method StatefulSetPatchRequest.GetId should have comment or be unexported (golint)
    • Line 283: warning: exported method StatefulSetGetScaleRequest.SetService should have comment or be unexported (golint)
    • Line 291: warning: exported method StatefulSetGetScaleRequest.Call should have comment or be unexported (golint)
    • Line 299: warning: exported method StatefulSetGetScaleRequest.GetId should have comment or be unexported (golint)
    • Line 303: warning: exported method StatefulSetUpdateScaleRequest.SetService should have comment or be unexported (golint)
    • Line 311: warning: exported method StatefulSetUpdateScaleRequest.Call should have comment or be unexported (golint)
    • Line 319: warning: exported method StatefulSetUpdateScaleRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/core/v1/event_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method EventCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method EventCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method EventCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method EventUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method EventUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method EventUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method EventDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method EventDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method EventDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method EventDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method EventDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method EventDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method EventGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method EventGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method EventGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method EventListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method EventListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method EventListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method EventWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method EventWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method EventWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method EventPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method EventPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method EventPatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/core/v1/namespace_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 54: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 60: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 78: warning: exported method NamespaceCreateRequest.SetService should have comment or be unexported (golint)
    • Line 86: warning: exported method NamespaceCreateRequest.Call should have comment or be unexported (golint)
    • Line 94: warning: exported method NamespaceCreateRequest.GetId should have comment or be unexported (golint)
    • Line 98: warning: exported method NamespaceUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 106: warning: exported method NamespaceUpdateRequest.Call should have comment or be unexported (golint)
    • Line 114: warning: exported method NamespaceUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 118: warning: exported method NamespaceUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 126: warning: exported method NamespaceUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 134: warning: exported method NamespaceUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 138: warning: exported method NamespaceDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 146: warning: exported method NamespaceDeleteRequest.Call should have comment or be unexported (golint)
    • Line 154: warning: exported method NamespaceDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 158: warning: exported method NamespaceGetRequest.SetService should have comment or be unexported (golint)
    • Line 166: warning: exported method NamespaceGetRequest.Call should have comment or be unexported (golint)
    • Line 174: warning: exported method NamespaceGetRequest.GetId should have comment or be unexported (golint)
    • Line 178: warning: exported method NamespaceListRequest.SetService should have comment or be unexported (golint)
    • Line 186: warning: exported method NamespaceListRequest.Call should have comment or be unexported (golint)
    • Line 194: warning: exported method NamespaceListRequest.GetId should have comment or be unexported (golint)
    • Line 198: warning: exported method NamespaceWatchRequest.SetService should have comment or be unexported (golint)
    • Line 206: warning: exported method NamespaceWatchRequest.Call should have comment or be unexported (golint)
    • Line 214: warning: exported method NamespaceWatchRequest.GetId should have comment or be unexported (golint)
    • Line 218: warning: exported method NamespacePatchRequest.SetService should have comment or be unexported (golint)
    • Line 226: warning: exported method NamespacePatchRequest.Call should have comment or be unexported (golint)
    • Line 234: warning: exported method NamespacePatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/core/v1/service_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 34: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 41: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 48: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 54: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 60: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 78: warning: exported method ServiceCreateRequest.SetService should have comment or be unexported (golint)
    • Line 86: warning: exported method ServiceCreateRequest.Call should have comment or be unexported (golint)
    • Line 94: warning: exported method ServiceCreateRequest.GetId should have comment or be unexported (golint)
    • Line 98: warning: exported method ServiceUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 106: warning: exported method ServiceUpdateRequest.Call should have comment or be unexported (golint)
    • Line 114: warning: exported method ServiceUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 118: warning: exported method ServiceUpdateStatusRequest.SetService should have comment or be unexported (golint)
    • Line 126: warning: exported method ServiceUpdateStatusRequest.Call should have comment or be unexported (golint)
    • Line 134: warning: exported method ServiceUpdateStatusRequest.GetId should have comment or be unexported (golint)
    • Line 138: warning: exported method ServiceDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 146: warning: exported method ServiceDeleteRequest.Call should have comment or be unexported (golint)
    • Line 154: warning: exported method ServiceDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 158: warning: exported method ServiceGetRequest.SetService should have comment or be unexported (golint)
    • Line 166: warning: exported method ServiceGetRequest.Call should have comment or be unexported (golint)
    • Line 174: warning: exported method ServiceGetRequest.GetId should have comment or be unexported (golint)
    • Line 178: warning: exported method ServiceListRequest.SetService should have comment or be unexported (golint)
    • Line 186: warning: exported method ServiceListRequest.Call should have comment or be unexported (golint)
    • Line 194: warning: exported method ServiceListRequest.GetId should have comment or be unexported (golint)
    • Line 198: warning: exported method ServiceWatchRequest.SetService should have comment or be unexported (golint)
    • Line 206: warning: exported method ServiceWatchRequest.Call should have comment or be unexported (golint)
    • Line 214: warning: exported method ServiceWatchRequest.GetId should have comment or be unexported (golint)
    • Line 218: warning: exported method ServicePatchRequest.SetService should have comment or be unexported (golint)
    • Line 226: warning: exported method ServicePatchRequest.Call should have comment or be unexported (golint)
    • Line 234: warning: exported method ServicePatchRequest.GetId should have comment or be unexported (golint)
    • endly/system/kubernetes/networking/v1/network_policy_contract.go
    • Line 16: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 22: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 28: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 35: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 42: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 49: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 55: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 61: warning: don't use underscores in Go names; struct field service_ should be service (golint)
    • Line 79: warning: exported method NetworkPolicyCreateRequest.SetService should have comment or be unexported (golint)
    • Line 87: warning: exported method NetworkPolicyCreateRequest.Call should have comment or be unexported (golint)
    • Line 95: warning: exported method NetworkPolicyCreateRequest.GetId should have comment or be unexported (golint)
    • Line 99: warning: exported method NetworkPolicyUpdateRequest.SetService should have comment or be unexported (golint)
    • Line 107: warning: exported method NetworkPolicyUpdateRequest.Call should have comment or be unexported (golint)
    • Line 115: warning: exported method NetworkPolicyUpdateRequest.GetId should have comment or be unexported (golint)
    • Line 119: warning: exported method NetworkPolicyDeleteRequest.SetService should have comment or be unexported (golint)
    • Line 127: warning: exported method NetworkPolicyDeleteRequest.Call should have comment or be unexported (golint)
    • Line 135: warning: exported method NetworkPolicyDeleteRequest.GetId should have comment or be unexported (golint)
    • Line 139: warning: exported method NetworkPolicyDeleteCollectionRequest.SetService should have comment or be unexported (golint)
    • Line 147: warning: exported method NetworkPolicyDeleteCollectionRequest.Call should have comment or be unexported (golint)
    • Line 155: warning: exported method NetworkPolicyDeleteCollectionRequest.GetId should have comment or be unexported (golint)
    • Line 159: warning: exported method NetworkPolicyGetRequest.SetService should have comment or be unexported (golint)
    • Line 167: warning: exported method NetworkPolicyGetRequest.Call should have comment or be unexported (golint)
    • Line 175: warning: exported method NetworkPolicyGetRequest.GetId should have comment or be unexported (golint)
    • Line 179: warning: exported method NetworkPolicyListRequest.SetService should have comment or be unexported (golint)
    • Line 187: warning: exported method NetworkPolicyListRequest.Call should have comment or be unexported (golint)
    • Line 195: warning: exported method NetworkPolicyListRequest.GetId should have comment or be unexported (golint)
    • Line 199: warning: exported method NetworkPolicyWatchRequest.SetService should have comment or be unexported (golint)
    • Line 207: warning: exported method NetworkPolicyWatchRequest.Call should have comment or be unexported (golint)
    • Line 215: warning: exported method NetworkPolicyWatchRequest.GetId should have comment or be unexported (golint)
    • Line 219: warning: exported method NetworkPolicyPatchRequest.SetService should have comment or be unexported (golint)
    • Line 227: warning: exported method NetworkPolicyPatchRequest.Call should have comment or be unexported (golint)
    • Line 235: warning: exported method NetworkPolicyPatchRequest.GetId should have comment or be unexported (golint)

gocyclo94%

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.

    • endly/system/kubernetes/service.go
    • Line 401: warning: cyclomatic complexity 22 of function (*service).registerRoutes() is high (> 15) (gocyclo)
    • Line 286: warning: cyclomatic complexity 21 of function (*service).get() is high (> 15) (gocyclo)
    • Line 613: warning: cyclomatic complexity 17 of function (*service).getPod() is high (> 15) (gocyclo)
    • endly/system/docker/service.go
    • Line 539: warning: cyclomatic complexity 21 of function (*service).registerRoutes() is high (> 15) (gocyclo)
    • Line 88: warning: cyclomatic complexity 18 of function (*service).run() is high (> 15) (gocyclo)
    • endly/gen/web/builder.go
    • Line 1017: warning: cyclomatic complexity 23 of function (*builder).addRegression() is high (> 15) (gocyclo)
    • Line 784: warning: cyclomatic complexity 21 of function (*builder).addRegressionData() is high (> 15) (gocyclo)
    • Line 245: warning: cyclomatic complexity 21 of function (*builder).buildApp() is high (> 15) (gocyclo)
    • Line 377: warning: cyclomatic complexity 18 of function (*builder).autoDiscover() is high (> 15) (gocyclo)
    • endly/system/exec/service.go
    • Line 342: warning: cyclomatic complexity 28 of function (*execService).executeCommand() is high (> 15) (gocyclo)
    • Line 71: warning: cyclomatic complexity 17 of function (*execService).openSession() is high (> 15) (gocyclo)
    • endly/util/adapter/generator.go
    • Line 221: warning: cyclomatic complexity 24 of function (*Generator).Generate() is high (> 15) (gocyclo)
    • Line 97: warning: cyclomatic complexity 17 of function (*Generator).buildTypeFields() 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!