...

Package live

import "github.com/letsencrypt/boulder/ocsp/responder/live"
Overview
Index

Overview ▾

type Source

type Source struct {
    // contains filtered or unexported fields
}

func New

func New(ra ocspGenerator, maxInflight int64, maxWaiters int) *Source

func (*Source) Response

func (s *Source) Response(ctx context.Context, req *ocsp.Request) (*responder.Response, error)