Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bar ¶
type BarProxy ¶
type BarProxy struct {
// contains filtered or unexported fields
}
implement proxy for Bar
func NewBarProxy ¶
type BarProxyMiddleware ¶
helper for BarProxy middleware
type BarProxyMiddlewareByAnnotation ¶
type BarProxyMiddlewareByAnnotation map[string]BarProxyMiddlewares
helper for BarProxy middleware map about middlewares by aannotation
type BarProxyMiddlewares ¶
type BarProxyMiddlewares []BarProxyMiddleware
type Foo ¶
type FooProxy ¶
type FooProxy struct {
// contains filtered or unexported fields
}
implement proxy for Foo
func NewFooProxy ¶
type FooProxyMiddleware ¶
helper for FooProxy middleware
type FooProxyMiddlewareByAnnotation ¶
type FooProxyMiddlewareByAnnotation map[string]FooProxyMiddlewares
helper for FooProxy middleware map about middlewares by aannotation
type FooProxyMiddlewares ¶
type FooProxyMiddlewares []FooProxyMiddleware
Click to show internal directories.
Click to hide internal directories.