gostore
gostore copied to clipboard
Lib: Localise FailsafeRequest and FailsafePost methods to gen-server.
FailsafeRequest and FailsafePost can be localized as gen-server methods. That way we can be specific about the channel type instead of typing it as chan []interface{}
.
ResponseError can also be localized to gen-server routine.