github.com/switchupcb/yaegi@v0.10.2/stdlib/go1_16_net_http_httptrace.go (about)

     1  // Code generated by 'yaegi extract net/http/httptrace'. DO NOT EDIT.
     2  
     3  // +build go1.16,!go1.17
     4  
     5  package stdlib
     6  
     7  import (
     8  	"net/http/httptrace"
     9  	"reflect"
    10  )
    11  
    12  func init() {
    13  	Symbols["net/http/httptrace/httptrace"] = map[string]reflect.Value{
    14  		// function, constant and variable definitions
    15  		"ContextClientTrace": reflect.ValueOf(httptrace.ContextClientTrace),
    16  		"WithClientTrace":    reflect.ValueOf(httptrace.WithClientTrace),
    17  
    18  		// type definitions
    19  		"ClientTrace":      reflect.ValueOf((*httptrace.ClientTrace)(nil)),
    20  		"DNSDoneInfo":      reflect.ValueOf((*httptrace.DNSDoneInfo)(nil)),
    21  		"DNSStartInfo":     reflect.ValueOf((*httptrace.DNSStartInfo)(nil)),
    22  		"GotConnInfo":      reflect.ValueOf((*httptrace.GotConnInfo)(nil)),
    23  		"WroteRequestInfo": reflect.ValueOf((*httptrace.WroteRequestInfo)(nil)),
    24  	}
    25  }