Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AxiosRequestConfig ¶
type AxiosResponse ¶
func Get ¶
func Get(url string, config AxiosRequestConfig) (*AxiosResponse, error)
func Post ¶
func Post(url string, data any, config AxiosRequestConfig) (*AxiosResponse, error)
func Request ¶
func Request(config AxiosRequestConfig) (*AxiosResponse, error)
Click to show internal directories.
Click to hide internal directories.