package server type ServiceTools struct { //i IServiceTools } func (s *ServiceTools) IsStart(name string) (st int, err error) { st = NOTFIND return }