Skip to content

Instantly share code, notes, and snippets.

@Ell
Created May 31, 2016 15:53
Show Gist options
  • Save Ell/01cb03115f51dc063539cf246581f73d to your computer and use it in GitHub Desktop.
Save Ell/01cb03115f51dc063539cf246581f73d to your computer and use it in GitHub Desktop.
router.Handle("/add", &ContextAdapter{
ctx: rootContext,
handler: withAPIKeyAuthentication(cfg.Server.APIKey, withDatabase(db, withMopidyClient(mclient, ContextHandlerFunc(addSongHandler)))),
}).Methods("POST")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment