Documentation ¶
Index ¶
- func AppendString(a ...string) string
- func CacheHandler(days int, next http.Handler) http.Handler
- func Compile(body string) ([]byte, error)
- func CreateGist(desc, content string) ([]byte, error)
- func Format(data []byte) ([]byte, error)
- func GZipHandler(next http.Handler) http.Handler
- func MakeArgs(a ...interface{}) []interface{}
- func ParseResponse(data []byte) (map[string]interface{}, error)
- func PrintTimeStamp() string
- type Client
- type CompileResponse
- type Debug
- type File
- type GZipResponseWriter
- type Gist
- type Message
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendString ¶
func CreateGist ¶
func ParseResponse ¶
func PrintTimeStamp ¶
func PrintTimeStamp() string
Types ¶
type CompileResponse ¶
func ParseCompileResponse ¶
func ParseCompileResponse(data []byte) (CompileResponse, error)
func (CompileResponse) Message ¶
func (c CompileResponse) Message() interface{}
type GZipResponseWriter ¶
type GZipResponseWriter struct { io.Writer http.ResponseWriter }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.