# Structs
GormApiClient is a struct that implements ApiClientInterface for GORM.
GormApiUser is a struct that implements ApiUserInterface for GORM.
GormApiUserToken is a struct that implements ApiUserTokenInterface for GORM.
MemoryApiClient is the simplest struct that implements ApiClientInterface.
MemoryApiUser is the simplest struct that implements ApiUserInterface.
MemoryApiUserToken is the simplest struct that implements ApiUserTokenInterface.