Preparing report...

Report for github.com/hazelcast/hazelcast-go-client

A+    Excellent!    Found 264 issues across 359 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!


golint27%

Golint is a linter for Go source code.

    • hazelcast-go-client/internal/proto/codec/map_evict_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapEvictCodecRequestMessageType should be of the form "MapEvictCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapEvictCodecResponseMessageType should be of the form "MapEvictCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapEvictCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeMapEvictRequest should have comment or be unexported (golint)
    • Line 54: warning: exported function DecodeMapEvictResponse should have comment or be unexported (golint)
    • hazelcast-go-client/examples/serialization/portable/main.go
    • Line 36: warning: exported type EmployeePortable should have comment or be unexported (golint)
    • Line 41: warning: exported method EmployeePortable.FactoryID should have comment or be unexported (golint)
    • Line 45: warning: exported method EmployeePortable.ClassID should have comment or be unexported (golint)
    • Line 49: warning: exported method EmployeePortable.WritePortable should have comment or be unexported (golint)
    • Line 54: warning: exported method EmployeePortable.ReadPortable should have comment or be unexported (golint)
    • Line 59: warning: exported type MyPortableFactory should have comment or be unexported (golint)
    • Line 62: warning: exported method MyPortableFactory.Create should have comment or be unexported (golint)
    • Line 69: warning: exported method MyPortableFactory.FactoryID should have comment or be unexported (golint)
    • Line 73: warning: exported type BaseObject should have comment or be unexported (golint)
    • Line 77: warning: exported method BaseObject.FactoryID should have comment or be unexported (golint)
    • Line 81: warning: exported method BaseObject.ClassID should have comment or be unexported (golint)
    • Line 85: warning: exported method BaseObject.WritePortable should have comment or be unexported (golint)
    • Line 93: warning: exported method BaseObject.ReadPortable should have comment or be unexported (golint)
    • hazelcast-go-client/internal/serialization/default_portable_reader.go
    • Line 26: warning: exported type DefaultPortableReader should have comment or be unexported (golint)
    • Line 34: warning: exported function NewDefaultPortableReader should have comment or be unexported (golint)
    • Line 48: warning: exported function TypeByID should have comment or be unexported (golint)
    • Line 107: warning: exported method DefaultPortableReader.ReadByte should have comment or be unexported (golint)
    • Line 116: warning: exported method DefaultPortableReader.ReadBool should have comment or be unexported (golint)
    • Line 125: warning: exported method DefaultPortableReader.ReadUInt16 should have comment or be unexported (golint)
    • Line 134: warning: exported method DefaultPortableReader.ReadInt16 should have comment or be unexported (golint)
    • Line 143: warning: exported method DefaultPortableReader.ReadInt32 should have comment or be unexported (golint)
    • Line 152: warning: exported method DefaultPortableReader.ReadInt64 should have comment or be unexported (golint)
    • Line 161: warning: exported method DefaultPortableReader.ReadFloat32 should have comment or be unexported (golint)
    • Line 170: warning: exported method DefaultPortableReader.ReadFloat64 should have comment or be unexported (golint)
    • Line 179: warning: exported method DefaultPortableReader.ReadString should have comment or be unexported (golint)
    • Line 188: warning: exported method DefaultPortableReader.ReadPortable should have comment or be unexported (golint)
    • Line 207: warning: exported method DefaultPortableReader.ReadByteArray should have comment or be unexported (golint)
    • Line 216: warning: exported method DefaultPortableReader.ReadBoolArray should have comment or be unexported (golint)
    • Line 225: warning: exported method DefaultPortableReader.ReadUInt16Array should have comment or be unexported (golint)
    • Line 234: warning: exported method DefaultPortableReader.ReadInt16Array should have comment or be unexported (golint)
    • Line 243: warning: exported method DefaultPortableReader.ReadInt32Array should have comment or be unexported (golint)
    • Line 252: warning: exported method DefaultPortableReader.ReadInt64Array should have comment or be unexported (golint)
    • Line 260: warning: exported method DefaultPortableReader.ReadFloat32Array should have comment or be unexported (golint)
    • Line 269: warning: exported method DefaultPortableReader.ReadFloat64Array should have comment or be unexported (golint)
    • Line 278: warning: exported method DefaultPortableReader.ReadStringArray should have comment or be unexported (golint)
    • Line 287: warning: exported method DefaultPortableReader.ReadPortableArray should have comment or be unexported (golint)
    • Line 312: warning: exported method DefaultPortableReader.End should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_contains_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueueContainsAllCodecRequestMessageType should be of the form "QueueContainsAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueueContainsAllCodecResponseMessageType should be of the form "QueueContainsAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueueContainsAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeQueueContainsAllRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeQueueContainsAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/client_add_cluster_view_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ClientAddClusterViewListenerCodecRequestMessageType should be of the form "ClientAddClusterViewListenerCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ClientAddClusterViewListenerCodecResponseMessageType should be of the form "ClientAddClusterViewListenerCodecResponseMessageType ..." (golint)
    • Line 29: warning: comment on exported const ClientAddClusterViewListenerCodecEventMembersViewMessageType should be of the form "ClientAddClusterViewListenerCodecEventMembersViewMessageType ..." (golint)
    • Line 32: warning: comment on exported const ClientAddClusterViewListenerCodecEventPartitionsViewMessageType should be of the form "ClientAddClusterViewListenerCodecEventPartitionsViewMessageType ..." (golint)
    • Line 35: warning: exported const ClientAddClusterViewListenerCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported function EncodeClientAddClusterViewListenerRequest should have comment or be unexported (golint)
    • Line 55: warning: exported function HandleClientAddClusterViewListener should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_unlock_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapUnlockCodecRequestMessageType should be of the form "MapUnlockCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapUnlockCodecResponseMessageType should be of the form "MapUnlockCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapUnlockCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported function EncodeMapUnlockRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_size_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 21: warning: comment on exported const QueueSizeCodecRequestMessageType should be of the form "QueueSizeCodecRequestMessageType ..." (golint)
    • Line 23: warning: comment on exported const QueueSizeCodecResponseMessageType should be of the form "QueueSizeCodecResponseMessageType ..." (golint)
    • Line 26: warning: exported const QueueSizeCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeQueueSizeRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function DecodeQueueSizeResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_contains_value_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ReplicatedMapContainsValueCodecRequestMessageType should be of the form "ReplicatedMapContainsValueCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ReplicatedMapContainsValueCodecResponseMessageType should be of the form "ReplicatedMapContainsValueCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ReplicatedMapContainsValueCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeReplicatedMapContainsValueRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeReplicatedMapContainsValueResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_remove_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 22: warning: comment on exported const QueueRemoveListenerCodecRequestMessageType should be of the form "QueueRemoveListenerCodecRequestMessageType ..." (golint)
    • Line 24: warning: comment on exported const QueueRemoveListenerCodecResponseMessageType should be of the form "QueueRemoveListenerCodecResponseMessageType ..." (golint)
    • Line 27: warning: exported const QueueRemoveListenerCodecRequestRegistrationIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeQueueRemoveListenerRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeQueueRemoveListenerResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_contains_key_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ReplicatedMapContainsKeyCodecRequestMessageType should be of the form "ReplicatedMapContainsKeyCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ReplicatedMapContainsKeyCodecResponseMessageType should be of the form "ReplicatedMapContainsKeyCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ReplicatedMapContainsKeyCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeReplicatedMapContainsKeyRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeReplicatedMapContainsKeyResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/set_size_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const SetSizeCodecRequestMessageType should be of the form "SetSizeCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const SetSizeCodecResponseMessageType should be of the form "SetSizeCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const SetSizeCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeSetSizeRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeSetSizeResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/rest/json.go
    • Line 19: warning: exported function JsonString should have comment or be unexported (golint)
    • Line 26: warning: exported function JsonArray should have comment or be unexported (golint)
    • Line 33: warning: exported function JsonObjectGet should have comment or be unexported (golint)
    • hazelcast-go-client/internal/it/map.go
    • Line 29: warning: exported function MapTester should have comment or be unexported (golint)
    • Line 33: warning: exported function MapTesterWithConfig should have comment or be unexported (golint)
    • Line 40: warning: exported function MapTesterWithConfigAndName should have comment or be unexported (golint)
    • Line 80: warning: exported function GetClientMapWithConfig should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_execute_on_keys_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapExecuteOnKeysCodecRequestMessageType should be of the form "MapExecuteOnKeysCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapExecuteOnKeysCodecResponseMessageType should be of the form "MapExecuteOnKeysCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapExecuteOnKeysCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeMapExecuteOnKeysRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeMapExecuteOnKeysResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cloud/cloud_discovery.go
    • Line 33: warning: exported type DiscoveryClient should have comment or be unexported (golint)
    • Line 39: warning: exported function NewDiscoveryClient should have comment or be unexported (golint)
    • Line 47: warning: exported method DiscoveryClient.DiscoverNodes should have comment or be unexported (golint)
    • Line 51: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • hazelcast-go-client/internal/cluster/cluster_service.go
    • Line 33: warning: exported type Service should have comment or be unexported (golint)
    • Line 45: warning: exported type CreationBundle should have comment or be unexported (golint)
    • Line 56: warning: exported method CreationBundle.Check should have comment or be unexported (golint)
    • Line 83: warning: exported function NewService should have comment or be unexported (golint)
    • Line 98: warning: exported method Service.GetMemberByUUID should have comment or be unexported (golint)
    • Line 102: warning: exported method Service.MemberAddrs should have comment or be unexported (golint)
    • Line 106: warning: exported method Service.RandomDataMember should have comment or be unexported (golint)
    • Line 110: warning: exported method Service.RandomDataMemberExcluding should have comment or be unexported (golint)
    • Line 114: warning: exported method Service.RefreshedSeedAddrs should have comment or be unexported (golint)
    • Line 121: warning: exported method Service.MemberAddr should have comment or be unexported (golint)
    • Line 125: warning: exported method Service.Reset should have comment or be unexported (golint)
    • Line 155: warning: exported type AddrSet should have comment or be unexported (golint)
    • Line 159: warning: exported function NewAddrSet should have comment or be unexported (golint)
    • Line 163: warning: exported method AddrSet.AddAddr should have comment or be unexported (golint)
    • Line 167: warning: exported method AddrSet.AddAddrs should have comment or be unexported (golint)
    • Line 173: warning: exported method AddrSet.Addrs should have comment or be unexported (golint)
    • hazelcast-go-client/internal/serialization/class_definition_context.go
    • Line 29: warning: exported type ClassDefinitionContext should have comment or be unexported (golint)
    • Line 34: warning: exported function NewClassDefinitionContext should have comment or be unexported (golint)
    • Line 41: warning: exported method ClassDefinitionContext.LookUp should have comment or be unexported (golint)
    • Line 45: warning: exported method ClassDefinitionContext.Register should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_is_empty_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const ListIsEmptyCodecRequestMessageType should be of the form "ListIsEmptyCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const ListIsEmptyCodecResponseMessageType should be of the form "ListIsEmptyCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const ListIsEmptyCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeListIsEmptyRequest should have comment or be unexported (golint)
    • Line 49: warning: exported function DecodeListIsEmptyResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_put_if_absent_with_max_idle_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapPutIfAbsentWithMaxIdleCodecRequestMessageType should be of the form "MapPutIfAbsentWithMaxIdleCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapPutIfAbsentWithMaxIdleCodecResponseMessageType should be of the form "MapPutIfAbsentWithMaxIdleCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapPutIfAbsentWithMaxIdleCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeMapPutIfAbsentWithMaxIdleRequest should have comment or be unexported (golint)
    • Line 57: warning: exported function DecodeMapPutIfAbsentWithMaxIdleResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_clear_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const ReplicatedMapClearCodecRequestMessageType should be of the form "ReplicatedMapClearCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const ReplicatedMapClearCodecResponseMessageType should be of the form "ReplicatedMapClearCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const ReplicatedMapClearCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeReplicatedMapClearRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_remove_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ReplicatedMapRemoveCodecRequestMessageType should be of the form "ReplicatedMapRemoveCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ReplicatedMapRemoveCodecResponseMessageType should be of the form "ReplicatedMapRemoveCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ReplicatedMapRemoveCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeReplicatedMapRemoveRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeReplicatedMapRemoveResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/set_remove_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const SetRemoveCodecRequestMessageType should be of the form "SetRemoveCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const SetRemoveCodecResponseMessageType should be of the form "SetRemoveCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const SetRemoveCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeSetRemoveRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function DecodeSetRemoveResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_get_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapGetAllCodecRequestMessageType should be of the form "MapGetAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapGetAllCodecResponseMessageType should be of the form "MapGetAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapGetAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeMapGetAllRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function DecodeMapGetAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_peek_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueuePeekCodecRequestMessageType should be of the form "QueuePeekCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueuePeekCodecResponseMessageType should be of the form "QueuePeekCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueuePeekCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeQueuePeekRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function DecodeQueuePeekResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_execute_on_key_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapExecuteOnKeyCodecRequestMessageType should be of the form "MapExecuteOnKeyCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapExecuteOnKeyCodecResponseMessageType should be of the form "MapExecuteOnKeyCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapExecuteOnKeyCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeMapExecuteOnKeyRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function DecodeMapExecuteOnKeyResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_replace_if_same_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapReplaceIfSameCodecRequestMessageType should be of the form "MapReplaceIfSameCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapReplaceIfSameCodecResponseMessageType should be of the form "MapReplaceIfSameCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapReplaceIfSameCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeMapReplaceIfSameRequest should have comment or be unexported (golint)
    • Line 55: warning: exported function DecodeMapReplaceIfSameResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_remove_entry_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ReplicatedMapRemoveEntryListenerCodecRequestMessageType should be of the form "ReplicatedMapRemoveEntryListenerCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ReplicatedMapRemoveEntryListenerCodecResponseMessageType should be of the form "ReplicatedMapRemoveEntryListenerCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ReplicatedMapRemoveEntryListenerCodecRequestRegistrationIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeReplicatedMapRemoveEntryListenerRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function DecodeReplicatedMapRemoveEntryListenerResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/set_is_empty_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const SetIsEmptyCodecRequestMessageType should be of the form "SetIsEmptyCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const SetIsEmptyCodecResponseMessageType should be of the form "SetIsEmptyCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const SetIsEmptyCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeSetIsEmptyRequest should have comment or be unexported (golint)
    • Line 49: warning: exported function DecodeSetIsEmptyResponse should have comment or be unexported (golint)
    • hazelcast-go-client/cluster/network_config.go
    • Line 30: warning: exported type NetworkConfig should have comment or be unexported (golint)
    • Line 36: warning: exported method NetworkConfig.Clone should have comment or be unexported (golint)
    • Line 46: warning: exported method NetworkConfig.Validate should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cluster/invocation_factory.go
    • Line 28: warning: exported type ConnectionInvocationFactory should have comment or be unexported (golint)
    • Line 34: warning: exported function NewConnectionInvocationFactory should have comment or be unexported (golint)
    • Line 41: warning: exported method ConnectionInvocationFactory.NewInvocationOnPartitionOwner should have comment or be unexported (golint)
    • Line 46: warning: exported method ConnectionInvocationFactory.NewInvocationOnRandomTarget should have comment or be unexported (golint)
    • Line 53: warning: exported method ConnectionInvocationFactory.NewInvocationOnTarget should have comment or be unexported (golint)
    • Line 59: warning: exported method ConnectionInvocationFactory.NewConnectionBoundInvocation should have comment or be unexported (golint)
    • Line 67: warning: exported method ConnectionInvocationFactory.NewMemberBoundInvocation should have comment or be unexported (golint)
    • hazelcast-go-client/proxy_set.go
    • Line 42: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 52: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 56: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 70: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 74: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 99: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 103: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 116: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 120: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 131: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 141: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 150: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 154: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 168: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 172: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 191: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 195: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 206: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • hazelcast-go-client/logger/logger_config.go
    • Line 23: warning: exported type Level should have comment or be unexported (golint)
    • Line 46: warning: exported type Config should have comment or be unexported (golint)
    • Line 50: warning: exported method Config.Clone should have comment or be unexported (golint)
    • Line 54: warning: exported method Config.Validate should have comment or be unexported (golint)
    • hazelcast-go-client/internal/serialization/default_portable_writer.go
    • Line 26: warning: exported type DefaultPortableWriter should have comment or be unexported (golint)
    • Line 34: warning: exported function NewDefaultPortableWriter should have comment or be unexported (golint)
    • Line 45: warning: exported method DefaultPortableWriter.WriteByte should have comment or be unexported (golint)
    • Line 50: warning: exported method DefaultPortableWriter.WriteBool should have comment or be unexported (golint)
    • Line 55: warning: exported method DefaultPortableWriter.WriteUInt16 should have comment or be unexported (golint)
    • Line 60: warning: exported method DefaultPortableWriter.WriteInt16 should have comment or be unexported (golint)
    • Line 65: warning: exported method DefaultPortableWriter.WriteInt32 should have comment or be unexported (golint)
    • Line 70: warning: exported method DefaultPortableWriter.WriteInt64 should have comment or be unexported (golint)
    • Line 75: warning: exported method DefaultPortableWriter.WriteFloat32 should have comment or be unexported (golint)
    • Line 80: warning: exported method DefaultPortableWriter.WriteFloat64 should have comment or be unexported (golint)
    • Line 85: warning: exported method DefaultPortableWriter.WriteString should have comment or be unexported (golint)
    • Line 90: warning: exported method DefaultPortableWriter.WritePortable should have comment or be unexported (golint)
    • Line 105: warning: exported method DefaultPortableWriter.WriteNilPortable should have comment or be unexported (golint)
    • Line 112: warning: exported method DefaultPortableWriter.WriteByteArray should have comment or be unexported (golint)
    • Line 117: warning: exported method DefaultPortableWriter.WriteBoolArray should have comment or be unexported (golint)
    • Line 122: warning: exported method DefaultPortableWriter.WriteUInt16Array should have comment or be unexported (golint)
    • Line 127: warning: exported method DefaultPortableWriter.WriteInt16Array should have comment or be unexported (golint)
    • Line 132: warning: exported method DefaultPortableWriter.WriteInt32Array should have comment or be unexported (golint)
    • Line 137: warning: exported method DefaultPortableWriter.WriteInt64Array should have comment or be unexported (golint)
    • Line 142: warning: exported method DefaultPortableWriter.WriteFloat32Array should have comment or be unexported (golint)
    • Line 147: warning: exported method DefaultPortableWriter.WriteFloat64Array should have comment or be unexported (golint)
    • Line 152: warning: exported method DefaultPortableWriter.WriteStringArray should have comment or be unexported (golint)
    • Line 157: warning: exported method DefaultPortableWriter.WritePortableArray should have comment or be unexported (golint)
    • Line 197: warning: exported method DefaultPortableWriter.End should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/index_config_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: exported const IndexConfigCodecTypeFieldOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeIndexConfig should have comment or be unexported (golint)
    • Line 47: warning: exported function DecodeIndexConfig should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/set_add_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const SetAddAllCodecRequestMessageType should be of the form "SetAddAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const SetAddAllCodecResponseMessageType should be of the form "SetAddAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const SetAddAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported function EncodeSetAddAllRequest should have comment or be unexported (golint)
    • Line 54: warning: exported function DecodeSetAddAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/cluster/ssl_config.go
    • Line 37: warning: exported method SSLConfig.Clone should have comment or be unexported (golint)
    • Line 45: warning: exported method SSLConfig.Validate should have comment or be unexported (golint)
    • Line 68: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 72: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 90: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • hazelcast-go-client/internal/proto/codec/map_put_transient_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapPutTransientCodecRequestMessageType should be of the form "MapPutTransientCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapPutTransientCodecResponseMessageType should be of the form "MapPutTransientCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapPutTransientCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeMapPutTransientRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/serialization/portable_serializer.go
    • Line 27: warning: exported type PortableSerializer should have comment or be unexported (golint)
    • Line 33: warning: exported function NewPortableSerializer should have comment or be unexported (golint)
    • Line 46: warning: exported method PortableSerializer.ID should have comment or be unexported (golint)
    • Line 56: warning: exported method PortableSerializer.ReadObject should have comment or be unexported (golint)
    • Line 107: warning: exported method PortableSerializer.WriteObject should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_get_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListGetCodecRequestMessageType should be of the form "ListGetCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListGetCodecResponseMessageType should be of the form "ListGetCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListGetCodecRequestIndexOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeListGetRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeListGetResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_fetch_near_cache_invalidation_metadata_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapFetchNearCacheInvalidationMetadataCodecRequestMessageType should be of the form "MapFetchNearCacheInvalidationMetadataCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapFetchNearCacheInvalidationMetadataCodecResponseMessageType should be of the form "MapFetchNearCacheInvalidationMetadataCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapFetchNearCacheInvalidationMetadataCodecRequestUuidOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeMapFetchNearCacheInvalidationMetadataRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeMapFetchNearCacheInvalidationMetadataResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_set_with_max_idle_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapSetWithMaxIdleCodecRequestMessageType should be of the form "MapSetWithMaxIdleCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapSetWithMaxIdleCodecResponseMessageType should be of the form "MapSetWithMaxIdleCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapSetWithMaxIdleCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported function EncodeMapSetWithMaxIdleRequest should have comment or be unexported (golint)
    • Line 60: warning: exported function DecodeMapSetWithMaxIdleResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_get_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ReplicatedMapGetCodecRequestMessageType should be of the form "ReplicatedMapGetCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ReplicatedMapGetCodecResponseMessageType should be of the form "ReplicatedMapGetCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ReplicatedMapGetCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeReplicatedMapGetRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeReplicatedMapGetResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proxy/canonicalizing_set.go
    • Line 26: warning: exported type AggregateFactory should have comment or be unexported (golint)
    • Line 29: warning: exported method AggregateFactory.Create should have comment or be unexported (golint)
    • Line 36: warning: exported method AggregateFactory.FactoryID should have comment or be unexported (golint)
    • Line 40: warning: exported type AggCanonicalizingSet should have comment or be unexported (golint)
    • Line 42: warning: exported method AggCanonicalizingSet.FactoryID should have comment or be unexported (golint)
    • Line 46: warning: exported method AggCanonicalizingSet.ClassID should have comment or be unexported (golint)
    • Line 50: warning: exported method AggCanonicalizingSet.WriteData should have comment or be unexported (golint)
    • Line 57: warning: exported method AggCanonicalizingSet.ReadData should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_execute_with_predicate_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapExecuteWithPredicateCodecRequestMessageType should be of the form "MapExecuteWithPredicateCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapExecuteWithPredicateCodecResponseMessageType should be of the form "MapExecuteWithPredicateCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapExecuteWithPredicateCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeMapExecuteWithPredicateRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeMapExecuteWithPredicateResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_fetch_entries_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const MapFetchEntriesCodecRequestMessageType should be of the form "MapFetchEntriesCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const MapFetchEntriesCodecResponseMessageType should be of the form "MapFetchEntriesCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const MapFetchEntriesCodecRequestBatchOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeMapFetchEntriesRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeMapFetchEntriesResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/set_compare_and_remove_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const SetCompareAndRemoveAllCodecRequestMessageType should be of the form "SetCompareAndRemoveAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const SetCompareAndRemoveAllCodecResponseMessageType should be of the form "SetCompareAndRemoveAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const SetCompareAndRemoveAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeSetCompareAndRemoveAllRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function DecodeSetCompareAndRemoveAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_add_with_index_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListAddWithIndexCodecRequestMessageType should be of the form "ListAddWithIndexCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListAddWithIndexCodecResponseMessageType should be of the form "ListAddWithIndexCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListAddWithIndexCodecRequestIndexOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeListAddWithIndexRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_add_entry_listener_to_key_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const MapAddEntryListenerToKeyCodecRequestMessageType should be of the form "MapAddEntryListenerToKeyCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const MapAddEntryListenerToKeyCodecResponseMessageType should be of the form "MapAddEntryListenerToKeyCodecResponseMessageType ..." (golint)
    • Line 30: warning: comment on exported const MapAddEntryListenerToKeyCodecEventEntryMessageType should be of the form "MapAddEntryListenerToKeyCodecEventEntryMessageType ..." (golint)
    • Line 33: warning: exported const MapAddEntryListenerToKeyCodecRequestIncludeValueOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 47: warning: exported function EncodeMapAddEntryListenerToKeyRequest should have comment or be unexported (golint)
    • Line 65: warning: exported function DecodeMapAddEntryListenerToKeyResponse should have comment or be unexported (golint)
    • Line 72: warning: exported function HandleMapAddEntryListenerToKey should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_values_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapValuesCodecRequestMessageType should be of the form "MapValuesCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapValuesCodecResponseMessageType should be of the form "MapValuesCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapValuesCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeMapValuesRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeMapValuesResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_is_empty_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 21: warning: comment on exported const QueueIsEmptyCodecRequestMessageType should be of the form "QueueIsEmptyCodecRequestMessageType ..." (golint)
    • Line 23: warning: comment on exported const QueueIsEmptyCodecResponseMessageType should be of the form "QueueIsEmptyCodecResponseMessageType ..." (golint)
    • Line 26: warning: exported const QueueIsEmptyCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: exported function EncodeQueueIsEmptyRequest should have comment or be unexported (golint)
    • Line 47: warning: exported function DecodeQueueIsEmptyResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_compare_and_remove_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListCompareAndRemoveAllCodecRequestMessageType should be of the form "ListCompareAndRemoveAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListCompareAndRemoveAllCodecResponseMessageType should be of the form "ListCompareAndRemoveAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListCompareAndRemoveAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeListCompareAndRemoveAllRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeListCompareAndRemoveAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/set_remove_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const SetRemoveListenerCodecRequestMessageType should be of the form "SetRemoveListenerCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const SetRemoveListenerCodecResponseMessageType should be of the form "SetRemoveListenerCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const SetRemoveListenerCodecRequestRegistrationIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeSetRemoveListenerRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function DecodeSetRemoveListenerResponse should have comment or be unexported (golint)
    • hazelcast-go-client/cluster/member.go
    • Line 57: warning: exported type EndpointQualifier should have comment or be unexported (golint)
    • Line 62: warning: exported type EndpointQualifierType should have comment or be unexported (golint)
    • Line 65: warning: exported const EndpointQualifierTypeMember should have comment (or a comment on this block) or be unexported (golint)
    • hazelcast-go-client/serialization/serialization_config.go
    • Line 39: warning: exported method Config.Clone should have comment or be unexported (golint)
    • Line 62: warning: exported method Config.Validate should have comment or be unexported (golint)
    • Line 68: warning: receiver name b should be consistent with previous receiver name c for Config (golint)
    • Line 74: warning: receiver name b should be consistent with previous receiver name c for Config (golint)
    • Line 82: warning: receiver name b should be consistent with previous receiver name c for Config (golint)
    • Line 88: warning: receiver name b should be consistent with previous receiver name c for Config (golint)
    • Line 96: warning: receiver name b should be consistent with previous receiver name c for Config (golint)
    • Line 107: warning: receiver name b should be consistent with previous receiver name c for Config (golint)
    • Line 117: warning: receiver name b should be consistent with previous receiver name c for Config (golint)
    • Line 123: warning: receiver name b should be consistent with previous receiver name c for Config (golint)
    • Line 131: warning: receiver name b should be consistent with previous receiver name c for Config (golint)
    • Line 137: warning: receiver name b should be consistent with previous receiver name c for Config (golint)
    • Line 141: warning: receiver name b should be consistent with previous receiver name c for Config (golint)
    • hazelcast-go-client/internal/cluster/connection_listener_binder.go
    • Line 39: warning: exported type ConnectionListenerBinder should have comment or be unexported (golint)
    • Line 53: warning: exported function NewConnectionListenerBinder should have comment or be unexported (golint)
    • Line 78: warning: exported method ConnectionListenerBinder.Add should have comment or be unexported (golint)
    • Line 98: warning: exported method ConnectionListenerBinder.Remove should have comment or be unexported (golint)
    • hazelcast-go-client/internal/serialization/morphing_portable_reader.go
    • Line 26: warning: exported type MorphingPortableReader should have comment or be unexported (golint)
    • Line 30: warning: exported function NewMorphingPortableReader should have comment or be unexported (golint)
    • Line 35: warning: exported method MorphingPortableReader.ReadByte should have comment or be unexported (golint)
    • Line 46: warning: exported method MorphingPortableReader.ReadBool should have comment or be unexported (golint)
    • Line 57: warning: exported method MorphingPortableReader.ReadUInt16 should have comment or be unexported (golint)
    • Line 68: warning: exported method MorphingPortableReader.ReadInt16 should have comment or be unexported (golint)
    • Line 84: warning: exported method MorphingPortableReader.ReadInt32 should have comment or be unexported (golint)
    • Line 103: warning: exported method MorphingPortableReader.ReadInt64 should have comment or be unexported (golint)
    • Line 124: warning: exported method MorphingPortableReader.ReadFloat32 should have comment or be unexported (golint)
    • Line 145: warning: exported method MorphingPortableReader.ReadFloat64 should have comment or be unexported (golint)
    • Line 170: warning: exported method MorphingPortableReader.ReadString should have comment or be unexported (golint)
    • Line 181: warning: exported method MorphingPortableReader.ReadPortable should have comment or be unexported (golint)
    • Line 192: warning: exported method MorphingPortableReader.ReadByteArray should have comment or be unexported (golint)
    • Line 203: warning: exported method MorphingPortableReader.ReadBoolArray should have comment or be unexported (golint)
    • Line 214: warning: exported method MorphingPortableReader.ReadUInt16Array should have comment or be unexported (golint)
    • Line 225: warning: exported method MorphingPortableReader.ReadInt16Array should have comment or be unexported (golint)
    • Line 236: warning: exported method MorphingPortableReader.ReadInt32Array should have comment or be unexported (golint)
    • Line 247: warning: exported method MorphingPortableReader.ReadInt64Array should have comment or be unexported (golint)
    • Line 258: warning: exported method MorphingPortableReader.ReadFloat32Array should have comment or be unexported (golint)
    • Line 269: warning: exported method MorphingPortableReader.ReadFloat64Array should have comment or be unexported (golint)
    • Line 280: warning: exported method MorphingPortableReader.ReadStringArray should have comment or be unexported (golint)
    • Line 291: warning: exported method MorphingPortableReader.ReadPortableArray should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/set_contains_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const SetContainsCodecRequestMessageType should be of the form "SetContainsCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const SetContainsCodecResponseMessageType should be of the form "SetContainsCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const SetContainsCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeSetContainsRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeSetContainsResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/security/base_credentials.go
    • Line 34: warning: exported method BaseCredentials.FactoryID should have comment or be unexported (golint)
    • Line 38: warning: exported method BaseCredentials.ClassID should have comment or be unexported (golint)
    • Line 42: warning: exported method BaseCredentials.WritePortable should have comment or be unexported (golint)
    • Line 47: warning: exported method BaseCredentials.ReadPortable should have comment or be unexported (golint)
    • Line 52: warning: exported method BaseCredentials.Endpoint should have comment or be unexported (golint)
    • Line 56: warning: exported method BaseCredentials.SetEndpoint should have comment or be unexported (golint)
    • Line 60: warning: exported method BaseCredentials.Principal should have comment or be unexported (golint)
    • hazelcast-go-client/types/index.go
    • Line 19: warning: exported type IndexType should have comment or be unexported (golint)
    • Line 22: warning: exported const IndexTypeSorted should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: exported type UniqueKeyTransformation should have comment or be unexported (golint)
    • Line 30: warning: exported const UniqueKeyTransformationObject should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported type IndexConfig should have comment or be unexported (golint)
    • Line 42: warning: exported type BitmapIndexOptions should have comment or be unexported (golint)
    • hazelcast-go-client/proxy_topic.go
    • Line 45: warning: exported type TopicMessageHandler should have comment or be unexported (golint)
    • Line 50: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 64: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 78: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • hazelcast-go-client/proxy_map.go
    • Line 147: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 151: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 194: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 198: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 208: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 212: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 226: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 239: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 243: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 260: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 264: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 268: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 287: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 303: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 307: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 326: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 329: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 353: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 375: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 384: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 388: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 400: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 404: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 441: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 447: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 459: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 463: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 474: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 483: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 487: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 498: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 507: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 511: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 601: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 627: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 631: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 676: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 680: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 690: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 707: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 718: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 722: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 733: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 737: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 749: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 753: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 770: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 793: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 805: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 860: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 913: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 927: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 939: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 943: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 953: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 957: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 967: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 971: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 981: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 992: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 1003: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 1008: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 1045: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 1056: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 1060: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 1070: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 1074: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • hazelcast-go-client/internal/proto/codec/map_contains_key_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapContainsKeyCodecRequestMessageType should be of the form "MapContainsKeyCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapContainsKeyCodecResponseMessageType should be of the form "MapContainsKeyCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapContainsKeyCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeMapContainsKeyRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function DecodeMapContainsKeyResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_iterator_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueueIteratorCodecRequestMessageType should be of the form "QueueIteratorCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueueIteratorCodecResponseMessageType should be of the form "QueueIteratorCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueueIteratorCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeQueueIteratorRequest should have comment or be unexported (golint)
    • Line 49: warning: exported function DecodeQueueIteratorResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/invocation/invocation.go
    • Line 32: warning: exported var ErrResponseChannelClosed should have comment or be unexported (golint)
    • Line 34: warning: exported type Result should have comment or be unexported (golint)
    • Line 39: warning: exported type Invocation should have comment or be unexported (golint)
    • Line 52: warning: exported type Impl should have comment or be unexported (golint)
    • Line 63: warning: exported function NewImpl should have comment or be unexported (golint)
    • Line 74: warning: exported method Impl.Complete should have comment or be unexported (golint)
    • Line 80: warning: exported method Impl.Completed should have comment or be unexported (golint)
    • Line 84: warning: exported method Impl.EventHandler should have comment or be unexported (golint)
    • Line 88: warning: exported method Impl.Get should have comment or be unexported (golint)
    • Line 95: warning: exported method Impl.GetWithContext should have comment or be unexported (golint)
    • Line 111: warning: exported method Impl.PartitionID should have comment or be unexported (golint)
    • Line 115: warning: exported method Impl.Request should have comment or be unexported (golint)
    • Line 119: warning: exported method Impl.Address should have comment or be unexported (golint)
    • Line 135: warning: exported method Impl.Close should have comment or be unexported (golint)
    • Line 139: warning: exported method Impl.CanRetry should have comment or be unexported (golint)
    • Line 147: warning: exported method Impl.MaybeCanRetry should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/builtin.go
    • Line 42: warning: exported var CodecUtil should have comment or be unexported (golint)
    • Line 144: warning: exported function EncodeByteArray should have comment or be unexported (golint)
    • Line 148: warning: exported function DecodeByteArray should have comment or be unexported (golint)
    • Line 152: warning: exported function EncodeData should have comment or be unexported (golint)
    • Line 156: warning: exported function EncodeNullableData should have comment or be unexported (golint)
    • Line 164: warning: exported function DecodeData should have comment or be unexported (golint)
    • Line 168: warning: exported function DecodeNullableData should have comment or be unexported (golint)
    • Line 175: warning: exported function EncodeEntryList should have comment or be unexported (golint)
    • Line 184: warning: exported function EncodeEntryListForStringAndString should have comment or be unexported (golint)
    • Line 193: warning: exported function EncodeEntryListForStringAndByteArray should have comment or be unexported (golint)
    • Line 203: warning: exported function EncodeEntryListForDataAndData should have comment or be unexported (golint)
    • Line 212: warning: exported function EncodeEntryListForDataAndListData should have comment or be unexported (golint)
    • Line 221: warning: exported function EncodeNullableEntryList should have comment or be unexported (golint)
    • Line 229: warning: exported function DecodeEntryList should have comment or be unexported (golint)
    • Line 241: warning: exported function DecodeNullableEntryList should have comment or be unexported (golint)
    • Line 248: warning: exported function DecodeEntryListForStringAndEntryListIntegerLong should have comment or be unexported (golint)
    • Line 260: warning: exported function DecodeEntryListForDataAndData should have comment or be unexported (golint)
    • Line 272: warning: exported function EncodeListIntegerIntegerInteger should have comment or be unexported (golint)
    • Line 282: warning: exported function DecodeListIntegerIntegerInteger should have comment or be unexported (golint)
    • Line 294: warning: exported function EncodeEntryListUUIDLong should have comment or be unexported (golint)
    • Line 307: warning: exported function EncodeEntryListIntegerInteger should have comment or be unexported (golint)
    • Line 320: warning: exported function DecodeEntryListUUIDLong should have comment or be unexported (golint)
    • Line 332: warning: exported function DecodeEntryListIntegerInteger should have comment or be unexported (golint)
    • Line 344: warning: exported function EncodeEntryListUUIDListInteger should have comment or be unexported (golint)
    • Line 359: warning: exported function DecodeEntryListUUIDListInteger should have comment or be unexported (golint)
    • Line 370: warning: exported function DecodeEntryListIntegerUUID should have comment or be unexported (golint)
    • Line 382: warning: exported function DecodeEntryListIntegerLong should have comment or be unexported (golint)
    • Line 397: warning: exported var FixSizedTypesCodec should have comment or be unexported (golint)
    • Line 460: warning: exported function EncodeListInteger should have comment or be unexported (golint)
    • Line 470: warning: exported function DecodeListInteger should have comment or be unexported (golint)
    • Line 480: warning: exported function EncodeListLong should have comment or be unexported (golint)
    • Line 489: warning: exported function DecodeListLong should have comment or be unexported (golint)
    • Line 499: warning: exported function EncodeListMultiFrame should have comment or be unexported (golint)
    • Line 507: warning: exported function EncodeListMultiFrameForData should have comment or be unexported (golint)
    • Line 515: warning: exported function EncodeListMultiFrameForString should have comment or be unexported (golint)
    • Line 523: warning: exported function EncodeListMultiFrameForStackTraceElement should have comment or be unexported (golint)
    • Line 531: warning: exported function EncodeListMultiFrameContainsNullable should have comment or be unexported (golint)
    • Line 543: warning: exported function EncodeListMultiFrameNullable should have comment or be unexported (golint)
    • Line 551: warning: exported function DecodeListMultiFrame should have comment or be unexported (golint)
    • Line 559: warning: exported function DecodeListMultiFrameForData should have comment or be unexported (golint)
    • Line 569: warning: exported function DecodeListMultiFrameWithListInteger should have comment or be unexported (golint)
    • Line 579: warning: exported function DecodeListMultiFrameForMemberInfo should have comment or be unexported (golint)
    • Line 589: warning: exported function DecodeListMultiFrameForStackTraceElement should have comment or be unexported (golint)
    • Line 599: warning: exported function DecodeListMultiFrameForString should have comment or be unexported (golint)
    • Line 609: warning: exported function DecodeListMultiFrameForDataContainsNullable should have comment or be unexported (golint)
    • Line 623: warning: exported function EncodeListData should have comment or be unexported (golint)
    • Line 627: warning: exported function DecodeListData should have comment or be unexported (golint)
    • Line 631: warning: exported function EncodeListUUID should have comment or be unexported (golint)
    • Line 641: warning: exported function DecodeListUUID should have comment or be unexported (golint)
    • Line 651: warning: exported function EncodeLongArray should have comment or be unexported (golint)
    • Line 660: warning: exported function DecodeLongArray should have comment or be unexported (golint)
    • Line 670: warning: exported function EncodeMapForStringAndString should have comment or be unexported (golint)
    • Line 679: warning: exported function EncodeMapForEndpointQualifierAndAddress should have comment or be unexported (golint)
    • Line 688: warning: exported function DecodeMapForStringAndString should have comment or be unexported (golint)
    • Line 700: warning: exported function DecodeMapForEndpointQualifierAndAddress should have comment or be unexported (golint)
    • Line 712: warning: exported function EncodeString should have comment or be unexported (golint)
    • Line 716: warning: exported function DecodeString should have comment or be unexported (golint)
    • Line 720: warning: exported function DecodeError should have comment or be unexported (golint)
    • Line 734: warning: exported function NewEndpointQualifier should have comment or be unexported (golint)
    • Line 759: warning: exported type DistributedObjectInfo should have comment or be unexported (golint)
    • Line 764: warning: exported method DistributedObjectInfo.Name should have comment or be unexported (golint)
    • Line 768: warning: exported method DistributedObjectInfo.ServiceName should have comment or be unexported (golint)
    • Line 772: warning: exported method DistributedObjectInfo.GetName should have comment or be unexported (golint)
    • Line 776: warning: exported method DistributedObjectInfo.GetServiceName should have comment or be unexported (golint)
    • Line 780: warning: exported function NewDistributedObjectInfo should have comment or be unexported (golint)
    • Line 784: warning: exported function NewMemberVersion should have comment or be unexported (golint)
    • Line 788: warning: exported function NewMemberInfo should have comment or be unexported (golint)
    • Line 812: warning: exported function EncodeAddress should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_get_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapGetCodecRequestMessageType should be of the form "MapGetCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapGetCodecResponseMessageType should be of the form "MapGetCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapGetCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeMapGetRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeMapGetResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_key_set_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ReplicatedMapKeySetCodecRequestMessageType should be of the form "ReplicatedMapKeySetCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ReplicatedMapKeySetCodecResponseMessageType should be of the form "ReplicatedMapKeySetCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ReplicatedMapKeySetCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported function EncodeReplicatedMapKeySetRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function DecodeReplicatedMapKeySetResponse should have comment or be unexported (golint)
    • hazelcast-go-client/serialization/class_definition.go
    • Line 31: warning: exported function NewClassDefinition should have comment or be unexported (golint)
    • Line 40: warning: exported method ClassDefinition.AddField should have comment or be unexported (golint)
    • Line 48: warning: exported method ClassDefinition.AddByteField should have comment or be unexported (golint)
    • Line 52: warning: exported method ClassDefinition.AddBoolField should have comment or be unexported (golint)
    • Line 56: warning: exported method ClassDefinition.AddUInt16Field should have comment or be unexported (golint)
    • Line 60: warning: exported method ClassDefinition.AddInt16Field should have comment or be unexported (golint)
    • Line 64: warning: exported method ClassDefinition.AddInt32Field should have comment or be unexported (golint)
    • Line 68: warning: exported method ClassDefinition.AddInt64Field should have comment or be unexported (golint)
    • Line 72: warning: exported method ClassDefinition.AddFloat32Field should have comment or be unexported (golint)
    • Line 76: warning: exported method ClassDefinition.AddFloat64Field should have comment or be unexported (golint)
    • Line 80: warning: exported method ClassDefinition.AddStringField should have comment or be unexported (golint)
    • Line 84: warning: exported method ClassDefinition.AddPortableField should have comment or be unexported (golint)
    • Line 95: warning: exported method ClassDefinition.AddByteArrayField should have comment or be unexported (golint)
    • Line 99: warning: exported method ClassDefinition.AddBoolArrayField should have comment or be unexported (golint)
    • Line 103: warning: exported method ClassDefinition.AddInt16ArrayField should have comment or be unexported (golint)
    • Line 107: warning: exported method ClassDefinition.AddUInt16ArrayField should have comment or be unexported (golint)
    • Line 111: warning: exported method ClassDefinition.AddInt32ArrayField should have comment or be unexported (golint)
    • Line 115: warning: exported method ClassDefinition.AddInt64ArrayField should have comment or be unexported (golint)
    • Line 119: warning: exported method ClassDefinition.AddFloat32ArrayField should have comment or be unexported (golint)
    • Line 123: warning: exported method ClassDefinition.AddFloat64ArrayField should have comment or be unexported (golint)
    • Line 127: warning: exported method ClassDefinition.AddPortableArrayField should have comment or be unexported (golint)
    • Line 134: warning: exported method ClassDefinition.AddStringArrayField should have comment or be unexported (golint)
    • Line 138: warning: exported type FieldDefinitionType should have comment or be unexported (golint)
    • Line 141: warning: exported const TypePortable should have comment (or a comment on this block) or be unexported (golint)
    • hazelcast-go-client/internal/serialization/buffer_util.go
    • Line 24: warning: exported function WriteInt32 should have comment or be unexported (golint)
    • Line 28: warning: exported function ReadInt32 should have comment or be unexported (golint)
    • Line 32: warning: exported function WriteFloat32 should have comment or be unexported (golint)
    • Line 36: warning: exported function ReadFloat32 should have comment or be unexported (golint)
    • Line 40: warning: exported function WriteFloat64 should have comment or be unexported (golint)
    • Line 44: warning: exported function ReadFloat64 should have comment or be unexported (golint)
    • Line 48: warning: exported function WriteBool should have comment or be unexported (golint)
    • Line 56: warning: exported function ReadBool should have comment or be unexported (golint)
    • Line 60: warning: exported function WriteUInt16 should have comment or be unexported (golint)
    • Line 64: warning: exported function ReadUInt16 should have comment or be unexported (golint)
    • Line 68: warning: exported function WriteInt16 should have comment or be unexported (golint)
    • Line 72: warning: exported function ReadInt16 should have comment or be unexported (golint)
    • Line 76: warning: exported function WriteInt64 should have comment or be unexported (golint)
    • Line 80: warning: exported function ReadInt64 should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_load_given_keys_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapLoadGivenKeysCodecRequestMessageType should be of the form "MapLoadGivenKeysCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapLoadGivenKeysCodecResponseMessageType should be of the form "MapLoadGivenKeysCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapLoadGivenKeysCodecRequestReplaceExistingValuesOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeMapLoadGivenKeysRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/address_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: exported const AddressCodecPortFieldOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function DecodeAddress should have comment or be unexported (golint)
    • hazelcast-go-client/internal/serialization/serialization.go
    • Line 41: warning: exported function NewService should have comment or be unexported (golint)
    • Line 109: warning: exported method Service.WriteObject should have comment or be unexported (golint)
    • Line 118: warning: exported method Service.ReadObject should have comment or be unexported (golint)
    • Line 129: warning: exported method Service.FindSerializerFor should have comment or be unexported (golint)
    • Line 143: warning: exported method Service.LookUpDefaultSerializer should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_size_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const ListSizeCodecRequestMessageType should be of the form "ListSizeCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const ListSizeCodecResponseMessageType should be of the form "ListSizeCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const ListSizeCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeListSizeRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeListSizeResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_put_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const ReplicatedMapPutAllCodecRequestMessageType should be of the form "ReplicatedMapPutAllCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const ReplicatedMapPutAllCodecResponseMessageType should be of the form "ReplicatedMapPutAllCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const ReplicatedMapPutAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeReplicatedMapPutAllRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/serialization/default_serializer.go
    • Line 31: warning: exported type NilSerializer should have comment or be unexported (golint)
    • Line 33: warning: exported method NilSerializer.ID should have comment or be unexported (golint)
    • Line 44: warning: exported type IdentifiedDataSerializableSerializer should have comment or be unexported (golint)
    • Line 48: warning: exported function NewIdentifiedDataSerializableSerializer should have comment or be unexported (golint)
    • Line 53: warning: exported method IdentifiedDataSerializableSerializer.ID should have comment or be unexported (golint)
    • Line 87: warning: exported type ByteSerializer should have comment or be unexported (golint)
    • Line 89: warning: exported method ByteSerializer.ID should have comment or be unexported (golint)
    • Line 101: warning: exported type BoolSerializer should have comment or be unexported (golint)
    • Line 103: warning: exported method BoolSerializer.ID should have comment or be unexported (golint)
    • Line 115: warning: exported type UInt16Serializer should have comment or be unexported (golint)
    • Line 117: warning: exported method UInt16Serializer.ID should have comment or be unexported (golint)
    • Line 129: warning: exported type IntSerializer should have comment or be unexported (golint)
    • Line 131: warning: exported method IntSerializer.ID should have comment or be unexported (golint)
    • Line 143: warning: exported type Int16Serializer should have comment or be unexported (golint)
    • Line 145: warning: exported method Int16Serializer.ID should have comment or be unexported (golint)
    • Line 157: warning: exported type Int32Serializer should have comment or be unexported (golint)
    • Line 159: warning: exported method Int32Serializer.ID should have comment or be unexported (golint)
    • Line 171: warning: exported type Int64Serializer should have comment or be unexported (golint)
    • Line 173: warning: exported method Int64Serializer.ID should have comment or be unexported (golint)
    • Line 185: warning: exported type Float32Serializer should have comment or be unexported (golint)
    • Line 187: warning: exported method Float32Serializer.ID should have comment or be unexported (golint)
    • Line 199: warning: exported type Float64Serializer should have comment or be unexported (golint)
    • Line 201: warning: exported method Float64Serializer.ID should have comment or be unexported (golint)
    • Line 213: warning: exported type StringSerializer should have comment or be unexported (golint)
    • Line 215: warning: exported method StringSerializer.ID should have comment or be unexported (golint)
    • Line 227: warning: exported type ByteArraySerializer should have comment or be unexported (golint)
    • Line 229: warning: exported method ByteArraySerializer.ID should have comment or be unexported (golint)
    • Line 241: warning: exported type BoolArraySerializer should have comment or be unexported (golint)
    • Line 243: warning: exported method BoolArraySerializer.ID should have comment or be unexported (golint)
    • Line 255: warning: exported type UInt16ArraySerializer should have comment or be unexported (golint)
    • Line 257: warning: exported method UInt16ArraySerializer.ID should have comment or be unexported (golint)
    • Line 270: warning: exported type Int16ArraySerializer should have comment or be unexported (golint)
    • Line 272: warning: exported method Int16ArraySerializer.ID should have comment or be unexported (golint)
    • Line 284: warning: exported type Int32ArraySerializer should have comment or be unexported (golint)
    • Line 286: warning: exported method Int32ArraySerializer.ID should have comment or be unexported (golint)
    • Line 298: warning: exported type Int64ArraySerializer should have comment or be unexported (golint)
    • Line 300: warning: exported method Int64ArraySerializer.ID should have comment or be unexported (golint)
    • Line 321: warning: exported type Float32ArraySerializer should have comment or be unexported (golint)
    • Line 323: warning: exported method Float32ArraySerializer.ID should have comment or be unexported (golint)
    • Line 335: warning: exported type Float64ArraySerializer should have comment or be unexported (golint)
    • Line 337: warning: exported method Float64ArraySerializer.ID should have comment or be unexported (golint)
    • Line 349: warning: exported type StringArraySerializer should have comment or be unexported (golint)
    • Line 351: warning: exported method StringArraySerializer.ID should have comment or be unexported (golint)
    • Line 363: warning: exported type UUIDSerializer should have comment or be unexported (golint)
    • Line 365: warning: exported method UUIDSerializer.ID should have comment or be unexported (golint)
    • Line 379: warning: exported type JavaDateSerializer should have comment or be unexported (golint)
    • Line 381: warning: exported method JavaDateSerializer.ID should have comment or be unexported (golint)
    • Line 394: warning: exported type JavaClassSerializer should have comment or be unexported (golint)
    • Line 396: warning: exported method JavaClassSerializer.ID should have comment or be unexported (golint)
    • Line 408: warning: exported type JavaLinkedListSerializer should have comment or be unexported (golint)
    • Line 410: warning: exported method JavaLinkedListSerializer.ID should have comment or be unexported (golint)
    • Line 427: warning: exported type JavaArrayListSerializer should have comment or be unexported (golint)
    • Line 429: warning: exported method JavaArrayListSerializer.ID should have comment or be unexported (golint)
    • Line 446: warning: exported type GobSerializer should have comment or be unexported (golint)
    • Line 448: warning: exported method GobSerializer.ID should have comment or be unexported (golint)
    • Line 477: warning: exported type JSONValueSerializer should have comment or be unexported (golint)
    • Line 480: warning: exported method JSONValueSerializer.ID should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_add_all_with_index_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListAddAllWithIndexCodecRequestMessageType should be of the form "ListAddAllWithIndexCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListAddAllWithIndexCodecResponseMessageType should be of the form "ListAddAllWithIndexCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListAddAllWithIndexCodecRequestIndexOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported function EncodeListAddAllWithIndexRequest should have comment or be unexported (golint)
    • Line 57: warning: exported function DecodeListAddAllWithIndexResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_fetch_keys_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapFetchKeysCodecRequestMessageType should be of the form "MapFetchKeysCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapFetchKeysCodecResponseMessageType should be of the form "MapFetchKeysCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapFetchKeysCodecRequestBatchOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeMapFetchKeysRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeMapFetchKeysResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_aggregate_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapAggregateCodecRequestMessageType should be of the form "MapAggregateCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapAggregateCodecResponseMessageType should be of the form "MapAggregateCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapAggregateCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeMapAggregateRequest should have comment or be unexported (golint)
    • Line 49: warning: exported function DecodeMapAggregateResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_drain_to_max_size_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueueDrainToMaxSizeCodecRequestMessageType should be of the form "QueueDrainToMaxSizeCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueueDrainToMaxSizeCodecResponseMessageType should be of the form "QueueDrainToMaxSizeCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueueDrainToMaxSizeCodecRequestMaxSizeOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported function EncodeQueueDrainToMaxSizeRequest should have comment or be unexported (golint)
    • Line 54: warning: exported function DecodeQueueDrainToMaxSizeResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_add_entry_listener_to_key_with_predicate_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const ReplicatedMapAddEntryListenerToKeyWithPredicateCodecRequestMessageType should be of the form "ReplicatedMapAddEntryListenerToKeyWithPredicateCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const ReplicatedMapAddEntryListenerToKeyWithPredicateCodecResponseMessageType should be of the form "ReplicatedMapAddEntryListenerToKeyWithPredicateCodecResponseMessageType ..." (golint)
    • Line 30: warning: comment on exported const ReplicatedMapAddEntryListenerToKeyWithPredicateCodecEventEntryMessageType should be of the form "ReplicatedMapAddEntryListenerToKeyWithPredicateCodecEventEntryMessageType ..." (golint)
    • Line 33: warning: exported const ReplicatedMapAddEntryListenerToKeyWithPredicateCodecRequestLocalOnlyOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 45: warning: exported function EncodeReplicatedMapAddEntryListenerToKeyWithPredicateRequest should have comment or be unexported (golint)
    • Line 62: warning: exported function DecodeReplicatedMapAddEntryListenerToKeyWithPredicateResponse should have comment or be unexported (golint)
    • Line 69: warning: exported function HandleReplicatedMapAddEntryListenerToKeyWithPredicate should have comment or be unexported (golint)
    • hazelcast-go-client/events.go
    • Line 76: warning: exported method EntryNotified.EventName should have comment or be unexported (golint)
    • Line 147: warning: exported method LifecycleStateChanged.EventName should have comment or be unexported (golint)
    • Line 163: warning: exported method MessagePublished.EventName should have comment or be unexported (golint)
    • Line 197: warning: exported method QueueItemNotified.EventName should have comment or be unexported (golint)
    • Line 246: warning: exported method SetItemNotified.EventName should have comment or be unexported (golint)
    • Line 279: warning: exported method DistributedObjectNotified.EventName should have comment or be unexported (golint)
    • hazelcast-go-client/proxy.go
    • Line 42: warning: exported const ServiceNameMap should have comment (or a comment on this block) or be unexported (golint)
    • Line 237: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 250: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 258: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 280: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 301: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 318: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 321: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 349: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • hazelcast-go-client/internal/proto/codec/list_contains_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListContainsCodecRequestMessageType should be of the form "ListContainsCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListContainsCodecResponseMessageType should be of the form "ListContainsCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListContainsCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeListContainsRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeListContainsResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_get_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListGetAllCodecRequestMessageType should be of the form "ListGetAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListGetAllCodecResponseMessageType should be of the form "ListGetAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListGetAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeListGetAllRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function DecodeListGetAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_add_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueueAddAllCodecRequestMessageType should be of the form "QueueAddAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueueAddAllCodecResponseMessageType should be of the form "QueueAddAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueueAddAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported function EncodeQueueAddAllRequest should have comment or be unexported (golint)
    • Line 54: warning: exported function DecodeQueueAddAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_poll_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueuePollCodecRequestMessageType should be of the form "QueuePollCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueuePollCodecResponseMessageType should be of the form "QueuePollCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueuePollCodecRequestTimeoutMillisOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeQueuePollRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeQueuePollResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_remove_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapRemoveAllCodecRequestMessageType should be of the form "MapRemoveAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapRemoveAllCodecResponseMessageType should be of the form "MapRemoveAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapRemoveAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeMapRemoveAllRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cb/options.go
    • Line 25: warning: exported type CircuitBreakerOptions should have comment or be unexported (golint)
    • Line 33: warning: exported function NewCircuitBreakerOptions should have comment or be unexported (golint)
    • Line 43: warning: exported type CircuitBreakerOptionFunc should have comment or be unexported (golint)
    • Line 45: warning: exported function DefaultCircuitBreakerOptions should have comment or be unexported (golint)
    • Line 56: warning: exported function MaxRetries should have comment or be unexported (golint)
    • Line 66: warning: exported function MaxFailureCount should have comment or be unexported (golint)
    • Line 79: warning: exported function ResetTimeout should have comment or be unexported (golint)
    • Line 86: warning: exported function RetryPolicy should have comment or be unexported (golint)
    • Line 93: warning: exported function StateChangeHandler should have comment or be unexported (golint)
    • hazelcast-go-client/internal/rest/http_client.go
    • Line 29: warning: exported type HTTPHeader should have comment or be unexported (golint)
    • Line 34: warning: exported function NewHTTPHeader should have comment or be unexported (golint)
    • Line 38: warning: exported type HTTPClient should have comment or be unexported (golint)
    • Line 43: warning: exported function NewHTTPClient should have comment or be unexported (golint)
    • Line 57: warning: exported method HTTPClient.Get should have comment or be unexported (golint)
    • Line 86: warning: exported method HTTPClient.GetJSONObject should have comment or be unexported (golint)
    • Line 96: warning: exported method HTTPClient.GetJSONArray should have comment or be unexported (golint)
    • hazelcast-go-client/internal/it/replicated_map.go
    • Line 30: warning: exported function ReplicatedMapTester should have comment or be unexported (golint)
    • Line 34: warning: exported function ReplicatedMapTesterWithConfig should have comment or be unexported (golint)
    • Line 41: warning: exported function ReplicatedMapTesterWithConfigAndName should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_lock_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapLockCodecRequestMessageType should be of the form "MapLockCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapLockCodecResponseMessageType should be of the form "MapLockCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapLockCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported function EncodeMapLockRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_remaining_capacity_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 21: warning: comment on exported const QueueRemainingCapacityCodecRequestMessageType should be of the form "QueueRemainingCapacityCodecRequestMessageType ..." (golint)
    • Line 23: warning: comment on exported const QueueRemainingCapacityCodecResponseMessageType should be of the form "QueueRemainingCapacityCodecResponseMessageType ..." (golint)
    • Line 26: warning: exported const QueueRemainingCapacityCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeQueueRemainingCapacityRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeQueueRemainingCapacityResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/set_compare_and_retain_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const SetCompareAndRetainAllCodecRequestMessageType should be of the form "SetCompareAndRetainAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const SetCompareAndRetainAllCodecResponseMessageType should be of the form "SetCompareAndRetainAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const SetCompareAndRetainAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported function EncodeSetCompareAndRetainAllRequest should have comment or be unexported (golint)
    • Line 54: warning: exported function DecodeSetCompareAndRetainAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/it/set.go
    • Line 30: warning: exported function SetTester should have comment or be unexported (golint)
    • Line 34: warning: exported function SetTesterWithConfig should have comment or be unexported (golint)
    • Line 41: warning: exported function SetTesterWithConfigAndName should have comment or be unexported (golint)
    • Line 81: warning: exported function GetClientSetWithConfig should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/client_remove_distributed_object_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 22: warning: comment on exported const ClientRemoveDistributedObjectListenerCodecRequestMessageType should be of the form "ClientRemoveDistributedObjectListenerCodecRequestMessageType ..." (golint)
    • Line 24: warning: comment on exported const ClientRemoveDistributedObjectListenerCodecResponseMessageType should be of the form "ClientRemoveDistributedObjectListenerCodecResponseMessageType ..." (golint)
    • Line 27: warning: exported const ClientRemoveDistributedObjectListenerCodecRequestRegistrationIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeClientRemoveDistributedObjectListenerRequest should have comment or be unexported (golint)
    • Line 49: warning: exported function DecodeClientRemoveDistributedObjectListenerResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_try_remove_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapTryRemoveCodecRequestMessageType should be of the form "MapTryRemoveCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapTryRemoveCodecResponseMessageType should be of the form "MapTryRemoveCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapTryRemoveCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported function EncodeMapTryRemoveRequest should have comment or be unexported (golint)
    • Line 57: warning: exported function DecodeMapTryRemoveResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_values_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ReplicatedMapValuesCodecRequestMessageType should be of the form "ReplicatedMapValuesCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ReplicatedMapValuesCodecResponseMessageType should be of the form "ReplicatedMapValuesCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ReplicatedMapValuesCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeReplicatedMapValuesRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function DecodeReplicatedMapValuesResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_add_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListAddAllCodecRequestMessageType should be of the form "ListAddAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListAddAllCodecResponseMessageType should be of the form "ListAddAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListAddAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported function EncodeListAddAllRequest should have comment or be unexported (golint)
    • Line 54: warning: exported function DecodeListAddAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_remove_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListRemoveCodecRequestMessageType should be of the form "ListRemoveCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListRemoveCodecResponseMessageType should be of the form "ListRemoveCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListRemoveCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeListRemoveRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function DecodeListRemoveResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_force_unlock_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapForceUnlockCodecRequestMessageType should be of the form "MapForceUnlockCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapForceUnlockCodecResponseMessageType should be of the form "MapForceUnlockCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapForceUnlockCodecRequestReferenceIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeMapForceUnlockRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/member_version_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: exported const MemberVersionCodecMajorFieldOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeMemberVersion should have comment or be unexported (golint)
    • Line 47: warning: exported function DecodeMemberVersion should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cb/circuitbreaker.go
    • Line 28: warning: exported const StateOpen should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported type TryHandler should have comment or be unexported (golint)
    • Line 33: warning: exported type EventHandler should have comment or be unexported (golint)
    • Line 34: warning: exported type RetryPolicyFunc should have comment or be unexported (golint)
    • Line 36: warning: exported type CircuitBreaker should have comment or be unexported (golint)
    • Line 47: warning: exported function NewCircuitBreaker should have comment or be unexported (golint)
    • Line 68: warning: exported method CircuitBreaker.Try should have comment or be unexported (golint)
    • Line 72: warning: exported method CircuitBreaker.TryContext should have comment or be unexported (golint)
    • Line 79: warning: exported method CircuitBreaker.TryContextFuture should have comment or be unexported (golint)
    • hazelcast-go-client/internal/invocation/invocation_service.go
    • Line 26: warning: exported type Handler should have comment or be unexported (golint)
    • Line 30: warning: exported type Service should have comment or be unexported (golint)
    • Line 42: warning: exported function NewService should have comment or be unexported (golint)
    • Line 63: warning: exported method Service.Stop should have comment or be unexported (golint)
    • Line 67: warning: exported method Service.SetHandler should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/client_create_proxy_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const ClientCreateProxyCodecRequestMessageType should be of the form "ClientCreateProxyCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const ClientCreateProxyCodecResponseMessageType should be of the form "ClientCreateProxyCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const ClientCreateProxyCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: exported function EncodeClientCreateProxyRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/topic_remove_message_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 22: warning: comment on exported const TopicRemoveMessageListenerCodecRequestMessageType should be of the form "TopicRemoveMessageListenerCodecRequestMessageType ..." (golint)
    • Line 24: warning: comment on exported const TopicRemoveMessageListenerCodecResponseMessageType should be of the form "TopicRemoveMessageListenerCodecResponseMessageType ..." (golint)
    • Line 27: warning: exported const TopicRemoveMessageListenerCodecRequestRegistrationIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeTopicRemoveMessageListenerRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeTopicRemoveMessageListenerResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cluster/connection_invocation_handler.go
    • Line 34: warning: exported type ConnectionInvocationHandlerCreationBundle should have comment or be unexported (golint)
    • Line 41: warning: exported method ConnectionInvocationHandlerCreationBundle.Check should have comment or be unexported (golint)
    • Line 56: warning: exported type ConnectionInvocationHandler should have comment or be unexported (golint)
    • Line 64: warning: exported function NewConnectionInvocationHandler should have comment or be unexported (golint)
    • Line 82: warning: exported method ConnectionInvocationHandler.Invoke should have comment or be unexported (golint)
    • Line 94: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 151: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • hazelcast-go-client/proxy_replicated_map.go
    • Line 92: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 96: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 106: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 110: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 122: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 126: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 137: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 147: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 153: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 166: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 172: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 185: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 194: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 198: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 219: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 231: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 235: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 251: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 284: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • hazelcast-go-client/internal/proto/codec/map_remove_entry_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapRemoveEntryListenerCodecRequestMessageType should be of the form "MapRemoveEntryListenerCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapRemoveEntryListenerCodecResponseMessageType should be of the form "MapRemoveEntryListenerCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapRemoveEntryListenerCodecRequestRegistrationIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeMapRemoveEntryListenerRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function DecodeMapRemoveEntryListenerResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/stats/metrics.go
    • Line 50: warning: exported type MetricsCompressor should have comment or be unexported (golint)
    • Line 59: warning: exported function NewMetricCompressor should have comment or be unexported (golint)
    • Line 67: warning: exported method MetricsCompressor.AddLong should have comment or be unexported (golint)
    • Line 73: warning: exported method MetricsCompressor.AddDouble should have comment or be unexported (golint)
    • Line 79: warning: exported method MetricsCompressor.GenerateBlob should have comment or be unexported (golint)
    • Line 99: warning: exported method MetricsCompressor.Reset should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cluster/events.go
    • Line 31: warning: comment on exported const EventMembersRemoved should be of the form "EventMembersRemoved ..." (golint)
    • Line 41: warning: exported type ConnectionOpenedHandler should have comment or be unexported (golint)
    • Line 42: warning: exported type ConnectionClosedHandler should have comment or be unexported (golint)
    • Line 43: warning: exported type ConnectedHandler should have comment or be unexported (golint)
    • Line 44: warning: exported type DisconnectedHandler should have comment or be unexported (golint)
    • Line 46: warning: exported type ConnectionOpened should have comment or be unexported (golint)
    • Line 50: warning: exported function NewConnectionOpened should have comment or be unexported (golint)
    • Line 54: warning: exported method ConnectionOpened.EventName should have comment or be unexported (golint)
    • Line 58: warning: exported type ConnectionClosed should have comment or be unexported (golint)
    • Line 63: warning: exported function NewConnectionClosed should have comment or be unexported (golint)
    • Line 70: warning: exported method ConnectionClosed.EventName should have comment or be unexported (golint)
    • Line 74: warning: exported type MembersAdded should have comment or be unexported (golint)
    • Line 78: warning: exported function NewMembersAdded should have comment or be unexported (golint)
    • Line 82: warning: exported method MembersAdded.EventName should have comment or be unexported (golint)
    • Line 86: warning: exported type MembersRemoved should have comment or be unexported (golint)
    • Line 90: warning: exported function NewMemberRemoved should have comment or be unexported (golint)
    • Line 94: warning: exported method MembersRemoved.EventName should have comment or be unexported (golint)
    • Line 98: warning: exported type Connected should have comment or be unexported (golint)
    • Line 102: warning: exported function NewConnected should have comment or be unexported (golint)
    • Line 106: warning: exported method Connected.EventName should have comment or be unexported (golint)
    • Line 110: warning: exported type Disconnected should have comment or be unexported (golint)
    • Line 113: warning: exported function NewDisconnected should have comment or be unexported (golint)
    • Line 117: warning: exported method Disconnected.EventName should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cluster/partition_service.go
    • Line 33: warning: exported type PartitionServiceCreationBundle should have comment or be unexported (golint)
    • Line 38: warning: exported method PartitionServiceCreationBundle.Check should have comment or be unexported (golint)
    • Line 47: warning: exported type PartitionService should have comment or be unexported (golint)
    • Line 54: warning: exported function NewPartitionService should have comment or be unexported (golint)
    • Line 63: warning: exported method PartitionService.GetPartitionOwner should have comment or be unexported (golint)
    • Line 67: warning: exported method PartitionService.PartitionCount should have comment or be unexported (golint)
    • Line 71: warning: exported method PartitionService.GetPartitionID should have comment or be unexported (golint)
    • Line 78: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 83: warning: exported method PartitionService.Update should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_contains_value_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapContainsValueCodecRequestMessageType should be of the form "MapContainsValueCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapContainsValueCodecResponseMessageType should be of the form "MapContainsValueCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapContainsValueCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeMapContainsValueRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeMapContainsValueResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cb/future.go
    • Line 26: warning: exported type FutureImpl should have comment or be unexported (golint)
    • Line 30: warning: exported function NewFutureImpl should have comment or be unexported (golint)
    • Line 36: warning: exported function NewSucceededFuture should have comment or be unexported (golint)
    • Line 42: warning: exported function NewFailedFuture should have comment or be unexported (golint)
    • Line 46: warning: exported method FutureImpl.Result should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cluster/connection.go
    • Line 53: warning: exported type ResponseHandler should have comment or be unexported (golint)
    • Line 55: warning: exported type Connection should have comment or be unexported (golint)
    • Line 74: warning: exported method Connection.ConnectionID should have comment or be unexported (golint)
    • Line 78: warning: exported method Connection.LocalAddr should have comment or be unexported (golint)
    • Line 82: warning: exported method Connection.Endpoint should have comment or be unexported (golint)
    • Line 89: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 116: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 134: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • hazelcast-go-client/internal/it/util.go
    • Line 44: warning: exported const EnvDisableSmart should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: exported const DefaultPort should have comment or be unexported (golint)
    • Line 54: warning: exported const DefaultClusterName should have comment or be unexported (golint)
    • Line 65: warning: exported function Tester should have comment or be unexported (golint)
    • Line 69: warning: exported function TesterWithConfigBuilder should have comment or be unexported (golint)
    • Line 107: warning: exported function AssertEquals should have comment or be unexported (golint)
    • Line 114: warning: exported const SamplePortableFactoryID should have comment or be unexported (golint)
    • Line 115: warning: exported const SamplePortableClassID should have comment or be unexported (golint)
    • Line 117: warning: exported type SamplePortable should have comment or be unexported (golint)
    • Line 122: warning: exported method SamplePortable.FactoryID should have comment or be unexported (golint)
    • Line 126: warning: exported method SamplePortable.ClassID should have comment or be unexported (golint)
    • Line 130: warning: exported method SamplePortable.WritePortable should have comment or be unexported (golint)
    • Line 135: warning: exported method SamplePortable.ReadPortable should have comment or be unexported (golint)
    • Line 140: warning: exported method SamplePortable.Json should have comment or be unexported (golint)
    • Line 148: warning: exported type SamplePortableFactory should have comment or be unexported (golint)
    • Line 151: warning: exported method SamplePortableFactory.Create should have comment or be unexported (golint)
    • Line 158: warning: exported method SamplePortableFactory.FactoryID should have comment or be unexported (golint)
    • Line 193: warning: exported function TraceLoggingEnabled should have comment or be unexported (golint)
    • Line 197: warning: exported function SmartEnabled should have comment or be unexported (golint)
    • Line 201: warning: exported function NonSmartEnabled should have comment or be unexported (golint)
    • Line 205: warning: exported function LeakCheckEnabled should have comment or be unexported (golint)
    • Line 209: warning: exported function SSLEnabled should have comment or be unexported (golint)
    • Line 213: warning: exported function HzVersion should have comment or be unexported (golint)
    • Line 221: warning: exported function MemberCount should have comment or be unexported (golint)
    • Line 232: warning: exported function CreateDefaultRemoteController should have comment or be unexported (golint)
    • Line 236: warning: exported function CreateRemoteController should have comment or be unexported (golint)
    • Line 267: warning: exported type TestCluster should have comment or be unexported (golint)
    • Line 274: warning: exported function StartNewCluster should have comment or be unexported (golint)
    • Line 278: warning: exported function StartNewClusterWithOptions should have comment or be unexported (golint)
    • Line 302: warning: exported method TestCluster.Shutdown should have comment or be unexported (golint)
    • Line 308: warning: exported method TestCluster.DefaultConfig should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_remove_with_index_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListRemoveWithIndexCodecRequestMessageType should be of the form "ListRemoveWithIndexCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListRemoveWithIndexCodecResponseMessageType should be of the form "ListRemoveWithIndexCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListRemoveWithIndexCodecRequestIndexOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeListRemoveWithIndexRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeListRemoveWithIndexResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_entries_with_predicate_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapEntriesWithPredicateCodecRequestMessageType should be of the form "MapEntriesWithPredicateCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapEntriesWithPredicateCodecResponseMessageType should be of the form "MapEntriesWithPredicateCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapEntriesWithPredicateCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeMapEntriesWithPredicateRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeMapEntriesWithPredicateResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_put_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapPutCodecRequestMessageType should be of the form "MapPutCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapPutCodecResponseMessageType should be of the form "MapPutCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapPutCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported function EncodeMapPutRequest should have comment or be unexported (golint)
    • Line 57: warning: exported function DecodeMapPutResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_set_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListSetCodecRequestMessageType should be of the form "ListSetCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListSetCodecResponseMessageType should be of the form "ListSetCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListSetCodecRequestIndexOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeListSetRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeListSetResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/topic_publish_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const TopicPublishCodecRequestMessageType should be of the form "TopicPublishCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const TopicPublishCodecResponseMessageType should be of the form "TopicPublishCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const TopicPublishCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeTopicPublishRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/message.go
    • Line 25: warning: exported const TypeFieldOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 65: warning: comment on exported var NullFrame should be of the form "NullFrame ..." (golint)
    • Line 67: warning: exported var BeginFrame should have comment or be unexported (golint)
    • Line 71: warning: exported function NewNullFrame should have comment or be unexported (golint)
    • Line 75: warning: exported function NewBeginFrame should have comment or be unexported (golint)
    • Line 79: warning: exported function NewEndFrame should have comment or be unexported (golint)
    • Line 83: warning: comment on exported type ClientMessage should be of the form "ClientMessage ..." (with optional leading article) (golint)
    • Line 90: warning: exported function NewClientMessage should have comment or be unexported (golint)
    • Line 98: warning: exported function NewClientMessageForEncode should have comment or be unexported (golint)
    • Line 104: warning: exported function NewClientMessageForDecode should have comment or be unexported (golint)
    • Line 108: warning: exported method ClientMessage.Copy should have comment or be unexported (golint)
    • Line 119: warning: exported method ClientMessage.SetRetryable should have comment or be unexported (golint)
    • Line 123: warning: exported method ClientMessage.FrameIterator should have comment or be unexported (golint)
    • Line 127: warning: exported method ClientMessage.AddFrame should have comment or be unexported (golint)
    • Line 131: warning: exported method ClientMessage.Type should have comment or be unexported (golint)
    • Line 135: warning: exported method ClientMessage.CorrelationID should have comment or be unexported (golint)
    • Line 139: warning: exported method ClientMessage.FragmentationID should have comment or be unexported (golint)
    • Line 143: warning: exported method ClientMessage.NumberOfBackupAcks should have comment or be unexported (golint)
    • Line 147: warning: exported method ClientMessage.PartitionID should have comment or be unexported (golint)
    • Line 151: warning: exported method ClientMessage.SetCorrelationID should have comment or be unexported (golint)
    • Line 155: warning: exported method ClientMessage.SetMessageType should have comment or be unexported (golint)
    • Line 159: warning: exported method ClientMessage.SetPartitionId should have comment or be unexported (golint)
    • Line 163: warning: exported method ClientMessage.TotalLength should have comment or be unexported (golint)
    • Line 191: warning: exported method ClientMessage.DropFragmentationFrame should have comment or be unexported (golint)
    • Line 195: warning: exported method ClientMessage.HasEventFlag should have comment or be unexported (golint)
    • Line 199: warning: exported method ClientMessage.HasBackupEventFlag should have comment or be unexported (golint)
    • Line 203: warning: exported method ClientMessage.HasFinalFrame should have comment or be unexported (golint)
    • Line 207: warning: exported method ClientMessage.HasUnFragmentedMessageFlags should have comment or be unexported (golint)
    • Line 211: warning: comment on exported type ForwardFrameIterator should be of the form "ForwardFrameIterator ..." (with optional leading article) (golint)
    • Line 217: warning: exported function NewForwardFrameIterator should have comment or be unexported (golint)
    • Line 221: warning: exported method ForwardFrameIterator.Next should have comment or be unexported (golint)
    • Line 230: warning: exported method ForwardFrameIterator.HasNext should have comment or be unexported (golint)
    • Line 234: warning: exported method ForwardFrameIterator.PeekNext should have comment or be unexported (golint)
    • Line 238: warning: exported type Frame should have comment or be unexported (golint)
    • Line 261: warning: exported method Frame.DeepCopy should have comment or be unexported (golint)
    • Line 272: warning: exported method Frame.IsBeginFrame should have comment or be unexported (golint)
    • Line 276: warning: exported method Frame.IsNullFrame should have comment or be unexported (golint)
    • Line 280: warning: exported method Frame.HasEventFlag should have comment or be unexported (golint)
    • Line 284: warning: exported method Frame.HasBackupEventFlag should have comment or be unexported (golint)
    • Line 288: warning: exported method Frame.HasUnFragmentedMessageFlags should have comment or be unexported (golint)
    • Line 292: warning: exported method Frame.HasBeginFragmentFlag should have comment or be unexported (golint)
    • Line 296: warning: exported method Frame.HasEndFragmentFlag should have comment or be unexported (golint)
    • Line 300: warning: exported method Frame.IsFinalFrame should have comment or be unexported (golint)
    • Line 304: warning: exported method Frame.IsFlagSet should have comment or be unexported (golint)
    • Line 308: warning: exported method Frame.GetLength should have comment or be unexported (golint)
    • hazelcast-go-client/types/uuid.go
    • Line 26: warning: exported type UUID should have comment or be unexported (golint)
    • Line 43: warning: exported function NewUUIDWith should have comment or be unexported (golint)
    • Line 59: warning: exported method UUID.MostSignificantBits should have comment or be unexported (golint)
    • Line 63: warning: exported method UUID.LeastSignificantBits should have comment or be unexported (golint)
    • Line 67: warning: exported method UUID.Default should have comment or be unexported (golint)
    • Line 71: warning: exported method UUID.ExtractInto should have comment or be unexported (golint)
    • hazelcast-go-client/proxy_queue.go
    • Line 47: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 72: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 76: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 99: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 103: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 116: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 120: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 131: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 145: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 155: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 165: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 175: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 196: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 208: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 217: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 221: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 234: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 238: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 256: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 260: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 271: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 281: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 289: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 293: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 321: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • hazelcast-go-client/internal/proto/codec/map_add_entry_listener_to_key_with_predicate_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const MapAddEntryListenerToKeyWithPredicateCodecRequestMessageType should be of the form "MapAddEntryListenerToKeyWithPredicateCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const MapAddEntryListenerToKeyWithPredicateCodecResponseMessageType should be of the form "MapAddEntryListenerToKeyWithPredicateCodecResponseMessageType ..." (golint)
    • Line 30: warning: comment on exported const MapAddEntryListenerToKeyWithPredicateCodecEventEntryMessageType should be of the form "MapAddEntryListenerToKeyWithPredicateCodecEventEntryMessageType ..." (golint)
    • Line 33: warning: exported const MapAddEntryListenerToKeyWithPredicateCodecRequestIncludeValueOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 47: warning: exported function EncodeMapAddEntryListenerToKeyWithPredicateRequest should have comment or be unexported (golint)
    • Line 66: warning: exported function DecodeMapAddEntryListenerToKeyWithPredicateResponse should have comment or be unexported (golint)
    • Line 73: warning: exported function HandleMapAddEntryListenerToKeyWithPredicate should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_try_put_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapTryPutCodecRequestMessageType should be of the form "MapTryPutCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapTryPutCodecResponseMessageType should be of the form "MapTryPutCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapTryPutCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported function EncodeMapTryPutRequest should have comment or be unexported (golint)
    • Line 58: warning: exported function DecodeMapTryPutResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_index_of_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListIndexOfCodecRequestMessageType should be of the form "ListIndexOfCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListIndexOfCodecResponseMessageType should be of the form "ListIndexOfCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListIndexOfCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeListIndexOfRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeListIndexOfResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_put_with_max_idle_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapPutWithMaxIdleCodecRequestMessageType should be of the form "MapPutWithMaxIdleCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapPutWithMaxIdleCodecResponseMessageType should be of the form "MapPutWithMaxIdleCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapPutWithMaxIdleCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported function EncodeMapPutWithMaxIdleRequest should have comment or be unexported (golint)
    • Line 59: warning: exported function DecodeMapPutWithMaxIdleResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_key_set_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapKeySetCodecRequestMessageType should be of the form "MapKeySetCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapKeySetCodecResponseMessageType should be of the form "MapKeySetCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapKeySetCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeMapKeySetRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeMapKeySetResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/topic_add_message_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const TopicAddMessageListenerCodecRequestMessageType should be of the form "TopicAddMessageListenerCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const TopicAddMessageListenerCodecResponseMessageType should be of the form "TopicAddMessageListenerCodecResponseMessageType ..." (golint)
    • Line 30: warning: comment on exported const TopicAddMessageListenerCodecEventTopicMessageType should be of the form "TopicAddMessageListenerCodecEventTopicMessageType ..." (golint)
    • Line 33: warning: exported const TopicAddMessageListenerCodecRequestLocalOnlyOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported function EncodeTopicAddMessageListenerRequest should have comment or be unexported (golint)
    • Line 59: warning: exported function DecodeTopicAddMessageListenerResponse should have comment or be unexported (golint)
    • Line 66: warning: exported function HandleTopicAddMessageListener should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_compare_and_retain_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListCompareAndRetainAllCodecRequestMessageType should be of the form "ListCompareAndRetainAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListCompareAndRetainAllCodecResponseMessageType should be of the form "ListCompareAndRetainAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListCompareAndRetainAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeListCompareAndRetainAllRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeListCompareAndRetainAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_sub_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListSubCodecRequestMessageType should be of the form "ListSubCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListSubCodecResponseMessageType should be of the form "ListSubCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListSubCodecRequestFromOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 46: warning: exported function EncodeListSubRequest should have comment or be unexported (golint)
    • Line 62: warning: exported function DecodeListSubResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_entry_set_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const MapEntrySetCodecRequestMessageType should be of the form "MapEntrySetCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const MapEntrySetCodecResponseMessageType should be of the form "MapEntrySetCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const MapEntrySetCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeMapEntrySetRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeMapEntrySetResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_flush_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const MapFlushCodecRequestMessageType should be of the form "MapFlushCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const MapFlushCodecResponseMessageType should be of the form "MapFlushCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const MapFlushCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeMapFlushRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_is_empty_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const ReplicatedMapIsEmptyCodecRequestMessageType should be of the form "ReplicatedMapIsEmptyCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const ReplicatedMapIsEmptyCodecResponseMessageType should be of the form "ReplicatedMapIsEmptyCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const ReplicatedMapIsEmptyCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeReplicatedMapIsEmptyRequest should have comment or be unexported (golint)
    • Line 49: warning: exported function DecodeReplicatedMapIsEmptyResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/set_contains_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const SetContainsAllCodecRequestMessageType should be of the form "SetContainsAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const SetContainsAllCodecResponseMessageType should be of the form "SetContainsAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const SetContainsAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeSetContainsAllRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeSetContainsAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/stack_trace_element_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: exported const StackTraceElementCodecLineNumberFieldOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported function EncodeStackTraceElement should have comment or be unexported (golint)
    • Line 41: warning: exported function DecodeStackTraceElement should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cb/errors.go
    • Line 21: warning: exported var ErrCircuitOpen should have comment or be unexported (golint)
    • Line 23: warning: exported type NonRetryableError should have comment or be unexported (golint)
    • Line 27: warning: exported function WrapNonRetryableError should have comment or be unexported (golint)
    • Line 35: warning: exported method NonRetryableError.Is should have comment or be unexported (golint)
    • Line 35: warning: receiver name e should be consistent with previous receiver name n for NonRetryableError (golint)
    • hazelcast-go-client/internal/proto/codec/map_add_index_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapAddIndexCodecRequestMessageType should be of the form "MapAddIndexCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapAddIndexCodecResponseMessageType should be of the form "MapAddIndexCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapAddIndexCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeMapAddIndexRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/pair.go
    • Line 19: warning: exported type Pair should have comment or be unexported (golint)
    • Line 24: warning: comment on exported function NewPair should be of the form "NewPair ..." (golint)
    • Line 29: warning: comment on exported method Pair.Key should be of the form "Key ..." (golint)
    • Line 34: warning: comment on exported method Pair.Value should be of the form "Value ..." (golint)
    • hazelcast-go-client/internal/cluster/address_provider.go
    • Line 26: warning: exported type AddressProvider should have comment or be unexported (golint)
    • Line 30: warning: exported type DefaultAddressProvider should have comment or be unexported (golint)
    • Line 34: warning: exported function ParseAddress should have comment or be unexported (golint)
    • Line 41: warning: exported function NewDefaultAddressProvider should have comment or be unexported (golint)
    • Line 53: warning: exported method DefaultAddressProvider.Addresses should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/simple_entry_view_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: exported const SimpleEntryViewCodecCostFieldOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported function EncodeSimpleEntryView should have comment or be unexported (golint)
    • Line 64: warning: exported function DecodeSimpleEntryView should have comment or be unexported (golint)
    • hazelcast-go-client/internal/serialization/data.go
    • Line 28: warning: exported const DataOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported type Data should have comment or be unexported (golint)
    • Line 36: warning: exported method Data.ToByteArray should have comment or be unexported (golint)
    • Line 46: warning: exported method Data.Buffer should have comment or be unexported (golint)
    • Line 50: warning: exported method Data.Type should have comment or be unexported (golint)
    • Line 57: warning: exported method Data.TotalSize should have comment or be unexported (golint)
    • Line 61: warning: exported method Data.DataSize should have comment or be unexported (golint)
    • Line 66: warning: exported method Data.PartitionHash should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_offer_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueueOfferCodecRequestMessageType should be of the form "QueueOfferCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueueOfferCodecResponseMessageType should be of the form "QueueOfferCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueueOfferCodecRequestTimeoutMillisOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeQueueOfferRequest should have comment or be unexported (golint)
    • Line 54: warning: exported function DecodeQueueOfferResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_take_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueueTakeCodecRequestMessageType should be of the form "QueueTakeCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueueTakeCodecResponseMessageType should be of the form "QueueTakeCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueueTakeCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeQueueTakeRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function DecodeQueueTakeResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_key_set_with_predicate_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapKeySetWithPredicateCodecRequestMessageType should be of the form "MapKeySetWithPredicateCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapKeySetWithPredicateCodecResponseMessageType should be of the form "MapKeySetWithPredicateCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapKeySetWithPredicateCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeMapKeySetWithPredicateRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeMapKeySetWithPredicateResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_clear_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 21: warning: comment on exported const QueueClearCodecRequestMessageType should be of the form "QueueClearCodecRequestMessageType ..." (golint)
    • Line 23: warning: comment on exported const QueueClearCodecResponseMessageType should be of the form "QueueClearCodecResponseMessageType ..." (golint)
    • Line 26: warning: exported const QueueClearCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported function EncodeQueueClearRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_compare_and_remove_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueueCompareAndRemoveAllCodecRequestMessageType should be of the form "QueueCompareAndRemoveAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueueCompareAndRemoveAllCodecResponseMessageType should be of the form "QueueCompareAndRemoveAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueueCompareAndRemoveAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeQueueCompareAndRemoveAllRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeQueueCompareAndRemoveAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cloud/address_provider.go
    • Line 26: warning: exported type AddressProvider should have comment or be unexported (golint)
    • Line 31: warning: exported function NewAddressProvider should have comment or be unexported (golint)
    • Line 34: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 42: warning: exported method AddressProvider.Addresses should have comment or be unexported (golint)
    • Line 70: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • hazelcast-go-client/internal/serialization/object_data.go
    • Line 28: warning: exported const ByteSizeInBytes should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported type ObjectDataOutput should have comment or be unexported (golint)
    • Line 47: warning: exported function NewObjectDataOutput should have comment or be unexported (golint)
    • Line 59: warning: exported method ObjectDataOutput.Available should have comment or be unexported (golint)
    • Line 63: warning: exported method ObjectDataOutput.Position should have comment or be unexported (golint)
    • Line 67: warning: exported method ObjectDataOutput.SetPosition should have comment or be unexported (golint)
    • Line 71: warning: exported method ObjectDataOutput.ToBuffer should have comment or be unexported (golint)
    • Line 80: warning: exported method ObjectDataOutput.WriteZeroBytes should have comment or be unexported (golint)
    • Line 87: warning: exported method ObjectDataOutput.EnsureAvailable should have comment or be unexported (golint)
    • Line 95: warning: exported method ObjectDataOutput.WriteByte should have comment or be unexported (golint)
    • Line 105: warning: exported method ObjectDataOutput.WriteBool should have comment or be unexported (golint)
    • Line 115: warning: exported method ObjectDataOutput.WriteUInt16 should have comment or be unexported (golint)
    • Line 121: warning: exported method ObjectDataOutput.WriteInt16 should have comment or be unexported (golint)
    • Line 127: warning: exported method ObjectDataOutput.WriteInt32 should have comment or be unexported (golint)
    • Line 133: warning: exported method ObjectDataOutput.WriteInt64 should have comment or be unexported (golint)
    • Line 139: warning: exported method ObjectDataOutput.WriteFloat32 should have comment or be unexported (golint)
    • Line 145: warning: exported method ObjectDataOutput.WriteFloat64 should have comment or be unexported (golint)
    • Line 151: warning: exported method ObjectDataOutput.WriteString should have comment or be unexported (golint)
    • Line 161: warning: exported method ObjectDataOutput.WriteObject should have comment or be unexported (golint)
    • Line 165: warning: exported method ObjectDataOutput.WriteByteArray should have comment or be unexported (golint)
    • Line 176: warning: exported method ObjectDataOutput.WriteBoolArray should have comment or be unexported (golint)
    • Line 188: warning: exported method ObjectDataOutput.WriteUInt16Array should have comment or be unexported (golint)
    • Line 199: warning: exported method ObjectDataOutput.WriteInt16Array should have comment or be unexported (golint)
    • Line 211: warning: exported method ObjectDataOutput.WriteInt32Array should have comment or be unexported (golint)
    • Line 223: warning: exported method ObjectDataOutput.WriteInt64Array should have comment or be unexported (golint)
    • Line 235: warning: exported method ObjectDataOutput.WriteFloat32Array should have comment or be unexported (golint)
    • Line 247: warning: exported method ObjectDataOutput.WriteFloat64Array should have comment or be unexported (golint)
    • Line 259: warning: exported method ObjectDataOutput.WriteStringArray should have comment or be unexported (golint)
    • Line 270: warning: exported method ObjectDataOutput.WriteStringBytes should have comment or be unexported (golint)
    • Line 285: warning: exported method ObjectDataOutput.WriteRawBytes should have comment or be unexported (golint)
    • Line 292: warning: exported type ObjectDataInput should have comment or be unexported (golint)
    • Line 300: warning: exported function NewObjectDataInput should have comment or be unexported (golint)
    • Line 314: warning: exported method ObjectDataInput.Available should have comment or be unexported (golint)
    • Line 318: warning: exported method ObjectDataInput.AssertAvailable should have comment or be unexported (golint)
    • Line 327: warning: exported method ObjectDataInput.Position should have comment or be unexported (golint)
    • Line 331: warning: exported method ObjectDataInput.SetPosition should have comment or be unexported (golint)
    • Line 335: warning: exported method ObjectDataInput.ReadByte should have comment or be unexported (golint)
    • Line 346: warning: exported method ObjectDataInput.ReadByteAtPosition should have comment or be unexported (golint)
    • Line 350: warning: exported method ObjectDataInput.ReadBool should have comment or be unexported (golint)
    • Line 361: warning: exported method ObjectDataInput.ReadBoolAtPosition should have comment or be unexported (golint)
    • Line 365: warning: exported method ObjectDataInput.ReadUInt16 should have comment or be unexported (golint)
    • Line 372: warning: exported method ObjectDataInput.ReadUInt16AtPosition should have comment or be unexported (golint)
    • Line 376: warning: exported method ObjectDataInput.ReadInt16 should have comment or be unexported (golint)
    • Line 383: warning: exported method ObjectDataInput.ReadInt16AtPosition should have comment or be unexported (golint)
    • Line 387: warning: exported method ObjectDataInput.ReadInt32 should have comment or be unexported (golint)
    • Line 398: warning: exported method ObjectDataInput.ReadInt32AtPosition should have comment or be unexported (golint)
    • Line 402: warning: exported method ObjectDataInput.ReadInt64 should have comment or be unexported (golint)
    • Line 409: warning: exported method ObjectDataInput.ReadInt64AtPosition should have comment or be unexported (golint)
    • Line 413: warning: exported method ObjectDataInput.ReadFloat32 should have comment or be unexported (golint)
    • Line 420: warning: exported method ObjectDataInput.ReadFloat32AtPosition should have comment or be unexported (golint)
    • Line 424: warning: exported method ObjectDataInput.ReadFloat64 should have comment or be unexported (golint)
    • Line 431: warning: exported method ObjectDataInput.ReadFloat64AtPosition should have comment or be unexported (golint)
    • Line 435: warning: exported method ObjectDataInput.ReadString should have comment or be unexported (golint)
    • Line 445: warning: exported method ObjectDataInput.ReadStringAtPosition should have comment or be unexported (golint)
    • Line 456: warning: exported method ObjectDataInput.ReadObject should have comment or be unexported (golint)
    • Line 460: warning: exported method ObjectDataInput.ReadByteArray should have comment or be unexported (golint)
    • Line 470: warning: exported method ObjectDataInput.ReadByteArrayAtPosition should have comment or be unexported (golint)
    • Line 478: warning: exported method ObjectDataInput.ReadBoolArray should have comment or be unexported (golint)
    • Line 490: warning: exported method ObjectDataInput.ReadBoolArrayAtPosition should have comment or be unexported (golint)
    • Line 498: warning: exported method ObjectDataInput.ReadUInt16Array should have comment or be unexported (golint)
    • Line 510: warning: exported method ObjectDataInput.ReadUInt16ArrayAtPosition should have comment or be unexported (golint)
    • Line 518: warning: exported method ObjectDataInput.ReadInt16Array should have comment or be unexported (golint)
    • Line 530: warning: exported method ObjectDataInput.ReadInt16ArrayAtPosition should have comment or be unexported (golint)
    • Line 538: warning: exported method ObjectDataInput.ReadInt32Array should have comment or be unexported (golint)
    • Line 550: warning: exported method ObjectDataInput.ReadInt32ArrayAtPosition should have comment or be unexported (golint)
    • Line 558: warning: exported method ObjectDataInput.ReadInt64Array should have comment or be unexported (golint)
    • Line 570: warning: exported method ObjectDataInput.ReadInt64ArrayAtPosition should have comment or be unexported (golint)
    • Line 578: warning: exported method ObjectDataInput.ReadFloat32Array should have comment or be unexported (golint)
    • Line 590: warning: exported method ObjectDataInput.ReadFloat32ArrayAtPosition should have comment or be unexported (golint)
    • Line 598: warning: exported method ObjectDataInput.ReadFloat64Array should have comment or be unexported (golint)
    • Line 610: warning: exported method ObjectDataInput.ReadFloat64ArrayAtPosition should have comment or be unexported (golint)
    • Line 618: warning: exported method ObjectDataInput.ReadStringArray should have comment or be unexported (golint)
    • Line 630: warning: exported method ObjectDataInput.ReadStringArrayAtPosition should have comment or be unexported (golint)
    • Line 638: warning: exported type PositionalObjectDataOutput should have comment or be unexported (golint)
    • Line 642: warning: exported function NewPositionalObjectDataOutput should have comment or be unexported (golint)
    • Line 646: warning: exported method PositionalObjectDataOutput.PWriteByte should have comment or be unexported (golint)
    • Line 650: warning: exported method PositionalObjectDataOutput.PWriteBool should have comment or be unexported (golint)
    • Line 654: warning: exported method PositionalObjectDataOutput.PWriteUInt16 should have comment or be unexported (golint)
    • Line 658: warning: exported method PositionalObjectDataOutput.PWriteInt16 should have comment or be unexported (golint)
    • Line 662: warning: exported method PositionalObjectDataOutput.PWriteInt32 should have comment or be unexported (golint)
    • Line 666: warning: exported method PositionalObjectDataOutput.PWriteInt64 should have comment or be unexported (golint)
    • Line 670: warning: exported method PositionalObjectDataOutput.PWriteFloat32 should have comment or be unexported (golint)
    • Line 674: warning: exported method PositionalObjectDataOutput.PWriteFloat64 should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_last_index_of_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListLastIndexOfCodecRequestMessageType should be of the form "ListLastIndexOfCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListLastIndexOfCodecResponseMessageType should be of the form "ListLastIndexOfCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListLastIndexOfCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeListLastIndexOfRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeListLastIndexOfResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_add_entry_listener_with_predicate_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const MapAddEntryListenerWithPredicateCodecRequestMessageType should be of the form "MapAddEntryListenerWithPredicateCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const MapAddEntryListenerWithPredicateCodecResponseMessageType should be of the form "MapAddEntryListenerWithPredicateCodecResponseMessageType ..." (golint)
    • Line 30: warning: comment on exported const MapAddEntryListenerWithPredicateCodecEventEntryMessageType should be of the form "MapAddEntryListenerWithPredicateCodecEventEntryMessageType ..." (golint)
    • Line 33: warning: exported const MapAddEntryListenerWithPredicateCodecRequestIncludeValueOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 47: warning: exported function EncodeMapAddEntryListenerWithPredicateRequest should have comment or be unexported (golint)
    • Line 65: warning: exported function DecodeMapAddEntryListenerWithPredicateResponse should have comment or be unexported (golint)
    • Line 72: warning: exported function HandleMapAddEntryListenerWithPredicate should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/set_add_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const SetAddListenerCodecRequestMessageType should be of the form "SetAddListenerCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const SetAddListenerCodecResponseMessageType should be of the form "SetAddListenerCodecResponseMessageType ..." (golint)
    • Line 30: warning: comment on exported const SetAddListenerCodecEventItemMessageType should be of the form "SetAddListenerCodecEventItemMessageType ..." (golint)
    • Line 33: warning: exported const SetAddListenerCodecRequestIncludeValueOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported function EncodeSetAddListenerRequest should have comment or be unexported (golint)
    • Line 60: warning: exported function DecodeSetAddListenerResponse should have comment or be unexported (golint)
    • Line 67: warning: exported function HandleSetAddListener should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/set_get_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const SetGetAllCodecRequestMessageType should be of the form "SetGetAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const SetGetAllCodecResponseMessageType should be of the form "SetGetAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const SetGetAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeSetGetAllRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function DecodeSetGetAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cluster/connection_manager.go
    • Line 62: warning: exported type ConnectionManagerCreationBundle should have comment or be unexported (golint)
    • Line 78: warning: exported method ConnectionManagerCreationBundle.Check should have comment or be unexported (golint)
    • Line 117: warning: exported type ConnectionManager should have comment or be unexported (golint)
    • Line 141: warning: exported function NewConnectionManager should have comment or be unexported (golint)
    • Line 164: warning: exported method ConnectionManager.Start should have comment or be unexported (golint)
    • Line 201: warning: exported method ConnectionManager.Stop should have comment or be unexported (golint)
    • Line 212: warning: exported method ConnectionManager.NextConnectionID should have comment or be unexported (golint)
    • Line 216: warning: exported method ConnectionManager.GetConnectionForAddress should have comment or be unexported (golint)
    • Line 220: warning: exported method ConnectionManager.GetConnectionForPartition should have comment or be unexported (golint)
    • Line 233: warning: exported method ConnectionManager.ActiveConnections should have comment or be unexported (golint)
    • Line 237: warning: exported method ConnectionManager.RandomConnection should have comment or be unexported (golint)
    • Line 420: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • hazelcast-go-client/internal/proto/codec/queue_compare_and_retain_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueueCompareAndRetainAllCodecRequestMessageType should be of the form "QueueCompareAndRetainAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueueCompareAndRetainAllCodecResponseMessageType should be of the form "QueueCompareAndRetainAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueueCompareAndRetainAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeQueueCompareAndRetainAllRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeQueueCompareAndRetainAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_aggregate_with_predicate_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapAggregateWithPredicateCodecRequestMessageType should be of the form "MapAggregateWithPredicateCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapAggregateWithPredicateCodecResponseMessageType should be of the form "MapAggregateWithPredicateCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapAggregateWithPredicateCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeMapAggregateWithPredicateRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeMapAggregateWithPredicateResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_load_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const MapLoadAllCodecRequestMessageType should be of the form "MapLoadAllCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const MapLoadAllCodecResponseMessageType should be of the form "MapLoadAllCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const MapLoadAllCodecRequestReplaceExistingValuesOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeMapLoadAllRequest should have comment or be unexported (golint)
    • hazelcast-go-client/cluster/connection_strategy_config.go
    • Line 31: warning: exported method ReconnectMode.UnmarshalText should have comment or be unexported (golint)
    • Line 44: warning: exported method ReconnectMode.MarshalText should have comment or be unexported (golint)
    • Line 71: warning: exported method ConnectionStrategyConfig.Clone should have comment or be unexported (golint)
    • Line 75: warning: exported method ConnectionStrategyConfig.Validate should have comment or be unexported (golint)
    • Line 108: warning: exported method ConnectionRetryConfig.Clone should have comment or be unexported (golint)
    • Line 112: warning: exported method ConnectionRetryConfig.Validate should have comment or be unexported (golint)
    • hazelcast-go-client/cluster/events.go
    • Line 19: warning: exported type MembershipState should have comment or be unexported (golint)
    • Line 33: warning: exported const MembershipStateAdded should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported type MembershipStateChangeHandler should have comment or be unexported (golint)
    • Line 39: warning: exported type MembershipStateChanged should have comment or be unexported (golint)
    • Line 44: warning: exported method MembershipStateChanged.EventName should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/client_add_distributed_object_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 22: warning: comment on exported const ClientAddDistributedObjectListenerCodecRequestMessageType should be of the form "ClientAddDistributedObjectListenerCodecRequestMessageType ..." (golint)
    • Line 24: warning: comment on exported const ClientAddDistributedObjectListenerCodecResponseMessageType should be of the form "ClientAddDistributedObjectListenerCodecResponseMessageType ..." (golint)
    • Line 27: warning: comment on exported const ClientAddDistributedObjectListenerCodecEventDistributedObjectMessageType should be of the form "ClientAddDistributedObjectListenerCodecEventDistributedObjectMessageType ..." (golint)
    • Line 29: warning: exported const ClientAddDistributedObjectListenerCodecRequestLocalOnlyOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported function EncodeClientAddDistributedObjectListenerRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeClientAddDistributedObjectListenerResponse should have comment or be unexported (golint)
    • Line 59: warning: exported function HandleClientAddDistributedObjectListener should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_is_empty_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const MapIsEmptyCodecRequestMessageType should be of the form "MapIsEmptyCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const MapIsEmptyCodecResponseMessageType should be of the form "MapIsEmptyCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const MapIsEmptyCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeMapIsEmptyRequest should have comment or be unexported (golint)
    • Line 49: warning: exported function DecodeMapIsEmptyResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/endpoint_qualifier_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: exported const EndpointQualifierCodecTypeFieldOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeEndpointQualifier should have comment or be unexported (golint)
    • Line 45: warning: exported function DecodeEndpointQualifier should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_add_interceptor_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapAddInterceptorCodecRequestMessageType should be of the form "MapAddInterceptorCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapAddInterceptorCodecResponseMessageType should be of the form "MapAddInterceptorCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapAddInterceptorCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeMapAddInterceptorRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeMapAddInterceptorResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_drain_to_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueueDrainToCodecRequestMessageType should be of the form "QueueDrainToCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueueDrainToCodecResponseMessageType should be of the form "QueueDrainToCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueueDrainToCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeQueueDrainToRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeQueueDrainToResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_add_entry_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const ReplicatedMapAddEntryListenerCodecRequestMessageType should be of the form "ReplicatedMapAddEntryListenerCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const ReplicatedMapAddEntryListenerCodecResponseMessageType should be of the form "ReplicatedMapAddEntryListenerCodecResponseMessageType ..." (golint)
    • Line 30: warning: comment on exported const ReplicatedMapAddEntryListenerCodecEventEntryMessageType should be of the form "ReplicatedMapAddEntryListenerCodecEventEntryMessageType ..." (golint)
    • Line 33: warning: exported const ReplicatedMapAddEntryListenerCodecRequestLocalOnlyOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported function EncodeReplicatedMapAddEntryListenerRequest should have comment or be unexported (golint)
    • Line 59: warning: exported function DecodeReplicatedMapAddEntryListenerResponse should have comment or be unexported (golint)
    • Line 66: warning: exported function HandleReplicatedMapAddEntryListener should have comment or be unexported (golint)
    • hazelcast-go-client/internal/it/pn_counter.go
    • Line 28: warning: exported function PNCounterTester should have comment or be unexported (golint)
    • Line 32: warning: exported function PNCounterTesterWithConfig should have comment or be unexported (golint)
    • Line 39: warning: exported function PNCounterTesterWithConfigAndName should have comment or be unexported (golint)
    • Line 75: warning: exported function GetClientPNCounterWithConfig should have comment or be unexported (golint)
    • hazelcast-go-client/internal/it/util_benchmark.go
    • Line 32: warning: exported const EnvWarmupCount should have comment or be unexported (golint)
    • Line 34: warning: exported function Benchmarker should have comment or be unexported (golint)
    • Line 38: warning: exported function BenchmarkerWithConfigBuilder should have comment or be unexported (golint)
    • Line 62: warning: exported function MapBenchmarker should have comment or be unexported (golint)
    • Line 68: warning: exported function MapBenchmarkerWithConfigBuilder should have comment or be unexported (golint)
    • Line 75: warning: exported function MapBenchmarkerWithConfigAndName should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_remove_interceptor_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const MapRemoveInterceptorCodecRequestMessageType should be of the form "MapRemoveInterceptorCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const MapRemoveInterceptorCodecResponseMessageType should be of the form "MapRemoveInterceptorCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const MapRemoveInterceptorCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeMapRemoveInterceptorRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeMapRemoveInterceptorResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_add_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const QueueAddListenerCodecRequestMessageType should be of the form "QueueAddListenerCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const QueueAddListenerCodecResponseMessageType should be of the form "QueueAddListenerCodecResponseMessageType ..." (golint)
    • Line 30: warning: comment on exported const QueueAddListenerCodecEventItemMessageType should be of the form "QueueAddListenerCodecEventItemMessageType ..." (golint)
    • Line 33: warning: exported const QueueAddListenerCodecRequestIncludeValueOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported function EncodeQueueAddListenerRequest should have comment or be unexported (golint)
    • Line 60: warning: exported function DecodeQueueAddListenerResponse should have comment or be unexported (golint)
    • Line 67: warning: exported function HandleQueueAddListener should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_is_locked_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapIsLockedCodecRequestMessageType should be of the form "MapIsLockedCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapIsLockedCodecResponseMessageType should be of the form "MapIsLockedCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapIsLockedCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeMapIsLockedRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeMapIsLockedResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_remove_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapRemoveCodecRequestMessageType should be of the form "MapRemoveCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapRemoveCodecResponseMessageType should be of the form "MapRemoveCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapRemoveCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported function EncodeMapRemoveRequest should have comment or be unexported (golint)
    • Line 55: warning: exported function DecodeMapRemoveResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_try_lock_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapTryLockCodecRequestMessageType should be of the form "MapTryLockCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapTryLockCodecResponseMessageType should be of the form "MapTryLockCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapTryLockCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported function EncodeMapTryLockRequest should have comment or be unexported (golint)
    • Line 62: warning: exported function DecodeMapTryLockResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_put_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ReplicatedMapPutCodecRequestMessageType should be of the form "ReplicatedMapPutCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ReplicatedMapPutCodecResponseMessageType should be of the form "ReplicatedMapPutCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ReplicatedMapPutCodecRequestTtlOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeReplicatedMapPutRequest should have comment or be unexported (golint)
    • Line 54: warning: exported function DecodeReplicatedMapPutResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/stats/stats_service.go
    • Line 55: warning: exported type Service should have comment or be unexported (golint)
    • Line 71: warning: exported function NewService should have comment or be unexported (golint)
    • Line 97: warning: exported method Service.Start should have comment or be unexported (golint)
    • Line 101: warning: exported method Service.Stop should have comment or be unexported (golint)
    • Line 197: warning: exported function MakeBasicStats should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_add_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListAddCodecRequestMessageType should be of the form "ListAddCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListAddCodecResponseMessageType should be of the form "ListAddCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListAddCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported function EncodeListAddRequest should have comment or be unexported (golint)
    • Line 54: warning: exported function DecodeListAddResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_evict_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const MapEvictAllCodecRequestMessageType should be of the form "MapEvictAllCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const MapEvictAllCodecResponseMessageType should be of the form "MapEvictAllCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const MapEvictAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeMapEvictAllRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_add_near_cache_entry_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const ReplicatedMapAddNearCacheEntryListenerCodecRequestMessageType should be of the form "ReplicatedMapAddNearCacheEntryListenerCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const ReplicatedMapAddNearCacheEntryListenerCodecResponseMessageType should be of the form "ReplicatedMapAddNearCacheEntryListenerCodecResponseMessageType ..." (golint)
    • Line 30: warning: comment on exported const ReplicatedMapAddNearCacheEntryListenerCodecEventEntryMessageType should be of the form "ReplicatedMapAddNearCacheEntryListenerCodecEventEntryMessageType ..." (golint)
    • Line 33: warning: exported const ReplicatedMapAddNearCacheEntryListenerCodecRequestIncludeValueOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 45: warning: exported function EncodeReplicatedMapAddNearCacheEntryListenerRequest should have comment or be unexported (golint)
    • Line 61: warning: exported function DecodeReplicatedMapAddNearCacheEntryListenerResponse should have comment or be unexported (golint)
    • Line 68: warning: exported function HandleReplicatedMapAddNearCacheEntryListener should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_entry_set_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const ReplicatedMapEntrySetCodecRequestMessageType should be of the form "ReplicatedMapEntrySetCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const ReplicatedMapEntrySetCodecResponseMessageType should be of the form "ReplicatedMapEntrySetCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const ReplicatedMapEntrySetCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: exported function EncodeReplicatedMapEntrySetRequest should have comment or be unexported (golint)
    • Line 47: warning: exported function DecodeReplicatedMapEntrySetResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/serialization/class_definition_writer.go
    • Line 24: warning: exported type ClassDefinitionWriter should have comment or be unexported (golint)
    • Line 29: warning: exported function NewClassDefinitionWriter should have comment or be unexported (golint)
    • Line 35: warning: exported method ClassDefinitionWriter.WriteByte should have comment or be unexported (golint)
    • Line 39: warning: exported method ClassDefinitionWriter.WriteBool should have comment or be unexported (golint)
    • Line 43: warning: exported method ClassDefinitionWriter.WriteUInt16 should have comment or be unexported (golint)
    • Line 47: warning: exported method ClassDefinitionWriter.WriteInt16 should have comment or be unexported (golint)
    • Line 51: warning: exported method ClassDefinitionWriter.WriteInt32 should have comment or be unexported (golint)
    • Line 55: warning: exported method ClassDefinitionWriter.WriteInt64 should have comment or be unexported (golint)
    • Line 59: warning: exported method ClassDefinitionWriter.WriteFloat32 should have comment or be unexported (golint)
    • Line 63: warning: exported method ClassDefinitionWriter.WriteFloat64 should have comment or be unexported (golint)
    • Line 67: warning: exported method ClassDefinitionWriter.WriteString should have comment or be unexported (golint)
    • Line 71: warning: exported method ClassDefinitionWriter.WritePortable should have comment or be unexported (golint)
    • Line 82: warning: exported method ClassDefinitionWriter.WriteNilPortable should have comment or be unexported (golint)
    • Line 91: warning: exported method ClassDefinitionWriter.WriteByteArray should have comment or be unexported (golint)
    • Line 95: warning: exported method ClassDefinitionWriter.WriteBoolArray should have comment or be unexported (golint)
    • Line 99: warning: exported method ClassDefinitionWriter.WriteUInt16Array should have comment or be unexported (golint)
    • Line 103: warning: exported method ClassDefinitionWriter.WriteInt16Array should have comment or be unexported (golint)
    • Line 107: warning: exported method ClassDefinitionWriter.WriteInt32Array should have comment or be unexported (golint)
    • Line 111: warning: exported method ClassDefinitionWriter.WriteInt64Array should have comment or be unexported (golint)
    • Line 115: warning: exported method ClassDefinitionWriter.WriteFloat32Array should have comment or be unexported (golint)
    • Line 119: warning: exported method ClassDefinitionWriter.WriteFloat64Array should have comment or be unexported (golint)
    • Line 123: warning: exported method ClassDefinitionWriter.WriteStringArray should have comment or be unexported (golint)
    • Line 127: warning: exported method ClassDefinitionWriter.WritePortableArray should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/client_ping_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const ClientPingCodecRequestMessageType should be of the form "ClientPingCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const ClientPingCodecResponseMessageType should be of the form "ClientPingCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const ClientPingCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: exported function EncodeClientPingRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_remove_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListRemoveListenerCodecRequestMessageType should be of the form "ListRemoveListenerCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListRemoveListenerCodecResponseMessageType should be of the form "ListRemoveListenerCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListRemoveListenerCodecRequestRegistrationIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeListRemoveListenerRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function DecodeListRemoveListenerResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/pn_counter_get_configured_replica_count_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 21: warning: comment on exported const PNCounterGetConfiguredReplicaCountCodecRequestMessageType should be of the form "PNCounterGetConfiguredReplicaCountCodecRequestMessageType ..." (golint)
    • Line 23: warning: comment on exported const PNCounterGetConfiguredReplicaCountCodecResponseMessageType should be of the form "PNCounterGetConfiguredReplicaCountCodecResponseMessageType ..." (golint)
    • Line 26: warning: exported const PNCounterGetConfiguredReplicaCountCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodePNCounterGetConfiguredReplicaCountRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodePNCounterGetConfiguredReplicaCountResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_clear_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const ListClearCodecRequestMessageType should be of the form "ListClearCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const ListClearCodecResponseMessageType should be of the form "ListClearCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const ListClearCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: exported function EncodeListClearRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/event/dispatch_service.go
    • Line 26: warning: exported const DefaultSubscriptionID should have comment or be unexported (golint)
    • Line 28: warning: exported type Event should have comment or be unexported (golint)
    • Line 32: warning: exported type Handler should have comment or be unexported (golint)
    • Line 55: warning: exported type DispatchService should have comment or be unexported (golint)
    • Line 65: warning: exported function NewDispatchService should have comment or be unexported (golint)
    • Line 82: warning: exported method DispatchService.Stop should have comment or be unexported (golint)
    • Line 133: warning: exported method DispatchService.Unsubscribe should have comment or be unexported (golint)
    • Line 149: warning: exported method DispatchService.Publish should have comment or be unexported (golint)
    • hazelcast-go-client/proxy_list.go
    • Line 48: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_size_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const ReplicatedMapSizeCodecRequestMessageType should be of the form "ReplicatedMapSizeCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const ReplicatedMapSizeCodecResponseMessageType should be of the form "ReplicatedMapSizeCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const ReplicatedMapSizeCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeReplicatedMapSizeRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeReplicatedMapSizeResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/client_destroy_proxy_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const ClientDestroyProxyCodecRequestMessageType should be of the form "ClientDestroyProxyCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const ClientDestroyProxyCodecResponseMessageType should be of the form "ClientDestroyProxyCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const ClientDestroyProxyCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: exported function EncodeClientDestroyProxyRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_size_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const MapSizeCodecRequestMessageType should be of the form "MapSizeCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const MapSizeCodecResponseMessageType should be of the form "MapSizeCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const MapSizeCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeMapSizeRequest should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeMapSizeResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/member_info_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: exported const MemberInfoCodecUuidFieldOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeMemberInfo should have comment or be unexported (golint)
    • Line 50: warning: exported function DecodeMemberInfo should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_remove_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueueRemoveCodecRequestMessageType should be of the form "QueueRemoveCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueueRemoveCodecResponseMessageType should be of the form "QueueRemoveCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueueRemoveCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeQueueRemoveRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeQueueRemoveResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_put_if_absent_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapPutIfAbsentCodecRequestMessageType should be of the form "MapPutIfAbsentCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapPutIfAbsentCodecResponseMessageType should be of the form "MapPutIfAbsentCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapPutIfAbsentCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeMapPutIfAbsentRequest should have comment or be unexported (golint)
    • Line 55: warning: exported function DecodeMapPutIfAbsentResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/set_clear_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const SetClearCodecRequestMessageType should be of the form "SetClearCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const SetClearCodecResponseMessageType should be of the form "SetClearCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const SetClearCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: exported function EncodeSetClearRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/hzerrors/errors.go
    • Line 41: warning: exported type ServerError should have comment or be unexported (golint)
    • Line 50: warning: exported function NewServerError should have comment or be unexported (golint)
    • Line 71: warning: exported type ClientError should have comment or be unexported (golint)
    • Line 77: warning: exported function NewClientError should have comment or be unexported (golint)
    • Line 99: warning: exported method ClientError.Wrap should have comment or be unexported (golint)
    • Line 105: warning: exported method ClientError.Is should have comment or be unexported (golint)
    • Line 112: warning: exported method ClientError.IsRetryable should have comment or be unexported (golint)
    • Line 112: warning: receiver name c should be consistent with previous receiver name e for ClientError (golint)
    • Line 119: warning: exported function NewIllegalArgumentError should have comment or be unexported (golint)
    • Line 123: warning: exported function NewSerializationError should have comment or be unexported (golint)
    • Line 127: warning: exported function NewIOError should have comment or be unexported (golint)
    • Line 131: warning: exported function NewEOFError should have comment or be unexported (golint)
    • Line 135: warning: exported function NewTargetDisconnectedError should have comment or be unexported (golint)
    • Line 139: warning: exported function NewInstanceNotActiveError should have comment or be unexported (golint)
    • Line 143: warning: exported function IsRetryable should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proxy/vector_clock.go
    • Line 35: warning: exported function NewVectorClock should have comment or be unexported (golint)
    • Line 39: warning: exported function NewVectorClockFromPairs should have comment or be unexported (golint)
    • Line 47: warning: exported method VectorClock.SetReplicaTimestamp should have comment or be unexported (golint)
    • Line 51: warning: exported method VectorClock.EntrySet should have comment or be unexported (golint)
    • Line 59: warning: exported method VectorClock.Size should have comment or be unexported (golint)
    • hazelcast-go-client/types/duration.go
    • Line 23: warning: exported type Duration should have comment or be unexported (golint)
    • Line 29: warning: exported method Duration.MarshalText should have comment or be unexported (golint)
    • Line 33: warning: exported method Duration.UnmarshalText should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_iterator_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListIteratorCodecRequestMessageType should be of the form "ListIteratorCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListIteratorCodecResponseMessageType should be of the form "ListIteratorCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListIteratorCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeListIteratorRequest should have comment or be unexported (golint)
    • Line 48: warning: exported function DecodeListIteratorResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/soak_tests/map/main.go
    • Line 51: warning: exported type Stats should have comment or be unexported (golint)
    • Line 56: warning: exported method Stats.IncOpCount should have comment or be unexported (golint)
    • Line 60: warning: exported method Stats.OpCountAndReset should have comment or be unexported (golint)
    • Line 67: warning: exported type SimpleEntryProcessor should have comment or be unexported (golint)
    • Line 71: warning: exported method SimpleEntryProcessor.FactoryID should have comment or be unexported (golint)
    • Line 75: warning: exported method SimpleEntryProcessor.ClassID should have comment or be unexported (golint)
    • Line 79: warning: exported method SimpleEntryProcessor.WriteData should have comment or be unexported (golint)
    • Line 83: warning: exported method SimpleEntryProcessor.ReadData should have comment or be unexported (golint)
    • Line 87: warning: exported type Factory should have comment or be unexported (golint)
    • Line 90: warning: exported method Factory.Create should have comment or be unexported (golint)
    • Line 97: warning: exported method Factory.FactoryID should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/bitmap_index_options_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: exported const BitmapIndexOptionsCodecUniqueKeyTransformationFieldOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeBitmapIndexOptions should have comment or be unexported (golint)
    • Line 45: warning: exported function DecodeBitmapIndexOptions should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_put_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const MapPutAllCodecRequestMessageType should be of the form "MapPutAllCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const MapPutAllCodecResponseMessageType should be of the form "MapPutAllCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const MapPutAllCodecRequestTriggerMapLoaderOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported function EncodeMapPutAllRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_values_with_predicate_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapValuesWithPredicateCodecRequestMessageType should be of the form "MapValuesWithPredicateCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapValuesWithPredicateCodecResponseMessageType should be of the form "MapValuesWithPredicateCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapValuesWithPredicateCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeMapValuesWithPredicateRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeMapValuesWithPredicateResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/client_statistics_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const ClientStatisticsCodecRequestMessageType should be of the form "ClientStatisticsCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const ClientStatisticsCodecResponseMessageType should be of the form "ClientStatisticsCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const ClientStatisticsCodecRequestTimestampOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 193: warning: exported function EncodeClientStatisticsRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/error_holder_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: exported const ErrorHolderCodecErrorCodeFieldOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: exported function EncodeErrorHolder should have comment or be unexported (golint)
    • Line 46: warning: exported function DecodeErrorHolder should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_execute_on_all_keys_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapExecuteOnAllKeysCodecRequestMessageType should be of the form "MapExecuteOnAllKeysCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapExecuteOnAllKeysCodecResponseMessageType should be of the form "MapExecuteOnAllKeysCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapExecuteOnAllKeysCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeMapExecuteOnAllKeysRequest should have comment or be unexported (golint)
    • Line 49: warning: exported function DecodeMapExecuteOnAllKeysResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/serialization/portable_context.go
    • Line 23: warning: exported type PortableContext should have comment or be unexported (golint)
    • Line 29: warning: exported function NewPortableContext should have comment or be unexported (golint)
    • Line 37: warning: exported method PortableContext.Version should have comment or be unexported (golint)
    • Line 41: warning: exported method PortableContext.ReadClassDefinitionFromInput should have comment or be unexported (golint)
    • Line 99: warning: exported method PortableContext.LookUpOrRegisterClassDefiniton should have comment or be unexported (golint)
    • Line 112: warning: exported method PortableContext.LookUpClassDefinition should have comment or be unexported (golint)
    • Line 120: warning: exported method PortableContext.RegisterClassDefinition should have comment or be unexported (golint)
    • Line 128: warning: exported method PortableContext.ClassVersion should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_add_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const ListAddListenerCodecRequestMessageType should be of the form "ListAddListenerCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const ListAddListenerCodecResponseMessageType should be of the form "ListAddListenerCodecResponseMessageType ..." (golint)
    • Line 30: warning: comment on exported const ListAddListenerCodecEventItemMessageType should be of the form "ListAddListenerCodecEventItemMessageType ..." (golint)
    • Line 33: warning: exported const ListAddListenerCodecRequestIncludeValueOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported function EncodeListAddListenerRequest should have comment or be unexported (golint)
    • Line 60: warning: exported function DecodeListAddListenerResponse should have comment or be unexported (golint)
    • Line 67: warning: exported function HandleListAddListener should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_list_iterator_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListListIteratorCodecRequestMessageType should be of the form "ListListIteratorCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListListIteratorCodecResponseMessageType should be of the form "ListListIteratorCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListListIteratorCodecRequestIndexOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeListListIteratorRequest should have comment or be unexported (golint)
    • Line 53: warning: exported function DecodeListListIteratorResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_clear_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 23: warning: comment on exported const MapClearCodecRequestMessageType should be of the form "MapClearCodecRequestMessageType ..." (golint)
    • Line 25: warning: comment on exported const MapClearCodecResponseMessageType should be of the form "MapClearCodecResponseMessageType ..." (golint)
    • Line 28: warning: exported const MapClearCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeMapClearRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cluster/connection_bound_invocation.go
    • Line 31: warning: exported type ConnectionBoundInvocation should have comment or be unexported (golint)
    • Line 44: warning: exported method ConnectionBoundInvocation.Connection should have comment or be unexported (golint)
    • Line 48: warning: exported method ConnectionBoundInvocation.SetEventHandler should have comment or be unexported (golint)
    • Line 52: warning: exported method ConnectionBoundInvocation.CanRetry should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_put_transient_with_max_idle_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapPutTransientWithMaxIdleCodecRequestMessageType should be of the form "MapPutTransientWithMaxIdleCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapPutTransientWithMaxIdleCodecResponseMessageType should be of the form "MapPutTransientWithMaxIdleCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapPutTransientWithMaxIdleCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeMapPutTransientWithMaxIdleRequest should have comment or be unexported (golint)
    • Line 57: warning: exported function DecodeMapPutTransientWithMaxIdleResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/pn_counter_get_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 22: warning: comment on exported const PNCounterGetCodecRequestMessageType should be of the form "PNCounterGetCodecRequestMessageType ..." (golint)
    • Line 24: warning: comment on exported const PNCounterGetCodecResponseMessageType should be of the form "PNCounterGetCodecResponseMessageType ..." (golint)
    • Line 27: warning: exported const PNCounterGetCodecRequestTargetReplicaUUIDOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported function EncodePNCounterGetRequest should have comment or be unexported (golint)
    • Line 59: warning: exported function DecodePNCounterGetResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_put_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueuePutCodecRequestMessageType should be of the form "QueuePutCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueuePutCodecResponseMessageType should be of the form "QueuePutCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueuePutCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeQueuePutRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/set_add_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const SetAddCodecRequestMessageType should be of the form "SetAddCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const SetAddCodecResponseMessageType should be of the form "SetAddCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const SetAddCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported function EncodeSetAddRequest should have comment or be unexported (golint)
    • Line 56: warning: exported function DecodeSetAddResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/client_authentication_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const ClientAuthenticationCodecRequestMessageType should be of the form "ClientAuthenticationCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const ClientAuthenticationCodecResponseMessageType should be of the form "ClientAuthenticationCodecResponseMessageType ..." (golint)
    • Line 30: warning: exported const ClientAuthenticationCodecRequestUuidOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported function EncodeClientAuthenticationRequest should have comment or be unexported (golint)
    • Line 66: warning: exported function DecodeClientAuthenticationResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/list_contains_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const ListContainsAllCodecRequestMessageType should be of the form "ListContainsAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const ListContainsAllCodecResponseMessageType should be of the form "ListContainsAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const ListContainsAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported function EncodeListContainsAllRequest should have comment or be unexported (golint)
    • Line 51: warning: exported function DecodeListContainsAllResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_set_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapSetCodecRequestMessageType should be of the form "MapSetCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapSetCodecResponseMessageType should be of the form "MapSetCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapSetCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function EncodeMapSetRequest should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_set_ttl_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapSetTtlCodecRequestMessageType should be of the form "MapSetTtlCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapSetTtlCodecResponseMessageType should be of the form "MapSetTtlCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapSetTtlCodecRequestTtlOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: exported function EncodeMapSetTtlRequest should have comment or be unexported (golint)
    • Line 65: warning: exported function DecodeMapSetTtlResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_add_entry_listener_with_predicate_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const ReplicatedMapAddEntryListenerWithPredicateCodecRequestMessageType should be of the form "ReplicatedMapAddEntryListenerWithPredicateCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const ReplicatedMapAddEntryListenerWithPredicateCodecResponseMessageType should be of the form "ReplicatedMapAddEntryListenerWithPredicateCodecResponseMessageType ..." (golint)
    • Line 30: warning: comment on exported const ReplicatedMapAddEntryListenerWithPredicateCodecEventEntryMessageType should be of the form "ReplicatedMapAddEntryListenerWithPredicateCodecEventEntryMessageType ..." (golint)
    • Line 33: warning: exported const ReplicatedMapAddEntryListenerWithPredicateCodecRequestLocalOnlyOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 45: warning: exported function EncodeReplicatedMapAddEntryListenerWithPredicateRequest should have comment or be unexported (golint)
    • Line 61: warning: exported function DecodeReplicatedMapAddEntryListenerWithPredicateResponse should have comment or be unexported (golint)
    • Line 68: warning: exported function HandleReplicatedMapAddEntryListenerWithPredicate should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_submit_to_key_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapSubmitToKeyCodecRequestMessageType should be of the form "MapSubmitToKeyCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapSubmitToKeyCodecResponseMessageType should be of the form "MapSubmitToKeyCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapSubmitToKeyCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeMapSubmitToKeyRequest should have comment or be unexported (golint)
    • Line 54: warning: exported function DecodeMapSubmitToKeyResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/pn_counter_add_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 22: warning: comment on exported const PNCounterAddCodecRequestMessageType should be of the form "PNCounterAddCodecRequestMessageType ..." (golint)
    • Line 24: warning: comment on exported const PNCounterAddCodecResponseMessageType should be of the form "PNCounterAddCodecResponseMessageType ..." (golint)
    • Line 27: warning: exported const PNCounterAddCodecRequestDeltaOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 46: warning: exported function EncodePNCounterAddRequest should have comment or be unexported (golint)
    • Line 64: warning: exported function DecodePNCounterAddResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/queue_contains_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const QueueContainsCodecRequestMessageType should be of the form "QueueContainsCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const QueueContainsCodecResponseMessageType should be of the form "QueueContainsCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const QueueContainsCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeQueueContainsRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeQueueContainsResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/replicated_map_add_entry_listener_to_key_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const ReplicatedMapAddEntryListenerToKeyCodecRequestMessageType should be of the form "ReplicatedMapAddEntryListenerToKeyCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const ReplicatedMapAddEntryListenerToKeyCodecResponseMessageType should be of the form "ReplicatedMapAddEntryListenerToKeyCodecResponseMessageType ..." (golint)
    • Line 30: warning: comment on exported const ReplicatedMapAddEntryListenerToKeyCodecEventEntryMessageType should be of the form "ReplicatedMapAddEntryListenerToKeyCodecEventEntryMessageType ..." (golint)
    • Line 33: warning: exported const ReplicatedMapAddEntryListenerToKeyCodecRequestLocalOnlyOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 45: warning: exported function EncodeReplicatedMapAddEntryListenerToKeyRequest should have comment or be unexported (golint)
    • Line 61: warning: exported function DecodeReplicatedMapAddEntryListenerToKeyResponse should have comment or be unexported (golint)
    • Line 68: warning: exported function HandleReplicatedMapAddEntryListenerToKey should have comment or be unexported (golint)
    • hazelcast-go-client/internal/logger/default_logger.go
    • Line 55: warning: exported function NewWithLevel should have comment or be unexported (golint)
    • Line 70: warning: exported method DefaultLogger.Trace should have comment or be unexported (golint)
    • Line 86: warning: exported method DefaultLogger.Infof should have comment or be unexported (golint)
    • Line 102: warning: exported method DefaultLogger.Warnf should have comment or be unexported (golint)
    • Line 114: warning: exported method DefaultLogger.Errorf should have comment or be unexported (golint)
    • Line 142: warning: exported method DefaultLogger.CanLogDebug should have comment or be unexported (golint)
    • hazelcast-go-client/proxy_manager.go
    • Line 50: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 58: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 66: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 74: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 82: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 90: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 98: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 143: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • hazelcast-go-client/internal/proto/codec/map_remove_if_same_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapRemoveIfSameCodecRequestMessageType should be of the form "MapRemoveIfSameCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapRemoveIfSameCodecResponseMessageType should be of the form "MapRemoveIfSameCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapRemoveIfSameCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported function EncodeMapRemoveIfSameRequest should have comment or be unexported (golint)
    • Line 54: warning: exported function DecodeMapRemoveIfSameResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_replace_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapReplaceCodecRequestMessageType should be of the form "MapReplaceCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapReplaceCodecResponseMessageType should be of the form "MapReplaceCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapReplaceCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported function EncodeMapReplaceRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function DecodeMapReplaceResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/topic_publish_all_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const TopicPublishAllCodecRequestMessageType should be of the form "TopicPublishAllCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const TopicPublishAllCodecResponseMessageType should be of the form "TopicPublishAllCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const TopicPublishAllCodecRequestInitialFrameSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function EncodeTopicPublishAllRequest should have comment or be unexported (golint)
    • hazelcast-go-client/cluster/security_config.go
    • Line 19: warning: exported type SecurityConfig should have comment or be unexported (golint)
    • Line 23: warning: exported method SecurityConfig.Clone should have comment or be unexported (golint)
    • Line 27: warning: exported method SecurityConfig.Validate should have comment or be unexported (golint)
    • Line 31: warning: exported type CredentialsConfig should have comment or be unexported (golint)
    • Line 36: warning: exported method CredentialsConfig.Clone should have comment or be unexported (golint)
    • Line 43: warning: exported method CredentialsConfig.Validate should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_add_entry_listener_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const MapAddEntryListenerCodecRequestMessageType should be of the form "MapAddEntryListenerCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const MapAddEntryListenerCodecResponseMessageType should be of the form "MapAddEntryListenerCodecResponseMessageType ..." (golint)
    • Line 30: warning: comment on exported const MapAddEntryListenerCodecEventEntryMessageType should be of the form "MapAddEntryListenerCodecEventEntryMessageType ..." (golint)
    • Line 33: warning: exported const MapAddEntryListenerCodecRequestIncludeValueOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 47: warning: exported function EncodeMapAddEntryListenerRequest should have comment or be unexported (golint)
    • Line 64: warning: exported function DecodeMapAddEntryListenerResponse should have comment or be unexported (golint)
    • Line 71: warning: exported function HandleMapAddEntryListener should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_get_entry_view_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 25: warning: comment on exported const MapGetEntryViewCodecRequestMessageType should be of the form "MapGetEntryViewCodecRequestMessageType ..." (golint)
    • Line 27: warning: comment on exported const MapGetEntryViewCodecResponseMessageType should be of the form "MapGetEntryViewCodecResponseMessageType ..." (golint)
    • Line 30: warning: exported const MapGetEntryViewCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported function EncodeMapGetEntryViewRequest should have comment or be unexported (golint)
    • Line 56: warning: exported function DecodeMapGetEntryViewResponse should have comment or be unexported (golint)
    • hazelcast-go-client/internal/cloud/address_translator.go
    • Line 27: warning: exported type AddressTranslator should have comment or be unexported (golint)
    • Line 33: warning: exported function NewAddressTranslator should have comment or be unexported (golint)
    • Line 43: warning: exported method AddressTranslator.Translate should have comment or be unexported (golint)
    • Line 64: warning: exported method AddressTranslator.TranslateMember should have comment or be unexported (golint)
    • hazelcast-go-client/cluster/discovery_config.go
    • Line 19: warning: exported type DiscoveryConfig should have comment or be unexported (golint)
    • Line 23: warning: exported method DiscoveryConfig.Clone should have comment or be unexported (golint)
    • Line 27: warning: exported method DiscoveryConfig.Validate should have comment or be unexported (golint)
    • hazelcast-go-client/internal/proto/codec/map_delete_codec.go
    • Line 1: warning: package comment should be of the form "Package codec ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 24: warning: comment on exported const MapDeleteCodecRequestMessageType should be of the form "MapDeleteCodecRequestMessageType ..." (golint)
    • Line 26: warning: comment on exported const MapDeleteCodecResponseMessageType should be of the form "MapDeleteCodecResponseMessageType ..." (golint)
    • Line 29: warning: exported const MapDeleteCodecRequestThreadIdOffset should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported function EncodeMapDeleteRequest should have comment or be unexported (golint)

