This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 826aa39bbd [INLONG-10457][SDK] Fix auth spelling errors (#10458)
826aa39bbd is described below
commit 826aa39bbde90f4a954535b60e9d9b4267d9487e
Author: lvanneo <[email protected]>
AuthorDate: Wed Jun 19 15:08:47 2024 +0800
[INLONG-10457][SDK] Fix auth spelling errors (#10458)
Co-authored-by: neolinli <[email protected]>
---
.../dataproxy-sdk-golang/dataproxy/options_basic.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang/dataproxy/options_basic.go
b/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang/dataproxy/options_basic.go
index a22e48da44..5265a1a628 100755
---
a/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang/dataproxy/options_basic.go
+++
b/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang/dataproxy/options_basic.go
@@ -173,8 +173,8 @@ func WithMetricsRegistry(reg prometheus.Registerer) Option {
}
}
-// WithAtuh sets Atuh
-func WithAtuh(auth Auth) Option {
+// WithAuth sets Auth
+func WithAuth(auth Auth) Option {
return func(o *Options) {
if auth == nil {
return