1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-12-10 23:45:42 +00:00
arikawa/internal/moreatomic
diamondburned c6679dc52c State: Separate Store into smaller interfaces, Cabinet API
This commit refactors the Store interface in State into smaller
interfaces in package store. These interfaces are combined into one
structure called a "Cabinet". The default implementation of those
interfaces have been rewritten in package defaultstore, while the old
no-op implementation stays with the store package.

This commit also omitted several state handlers for user events, as it
is unclear what they are actually structured like.
2020-11-29 16:57:58 -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
syncmap.go State: Separate Store into smaller interfaces, Cabinet API 2020-11-29 16:57:58 -08:00
time.go *: Separate utils and internal (#129) 2020-07-29 16:58:33 -07:00