gocyclo99%

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

    • hazelcast-go-client/internal/it/remote_controller.go
    • Line 5586: warning: cyclomatic complexity 21 of function (*RemoteControllerExecuteOnControllerArgs).Read() is high (> 15) (gocyclo)
    • Line 442: warning: cyclomatic complexity 21 of function (*Response).Read() is high (> 15) (gocyclo)
    • Line 243: warning: cyclomatic complexity 21 of function (*Member).Read() is high (> 15) (gocyclo)
    • Line 1371: warning: cyclomatic complexity 19 of function (*remoteControllerProcessorCreateCluster).Process() is high (> 15) (gocyclo)
    • Line 1539: warning: cyclomatic complexity 19 of function (*remoteControllerProcessorStartMember).Process() is high (> 15) (gocyclo)
    • Line 1455: warning: cyclomatic complexity 19 of function (*remoteControllerProcessorCreateClusterKeepClusterName).Process() is high (> 15) (gocyclo)
    • Line 2176: warning: cyclomatic complexity 17 of function (*remoteControllerProcessorMergeMemberToCluster).Process() is high (> 15) (gocyclo)
    • Line 1134: warning: cyclomatic complexity 17 of function (*remoteControllerProcessorPing).Process() is high (> 15) (gocyclo)
    • Line 3004: warning: cyclomatic complexity 17 of function (*RemoteControllerCreateClusterResult).Read() is high (> 15) (gocyclo)
    • Line 4205: warning: cyclomatic complexity 17 of function (*RemoteControllerSuspendMemberArgs).Read() is high (> 15) (gocyclo)
    • Line 2255: warning: cyclomatic complexity 17 of function (*remoteControllerProcessorExecuteOnController).Process() is high (> 15) (gocyclo)
    • Line 2846: warning: cyclomatic complexity 17 of function (*RemoteControllerCreateClusterArgs).Read() is high (> 15) (gocyclo)
    • Line 3146: warning: cyclomatic complexity 17 of function (*RemoteControllerCreateClusterKeepClusterNameArgs).Read() is high (> 15) (gocyclo)
    • Line 4455: warning: cyclomatic complexity 17 of function (*RemoteControllerResumeMemberArgs).Read() is high (> 15) (gocyclo)
    • Line 1781: warning: cyclomatic complexity 17 of function (*remoteControllerProcessorSuspendMember).Process() is high (> 15) (gocyclo)
    • Line 1213: warning: cyclomatic complexity 17 of function (*remoteControllerProcessorClean).Process() is high (> 15) (gocyclo)
    • Line 1939: warning: cyclomatic complexity 17 of function (*remoteControllerProcessorShutdownCluster).Process() is high (> 15) (gocyclo)
    • Line 1292: warning: cyclomatic complexity 17 of function (*remoteControllerProcessorExit).Process() is high (> 15) (gocyclo)
    • Line 2018: warning: cyclomatic complexity 17 of function (*remoteControllerProcessorTerminateCluster).Process() is high (> 15) (gocyclo)
    • Line 2097: warning: cyclomatic complexity 17 of function (*remoteControllerProcessorSplitMemberFromCluster).Process() is high (> 15) (gocyclo)
    • Line 3563: warning: cyclomatic complexity 17 of function (*RemoteControllerStartMemberResult).Read() is high (> 15) (gocyclo)
    • Line 1860: warning: cyclomatic complexity 17 of function (*remoteControllerProcessorResumeMember).Process() is high (> 15) (gocyclo)
    • Line 5331: warning: cyclomatic complexity 17 of function (*RemoteControllerMergeMemberToClusterArgs).Read() is high (> 15) (gocyclo)
    • Line 1623: warning: cyclomatic complexity 17 of function (*remoteControllerProcessorShutdownMember).Process() is high (> 15) (gocyclo)
    • Line 3705: warning: cyclomatic complexity 17 of function (*RemoteControllerShutdownMemberArgs).Read() is high (> 15) (gocyclo)
    • Line 1702: warning: cyclomatic complexity 17 of function (*remoteControllerProcessorTerminateMember).Process() is high (> 15) (gocyclo)
    • Line 3955: warning: cyclomatic complexity 17 of function (*RemoteControllerTerminateMemberArgs).Read() is high (> 15) (gocyclo)
    • Line 3304: warning: cyclomatic complexity 17 of function (*RemoteControllerCreateClusterKeepClusterNameResult).Read() 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!