recording

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckRecording

func CheckRecording(url string) (bool, error)

Checks for an active recording session url [string] url of website being recorded returns the recording status

func StartRecording

func StartRecording(url string) (bool, error)

Starts a new AppMap recording url [string] url of website being recorded Returns true if recording has started, false otherwise

func StopRecording

func StopRecording(url string) (bool, error)

Stops an active Appmap recording session url [string] url of website being recorded Returns true if recording has stopped, false otherwise

Types

type HTTPClient

type HTTPClient interface {
	Do(req *http.Request) (*http.Response, error)
}
var (
	Client HTTPClient
)

Jump to

Keyboard shortcuts

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