Documentation ¶
Index ¶
- func GetCurrentMillisecond() int64
- func GetCurrentUnixMicro() int64
- func HamSha1(data string, key []byte) string
- func HttpDelete(urlStr string, header map[string]string) ([]byte, int, error)
- func HttpGet(urlStr string, header map[string]string) ([]byte, int, error)
- func Md5(byteMessage []byte) string
- func Sha1(data string) string
- type Client
- type Message
- type MessageResponse
- type Messages
- type SendMessage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HttpDelete ¶
GET请求
Types ¶
type Client ¶
type Client struct { AccessKey string SecretKey string Endpoint string Topic string ProducerId string ConsumerId string Key string Tag string }
func (*Client) ReceiveMessage ¶
type MessageResponse ¶
Click to show internal directories.
Click to hide internal directories.