solher/arangolite

View on GitHub

Showing 101 of 101 total issues

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

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

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

func (r *CreateAQLFunction) Path() string {
Severity: Minor
Found in requests/aqlfunction.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

comment on exported type GetCollectionInfo should be of the form "GetCollectionInfo ..." (with optional leading article)
Open

// CollectionInfo gets information about the collection
Severity: Minor
Found in requests/collection.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 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 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.Method should have comment or be unexported
Open

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

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

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

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

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

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

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

func (r *CreateHashIndex) Path() string {
Severity: Minor
Found in requests/index.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

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

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

exported const StatisticsFigureTypeCurrent should have comment (or a comment on this block) or be unexported
Open

    StatisticsFigureTypeCurrent      StatisticsFigureType = "current"
Severity: Minor
Found in requests/statistics.go by golint

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

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