curre/component.go
2022-09-10 13:08:16 +02:00

8 lines
70 B
Go

package curre
type Component interface {
Initer
Starter
Stopper
}