Documentation ¶
Index ¶
- Constants
- Variables
- func CleanEndpoint(s string) (string, error)
- func ComputeJSONHmac(hash, data, secret string, order bool) (string, error)
- func ConvertDefaultHeaderToCustomHeader(h *http.Header) *datastore.HttpHeader
- func EndOfMonth(t time.Time) time.Time
- func GenerateAPIKey() (string, string)
- func GenerateRandomString(n int) (string, error)
- func GenerateSecret() (string, error)
- func IsJSON(s string) bool
- func IsStringEmpty(s string) bool
- func JsonReMarshalString(s string) (string, error)
- func ReadJSON(r *http.Request, dst interface{}) error
- func StartOfMonth(t time.Time) time.Time
- func Validate(dst interface{}) error
Constants ¶
View Source
const ( Prefix string = "CO" Seperator string = "." )
Variables ¶
View Source
var ErrEmptyBody = errors.New("body must not be empty")
Functions ¶
func CleanEndpoint ¶
func ConvertDefaultHeaderToCustomHeader ¶
func ConvertDefaultHeaderToCustomHeader(h *http.Header) *datastore.HttpHeader
ConvertDefaultHeaderToCustomHeader converts http.Header to convoy.HttpHeader
func GenerateAPIKey ¶
func GenerateRandomString ¶
func GenerateSecret ¶
func IsStringEmpty ¶
IsStringEmpty checks if the given string s is empty or not
func JsonReMarshalString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.