[confighttp] Use configoptional.Optional
for optional fields
#35675
Annotations
5 errors
Run tests
Process completed with exit code 2.
|
Run tests
cannot use &auth (value of type *configauth.Config) as configoptional.Optional[configauth.Config] value in struct literal
|
Run tests
invalid operation: cfg.Auth != nil (mismatched types configoptional.Optional[configauth.Config] and untyped nil)
|
Run tests
cannot use &auth (value of type *configauth.Config) as configoptional.Optional[configauth.Config] value in struct literal
|
Run tests
invalid operation: cfg.Auth != nil (mismatched types configoptional.Optional[configauth.Config] and untyped nil)
|
Loading