Versions in this module Expand all Collapse all v0 v0.0.1 Feb 1, 2022 Changes in this version + type GetRocketResultsData struct + RocketsResult RocketsResult + type GetRocketResultsResponse struct + Data GetRocketResultsData + Errors []GraphQLError + type GraphQLError struct + Extensions GraphQLErrorExtensions + Locations []GraphQLErrorLocation + Message string + type GraphQLErrorExtensions struct + Code string + type GraphQLErrorLocation struct + Column int + Line int + type Result struct + TotalCount int + type Rocket struct + CostPerLaunch int + Country string + Name string + type RocketsResult struct + Data []Rocket + Result Result + type SpaceXClient interface + GetRocketResults func(ctx context.Context, limit int, header http.Header) (*http.Response, error) + func New(endpoint string, client *http.Client) SpaceXClient