Versions in this module Expand all Collapse all v1 v1.2.1 Nov 8, 2024 Changes in this version + type ReonomySource struct + AccessKey string + BaseURL string + FilterPII bool + PropertyDetailTypes []string + RetryCount int + SecretKey string + SummaryLimit int + SummaryQueries []map[string]interface{} + func NewReonomySource(accessKey string, secretKey string, queries []map[string]interface{}, ...) *ReonomySource + func (s *ReonomySource) GetData() (data []map[string]interface{}, err error) + func (s *ReonomySource) Initialize() error