Implemented project data source

This commit is contained in:
Julien Dessaux 2023-08-01 00:32:23 +02:00
parent 6642a66a1d
commit 269963bc8f
Signed by: adyxax
GPG key ID: F92E51B86E07177E
4 changed files with 93 additions and 0 deletions

View file

@ -78,6 +78,7 @@ func (p *Provider) DataSources(ctx context.Context) []func() datasource.DataSour
return []func() datasource.DataSource{
NewIdentitiesDataSource,
NewJobsDataSource,
NewProjectDataSource,
NewProjectsDataSource,
}
}