Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiSpecGetter ¶
type AsyncApiSpecGetter ¶
type AsyncApiSpecGetter interface {
Find(kind, id string) (*storage.AsyncApiSpec, error)
}
type Config ¶
type Config struct { Address string `envconfig:"default=minio.kyma.local"` Port int `envconfig:"default=443"` AccessKey string SecretKey string Bucket string `envconfig:"default=content"` Secure bool `envconfig:"default=true"` ExternalAddress string `envconfig:"optional"` AssetsFolder string `envconfig:"default=assets"` VerifySSL bool `envconfig:"default=true"` }
type Container ¶
type Container struct { Resolver *Resolver ApiSpecGetter ApiSpecGetter AsyncApiSpecGetter AsyncApiSpecGetter ContentGetter ContentGetter }
type ContentGetter ¶
Source Files
¶
- apispec_service.go
- asyncapispec_service.go
- content.go
- content_converter.go
- content_resolver.go
- content_service.go
- interfaces.go
- topics_converter.go
- topics_resolver.go
Click to show internal directories.
Click to hide internal directories.