package srun import "errors" var ( ErrResultCannotFound = errors.New("result cannot found from response") )