From e2c2d400414324902c871edf01a257dc802817ea Mon Sep 17 00:00:00 2001 From: Ross Light Date: Fri, 30 Mar 2018 22:31:09 -0700 Subject: [PATCH] gcp: set up goose providers Obsoletes the demos/goose directory by applying it to the rest of the tree. Reviewed-by: Tuo Shan --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b5432ac..5f22604 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,8 @@ the injector will pass the provider the zero value as the `foo` argument. - Support for map bindings. - Support for multiple provider outputs. +- Support for field binding: declare a struct as a provider and have it be + filled in by the corresponding bindings from the graph. - Currently, all dependency satisfaction is done using identity. I'd like to use a limited form of assignability for interface types, but I'm unsure how well this implicit satisfaction will work in practice.