ezeql/wiw-scheduler-api

View on GitHub

Showing 26 of 26 total issues

exported type Shift should have comment or be unexported
Open

type Shift struct {
Severity: Minor
Found in wiw/shift.go by golint

exported type MySQLRepository should have comment or be unexported
Open

type MySQLRepository struct {
Severity: Minor
Found in wiw/mysqlrepo.go by golint

exported method MySQLRepository.ShiftsInRange should have comment or be unexported
Open

func (r *MySQLRepository) ShiftsInRange(from string, to string) ([]Shift, error) {
Severity: Minor
Found in wiw/mysqlrepo.go by golint

comment on exported method Shift.UnmarshalJSON should be of the form "UnmarshalJSON ..."
Open

//workaround since gorm wont recognize time.Time composed types
Severity: Minor
Found in wiw/shift.go by golint

exported type User should have comment or be unexported
Open

type User struct {
Severity: Minor
Found in wiw/user.go by golint

2: cannot find package "github.com/ezeql/wiw-scheduler-api/wiw" in any of:
Open

    "github.com/ezeql/wiw-scheduler-api/wiw"
Severity: Minor
Found in main.go by govet
Severity
Category
Status
Source
Language