You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been considering WDT to use as a sidecar process on my servers.
Since all my code is in golang, this seems to be the easiest way out for me. I want that a daemon is always running and I can use grpc to make a call to this daemon and give it the receiver address to transfer files. The status of the transfer be returned to me in the grpc response.
Do you guys think this is useful, if yes then please leave some comments and suggestions. I can send a PR
The text was updated successfully, but these errors were encountered:
I have been considering WDT to use as a sidecar process on my servers.
Since all my code is in golang, this seems to be the easiest way out for me. I want that a daemon is always running and I can use grpc to make a call to this daemon and give it the receiver address to transfer files. The status of the transfer be returned to me in the grpc response.
Do you guys think this is useful, if yes then please leave some comments and suggestions. I can send a PR
The text was updated successfully, but these errors were encountered: