1package blueprint
2
3type SrcsFileProviderData struct {
4	SrcPaths []string
5}
6
7var SrcsFileProviderKey = NewProvider[SrcsFileProviderData]()
8