docs: reorder & testing
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
// registration time and by the user-surface middleware on every
|
||||
// authenticated request.
|
||||
//
|
||||
// The implementation shipped `LookupCountry`, `LanguageForIP` and
|
||||
// The implementation shipped `LookupCountry` and
|
||||
// `SetDeclaredCountryAtRegistration`. The implementation added the
|
||||
// `OnUserDeleted` cascade leg. The implementation layers `IncrementCounterAsync`
|
||||
// and `ListUserCounters` on top of the same Service plus the
|
||||
// background-goroutine machinery (cancellable context and WaitGroup)
|
||||
// needed to drain pending counter upserts on shutdown.
|
||||
// `OnUserDeleted` cascade leg. The implementation layers
|
||||
// `IncrementCounterAsync` and `ListUserCounters` on top of the same
|
||||
// Service plus the background-goroutine machinery (cancellable context
|
||||
// and WaitGroup) needed to drain pending counter upserts on shutdown.
|
||||
package geo
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user