port

package
v0.0.0-...-265bd27 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Increase

type Increase interface {
	Handle(context.Context, *IncreaseInputData) *IncreaseOutputData
}

Increase ...

type IncreaseInputData

type IncreaseInputData struct{}

IncreaseInputData ...

type IncreaseOutputData

type IncreaseOutputData struct {
	Error error
}

IncreaseOutputData ...

type Now

type Now interface {
	Handle(context.Context, *NowInputData) *NowOutputData
}

Now ...

type NowInputData

type NowInputData struct{}

NowInputData ...

type NowOutputData

type NowOutputData struct {
	CurrentHand *aggregate.Hand
	Error       error
}

NowOutputData ...

type Sync

type Sync interface {
	Handle(context.Context, *SyncInputData) *SyncOutputData
}

Sync ...

type SyncInputData

type SyncInputData struct {
	Second int
}

SyncInputData ...

type SyncOutputData

type SyncOutputData struct {
	Error error
}

SyncOutputData ...

Jump to

Keyboard shortcuts

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