Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chop-dbhi/eda
/ types & classes
Types & classes
26 in github.com/chop-dbhi/eda
⨍
Functions
82
◇
Types & classes
26
Interface
Conn
Conn is a connection interface to the underlying event streams backend.
conn.go:63
FuncType
ConnectOption
func(o *ConnectOptions)
stan.go:277
Struct
ConnectOptions
stan.go:267
Interface
Data
Data encapsulates a value with a known encoding scheme.
encode.go:149
Struct
Event
Event is the top-level type that wraps the event data.
conn.go:11
Struct
Event
please upgrade the proto package
internal/pb/event.pb.go:31
FuncType
Handler
Handler is the event handler type for creating subscriptions.
conn.go:60
Interface
Logger
Logger is a minimal interface required for internal logging. This is compatible with the stdlib log.Logger type.
stan.go:262
Struct
Patient
examples/aggregated-state/consumer/main.go:83
Struct
PatientLastVisitedEvent
examples/aggregated-state/producer-visit-events/main.go:16
Struct
PatientLastVisitedEvent
examples/aggregated-state/consumer/main.go:106
Struct
PatientTestRecordedEvent
examples/aggregated-state/producer-test-events/main.go:16
Struct
PatientTestRecordedEvent
examples/aggregated-state/consumer/main.go:100
Struct
Store
examples/aggregated-state/consumer/main.go:17
Interface
Subscription
conn.go:74
Struct
SubscriptionOptions
conn.go:82
Struct
Test
examples/aggregated-state/consumer/main.go:93
Struct
bytesEncoder
encode.go:81
Struct
decodable
decodable wraps the encoding and raw bytes.
encode.go:161
Interface
encoder
Encoder is an interface for encoding and decoding native types into event data.
encode.go:26
Struct
jsonEncoder
encode.go:119
Struct
nilEncoder
encode.go:67
Struct
protoEncoder
encode.go:129
Struct
stanConn
stanConn is an implementation of Conn.
stan.go:47
Struct
stanSubscription
stan.go:30
Struct
stringEncoder
encode.go:100