Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBadUpgrade = errors.New("matt::chasm::source: bad upgrade") ErrBadRead = errors.New("matt::chasm::source: bad read") )
Functions ¶
This section is empty.
Types ¶
type CandleProto ¶ added in v0.14.1
type CandleProto interface {
Proto
SinkDecoder[core.CandleEvent]
}
type DecodeKeyFunc ¶
TODO: we should be returning an error
type KeyGetter ¶
func NewKeyGetter ¶
func NewKeyGetter(online, offline, all DecodeKeyFunc, req http.Request) KeyGetter
type MultiDecoder ¶ added in v0.14.1
type SingleDecoder ¶ added in v0.14.1
type SinkDecoder ¶ added in v0.14.1
type Source ¶
type SymbolProto ¶ added in v0.14.1
type SymbolProto interface {
Proto
MultiDecoder[core.SymbolEvent]
}
type TradeProto ¶ added in v0.14.1
type TradeProto interface {
Proto
MultiDecoder[core.TradeEvent]
}
Click to show internal directories.
Click to hide internal directories.