resttest

package
v0.0.0-...-4101898 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2024 License: Apache-2.0, BSD-3-Clause, MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Module(
	"test-server",
	fx.Provide(rest.NewServer),
	fx.Provide(newClientFactory),
	fx.Invoke(serverLC),
)

Functions

This section is empty.

Types

type ClientFactory

type ClientFactory func(userID uuid.UUID) (*oapi.ClientWithResponses, error)

ClientFactory creates an authenticated oapi.ClientWithResponses for a given user ID.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