Hunterlong/AuthorizeCIM

View on GitHub
transaction_responses.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method TransactionResponse.Approved should have comment or be unexported
Open

func (r TransactionResponse) Approved() bool {
Severity: Minor
Found in transaction_responses.go by golint

exported method TransactionResponse.Held should have comment or be unexported
Open

func (r TransactionResponse) Held() bool {
Severity: Minor
Found in transaction_responses.go by golint

exported method TransactionResponse.TransactionID should have comment or be unexported
Open

func (transx TransactionResponse) TransactionID() string {
Severity: Minor
Found in transaction_responses.go by golint

exported method TransactionResponse.Message should have comment or be unexported
Open

func (transx TransactionResponse) Message() string {
Severity: Minor
Found in transaction_responses.go by golint

receiver name r should be consistent with previous receiver name transx for TransactionResponse
Open

func (r TransactionResponse) Held() bool {
Severity: Minor
Found in transaction_responses.go by golint

exported type AVS should have comment or be unexported
Open

type AVS struct {
Severity: Minor
Found in transaction_responses.go by golint

exported type TransxReponse should have comment or be unexported
Open

type TransxReponse interface {
Severity: Minor
Found in transaction_responses.go by golint

exported method TransactionResponse.AVS should have comment or be unexported
Open

func (transx TransactionResponse) AVS() AVS {
Severity: Minor
Found in transaction_responses.go by golint

receiver name r should be consistent with previous receiver name transx for TransactionResponse
Open

func (r TransactionResponse) Approved() bool {
Severity: Minor
Found in transaction_responses.go by golint

exported method MessagesResponse.ErrorMessage should have comment or be unexported
Open

func (r MessagesResponse) ErrorMessage() string {
Severity: Minor
Found in transaction_responses.go by golint

exported method MessagesResponse.Ok should have comment or be unexported
Open

func (r MessagesResponse) Ok() bool {
Severity: Minor
Found in transaction_responses.go by golint

don't use MixedCaps in package name; AuthorizeCIM should be authorizecim
Open

package AuthorizeCIM
Severity: Minor
Found in transaction_responses.go by golint

There are no issues that match your filters.

Category
Status