inspector

package
v1.2.8 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package inspector provides a way to inspect HTTP responses from the CloudZero API to diagnose issues.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Inspector

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

Inspector inspects HTTP responses.

func New

func New() *Inspector

New returns a new Inspector.

func (*Inspector) Inspect

func (i *Inspector) Inspect(ctx context.Context, resp *http.Response, logger zerolog.Logger) error

Inspect inspects an HTTP response and logs relevant information.

type ResponseInspectorFunc

type ResponseInspectorFunc func(ctx context.Context, resp *responseData, logger zerolog.Logger) (bool, error)

Jump to

Keyboard shortcuts

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