Skip to content

Commit

Permalink
feat(PDNS): update custom resolver profile and views (#202)
Browse files Browse the repository at this point in the history
* feat(PDNS): update custom resolver profile and views

* modify unit tests

* add integration test

* syncing with latest sdk generator

Signed-off-by: Arjun Chauhan <[email protected]>

* fix build issue

Signed-off-by: Arjun Chauhan <[email protected]>

* add more integration test cases.

Signed-off-by: Arjun Chauhan <[email protected]>

* add more checks

* fix go depenedency

Signed-off-by: Arjun Chauhan <[email protected]>

* skipping dns tests

Signed-off-by: Arjun Chauhan <[email protected]>

* increase timeout for go lint

Signed-off-by: Arjun Chauhan <[email protected]>

* fix build issues

Signed-off-by: Arjun Chauhan <[email protected]>

* enabling test cases

Signed-off-by: Arjun Chauhan <[email protected]>

* fix go mod issues

Signed-off-by: Arjun Chauhan <[email protected]>

* skipping test cases

Signed-off-by: Arjun Chauhan <[email protected]>

* gofmt formatting

Signed-off-by: Arjun Chauhan <[email protected]>

---------

Signed-off-by: Arjun Chauhan <[email protected]>
  • Loading branch information
arjunchauhanibm authored Jan 10, 2025
1 parent 7712cd0 commit b6d6cd0
Show file tree
Hide file tree
Showing 5 changed files with 3,067 additions and 692 deletions.
7 changes: 7 additions & 0 deletions common/headers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ package common
import (
"fmt"
"runtime"

"github.com/IBM/go-sdk-core/v5/core"
)

const (
Expand Down Expand Up @@ -80,3 +82,8 @@ var systemInfo = fmt.Sprintf("(lang=go; arch=%s; os=%s; go.version=%s)", runtime
func GetSystemInfo() string {
return systemInfo
}

func GetComponentInfo() *core.ProblemComponent {
// This should match the module name in go.mod.
return core.NewProblemComponent("github.com/IBM/networking-go-sdk", Version)
}
Loading

0 comments on commit b6d6cd0

Please sign in to comment.