...

Source file src/edge-infra.dev/pkg/sds/emergencyaccess/authservice/option.go

Documentation: edge-infra.dev/pkg/sds/emergencyaccess/authservice

     1  package authservice
     2  
     3  type authserviceOpts struct{}
     4  
     5  type Option func(opts *authserviceOpts)
     6  

View as plain text