all: sync with master
This commit is contained in:
@@ -13,6 +13,7 @@ import (
|
||||
type ServiceWithConfig[ConfigType any] interface {
|
||||
service.Interface
|
||||
|
||||
// Config returns a deep clone of the configuration of the service.
|
||||
Config() (c ConfigType)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user