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 Package ¶
type Package struct {
ID string
Name string
NamePrefix string
ProjectID string
ManifestID string
TargetID string
ActiveDeployment Deployment
ParamsSchema jsonschema.Schema
}
func ConfigurePackage ¶ added in v0.4.8
func GetPackage ¶
func (*Package) GetMDMetadata ¶ added in v0.4.8
type ParamString ¶ added in v0.4.8
type ParamString string
this is how we get the graphql client to understand this is a JSON type
func (ParamString) GetGraphQLType ¶ added in v0.4.8
func (p ParamString) GetGraphQLType() string
Click to show internal directories.
Click to hide internal directories.