SYMBOL INDEX (21 symbols across 2 files) FILE: autocertdelegate.go type Server (line 43) | type Server struct method ServeHTTP (line 110) | func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { method verifyChallengeURL (line 217) | func (s *Server) verifyChallengeURL(ctx context.Context, challengeURL,... function NewServer (line 50) | func NewServer(am *autocert.Manager) *Server { function validDelegateServerName (line 64) | func validDelegateServerName(n string) bool { function validChallengeAddr (line 88) | func validChallengeAddr(a string) bool { function badServerName (line 96) | func badServerName(w http.ResponseWriter) { function challengeAnswer (line 100) | func challengeAnswer(masterKey []byte, serverName string, t time.Time) s... type Client (line 261) | type Client struct method GetCertificate (line 288) | func (c *Client) GetCertificate(hello *tls.ClientHelloInfo) (*tls.Cert... method httpClient (line 293) | func (c *Client) httpClient() *http.Client { return http.DefaultC... method getCertTimeout (line 294) | func (c *Client) getCertTimeout() time.Duration { return 10 * time.Sec... function NewClient (line 268) | func NewClient(server string) *Client { type delegateCache (line 296) | type delegateCache struct method Get (line 298) | func (dc *delegateCache) Get(ctx context.Context, key string) ([]byte,... method Put (line 360) | func (c *delegateCache) Put(ctx context.Context, key string, data []by... method Delete (line 362) | func (c *delegateCache) Delete(ctx context.Context, key string) error ... type failTransport (line 364) | type failTransport struct method RoundTrip (line 366) | func (failTransport) RoundTrip(r *http.Request) (*http.Response, error) { FILE: autocertdelegate_test.go function TestValidChallengeAddr (line 9) | func TestValidChallengeAddr(t *testing.T) { function TestValidDelegateServerName (line 28) | func TestValidDelegateServerName(t *testing.T) {