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

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