fzxiao233/Vtb_Record

View on GitHub
live/monitor/base/mock.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method Mock.CheckLive should have comment or be unexported
Open

func (m *Mock) CheckLive(usersConfig config.UsersConfig) bool {
Severity: Minor
Found in live/monitor/base/mock.go by golint

exported type Mock should have comment or be unexported
Open

type Mock struct {
Severity: Minor
Found in live/monitor/base/mock.go by golint

exported method Mock.CreateVideo should have comment or be unexported
Open

func (m *Mock) CreateVideo(usersConfig config.UsersConfig) *interfaces.VideoInfo {
Severity: Minor
Found in live/monitor/base/mock.go by golint

There are no issues that match your filters.

Category
Status