Versions in this module Expand all Collapse all v0 v0.0.1 Dec 21, 2023 Changes in this version + func NewLogger() starriver.Logger + func NewSharedDataStore(options ...DataSourceOption) starriver.SharedDataStore + type Codec interface + Marshal func(v interface{}) ([]byte, error) + Unmarshal func(data []byte, v interface{}) error + type DataSourceOption func(*defaultSharedDataStore) + func WithCodec(codec Codec) DataSourceOption