Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + type CFAPI struct + func NewCFAPI() *CFAPI + func (a *CFAPI) Close() + func (a *CFAPI) ReceivedRequests() map[string][]*http.Request + func (a *CFAPI) SetConfiguration(config CFAPIConfig) + func (a *CFAPI) URL() string + type CFAPIConfig struct + Routes map[string]Response + type Response struct + Body interface{} + Code int