Documentation
¶
Overview ¶
TODO: consider: https://github.com/Khan/genqlient (need to look into testing w/ it, but looks nice for a lot of queries) TODO: websocket or longpoll gql subscription - there isnt a phoenix socket impl for golang I could find, so we'll probably have to longpoll
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Deployment ¶
func DeployPackage ¶
func DeployPackage(client *graphql.Client, orgID string, name string) (*Deployment, error)
func GetDeployment ¶
func GetDeployment(client *graphql.Client, orgID string, id string) (*Deployment, error)
Click to show internal directories.
Click to hide internal directories.