func()

in internal/provider/provider.go [175:179]


func (p *devlakeProvider) DataSources(_ context.Context) []func() datasource.DataSource {
	return []func() datasource.DataSource{
		NewApiKeysDataSource,
	}
}