Versions in this module Expand all Collapse all v0 v0.9.1 Mar 4, 2023 Changes in this version + const ErrRequireConfigParameters + func NewCoinbaseClient(url, protocol, origin string) (*client, error) + type Response struct + BestAsk float64 + BestBid float64 + Message string + ProductID string + Reason string + Type ResponseType + func ParseResponse(message []byte) (response *Response, err error) + type ResponseType int + const Error + const Heartbeat + const Level2 + const Subscriptions + const Ticker + const Unsubscribe + func (r *ResponseType) UnmarshalJSON(v []byte) error + func (r ResponseType) String() string + type Subscribe struct + Channels []string + ProductIDs []string + Type string v0.9.0 Mar 3, 2023