|
func New(w *http.ResponseWriter, r *http.Request, vhost string, vhosthome string, remoteip string) *Action {
|
|
func New(w *http.ResponseWriter, r *http.Request, vhost string, vhosthome string, remoteip string) *Action {
|
|
act := Action{w, r, vhost, vhosthome, remoteip, make(map[string]hRun)}
|
|
act := Action{w, r, vhost, vhosthome, remoteip, make(map[string]hRun)}
|