serialisable

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ViewSnapshot

type ViewSnapshot struct {
	ID       int64 `storm:"id,increment"`
	BackLink int64 `storm:"index"`
	ForeLink int64 `storm:"index"`
	Time     time.Time
	Details  ViewSnapshotDetails
}

type ViewSnapshotDetails

type ViewSnapshotDetails struct {
	TableName         string
	Query             []byte
	QueryHash         uint64
	Filter            string
	ExclusiveStartKey []byte
}

func (ViewSnapshotDetails) Equals

func (d ViewSnapshotDetails) Equals(other ViewSnapshotDetails, compareHashesOnly bool) bool

Jump to

Keyboard shortcuts

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