Versions in this module Expand all Collapse all v0 v0.1.0 Mar 9, 2018 Changes in this version + func Sanitize(s string) string + func SanitizeBytes(data []byte) []byte + type Response struct + Data interface{} + Error ResponseError + func (c *Response) SetCodeMessage(code int, message string) + func (c *Response) SetData(_dat interface{}) + type ResponseError struct + Code int + Message string