Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReceiveData ¶
type ReceiveData interface {
Execute(context.Context, protocol.DataMessage) error
}
type ReceiveDataUseCase ¶
type ReceiveDataUseCase struct {
// contains filtered or unexported fields
}
func NewReceiveDataUsecase ¶
func NewReceiveDataUsecase(registry Registry) *ReceiveDataUseCase
func (*ReceiveDataUseCase) Execute ¶
func (usecase *ReceiveDataUseCase) Execute(ctx context.Context, msg protocol.DataMessage) error
type Registry ¶
type Registry interface {
Get(string) *subscription.Subscription
}
Click to show internal directories.
Click to hide internal directories.