Skip to content

Commit d8f6f0e

Browse files
Tofelgithub-actions[bot]
authored andcommitted
[Bot] Add automatically generated go documentation
1 parent f62f3ba commit d8f6f0e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

k8s-test-runner/k8s_client/client.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ func retryK8sCall(operation k8sOperation, retryPolicy wait.Backoff) error {
8585
return nil
8686
}
8787

88+
// IDoNothing is a placeholder function that performs no operations.
89+
// It can be used as a stub in testing or as a default implementation.
8890
func IDoNothing() {
8991
//I really do nothing
9092
}

seth/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import (
1515
"github.com/pkg/errors"
1616
)
1717

18+
// MyAmazingNewFunction returns a predefined string value.
19+
// It can be used as a placeholder or for testing purposes in various contexts.
1820
func MyAmazingNewFunction() string {
1921
return "bla bla bla"
2022
}

0 commit comments

Comments
 (0)