gostore icon indicating copy to clipboard operation
gostore copied to clipboard

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

Open prataprc opened this issue 7 years ago • 1 comments

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 avatar Jul 25 '17 05:07 prataprc

ResponseError can also be localized to gen-server routine.

prataprc avatar Jul 25 '17 05:07 prataprc