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 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)
Click to show internal directories.
Click to hide internal directories.