llmmock

package
v2.33.3 Latest Latest
Warning

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

Go to latest
Published: May 13, 2026 License: AGPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Address             string
	Logger              slog.Logger
	ArtificialLatency   time.Duration
	ResponsePayloadSize int

	PprofEnable  bool
	PprofAddress string

	TraceEnable bool
}

type Server

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

Server wraps the LLM mock server and provides an HTTP API to retrieve requests.

func (*Server) APIAddress

func (s *Server) APIAddress() string

func (*Server) Start

func (s *Server) Start(ctx context.Context, cfg Config) error

func (*Server) Stop

func (s *Server) Stop() error

Jump to

Keyboard shortcuts

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