efritz/chevron

View on GitHub
middleware/mocks/cache_mock.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type CacheBustTagsParamSet should have comment or be unexported
Open

type CacheBustTagsParamSet struct {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported method MockCache.SetValue should have comment or be unexported
Open

func (m *MockCache) SetValue(v0 string, v1 string, v2 ...string) error {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported type MockCache should have comment or be unexported
Open

type MockCache struct {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported method MockCache.RemoveFuncCallCount should have comment or be unexported
Open

func (m *MockCache) RemoveFuncCallCount() int {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported method MockCache.RemoveFuncCallParams should have comment or be unexported
Open

func (m *MockCache) RemoveFuncCallParams() []CacheRemoveParamSet {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported method MockCache.BustTags should have comment or be unexported
Open

func (m *MockCache) BustTags(v0 ...string) error {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported method MockCache.GetValue should have comment or be unexported
Open

func (m *MockCache) GetValue(v0 string) (string, error) {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported method MockCache.SetValueFuncCallCount should have comment or be unexported
Open

func (m *MockCache) SetValueFuncCallCount() int {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported type CacheSetValueParamSet should have comment or be unexported
Open

type CacheSetValueParamSet struct {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported type CacheGetValueParamSet should have comment or be unexported
Open

type CacheGetValueParamSet struct {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported method MockCache.GetValueFuncCallCount should have comment or be unexported
Open

func (m *MockCache) GetValueFuncCallCount() int {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported method MockCache.BustTagsFuncCallCount should have comment or be unexported
Open

func (m *MockCache) BustTagsFuncCallCount() int {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported method MockCache.Remove should have comment or be unexported
Open

func (m *MockCache) Remove(v0 string) error {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported method MockCache.BustTagsFuncCallParams should have comment or be unexported
Open

func (m *MockCache) BustTagsFuncCallParams() []CacheBustTagsParamSet {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported method MockCache.GetValueFuncCallParams should have comment or be unexported
Open

func (m *MockCache) GetValueFuncCallParams() []CacheGetValueParamSet {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported type CacheRemoveParamSet should have comment or be unexported
Open

type CacheRemoveParamSet struct {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported method MockCache.SetValueFuncCallParams should have comment or be unexported
Open

func (m *MockCache) SetValueFuncCallParams() []CacheSetValueParamSet {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

exported function NewMockCache should have comment or be unexported
Open

func NewMockCache() *MockCache {
Severity: Minor
Found in middleware/mocks/cache_mock.go by golint

There are no issues that match your filters.

Category
Status