storage

package
v1.0.16-herb-centrifug... Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetLatestStreamPostitionRequest

type GetLatestStreamPostitionRequest struct {
	Namespace string
}

type GetLatestStreamPostitionResponse

type GetLatestStreamPostitionResponse struct {
	Namespace      string
	StreamPosition *centrifuge.StreamPosition
}

type ICentrifugeInputStorage

type ICentrifugeInputStorage interface {
	StoreStreamPostition(request *StoreStreamPostitionRequest) (*StoreStreamPostitionResponse, error)
	GetLatestStreamPostition(request *GetLatestStreamPostitionRequest) (*GetLatestStreamPostitionResponse, error)
}

ICentrifugeInputStorage ...

type StoreStreamPostitionRequest

type StoreStreamPostitionRequest struct {
	Namespace      string
	StreamPosition *centrifuge.StreamPosition
}

type StoreStreamPostitionResponse

type StoreStreamPostitionResponse struct {
}

Jump to

Keyboard shortcuts

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