Versions in this module Expand all Collapse all v0 v0.1.0 Jul 2, 2019 Changes in this version + func NewClient(typ types.ClientType, cfg *config.ConfigData) (types.ClientInterface, error) + func NewClientAPI(typ types.ClientType, cfg *config.ConfigData) (types.ClientInterface, error) + func NewClientFromFile(typ types.ClientType, path string) (types.ClientInterface, error) + type Client struct