Components for jo/go-micro
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
René Jochum 61b1da7807
Forgot to add test
2 years ago
.gitignore Rework components 2 years ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago
component.go Remove WrapHandler from components 2 years ago
flags.go Rework components 2 years ago
go.mod Fix sorting 2 years ago
go.sum Revert fix sorting, add tests for that 2 years ago
registry.go Revert fix sorting, add tests for that 2 years ago
registry_test.go Forgot to add test 2 years ago

README.md

components

This package contains a Registry for Components "Components" and an interface to define a component.

Authors

License

Its dual licensed:

  • Apache-2.0
  • GPL-2.0-or-later