Versions in this module Expand all Collapse all v1 v1.0.2 Mar 20, 2024 v1.0.1 Mar 15, 2024 v1.0.0 Mar 14, 2024 Changes in this version + type IParser interface + ParseJson func(response stls.TestSSLResponse) (models.TestSSLResult, error) + type Parser struct + func NewParser() *Parser + func (p *Parser) ParseJson(response stls.TestSSLResponse) (models.TestSSLResult, error)