Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func New ¶
func New(data json.RawMessage, filtered map[string]json.RawMessage) *Response
New creates a new Response instance with the provided data and filtered map. It takes data of type json.RawMessage and filtered of type map[string]json.RawMessage. It returns a pointer to a Response struct.
func (*Response) Body ¶
func (r *Response) Body() json.RawMessage
Body returns the body of the Response as a json.RawMessage.
Click to show internal directories.
Click to hide internal directories.