fake

package
v0.0.0-...-c87253e Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const HeaderAPIKey = "X-API-Key"

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeHandlers

type FakeHandlers struct {
	CreateRun http.HandlerFunc

	PostFileUpload http.HandlerFunc

	PatchFileInfo http.HandlerFunc

	Predict http.HandlerFunc

	PutS3File http.HandlerFunc

	NotFound http.HandlerFunc
}

type FakeServer

type FakeServer struct {
	Handlers *FakeHandlers

	Env map[string]string

	Runs  map[string]client.CIRunRequest
	Files [][]byte

	Predicts []client.PredictRequest
	// contains filtered or unexported fields
}

func NewServer

func NewServer(t *testing.T, l *slog.Logger, ci client.CIProviderName) *FakeServer

func (*FakeServer) Close

func (s *FakeServer) Close()

func (*FakeServer) ExtractTar

func (s *FakeServer) ExtractTar(i int) (map[string][]byte, error)

Jump to

Keyboard shortcuts

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