core: Windows service integration (#4790)

Co-authored-by: Matthew Holt <mholt@users.noreply.github.com>
This commit is contained in:
WingLim
2022-07-30 04:06:54 +08:00
committed by GitHub
parent 2f43aa0629
commit 1e0cdc54f8
15 changed files with 105 additions and 24 deletions

View File

@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package notify provides facilities for notifying process managers
// of state changes, mainly for when running as a system service.
package notify
import (