Documentation
¶
Index ¶
- func Base64(opt int, content string) string
- func Decode(content string) (resp structure.OutputContent)
- func Encode(content string) (resp structure.OutputContent)
- func Handler(ctx context.Context, reqOrigin events.APIGatewayRequest) (resp events.APIGatewayResponse)
- func Html(opt int, content string) string
- func Unicode(opt int, content string) string
- func Url(opt int, content string) string
- func Utf8ToGbk(opt int, content string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
func Decode(content string) (resp structure.OutputContent)
Decode format content to decode string
func Encode ¶
func Encode(content string) (resp structure.OutputContent)
Encode format content to encode string
func Handler ¶
func Handler(ctx context.Context, reqOrigin events.APIGatewayRequest) (resp events.APIGatewayResponse)
Handler 加工入参、出参,并调用核心处理函数
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.