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 { }
Click to show internal directories.
Click to hide internal directories.