Versions in this module Expand all Collapse all v1 v1.1.1 Jan 23, 2021 v1.1.0 Jul 6, 2020 Changes in this version + type Client struct + func NewClient(ctx context.Context) (*Client, error) + type PubSub struct + func New(cli *Client, ac model.ActionConfig) *PubSub + func (a *PubSub) List(_ context.Context) (model.ScheduleEvents, error) + func (a *PubSub) Register(_ context.Context, events ...model.ScheduleEvent) error + func (a *PubSub) Unregister(_ context.Context, events ...model.ScheduleEvent) error