github.com/traefik/yaegi@v0.15.1/stdlib/go1_20_net_http_httptrace.go (about)

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