solher/arangolite

View on GitHub

Showing 101 of 101 total issues

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

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

exported type CollectionInfoList should have comment or be unexported
Open

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

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

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

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

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

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

func (t *Transaction) Method() string {
Severity: Minor
Found in requests/transaction.go by golint

exported type AQLFunction should have comment or be unexported
Open

type AQLFunction struct {
Severity: Minor
Found in requests/aqlfunction.go by golint

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

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

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

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

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

func (t *Transaction) Path() string {
Severity: Minor
Found in requests/transaction.go by golint
Severity
Category
Status
Source
Language