MCPcopy Create free account

hub / github.com/chop-dbhi/eda / types & classes

Types & classes26 in github.com/chop-dbhi/eda

InterfaceConn
Conn is a connection interface to the underlying event streams backend.
conn.go:63
FuncTypeConnectOption
func(o *ConnectOptions)
stan.go:277
StructConnectOptions
stan.go:267
InterfaceData
Data encapsulates a value with a known encoding scheme.
encode.go:149
StructEvent
Event is the top-level type that wraps the event data.
conn.go:11
StructEvent
please upgrade the proto package
internal/pb/event.pb.go:31
FuncTypeHandler
Handler is the event handler type for creating subscriptions.
conn.go:60
InterfaceLogger
Logger is a minimal interface required for internal logging. This is compatible with the stdlib log.Logger type.
stan.go:262
StructPatient
examples/aggregated-state/consumer/main.go:83
StructPatientLastVisitedEvent
examples/aggregated-state/producer-visit-events/main.go:16
StructPatientLastVisitedEvent
examples/aggregated-state/consumer/main.go:106
StructPatientTestRecordedEvent
examples/aggregated-state/producer-test-events/main.go:16
StructPatientTestRecordedEvent
examples/aggregated-state/consumer/main.go:100
StructStore
examples/aggregated-state/consumer/main.go:17
InterfaceSubscription
conn.go:74
StructSubscriptionOptions
conn.go:82
StructTest
examples/aggregated-state/consumer/main.go:93
StructbytesEncoder
encode.go:81
Structdecodable
decodable wraps the encoding and raw bytes.
encode.go:161
Interfaceencoder
Encoder is an interface for encoding and decoding native types into event data.
encode.go:26
StructjsonEncoder
encode.go:119
StructnilEncoder
encode.go:67
StructprotoEncoder
encode.go:129
StructstanConn
stanConn is an implementation of Conn.
stan.go:47
StructstanSubscription
stan.go:30
StructstringEncoder
encode.go:100