Select the types of activity you want to include in your feed.
1package data 2 3import "embed" 4 5var ( 6 //go:embed botPolicies.yaml botPolicies.json all:apps all:bots all:clients all:common all:crawlers all:meta 7 BotPolicies embed.FS 8)