Commit Graph

3 Commits

Author SHA1 Message Date
ALX99
21f4b5f774 refactor: accept context as parameter of Vendor.Send
In golang, contexts should be propagated downwards in order to be able
to provide features such as cancellation.

This commit refactors the Vendor interface to accept a context as a
first parameter so that it can be propagated downwards.
2024-08-26 19:38:18 +09:00
Eugen Eisler
e01d355d1b feat: Base URL Setup for OpenAPI-Compatible and Proxy Providers. Adapt Grocq and Azure Setup for it. 2024-08-21 00:11:18 +02:00
Jonathan Dunn
7399d84446 initial 2024-08-16 15:43:27 -04:00