solher/arangolite

View on GitHub
requests/transaction.go

Summary

Maintainability
A
0 mins
Test Coverage

Your code does not pass gofmt in 2 places. Go fmt your code!
Open

package requests
Severity: Minor
Found in requests/transaction.go by gofmt

exported method Transaction.Method should have comment or be unexported
Open

func (t *Transaction) Method() string {
Severity: Minor
Found in requests/transaction.go by golint

exported method Transaction.Path should have comment or be unexported
Open

func (t *Transaction) Path() string {
Severity: Minor
Found in requests/transaction.go by golint

exported method Transaction.Generate should have comment or be unexported
Open

func (t *Transaction) Generate() []byte {
Severity: Minor
Found in requests/transaction.go by golint

There are no issues that match your filters.

Category
Status