Skip to content

Instantly share code, notes, and snippets.

Created July 13, 2017 06:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
implicit val logHandler: FSHandler[Log.Op, Task] = (new PrintlnLogger).andThen(idToTask)
implicit val gh: GitHubClient.Handler[Task] = new InHouseGHClient(clientId, clientSecret)
implicit val xa: Transactor[Task] = ... // Doobie Transactor
implicit val db: LoginDatabase.Handler[Task] = new LoginDoobieHandler(xa)
implicit val jwtService: FSHandler[JwtService.Op, Task] = ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment