modulepackage
0.0.0-20240731103420-06b6acc78db9
Repository: https://github.com/lidarx/interactsh.git
Documentation: pkg.go.dev
# README
interactsh
a simply client for interactsh service
# Functions
New creates a new client instance based on provided options.
No description provided by the author
# Variables
DefaultOptions is the default options for the interact client.
# Structs
Client is a client for communicating with interactsh server instance.
DeregisterRequest is a request for client deregistration to interactsh server.
Interaction is an interaction received to the server.
Options contains configuration options for interactsh client.
PollResponse is the response for a polling request.
RegisterRequest is a request for client registration to interactsh server.
# Type aliases
InteractionCallback is a callback function for a reported interaction.
No description provided by the author