Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Mar 23, 2024
1 parent d4a83ba commit dde28c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/writing-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ HydrateConfig:plugin.HydrateConfig{
},
```
In this example the `Func` property names `getConfigRuleTags` and `getComplianceByConfigRules` as additional hydrate functions that fetch tags and compliance details for each config rule, respectively. The `Tags` property enables a rate limiter to [target these functions](https://steampipe.io/docs/guides/limiter#function-tags).
In this example the `Func` property names `getConfigRuleTags` and `getComplianceByConfigRules` as additional hydrate functions that fetch tags and compliance details for each config rule, respectively. The `Tags` property enables a rate limiter to [target these functions](https://steampipe.io/docs/guides/limiter#function-tags). (See also [function-tags](#function-tags) below.)
### Memoize: Caching hydrate results
Expand Down

0 comments on commit dde28c9

Please sign in to comment.