Updates
This commit is contained in:
@@ -120,9 +120,7 @@ func (p *ScaffoldingProvider) Resources(ctx context.Context) []func() resource.R
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (p *ScaffoldingProvider) DataSources(ctx context.Context) []func() datasource.DataSource {
|
func (p *ScaffoldingProvider) DataSources(ctx context.Context) []func() datasource.DataSource {
|
||||||
return []func() datasource.DataSource{
|
return []func() datasource.DataSource{}
|
||||||
NewVirtfusionDataSource,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type CustomTransport struct {
|
type CustomTransport struct {
|
||||||
|
|||||||
2
main.go
2
main.go
@@ -26,7 +26,7 @@ import (
|
|||||||
var (
|
var (
|
||||||
// these will be set by the goreleaser configuration
|
// these will be set by the goreleaser configuration
|
||||||
// to appropriate values for the compiled binary.
|
// to appropriate values for the compiled binary.
|
||||||
version string = "dev"
|
version string = "0.0.2-dev"
|
||||||
|
|
||||||
// goreleaser can pass other information to the main package, such as the specific commit
|
// goreleaser can pass other information to the main package, such as the specific commit
|
||||||
// https://goreleaser.com/cookbooks/using-main.version/
|
// https://goreleaser.com/cookbooks/using-main.version/
|
||||||
|
|||||||
Reference in New Issue
Block a user