Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ParseUrl is the url of the parser service ParseUrl = "http://127.0.0.1:2334/dataset/parser" // APIKeyHeader is API Key Header APIKeyHeader = "kanaries-api-key" )
View Source
const ( STRING = "string" NUMBER = "number" DATETIME = "datetime" BOOLEAN = "bool" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SetHTTPClient ¶
type ParseResponse ¶
Click to show internal directories.
Click to hide internal directories.