solher/arangolite

View on GitHub

Showing 101 of 101 total issues

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

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

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

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

struct field Id should be ID
Open

    Id       string `json:"id"`
Severity: Minor
Found in requests/collection.go by golint

exported type CollectionInfoList should have comment or be unexported
Open

type CollectionInfoList struct {
Severity: Minor
Found in requests/collection.go by golint

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

func (c *ListCollections) Method() string {
Severity: Minor
Found in requests/collection.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 ImportCollection.Path should have comment or be unexported
Open

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

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

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

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

func (t *Transaction) Path() string {
Severity: Minor
Found in requests/transaction.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 CreateCollection.Generate should have comment or be unexported
Open

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

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

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

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

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

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

func (t *Transaction) Method() string {
Severity: Minor
Found in requests/transaction.go by golint

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

func (t *Transaction) Generate() []byte {
Severity: Minor
Found in requests/transaction.go by golint

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

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

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

func (r *DropDatabase) Method() string {
Severity: Minor
Found in requests/database.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

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 ImportCollection.Method should have comment or be unexported
Open

func (c *ImportCollection) Method() string {
Severity: Minor
Found in requests/import.go by golint
Severity
Category
Status
Source
Language