Skip to content

Commit

Permalink
[Bot] Add automatically generated go documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel authored and github-actions[bot] committed Dec 9, 2024
1 parent fa0116d commit 4107309
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s-test-runner/k8s_client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ func retryK8sCall(operation k8sOperation, retryPolicy wait.Backoff) error {
return nil
}

// IDoNothing is a placeholder function that performs no operations.
// It can be used as a stub in testing or as a default implementation.
func IDoNothing() {
//I really do nothing
}
Expand Down
2 changes: 2 additions & 0 deletions seth/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import (
"github.com/pkg/errors"
)

// MyAmazingNewFunction returns a predefined string value.
// It can be used as a placeholder or for testing purposes in various contexts.
func MyAmazingNewFunction() string {
return "bla bla bla"
}
Expand Down

0 comments on commit 4107309

Please sign in to comment.