wip: service registration
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
a89aa40dda
commit
1dd748e3f2
461 changed files with 51962 additions and 76 deletions
|
@ -4,4 +4,10 @@ package config
|
|||
type Config struct {
|
||||
ListenAddr string
|
||||
SocketPath string
|
||||
Runtime *Runtime
|
||||
}
|
||||
|
||||
type Runtime struct {
|
||||
Name string
|
||||
Config interface{}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue