Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
OrbQuery(configPath string, ownerId string) (*api.ConfigResponse, error)
}
type QueryResponse ¶
type QueryResponse struct { OrbConfig struct { api.ConfigResponse } }
ConfigResponse is a structure that matches the result of the GQL query, so that we can use mapstructure to convert from nested maps to a strongly typed struct.
Click to show internal directories.
Click to hide internal directories.