Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { ServiceProvider *serviceprovider.Container Request *restful.Request Response *restful.Response }
Context is the struct to combine the restful message with our own serviceProvider
type NativeContext ¶
type NativeContext struct { ServiceProvider *serviceprovider.Container Request *http.Request Response http.ResponseWriter }
NativeContext is the struct to combine the native http message with our own serviceProvider
Click to show internal directories.
Click to hide internal directories.