Abstract http into rpc package

New RpcConfig object to pass growing config
This commit is contained in:
Taylor Gerring
2015-03-29 21:26:47 +02:00
parent 24fc1f073d
commit 04a7c4ae1e
4 changed files with 36 additions and 15 deletions

View File

@ -21,6 +21,12 @@ import (
"fmt"
)
type RpcConfig struct {
ListenAddress string
ListenPort uint
CorsDomain string
}
type InvalidTypeError struct {
method string
msg string