Versions in this module Expand all Collapse all v1 v1.0.0 May 12, 2023 Changes in this version + func GetCallbackIP(clt *core.Client) (ipList []string, err error) + func ShortURL(clt *core.Client, longURL string) (shortURL string, err error) + func UploadImage(clt *core.Client, imgFilePath string) (url string, err error) + func UploadImageFromReader(clt *core.Client, filename string, reader io.Reader) (url string, err error)