solher/arangolite

View on GitHub

Showing 101 of 101 total issues

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

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

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

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

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

struct field Id should be ID
Open

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

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

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

exported method GetStatisticsResult.UnmarshalJSON should have comment or be unexported
Open

func (r *GetStatisticsResult) UnmarshalJSON(bytes []byte) (err error) {
Severity: Minor
Found in requests/statistics.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

2: cannot find package "github.com/solher/arangolite/v2/requests" in any of:
Open

    "github.com/solher/arangolite/v2/requests"
Severity: Minor
Found in auth.go by govet

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

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

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

func (r *CurrentDatabase) Generate() []byte {
Severity: Minor
Found in requests/database.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 type GetStatisticsResult should have comment or be unexported
Open

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

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

exported type StatisticsGroup should have comment or be unexported
Open

type StatisticsGroup struct {
Severity: Minor
Found in requests/statistics.go by golint
Severity
Category
Status
Source
Language