Skip to content

osousa/drato

 
 

Repository files navigation

Wire Drato: Automated Initialization in Go

Drato is a fork of Wire with a simple mod that allows for:

  1. fast config injections: (inject all fields of a struct using wire.FieldsOf(new(T), "*") google#204 google#387 google#32 google#286

  2. Generics support (somewhat): https://github.com/google/wire/issues?q=generics

  3. Why drato?


Wire is a code generation tool that automates connecting components using dependency injection. Dependencies between components are represented in Wire as function parameters, encouraging explicit initialization instead of global variables. Because Wire operates without runtime state or reflection, code written to be used with Wire is useful even for hand-written initialization.

For an overview, see the introductory blog post.

Installing

Install Wire by running:

go install github.com/osousa/drato/cmd/wire@latest

and ensuring that $GOPATH/bin is added to your $PATH.

Documentation

Project status

As of version v0.3.0, Wire is beta and is considered feature complete. It works well for the tasks it was designed to perform, and we prefer to keep it as simple as possible.

We'll not be accepting new features at this time, but will gladly accept bug reports and fixes.

Community

For questions, please use GitHub Discussions.

This project is covered by the Go Code of Conduct.

About

Google Wire modded

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.7%
  • Shell 4.3%