repository

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package repository defines interfaces for data access.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Loader

type Loader interface {
	Load(ctx context.Context) (*openapi3.T, error)
}

Loader loads an OpenAPI specification.

type Proxy

type Proxy interface {
	Do(ctx context.Context, req *http.Request) (*http.Response, error)
}

Proxy sends HTTP requests to upstream services.

Directories

Path Synopsis
Package openapi implements OpenAPI specification loading.
Package openapi implements OpenAPI specification loading.
Package proxy implements HTTP request proxying.
Package proxy implements HTTP request proxying.

Jump to

Keyboard shortcuts

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