package
0.0.0-20200921135858-6acd2991c961
Repository: https://github.com/gcp-kit/line-bot-boilerplate-go.git
Documentation: pkg.go.dev

# Functions

B64Decode - base64 decode.
B64Encode - base64 encode.
Comprehension - remove blank strings in slices.
GetCallFuncName - get the function name of the caller.
GetCallFuncRoute - get the route to the function name of the caller and return it as a slice.
ParseEvents - extract `[]*linebot.Event`.
RandomString - generate a random string.
SetGinContext - create `*gin.Context` from `http.ResponseWriter` and `*http.Request`.
ValidateSignature - perform signature verification.