evalphobia/aws-sdk-go-v2-wrapper

View on GitHub
athena/type_enum.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type EncryptionOption should have comment or be unexported
Open

type EncryptionOption string
Severity: Minor
Found in athena/type_enum.go by golint

exported method QueryExecutionState.IsQueued should have comment or be unexported
Open

func (v QueryExecutionState) IsQueued() bool {
Severity: Minor
Found in athena/type_enum.go by golint

exported type ColumnNullable should have comment or be unexported
Open

type ColumnNullable string
Severity: Minor
Found in athena/type_enum.go by golint

exported const ColumnNullableNotNull should have comment (or a comment on this block) or be unexported
Open

    ColumnNullableNotNull  ColumnNullable = ColumnNullable(SDK.ColumnNullableNotNull)
Severity: Minor
Found in athena/type_enum.go by golint

exported method EncryptionOption.IsSSEKMS should have comment or be unexported
Open

func (v EncryptionOption) IsSSEKMS() bool {
Severity: Minor
Found in athena/type_enum.go by golint

exported method StatementType.IsUtility should have comment or be unexported
Open

func (v StatementType) IsUtility() bool {
Severity: Minor
Found in athena/type_enum.go by golint

exported const QueryExecutionStateQueued should have comment (or a comment on this block) or be unexported
Open

    QueryExecutionStateQueued    QueryExecutionState = QueryExecutionState(SDK.QueryExecutionStateQueued)
Severity: Minor
Found in athena/type_enum.go by golint

exported method ColumnNullable.IsNotNull should have comment or be unexported
Open

func (v ColumnNullable) IsNotNull() bool {
Severity: Minor
Found in athena/type_enum.go by golint

exported method ColumnNullable.IsNullable should have comment or be unexported
Open

func (v ColumnNullable) IsNullable() bool {
Severity: Minor
Found in athena/type_enum.go by golint

exported method StatementType.IsDML should have comment or be unexported
Open

func (v StatementType) IsDML() bool {
Severity: Minor
Found in athena/type_enum.go by golint

exported method EncryptionOption.IsSSES3 should have comment or be unexported
Open

func (v EncryptionOption) IsSSES3() bool {
Severity: Minor
Found in athena/type_enum.go by golint

exported method QueryExecutionState.IsCancelled should have comment or be unexported
Open

func (v QueryExecutionState) IsCancelled() bool {
Severity: Minor
Found in athena/type_enum.go by golint

exported const EncryptionOptionSSES3 should have comment (or a comment on this block) or be unexported
Open

    EncryptionOptionSSES3  EncryptionOption = EncryptionOption(SDK.EncryptionOptionSseS3)
Severity: Minor
Found in athena/type_enum.go by golint

exported type QueryExecutionState should have comment or be unexported
Open

type QueryExecutionState string
Severity: Minor
Found in athena/type_enum.go by golint

exported method QueryExecutionState.IsRunning should have comment or be unexported
Open

func (v QueryExecutionState) IsRunning() bool {
Severity: Minor
Found in athena/type_enum.go by golint

exported method ColumnNullable.IsUnknown should have comment or be unexported
Open

func (v ColumnNullable) IsUnknown() bool {
Severity: Minor
Found in athena/type_enum.go by golint

exported type StatementType should have comment or be unexported
Open

type StatementType string
Severity: Minor
Found in athena/type_enum.go by golint

exported const StatementTypeDDL should have comment (or a comment on this block) or be unexported
Open

    StatementTypeDDL     StatementType = StatementType(SDK.StatementTypeDdl)
Severity: Minor
Found in athena/type_enum.go by golint

exported method StatementType.IsDDL should have comment or be unexported
Open

func (v StatementType) IsDDL() bool {
Severity: Minor
Found in athena/type_enum.go by golint

exported method QueryExecutionState.IsFailed should have comment or be unexported
Open

func (v QueryExecutionState) IsFailed() bool {
Severity: Minor
Found in athena/type_enum.go by golint

exported method QueryExecutionState.IsSucceeded should have comment or be unexported
Open

func (v QueryExecutionState) IsSucceeded() bool {
Severity: Minor
Found in athena/type_enum.go by golint

exported method EncryptionOption.IsCSEKMS should have comment or be unexported
Open

func (v EncryptionOption) IsCSEKMS() bool {
Severity: Minor
Found in athena/type_enum.go by golint

There are no issues that match your filters.

Category
Status