Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type ApiSpecGetter interface + Find func(kind, id string) (*storage.ApiSpec, error) + type AsyncApiSpecGetter interface + Find func(kind, id string) (*storage.AsyncApiSpec, error) + type Config struct + AccessKey string + Address string + AssetsFolder string + Bucket string + ExternalAddress string + Port int + SecretKey string + Secure bool + VerifySSL bool + type Container struct + ApiSpecGetter ApiSpecGetter + AsyncApiSpecGetter AsyncApiSpecGetter + ContentGetter ContentGetter + Resolver *Resolver + func New(cfg Config) (*Container, error) + type ContentGetter interface + Find func(kind, id string) (*storage.Content, error) + type Resolver struct + func (r *Resolver) WaitForCacheSync(stopCh <-chan struct{}) + func (r Resolver) ContentQuery(ctx context.Context, contentType, id string) (*gqlschema.JSON, error) + func (r Resolver) TopicsQuery(ctx context.Context, topics []gqlschema.InputTopic, internal *bool) ([]gqlschema.TopicEntry, error)