Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
Adapter struct to save apps that implement grpc adapters and set port that grpc server should run
func (*Adapter) AddApp ¶
func (g *Adapter) AddApp(app rest.AppInterface)
type CustomResponseWriter ¶
type CustomResponseWriter struct {
// contains filtered or unexported fields
}
func NewCustomResponseWriter ¶
func NewCustomResponseWriter() *CustomResponseWriter
func (*CustomResponseWriter) Header ¶
func (w *CustomResponseWriter) Header() http.Header
func (*CustomResponseWriter) WriteHeader ¶
func (w *CustomResponseWriter) WriteHeader(statusCode int)
Click to show internal directories.
Click to hide internal directories.