fake

package
v0.0.0-...-1fe19bb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CFAPI

type CFAPI struct {
	// contains filtered or unexported fields
}

func NewCFAPI

func NewCFAPI() *CFAPI

func (*CFAPI) Close

func (a *CFAPI) Close()

func (*CFAPI) ReceivedRequests

func (a *CFAPI) ReceivedRequests() map[string][]*http.Request

func (*CFAPI) SetConfiguration

func (a *CFAPI) SetConfiguration(config CFAPIConfig)

func (*CFAPI) URL

func (a *CFAPI) URL() string

type CFAPIConfig

type CFAPIConfig struct {
	Routes map[string]Response
}

type Response

type Response struct {
	Code int
	Body interface{}
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL