Hunterlong/AuthorizeCIM

View on GitHub
fraud_management.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type BatchTransaction should have comment or be unexported
Open

type BatchTransaction struct {
Severity: Minor
Found in fraud_management.go by golint

exported type UpdateHeldTransaction should have comment or be unexported
Open

type UpdateHeldTransaction struct {
Severity: Minor
Found in fraud_management.go by golint

exported type UpdateHeldTransactionRequest should have comment or be unexported
Open

type UpdateHeldTransactionRequest struct {
Severity: Minor
Found in fraud_management.go by golint

exported type UnsettledTransactionsRequest should have comment or be unexported
Open

type UnsettledTransactionsRequest struct {
Severity: Minor
Found in fraud_management.go by golint

exported function SendGetUnsettled should have comment or be unexported
Open

func SendGetUnsettled() (*TransactionsList, error) {
Severity: Minor
Found in fraud_management.go by golint

exported method TransactionsList.Count should have comment or be unexported
Open

func (input TransactionsList) Count() int {
Severity: Minor
Found in fraud_management.go by golint

exported type TransactionsList should have comment or be unexported
Open

type TransactionsList struct {
Severity: Minor
Found in fraud_management.go by golint

exported type HeldTransactionRequest should have comment or be unexported
Open

type HeldTransactionRequest struct {
Severity: Minor
Found in fraud_management.go by golint

exported method PreviousTransaction.Approve should have comment or be unexported
Open

func (t PreviousTransaction) Approve() (*TransactionResponse, error) {
Severity: Minor
Found in fraud_management.go by golint

exported method TransactionsList.List should have comment or be unexported
Open

func (input TransactionsList) List() ([]BatchTransaction, error) {
Severity: Minor
Found in fraud_management.go by golint

exported method PreviousTransaction.Decline should have comment or be unexported
Open

func (t PreviousTransaction) Decline() (*TransactionResponse, error) {
Severity: Minor
Found in fraud_management.go by golint

exported function SendTransactionUpdate should have comment or be unexported
Open

func SendTransactionUpdate(tranx PreviousTransaction, method string) (*TransactionResponse, error) {
Severity: Minor
Found in fraud_management.go by golint

exported function UnsettledBatchList should have comment or be unexported
Open

func UnsettledBatchList() (*TransactionsList, error) {
Severity: Minor
Found in fraud_management.go by golint

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

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

exported type GetUnsettledTransactionListRequest should have comment or be unexported
Open

type GetUnsettledTransactionListRequest struct {
Severity: Minor
Found in fraud_management.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package AuthorizeCIM
Severity: Minor
Found in fraud_management.go by gofmt

There are no issues that match your filters.

Category
Status