-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
DefaultCapConfig
into multiple funcs (#15882)
* Refactors `DefaultCapConfig` into multiple funcs * Fixes lint * Expects a `config` on `FromCapabilitiesRegistryCapability` calls * Exposes `RegisteredCapabilityConfig` to consumers * Fixes lint * Exposes more needed types * Expects bytes config as part of the `RegisteredCapability` struct * Uses bytes cap config on `RegisterDons()` calls * Fixes test * Fixes CI * Fixes CI * Takes proto object instead of bytes on `FromCapabilitiesRegistryCapability` * Exposes `DONCapabilityWithConfig` * Fixes lint * Fixes lint * gomods tidy * Fixes CI * Fixes CI * gomods tidy * Updates typing * Fixes lint * Fixes lint * Refactors test util
- Loading branch information
1 parent
bed6e57
commit dc4c33f
Showing
13 changed files
with
169 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.