jhole89/orbital

View on GitHub

Showing 31 of 31 total issues

exported type Driver should have comment or be unexported
Open

type Driver interface {
Severity: Minor
Found in app/connectors/main.go by golint

exported type Property should have comment or be unexported
Open

type Property struct {
Severity: Minor
Found in app/database/graphs.go by golint

exported method Gremlin.CreateRelationship should have comment or be unexported
Open

func (g *Gremlin) CreateRelationship(r *Relationship) (*Relationship, error) {
Severity: Minor
Found in app/database/gremlin.go by golint

a blank import should be only in a main or test package, or have a comment justifying it
Open

    _ "github.com/segmentio/go-athena"
Severity: Minor
Found in app/connectors/athena.go by golint

exported type Relationship should have comment or be unexported
Open

type Relationship struct {
Severity: Minor
Found in app/database/graphs.go by golint

exported method Gremlin.GetEntity should have comment or be unexported
Open

func (g *Gremlin) GetEntity(id interface{}) (*Entity, error) {
Severity: Minor
Found in app/database/gremlin.go by golint

exported method Gremlin.ListEntities should have comment or be unexported
Open

func (g *Gremlin) ListEntities() ([]*Entity, error) {
Severity: Minor
Found in app/database/gremlin.go by golint

exported function NewAwsAthena should have comment or be unexported
Open

func NewAwsAthena(dsn string) (Driver, error) {
Severity: Minor
Found in app/connectors/athena.go by golint

exported method AwsAthena.Index should have comment or be unexported
Open

func (a *AwsAthena) Index() ([]*Node, error) {
Severity: Minor
Found in app/connectors/athena.go by golint

exported method AwsAthena.Close should have comment or be unexported
Open

func (a *AwsAthena) Close() {
Severity: Minor
Found in app/connectors/athena.go by golint

exported method AwsAthena.Query should have comment or be unexported
Open

func (a *AwsAthena) Query(queryString string) (*sql.Rows, error) {
Severity: Minor
Found in app/connectors/athena.go by golint
Severity
Category
Status
Source
Language