wip: service registration

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2017-07-30 04:13:44 -04:00
parent a89aa40dda
commit 1dd748e3f2
No known key found for this signature in database
GPG key ID: A519480096146526
461 changed files with 51962 additions and 76 deletions

View file

@ -4,4 +4,10 @@ package config
type Config struct {
ListenAddr string
SocketPath string
Runtime *Runtime
}
type Runtime struct {
Name string
Config interface{}
}