roobre/ffxivapi

View on GitHub
http/http.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Api should have comment or be unexported
Open

type Api struct {
Severity: Minor
Found in http/http.go by golint

exported function NewWithApi should have comment or be unexported
Open

func NewWithApi(api *ffxivapi.FFXIVAPI) *Api {
Severity: Minor
Found in http/http.go by golint

exported function New should have comment or be unexported
Open

func New() *Api {
Severity: Minor
Found in http/http.go by golint

type Api should be API
Open

type Api struct {
Severity: Minor
Found in http/http.go by golint

func NewWithApi should be NewWithAPI
Open

func NewWithApi(api *ffxivapi.FFXIVAPI) *Api {
Severity: Minor
Found in http/http.go by golint

There are no issues that match your filters.

Category
Status