solher/arangolite

View on GitHub

Showing 101 of 101 total issues

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

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

func (r *GetAQLFunctions) Method() string {
Severity: Minor
Found in requests/aqlfunction.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 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 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 JWTAuth.Generate should have comment or be unexported
Open

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

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

func (l *ListGraphs) Method() string {
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 DropCollection.Path should have comment or be unexported
Open

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

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

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

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

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

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

func (r *GetVersion) Method() string {
Severity: Minor
Found in requests/version.go by golint
Severity
Category
Status
Source
Language