auth

Paddy 2014-10-15 Parent:d78418fb9f56 Child:e45bfa2abc00

50:b620d32d9903 Go to Latest

auth/profile_test.go

Create the Context type and its helpers. Create a Context type that ties together all our Stores and other configuration-specific items. Create helper functions for the Context, to throw errors when something is used without first being set, as all possible Context values _can_ be nil. Basically, it's better to throw an error than panic.

History