Skip to content

Instantly share code, notes, and snippets.

@xerial
Created October 20, 2018 03:01
Show Gist options
  • Save xerial/a40d2ff164c1ad126c4ddb2f8e8349e7 to your computer and use it in GitHub Desktop.
Save xerial/a40d2ff164c1ad126c4ddb2f8e8349e7 to your computer and use it in GitHub Desktop.
import wvlet.airframe._
val d = newDesign
.bind[DB].toSingleton
.bind[FluentdLogger].toSingleton
d.build[A] { a => ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment