Documentation ¶
Overview ¶
Package gateway defines gateway service
Index ¶
- func ResetSingleton()
- type Config
- type Service
- func New(ctx context.Context, config *Config, visitors codec.Visitors, types view.Types, ...) (*Service, error)
- func Singleton(configURL string, visitors codec.Visitors, types view.Types, ...) (*Service, error)
- func SingletonWithConfig(config *Config, visitors codec.Visitors, types view.Types, ...) (*Service, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResetSingleton ¶ added in v0.2.2
func ResetSingleton()
Types ¶
type Config ¶
type Service ¶
type Service struct { Config *Config // contains filtered or unexported fields }
Service represents gateway service
func New ¶
func New(ctx context.Context, config *Config, visitors codec.Visitors, types view.Types, metrics *gmetric.Service) (*Service, error)
New creates a gateway service
func SingletonWithConfig ¶
Directories ¶
Path | Synopsis |
---|---|
runtime
|
|
apigw
Package apigw defines apigw lambda datly runtime
|
Package apigw defines apigw lambda datly runtime |
gcf
Package gcf defines Google Cloud Functions entry point
|
Package gcf defines Google Cloud Functions entry point |
gcr
Package gcr defines Google Cloud Run entry point
|
Package gcr defines Google Cloud Run entry point |
lambda
Package lambda defines lambda datly runtime
|
Package lambda defines lambda datly runtime |
Click to show internal directories.
Click to hide internal directories.