wip: grpc api
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
1dd748e3f2
commit
2eba8d6511
174 changed files with 22012 additions and 11410 deletions
|
@ -1,10 +1,12 @@
|
|||
package config
|
||||
|
||||
// Config is the top level configuration
|
||||
// Config is the top level application configuration
|
||||
type Config struct {
|
||||
ListenAddr string
|
||||
GRPCAddr string
|
||||
SocketPath string
|
||||
Runtime *Runtime
|
||||
Datastore string
|
||||
}
|
||||
|
||||
type Runtime struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue