fzxiao233/Vtb_Record

View on GitHub
live/interfaces/interface.go

Summary

Maintainability
A
0 mins
Test Coverage

2: cannot find package "github.com/fzxiao233/Vtb_Record/config" in any of:
Open

    "github.com/fzxiao233/Vtb_Record/config"
Severity: Minor
Found in live/interfaces/interface.go by govet

exported method VideoInfoLogHook.Fire should have comment or be unexported
Open

func (h *VideoInfoLogHook) Fire(entry *logrus.Entry) error {
Severity: Minor
Found in live/interfaces/interface.go by golint

exported type LiveStatus should have comment or be unexported
Open

type LiveStatus struct {
Severity: Minor
Found in live/interfaces/interface.go by golint

exported type VideoInfoLogHook should have comment or be unexported
Open

type VideoInfoLogHook struct {
Severity: Minor
Found in live/interfaces/interface.go by golint

exported method VideoInfoLogHook.Levels should have comment or be unexported
Open

func (h *VideoInfoLogHook) Levels() []logrus.Level {
Severity: Minor
Found in live/interfaces/interface.go by golint

exported type VideoInfo should have comment or be unexported
Open

type VideoInfo struct {
Severity: Minor
Found in live/interfaces/interface.go by golint

There are no issues that match your filters.

Category
Status