Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultHeaders = map[string]string{
"Connection": "keep-alive",
"Expires": "-1",
"Upgrade-Insecure-Requests": "1",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",
}
Functions ¶
This section is empty.
Types ¶
type MockReader ¶
type MockReader struct {
// contains filtered or unexported fields
}
type StooqDataReader ¶
type StooqDataReader struct {
// contains filtered or unexported fields
}
func NewStooqReader ¶
func NewStooqReader(initArgsMap map[string]interface{}) (*StooqDataReader, error)
Click to show internal directories.
Click to hide internal directories.