Skip to content

Commit

Permalink
How did that compile?? Was it a composite thing??
Browse files Browse the repository at this point in the history
  • Loading branch information
dehort committed Dec 14, 2023
1 parent ba35ed8 commit 7282bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/connectors/inventory/inventory.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func NewInventoryClientWithHttpRequestDoer(cfg *viper.Viper, doer HttpRequestDoe
},
}

fmt.Println("** inventory client.Server:", client.Server)
fmt.Println("** inventory client.Server:", client.ClientInterface.Server)

Check failure on line 105 in internal/api/connectors/inventory/inventory.go

View workflow job for this annotation

GitHub Actions / golang

client.ClientInterface.Server undefined (type ClientInterface has no field or method Server)

Check failure on line 105 in internal/api/connectors/inventory/inventory.go

View workflow job for this annotation

GitHub Actions / lint

client.ClientInterface.Server undefined (type ClientInterface has no field or method Server) (typecheck)

return &inventoryConnectorImpl{
client: client,
Expand Down

0 comments on commit 7282bc1

Please sign in to comment.