Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateSessionTransport ¶
type CreateSessionTransport struct { IsSuccess bool Error error // contains filtered or unexported fields }
type ResponseWriter ¶
type ResponseWriter struct { StatusCode int Output []byte // contains filtered or unexported fields }
func NewResponseWriter ¶
func NewResponseWriter() *ResponseWriter
func (*ResponseWriter) Header ¶
func (rw *ResponseWriter) Header() http.Header
func (*ResponseWriter) Write ¶
func (rw *ResponseWriter) Write(bytes []byte) (int, error)
func (*ResponseWriter) WriteHeader ¶
func (rw *ResponseWriter) WriteHeader(i int)
Source Files
¶
- response.go
- transport.go
Click to show internal directories.
Click to hide internal directories.