Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToUrlWithPort ¶ added in v1.2.16
func Decodebig5 ¶ added in v1.0.0
Decodebig5 converts BIG5 to UTF-8
func Encodebig5 ¶ added in v1.0.0
Encodebig5 converts UTF-8 to BIG5
Types ¶
type Match ¶
type Match struct { AppName string `json:"app_name"` Matches [][]string `json:"matches"` Version string `json:"version"` // contains filtered or unexported fields }
Match type encapsulates the app information from a match on a document
type StringArray ¶
type StringArray []string
StringArray type is a wrapper for []string for use in unmarshalling the technologies.json
func (*StringArray) UnmarshalJSON ¶
func (t *StringArray) UnmarshalJSON(data []byte) error
UnmarshalJSON is a custom unmarshaler for handling bogus technologies.json types from wappalyzer
type Technology ¶
type Technology struct {
// contains filtered or unexported fields
}
func NewTechnology ¶ added in v0.2.14
func NewTechnology() *Technology
func (*Technology) Technology ¶
Click to show internal directories.
Click to hide internal directories.