Skip to content

Instantly share code, notes, and snippets.

@bastianccm
Created February 26, 2020 13:10
Show Gist options
  • Save bastianccm/db57f41d8a301b7fb95af31f2796b46a to your computer and use it in GitHub Desktop.
Save bastianccm/db57f41d8a301b7fb95af31f2796b46a to your computer and use it in GitHub Desktop.
package polls
// ...
func (*Module) Configure(injector *dingo.Injector) {
// ...
injector.BindMulti(new(db.Model)).To(Question{})
injector.BindMulti(new(db.Model)).To(Choice{})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment