HasStatus is an interface for parameter structs that have a Status field.
| 98 | |
| 99 | // HasStatus is an interface for parameter structs that have a Status field. |
| 100 | type HasStatus interface { |
| 101 | GetStatus() uint32 |
| 102 | SetStatus(status uint32) |
| 103 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…