gateway

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2026 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SourceKong    = "kong"
	SourceDocker  = "docker"
	SourceMintMCP = "mintmcp"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IngestOptions

type IngestOptions struct {
	Source            string
	LogPath           string
	OutputPath        string
	ProducerVersion   string
	SigningPrivateKey ed25519.PrivateKey
}

type IngestResult

type IngestResult struct {
	Source          string `json:"source"`
	LogPath         string `json:"log_path"`
	ProofRecordsOut string `json:"proof_records_out"`
	InputEvents     int    `json:"input_events"`
	OutputRecords   int    `json:"output_records"`
}

func IngestLogs

func IngestLogs(opts IngestOptions) (IngestResult, error)

Jump to

Keyboard shortcuts

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