Add base setup
This commit is contained in:
7
component.go
Normal file
7
component.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package curre
|
||||
|
||||
type Component interface {
|
||||
Initer
|
||||
Starter
|
||||
Closer
|
||||
}
|
Reference in New Issue
Block a user