kopia lustrzana https://github.com/cyoung/stratux
Stratux plugin beginning.
rodzic
480426cdd1
commit
c6c8c22b63
|
@ -0,0 +1,13 @@
|
||||||
|
package StratuxPlugin
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
)
|
||||||
|
|
||||||
|
type StratuxPlugin struct {
|
||||||
|
InitFunc func() bool
|
||||||
|
ShutdownFunc func() bool
|
||||||
|
Name string
|
||||||
|
Clock time.Time
|
||||||
|
Input chan string
|
||||||
|
}
|
Ładowanie…
Reference in New Issue