MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Run

Method Run

internal/utils/service_windows.go:89–94  ·  view source on GitHub ↗

运行

()

Source from the content-addressed store, hash-verified

87
88// 运行
89func (this *ServiceManager) Run() {
90 err := svc.Run(this.Name, this)
91 if err != nil {
92 this.LogError(err.Error())
93 }
94}
95
96// 同服务管理器的交互
97func (this *ServiceManager) Execute(args []string, r <-chan svc.ChangeRequest, changes chan<- svc.Status) (ssec bool, errno uint32) {

Callers

nothing calls this directly

Calls 2

LogErrorMethod · 0.95
ErrorMethod · 0.45

Tested by

no test coverage detected