MCPcopy Create free account
hub / github.com/facebook/time / ChannelStatus

Struct ChannelStatus

calnex/api/api.go:63–68  ·  view source on GitHub ↗

ChannelStatus is a struct representing Calnex channel instrument status

Source from the content-addressed store, hash-verified

61
62// ChannelStatus is a struct representing Calnex channel instrument status
63type ChannelStatus struct {
64 Progress int
65 Slot string
66 State string
67 Type string
68}
69
70// ModuleStatus is a struct representing Calnex channel module status
71type ModuleStatus struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected