curre/component.go

8 lines
70 B
Go

package curre
type Component interface {
Initer
Starter
Stopper
}