Skip to content

Commit c897cf3

Browse files
committed
Refactoring and cleanup of new resources and data sources (ansible#3)
1 parent ff14d50 commit c897cf3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

internal/provider/job_template_data_source.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ type JobTemplateDataSourceModel struct {
4141

4242
// JobTemplateDataSource is the data source implementation.
4343
type JobTemplateDataSource struct {
44+
<<<<<<< HEAD
4445
client ProviderHTTPClient
46+
=======
47+
client *AAPClient
48+
>>>>>>> 450c8ab (Refactoring and cleanup of new resources and data sources (#3))
4549
}
4650

4751
// Ensure the implementation satisfies the expected interfaces.

internal/provider/workflow_job_template_data_source.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ type WorkflowJobTemplateAPIModel struct {
4141

4242
// WorkflowJobTemplateDataSource is the data source implementation.
4343
type WorkflowJobTemplateDataSource struct {
44+
<<<<<<< HEAD
4445
client ProviderHTTPClient
46+
=======
47+
client *AAPClient
48+
>>>>>>> 450c8ab (Refactoring and cleanup of new resources and data sources (#3))
4549
}
4650

4751
// Ensure the implementation satisfies the expected interfaces.

0 commit comments

Comments
 (0)