sessionstorage

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChromiumSessionStorage

type ChromiumSessionStorage []Session

func (*ChromiumSessionStorage) Extract

func (c *ChromiumSessionStorage) Extract(_ []byte) error

func (*ChromiumSessionStorage) Len

func (c *ChromiumSessionStorage) Len() int

func (*ChromiumSessionStorage) Name

func (c *ChromiumSessionStorage) Name() string

type FirefoxSessionStorage

type FirefoxSessionStorage []Session

func (*FirefoxSessionStorage) Extract

func (f *FirefoxSessionStorage) Extract(_ []byte) error

func (*FirefoxSessionStorage) Len

func (f *FirefoxSessionStorage) Len() int

func (*FirefoxSessionStorage) Name

func (f *FirefoxSessionStorage) Name() string

type Session

type Session struct {
	IsMeta bool
	URL    string
	Key    string
	Value  string
}

Jump to

Keyboard shortcuts

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