func NewExampleDataSource()

in internal/provider/example_data_source.go [20:22]


func NewExampleDataSource() datasource.DataSource {
	return &ExampleDataSource{}
}