[Update] Clear func not use
This commit is contained in:
parent
3f6d5d14f5
commit
cf96a60a5a
|
@ -49,10 +49,6 @@ func NewClient(config Config) (*Client, error) {
|
|||
return client, nil
|
||||
}
|
||||
|
||||
func GetClient() *Client {
|
||||
return client
|
||||
}
|
||||
|
||||
// requestNats
|
||||
// publish message to nats and waiting response
|
||||
func requestNats(subject string, data []byte) (*Response, error) {
|
||||
|
|
Loading…
Reference in New Issue