bnclabs / gostore

Storage algorithms.
MIT License
35 stars 4 forks source link

Lib: Localise FailsafeRequest and FailsafePost methods to gen-server. #32

Open prataprc opened 7 years ago

prataprc commented 7 years ago

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{}.

prataprc commented 7 years ago

ResponseError can also be localized to gen-server routine.