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