Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetModulePath ¶
Types ¶
type CapturingResponseWriter ¶
type CapturingResponseWriter struct {
// contains filtered or unexported fields
}
func (*CapturingResponseWriter) Header ¶
func (c *CapturingResponseWriter) Header() http.Header
func (*CapturingResponseWriter) Write ¶
func (c *CapturingResponseWriter) Write(bytes_ []byte) (int, error)
func (*CapturingResponseWriter) WriteHeader ¶
func (c *CapturingResponseWriter) WriteHeader(statusCode int)
type GoModEditJson ¶
type GoModEditJson struct { Module struct { Path string `json:"Path"` } `json:"Module"` }
Click to show internal directories.
Click to hide internal directories.