package
Version:
v0.0.0-...-8e1e73d
Opens a new window with list of versions in this module.
Published: Nov 20, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package modifier is the interface used to modify response
type RespModifier interface {
ModifyResp(resp []byte) ([]byte, error)
}
RespModifier defines methods for modifying response
Source Files
¶
Click to show internal directories.
Click to hide internal directories.