Versions in this module Expand all Collapse all v0 v0.2.0 Mar 28, 2024 v0.1.0 Mar 27, 2024 Changes in this version + type Client struct + func NewClient(c Connection) (*Client, error) + func (cli *Client) Run() (common.Result, error) + type Connection struct + Port string + Url string + type CustomAnalyzer struct + Connection Connection + Name string