Documentation ¶
Index ¶
- func BuildGateway(gw *gateway.Gateway, opts ...Option)
- func RegisterService(serviceShortName string, baseUrl string)
- type Option
- func WithExecuteSqlMiddlewares(middlewares ...gateway.Handler) Option
- func WithGlobalMiddlewares(middlewares ...gateway.Handler) Option
- func WithQueryRegisteredServicesMiddlewares(middlewares ...gateway.Handler) Option
- func WithServiceApiVersion(serviceApiVersion string) Option
- func WithSqlExecuteLogMiddlewares(middlewares ...gateway.Handler) Option
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildGateway ¶
func RegisterService ¶
Types ¶
type Option ¶
type Option func(options *Options)
func WithExecuteSqlMiddlewares ¶ added in v0.9.2
func WithGlobalMiddlewares ¶ added in v0.9.2
func WithQueryRegisteredServicesMiddlewares ¶ added in v0.9.2
func WithServiceApiVersion ¶
func WithSqlExecuteLogMiddlewares ¶ added in v0.9.2
Click to show internal directories.
Click to hide internal directories.