lux/node/lux_node_subscriber.go

5 lines
90 B
Go

package node
type LuxNodeSubscriber interface {
HandleStateUpdate(state LuxHostState)
}