[Update] Clear func not use

This commit is contained in:
trunglt251292 2022-03-21 11:01:42 +07:00
parent 3f6d5d14f5
commit cf96a60a5a
1 changed files with 0 additions and 4 deletions

View File

@ -49,10 +49,6 @@ func NewClient(config Config) (*Client, error) {
return client, nil return client, nil
} }
func GetClient() *Client {
return client
}
// requestNats // requestNats
// publish message to nats and waiting response // publish message to nats and waiting response
func requestNats(subject string, data []byte) (*Response, error) { func requestNats(subject string, data []byte) (*Response, error) {