mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
feat: machine Reset endpoint with asynchronous resource and data cleanup
This commit is contained in:
@@ -24,3 +24,7 @@ func (n *WireGuardNetwork) Run(ctx context.Context) error {
|
||||
func (n *WireGuardNetwork) WatchEndpoints() <-chan EndpointChangeEvent {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (n *WireGuardNetwork) Cleanup() error {
|
||||
return errors.New("not implemented on darwin")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user