gcp: set up goose providers

Obsoletes the demos/goose directory by applying it to the rest of the
tree.

Reviewed-by: Tuo Shan <shantuo@google.com>
This commit is contained in:
Ross Light
2018-03-30 22:31:09 -07:00
parent 89371e16bd
commit e2c2d40041

View File

@@ -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.