pedroMMM/goss

View on GitHub
system/http.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type DefHTTP should have comment or be unexported
Open

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

exported method DefHTTP.Body should have comment or be unexported
Open

func (u *DefHTTP) Body() (io.Reader, error) {
Severity: Minor
Found in system/http.go by golint

exported method DefHTTP.Exists should have comment or be unexported
Open

func (u *DefHTTP) Exists() (bool, error) {
Severity: Minor
Found in system/http.go by golint

exported method DefHTTP.SetNoFollowRedirects should have comment or be unexported
Open

func (u *DefHTTP) SetNoFollowRedirects(t bool) {
Severity: Minor
Found in system/http.go by golint

exported method DefHTTP.HTTP should have comment or be unexported
Open

func (u *DefHTTP) HTTP() string {
Severity: Minor
Found in system/http.go by golint

exported method DefHTTP.Status should have comment or be unexported
Open

func (u *DefHTTP) Status() (int, error) {
Severity: Minor
Found in system/http.go by golint

exported method DefHTTP.SetAllowInsecure should have comment or be unexported
Open

func (u *DefHTTP) SetAllowInsecure(t bool) {
Severity: Minor
Found in system/http.go by golint

exported method DefHTTP.Headers should have comment or be unexported
Open

func (u *DefHTTP) Headers() (io.Reader, error) {
Severity: Minor
Found in system/http.go by golint

exported function HeaderToArray should have comment or be unexported
Open

func HeaderToArray(header http.Header) (res []string) {
Severity: Minor
Found in system/http.go by golint

exported function NewDefHTTP should have comment or be unexported
Open

func NewDefHTTP(httpStr string, system *System, config util.Config) HTTP {
Severity: Minor
Found in system/http.go by golint

exported type HTTP should have comment or be unexported
Open

type HTTP interface {
Severity: Minor
Found in system/http.go by golint

exported method DefHTTP.ID should have comment or be unexported
Open

func (u *DefHTTP) ID() string {
Severity: Minor
Found in system/http.go by golint

There are no issues that match your filters.

Category
Status