Documentation ¶
Index ¶
- Constants
- func DoHttpCall(method, url string, body []byte, headers map[string]string) ([]byte, error)
- func FormatStrArrWithQuotes(in []string) []string
- func FormatStrWithQuotes(in string) string
- func GetJsonValueAtPath(in []byte, path string) string
- func IsFailedResponse(in []byte) bool
- func IsSuccessResponse(in []byte) bool
- func ToISTTime(in time.Time) time.Time
- func ToIstTimeFromEpoch(epoch int64) time.Time
- func ToTime(epoch int64) time.Time
Constants ¶
View Source
const ( GET = "GET" POST = "POST" PUT = "PUT" DELETE = "DELETE" )
Variables ¶
This section is empty.
Functions ¶
func DoHttpCall ¶
func FormatStrArrWithQuotes ¶
func FormatStrWithQuotes ¶
func GetJsonValueAtPath ¶
func IsFailedResponse ¶
func IsSuccessResponse ¶
func ToIstTimeFromEpoch ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.