github.com/gmemcc/yaegi@v0.12.1-0.20221128122509-aa99124c5d16/stdlib/go1_17_net_http_cgi.go (about)

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