1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-17 15:38:46 +00:00
arikawa/internal/moreatomic
diamondburned 6ef093eb98 Gateway: Refactor, v8 user struct updates
This commit refactored several structures from package discord to be in
package gateway. Those structures are mostly presence ones, which per
official documentation has a lot more to do with the Gateway API than
the REST API or anything else.

This commit also renamed several global variables to have a more
consistent and obvious name.

As of v8, the user API has had a lot of minor and some major changes,
especially regarding its Ready event API. The most significant change is
the addition of the ReadySupplemental event as well as several changes
to the Ready field itself.

All of these changes above are breaking, and they have already broken
the state package. These breaking changes will be addressed in other
packages by the next commit.
2020-11-28 17:22:03 -08:00
..
bool.go *: Separate utils and internal (#129) 2020-07-29 16:58:33 -07:00
guildid_set.go *: Migrated Go Modules to v2 2020-10-28 15:39:59 -07:00
int.go Gateway: Refactor, v8 user struct updates 2020-11-28 17:22:03 -08:00
mutex.go httputil: Fixed unlock of unlocked mutex bug 2020-08-04 14:09:43 -07:00
snowflake.go *: Migrated Go Modules to v2 2020-10-28 15:39:59 -07:00
snowflake_set.go *: Migrated Go Modules to v2 2020-10-28 15:39:59 -07:00
string.go *: Separate utils and internal (#129) 2020-07-29 16:58:33 -07:00
time.go *: Separate utils and internal (#129) 2020-07-29 16:58:33 -07:00