MCPcopy Create free account
hub / github.com/Threadfin/Threadfin / getLineupStatus

Function getLineupStatus

src/hdhr.go:91–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91func getLineupStatus() (jsonContent []byte, err error) {
92
93 var lineupStatus LineupStatus
94
95 lineupStatus.ScanInProgress = 0
96 lineupStatus.ScanPossible = 0
97 lineupStatus.Source = "Cable"
98 lineupStatus.SourceList = []string{"Cable"}
99
100 jsonContent, err = json.MarshalIndent(lineupStatus, "", " ")
101
102 return
103}
104
105func getLineup() (jsonContent []byte, err error) {
106

Callers 1

IndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected