Versions in this module Expand all Collapse all v0 v0.5.0 Aug 12, 2020 Changes in this version + type Client struct + func New(options Options) Client + func (pc Client) IsActivity(ctx context.Context) (bool, error) + type Options struct + Address string + type Query interface + IsActivity func(ctx context.Context) (bool, error)