mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
Minor refactor and update README.md
This commit is contained in:
parent
2a6ffd16bb
commit
9f848113c7
3 changed files with 16 additions and 12 deletions
|
|
@ -638,6 +638,9 @@ func QueryProcessors(q *QueryParams) ([]byte, error) {
|
|||
func connectGofish(q *QueryParams) (*gofish.APIClient, error) {
|
||||
config := makeGofishConfig(q)
|
||||
c, err := gofish.Connect(config)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
c.Service.ProtocolFeaturesSupported = gofish.ProtocolFeaturesSupported{
|
||||
ExpandQuery: gofish.Expand{
|
||||
ExpandAll: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue