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 6, 2024
1 parent d1a61fa commit 1c265bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 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,9 @@ 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
// where no action is required.
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 1c265bd

Please sign in to comment.