5 lines
90 B
Go
5 lines
90 B
Go
package node
|
|
|
|
type LuxNodeSubscriber interface {
|
|
HandleStateUpdate(state LuxHostState)
|
|
}
|