storj/cmd/storagenode-updater/restart_mock.go

9 lines
168 B
Go

// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.
// +build unittest
package main
func restartService(name string) error { return nil }