mirror of
https://github.com/xxjwxc/public.git
synced 2025-09-26 20:01:19 +08:00
11 lines
155 B
Go
11 lines
155 B
Go
package server
|
|
|
|
type ServiceTools struct {
|
|
//i IServiceTools
|
|
}
|
|
|
|
func (s *ServiceTools) IsStart(name string) (st int, err error) {
|
|
st = NOTFIND
|
|
return
|
|
}
|