package models type OpenDirectorySearchParams struct { URL string Filename string Extension string Exclude string Size int From int } type OpenDirectorySearchResponse map[string]interface{}