package fwktest
import "go-hep.org/x/hep/fwk/internal/fwktest"
Index ¶
- type InputStream
- func (stream *InputStream) Connect(ports []fwk.Port) error
- func (stream *InputStream) Disconnect() error
- func (stream *InputStream) Read(ctx fwk.Context) error
- type MyInt
- type MyStruct
- type OutputStream
Types ¶
type InputStream ¶
func (*InputStream) Connect ¶
func (stream *InputStream) Connect(ports []fwk.Port) error
func (*InputStream) Disconnect ¶
func (stream *InputStream) Disconnect() error
func (*InputStream) Read ¶
func (stream *InputStream) Read(ctx fwk.Context) error
type MyInt ¶
type MyInt int
type MyStruct ¶
type MyStruct struct { I int }
type OutputStream ¶
func (*OutputStream) Connect ¶
func (out *OutputStream) Connect(ports []fwk.Port) error
func (*OutputStream) Disconnect ¶
func (out *OutputStream) Disconnect() error
func (*OutputStream) Write ¶
func (out *OutputStream) Write(ctx fwk.Context) error
Source Files ¶
inputstream.go outputstream.go reducer.go svc1.go task1.go task2.go task3.go task4.go
- Version
- v0.37.1 (latest)
- Published
- Jun 3, 2025
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 8 hours ago –
Tools for package owners.