package authservice type authserviceOpts struct{} type Option func(opts *authserviceOpts)