mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-10-31 20:14:21 +00:00
331ec59dec
This commit gets rid of contain-it-all structs and instead opt for interface union types containing underlying concrete types with no overloading. The code is much more verbose by doing this, but the API is much nicer to use. The only disadvantage in that regard is the interface assertion being too verbose and risky for users at times. |
||
---|---|---|
.. | ||
httpdriver | ||
client.go | ||
driverwrap.go | ||
errors.go | ||
options.go | ||
schema.go |