Documentation
¶
Index ¶
- Variables
- type Client
- func (c *Client) CheckLaunchConflict(ctx context.Context, launchpadID string, ts time.Time) (bool, error)
- func (c *Client) GetLaunchPadById(ctx context.Context, launchpadID string) (LaunchPad, error)
- func (c *Client) GetUpcomingLaunchesLaunchPad(ctx context.Context, launchpadID string) ([]Launch, error)
- type HTTPClient
- type Launch
- type LaunchPad
- type LaunchesResponse
- type Option
- type SearchQuery
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CheckLaunchConflict ¶
func (*Client) GetLaunchPadById ¶
type Launch ¶
type LaunchesResponse ¶
type LaunchesResponse struct {
Launches []Launch `json:"docs"`
}
type Option ¶
type Option func(*Client)
func WithBaseURL ¶
func WithHTTPClient ¶
func WithHTTPClient(httpClient HTTPClient) Option
type SearchQuery ¶
Click to show internal directories.
Click to hide internal directories.