Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Log log.Config Service service.Config Signer service.SignerConfig Listen certManager.Config `envconfig:"LISTEN"` JwksURL string `envconfig:"JWKS_URL" required:"True"` }
type RefImpl ¶
type RefImpl struct {
// contains filtered or unexported fields
}
func InitWithAuth ¶
func InitWithAuth(config Config, auth kitNetGrpc.AuthInterceptors) (*RefImpl, error)
func NewRefImplFromConfig ¶
func NewRefImplFromConfig(config Config, auth kitNetGrpc.AuthInterceptors) (*RefImpl, error)
NewRequestHandlerFromConfig creates RegisterGrpcGatewayServer with all dependencies.
Click to show internal directories.
Click to hide internal directories.