solher/arangolite

View on GitHub
requests/aqlfunction.go

Summary

Maintainability
A
0 mins
Test Coverage

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

func (r *DeleteAQLFunction) Path() string {
Severity: Minor
Found in requests/aqlfunction.go by golint

exported type GetAQLFunctionsResult should have comment or be unexported
Open

type GetAQLFunctionsResult []AQLFunction
Severity: Minor
Found in requests/aqlfunction.go by golint

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

func (r *DeleteAQLFunction) Generate() []byte {
Severity: Minor
Found in requests/aqlfunction.go by golint

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

func (r *GetAQLFunctions) Generate() []byte {
Severity: Minor
Found in requests/aqlfunction.go by golint

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

func (r *CreateAQLFunction) Method() string {
Severity: Minor
Found in requests/aqlfunction.go by golint

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

func (r *GetAQLFunctions) Path() string {
Severity: Minor
Found in requests/aqlfunction.go by golint

exported type AQLFunction should have comment or be unexported
Open

type AQLFunction struct {
Severity: Minor
Found in requests/aqlfunction.go by golint

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

func (r *CreateAQLFunction) Path() string {
Severity: Minor
Found in requests/aqlfunction.go by golint

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

func (r *DeleteAQLFunction) Method() string {
Severity: Minor
Found in requests/aqlfunction.go by golint

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

func (r *GetAQLFunctions) Method() string {
Severity: Minor
Found in requests/aqlfunction.go by golint

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

func (r *CreateAQLFunction) Generate() []byte {
Severity: Minor
Found in requests/aqlfunction.go by golint

There are no issues that match your filters.

Category
Status