solher/arangolite

View on GitHub

Showing 101 of 101 total issues

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

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

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

exported type CollectionInfo should have comment or be unexported
Open

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

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

func (c *GetCollectionInfo) Generate() []byte {
Severity: Minor
Found in requests/collection.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 CreateHashIndex.Method should have comment or be unexported
Open

func (r *CreateHashIndex) Method() string {
Severity: Minor
Found in requests/index.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 GetVersion.Path should have comment or be unexported
Open

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

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

func (a *AQL) Path() string {
Severity: Minor
Found in requests/aql.go by golint

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

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

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

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

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

exported type StatisticsFigureType should have comment or be unexported
Open

type StatisticsFigureType string
Severity: Minor
Found in requests/statistics.go by golint

exported type Logger should have comment or be unexported
Open

type Logger interface {
Severity: Minor
Found in log.go by golint

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

func (r *CreateCollection) Method() string {
Severity: Minor
Found in requests/collection.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
Severity
Category
Status
Source
Language