mirror of
https://github.com/xxjwxc/public.git
synced 2025-10-04 07:26:29 +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
|
|
}
|