fzxiao233/Vtb_Record

View on GitHub
live/monitor/twitcasting/twitcasting.go

Summary

Maintainability
A
0 mins
Test Coverage

exported var TwitSemaphore should have comment or be unexported
Open

var TwitSemaphore = semaphore.NewWeighted(3)

var infoJson should be infoJSON
Open

    infoJson, _ := simplejson.NewJson(rawInfoJSON)

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

func (t *Twitcasting) CheckLive(usersConfig config.UsersConfig) bool {

should not use dot imports
Open

    . "github.com/fzxiao233/Vtb_Record/utils"

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

func (t *Twitcasting) CreateVideo(usersConfig config.UsersConfig) *interfaces.VideoInfo {

exported type Twitcasting should have comment or be unexported
Open

type Twitcasting struct {

struct field TargetId should be TargetID
Open

    TargetId string

There are no issues that match your filters.

Category
Status