github.com/HaHadaxigua/yaegi@v1.0.1/stdlib/go1_17_net_http_fcgi.go (about)

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