auth

Paddy 2014-10-15 Parent:73a9f7a6af54 Child:0f80a3e391b8

50:b620d32d9903 Go to Latest

auth/client.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