Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetLatestStreamPostitionRequest ¶
type GetLatestStreamPostitionRequest struct{}
type GetLatestStreamPostitionResponse ¶
type GetLatestStreamPostitionResponse struct {
StreamPosition *centrifuge.StreamPosition
}
type ICentrifugeInputStorage ¶
type ICentrifugeInputStorage interface { StoreStreamPostition(request *StoreStreamPostitionRequest) (*StoreStreamPostitionResponse, error) GetLatestStreamPostition(request *GetLatestStreamPostitionRequest) (*GetLatestStreamPostitionResponse, error) }
ICentrifugeInputStorage ...
type StoreStreamPostitionRequest ¶
type StoreStreamPostitionRequest struct {
StreamPosition *centrifuge.StreamPosition
}
type StoreStreamPostitionResponse ¶
type StoreStreamPostitionResponse struct{}
Click to show internal directories.
Click to hide internal directories.