This commit is contained in:
2023-10-22 00:52:33 -04:00
parent 5d5621266f
commit 50eeba7961
16 changed files with 489 additions and 256 deletions

View File

@@ -17,7 +17,7 @@ import (
// Ensure provider defined types fully satisfy framework interfaces.
var _ datasource.DataSource = &ExampleDataSource{}
func NewExampleDataSource() datasource.DataSource {
func NewVirtfusionDataSource() datasource.DataSource {
return &ExampleDataSource{}
}