Versions in this module Expand all Collapse all v0 v0.1.0 Jan 23, 2024 Changes in this version + type Client struct + func NewClient(c config.NATS, options ...IndicatorsOption) (Client, error) + func (ids Client) Close(ctx context.Context) + func (ids Client) SMA(ctx context.Context, payload client.SMAPayload) (*timeserie.TimeSerie[float64], error) + func (ids Client) ServiceInfo(ctx context.Context) (clientPkg.ServiceInfo, error) + type IndicatorsOption func(i *Client) + func WithIndicatorsLogger(logger extensions.Logger) IndicatorsOption Other modules containing this package github.com/lerenn/cryptellation github.com/lerenn/cryptellation/v2