solher/arangolite

View on GitHub
requests/graph.go

Summary

Maintainability
A
0 mins
Test Coverage

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

func (g *GetGraph) Method() string {
Severity: Minor
Found in requests/graph.go by golint

comment on exported type ListGraphs should be of the form "ListGraphs ..." (with optional leading article)
Open

// ListGraph lists all graphs known by the graph module.
Severity: Minor
Found in requests/graph.go by golint

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

func (l *ListGraphs) Generate() []byte {
Severity: Minor
Found in requests/graph.go by golint

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

func (c *CreateGraph) Path() string {
Severity: Minor
Found in requests/graph.go by golint

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

func (l *ListGraphs) Path() string {
Severity: Minor
Found in requests/graph.go by golint

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

func (c *CreateGraph) Method() string {
Severity: Minor
Found in requests/graph.go by golint

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

func (l *ListGraphs) Method() string {
Severity: Minor
Found in requests/graph.go by golint

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

func (d *DropGraph) Path() string {
Severity: Minor
Found in requests/graph.go by golint

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

func (g *GetGraph) Path() string {
Severity: Minor
Found in requests/graph.go by golint

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

func (d *DropGraph) Generate() []byte {
Severity: Minor
Found in requests/graph.go by golint

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

func (g *GetGraph) Generate() []byte {
Severity: Minor
Found in requests/graph.go by golint

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

func (c *CreateGraph) Generate() []byte {
Severity: Minor
Found in requests/graph.go by golint

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

func (d *DropGraph) Method() string {
Severity: Minor
Found in requests/graph.go by golint

There are no issues that match your filters.

Category
Status