sources

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package sources provides built-in SessionSourceAdapter implementations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RecordingsAdapter

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

RecordingsAdapter bridges existing recording adapters to the SessionSourceAdapter interface. It uses the adapters.Registry to enumerate and load recording files.

func NewRecordingsAdapter

func NewRecordingsAdapter(source string) *RecordingsAdapter

NewRecordingsAdapter creates a RecordingsAdapter that reads from the given source glob.

func (*RecordingsAdapter) Get

Get loads a single recording by ID and returns its full session detail.

func (*RecordingsAdapter) List

List enumerates recording files and returns a summary for each.

func (*RecordingsAdapter) Name

func (a *RecordingsAdapter) Name() string

Name returns "recordings".

Jump to

Keyboard shortcuts

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