solher/arangolite

View on GitHub
requests/cache.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

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

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

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

There are no issues that match your filters.

Category
Status