solher/arangolite

View on GitHub

Showing 101 of 101 total issues

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

func (r *GetStatistics) 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (l *ListGraphs) Path() string {
Severity: Minor
Found in requests/graph.go by golint

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

func (d *DropGraph) Path() string {
Severity: Minor
Found in requests/graph.go by golint

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

func (r *GetVersion) Generate() []byte {
Severity: Minor
Found in requests/version.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
Severity
Category
Status
Source
Language