model

package
v0.0.0-...-860e413 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FailedEvent

type FailedEvent struct {
	Database       string
	ViewName       string
	FailedSequence uint64
	FailureCount   uint64
	ErrMsg         string
}

type GeneralSearchKey

type GeneralSearchKey int32
const (
	GeneralSearchKeyUnspecified GeneralSearchKey = iota
)

type GeneralSearchQuery

type GeneralSearchQuery struct {
	Key    GeneralSearchKey
	Method domain.SearchMethod
	Value  interface{}
}

type GeneralSearchRequest

type GeneralSearchRequest struct {
	Offset        uint64
	Limit         uint64
	SortingColumn GeneralSearchKey
	Asc           bool
	Queries       []*GeneralSearchQuery
}

type View

type View struct {
	Database                 string
	ViewName                 string
	CurrentSequence          uint64
	EventTimestamp           time.Time
	LastSuccessfulSpoolerRun time.Time
}

Jump to

Keyboard shortcuts

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