We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66131e commit f6afd29Copy full SHA for f6afd29
lib/auth/join/join.go
@@ -263,7 +263,7 @@ type RegisterResult struct {
263
//
264
// Deprecated: this function is superceded by lib/join/joinclient.Join
265
266
-// TODO(nklaassen): DELETE IN 19.0.0
+// TODO(nklaassen): DELETE IN 20
267
func Register(ctx context.Context, params RegisterParams) (result *RegisterResult, err error) {
268
ctx, span := tracer.Start(ctx, "Register")
269
defer func() { tracing.EndSpan(span, err) }()
0 commit comments