Documentation ¶ Index ¶ func Get(ctx context.Context, reqUrl string, header map[string]string, ...) (statusCode int, respBody []byte, err error) func PostJson(ctx context.Context, reqUrl string, header map[string]string, body any) (statusCode int, respBody []byte, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Get ¶ func Get(ctx context.Context, reqUrl string, header map[string]string, queryParam map[string]string) (statusCode int, respBody []byte, err error) func PostJson ¶ func PostJson(ctx context.Context, reqUrl string, header map[string]string, body any) (statusCode int, respBody []byte, err error) Types ¶ This section is empty. Source Files ¶ View all Source files resty.go Click to show internal directories. Click to hide internal directories.