docker_e2e

package module
v0.0.0-...-4252154 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package docker_e2e provides end-to-end tests for the Docker integration.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client is a simple HTTP client for testing.

func NewClient

func NewClient(host, port string) (*Client, error)

NewClient creates a new Client.

func (*Client) Get

func (c *Client) Get(ctx context.Context, path string) ([]byte, error)

Get sends a GET request to the given path.

func (*Client) Post

func (c *Client) Post(ctx context.Context, path, key, value string) ([]byte, error)

Post sends a POST request to the given path with the given key and value.

Jump to

Keyboard shortcuts

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