data

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: May 26, 2026 License: MIT Imports: 4 Imported by: 0

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
}

Jump to

Keyboard shortcuts

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