solher/arangolite

View on GitHub

Showing 101 of 101 total issues

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

func (a *AQL) Generate() []byte {
Severity: Minor
Found in requests/aql.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 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 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 DropDatabase.Generate should have comment or be unexported
Open

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

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 type GetVersionResult should have comment or be unexported
Open

type GetVersionResult struct {
Severity: Minor
Found in requests/version.go by golint

exported type GetStatisticsResult should have comment or be unexported
Open

type GetStatisticsResult struct {
Severity: Minor
Found in requests/statistics.go by golint

exported type GetStatisticsDescriptionResult should have comment or be unexported
Open

type GetStatisticsDescriptionResult struct {
Severity: Minor
Found in requests/statistics.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 DeleteAQLFunction.Path should have comment or be unexported
Open

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

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

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

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

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

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

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

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

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

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

func (r *CreateDatabase) Path() string {
Severity: Minor
Found in requests/database.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 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 DeleteAQLFunction.Generate should have comment or be unexported
Open

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