refactor: move http api to a new transport layer
This commit is contained in:
parent
476c4b056f
commit
0448f66ab2
41 changed files with 822 additions and 390 deletions
|
|
@ -14,5 +14,8 @@ var DefaultConfig = Config{
|
|||
BackoffCount: 4,
|
||||
NodeTimeout: 120,
|
||||
},
|
||||
Host: HostConfig{
|
||||
ListenAddress: "0.0.0.0:56715",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue