Versions in this module Expand all Collapse all v0 v0.7.1 Jul 25, 2023 v0.7.0 Jul 20, 2023 Changes in this version + var ClientRegistry = &ClientFactory + var ParseRegistry []model.Parser + type ClientFactory struct + func (c *ClientFactory) Add(provider string, newClient model.Client) error + func (c *ClientFactory) Get(provider string) (model.Client, error)