aicra/api/adapter.go

7 lines
129 B
Go
Raw Normal View History

2021-04-18 14:49:24 +00:00
package api
import "net/http"
// Adapter to encapsulate incoming requests
type Adapter func(http.HandlerFunc) http.HandlerFunc