We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2bfa9f + e83fe65 commit 252e47fCopy full SHA for 252e47f
pkg/sdkserver/server.go
@@ -32,6 +32,8 @@ type Options struct {
32
33
// Run will start the server and block until the server is shut down.
34
func Run(ctx context.Context, opts Options) error {
35
+ opts = complete(opts)
36
+
37
listener, err := newListener(opts)
38
if err != nil {
39
return err
0 commit comments