aboutsummaryrefslogtreecommitdiff
path: root/source_file_provider.go
blob: bf48dc6ca398a20879f1b61f862a5562671e3779 (plain)
1
2
3
4
5
6
7
package blueprint

type SrcsFileProviderData struct {
	SrcPaths []string
}

var SrcsFileProviderKey = NewProvider[SrcsFileProviderData]()