sessionfs

package
v0.0.0-...-f97c3c1 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package sessionfs provides a lightweight file-backed implementation of adk's session.Service. It keeps an in-memory map and snapshots it to disk after each mutation. Concurrency is guarded with an in-process mutex only; cross-process synchronization is not provided.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Service

func Service(dir string) (session.Service, error)

Service returns a file-backed session service rooted at dir.

Types

This section is empty.

Jump to

Keyboard shortcuts

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