Closed rolandshoemaker closed 8 years ago
Remove the special method client.AddChainWithContext and make the following methods take a x/net/context.Context as their first parameter:
client.AddChainWithContext
x/net/context.Context
GetSTH
AddPreChain
AddChain
AddJSON
Fixes #1326.
LGTM; Paul, are you OK with the API change?
Remove the special method
client.AddChainWithContext
and make the following methods take ax/net/context.Context
as their first parameter:GetSTH
AddPreChain
AddChain
AddJSON
Fixes #1326.