This commit is contained in:
2022-09-10 13:08:16 +02:00
parent 33ac911f9c
commit 78c0c309d7
5 changed files with 28 additions and 5 deletions

View File

@@ -3,5 +3,5 @@ package curre
type Component interface {
Initer
Starter
Closer
Stopper
}