ChannelStatus is a struct representing Calnex channel instrument status
| 61 | |
| 62 | // ChannelStatus is a struct representing Calnex channel instrument status |
| 63 | type 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 |
| 71 | type ModuleStatus struct { |
nothing calls this directly
no outgoing calls
no test coverage detected