Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
BasePath string
}
Store implements ports.StateStore using the local filesystem. It stores sessions as JSON files in a configured directory.
func New ¶
New creates a new Store with the given base path. If basePath is empty, it defaults to ".trellis/sessions".
Click to show internal directories.
Click to hide internal directories.