The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/build/wire
Andreas Christou 24c9aad5bb
Bump grafana-azure-sdk-go and related dependencies (#91124)
10 months ago
..
_tutorial Chore: Vendor wire into pkg/build (#84637) 1 year ago
cmd/wire Chore: Vendor wire into pkg/build (#84637) 1 year ago
docs Chore: Vendor wire into pkg/build (#84637) 1 year ago
internal Chore: Vendor wire into pkg/build (#84637) 1 year ago
AUTHORS Chore: Vendor wire into pkg/build (#84637) 1 year ago
CODE_OF_CONDUCT.md Chore: Vendor wire into pkg/build (#84637) 1 year ago
CONTRIBUTING.md Chore: Vendor wire into pkg/build (#84637) 1 year ago
CONTRIBUTORS Chore: Vendor wire into pkg/build (#84637) 1 year ago
LICENSE Chore: Vendor wire into pkg/build (#84637) 1 year ago
README.md Chore: Vendor wire into pkg/build (#84637) 1 year ago
go.mod Bump grafana-azure-sdk-go and related dependencies (#91124) 10 months ago
go.sum Bump grafana-azure-sdk-go and related dependencies (#91124) 10 months ago
wire.go Chore: Vendor wire into pkg/build (#84637) 1 year ago

README.md

Wire: Automated Initialization in Go

Build Status godoc Coverage

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/google/wire/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.