mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
feat: add name
This commit is contained in:
parent
b8955ef4f5
commit
c1f9393dd1
@ -6,6 +6,7 @@ import (
|
||||
|
||||
// Service interface
|
||||
type Service interface {
|
||||
Name() string
|
||||
Start(ctx context.Context) error
|
||||
Close(ctx context.Context) error
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user